/****************************************************/
/*                 HTML tags                        */
/***************************************************/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DBDBE3;
	background-color: #197953;
	background-color: #BED0BA;
	background-image: url(layout/back0.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 a {
	text-decoration: none;
	color: #557B8C;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 3px;
}
a {
	color: #669999;
}
a:hover {
	color: #D8E003;
}
.lnikmore {
	text-decoration: none;
}

/****************************************************/
/*                 containers                        */
/***************************************************/

/* main content cell with different backgrounds */
#back2 {
	background-color: #2E336D;
	background-image: url(layout/back1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#back3 {
	background-color: #2E336D;
}

/* tables for content layout  */

/* tables on login page */
#contentLogin, #wordsearch { 
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 135px;
}
#contentLogin #logingen, #contentLogin #logintrad, #contentLogin #logingro {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contentLogin #forgotpin, #contentLogin #regtrad, #contentLogin #reggro {
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* index page layout - text on the left, picture on the right */
/* wider gap on the left, narrower table */
#t1 { 
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 90px;
	width: 670px;
}
#t1left {
	width: 380px;
	padding-right: 40px;
}
#t1right {
	width: 250px;
	padding-top: 40px;
}
#t1buttons {
	width: 87px;
	padding-right: 38px;
}
#t1features {
	background-color:#DADBE6;
	color: #00515D;
}
#t1features ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	list-style-image: url(layout/bullet_features.gif);
	padding: 0px;
}
#t1features li {
	margin-top: 8px;
	line-height: 13px;
	margin-left: 0px;
	list-style-position: outside;
	font-size: 13px;
}
#t1features a {
	color: #00515D;
	text-decoration:none;
}
#t1features a:hover {
	color: #3399FF;
}

/* tree finder page layout - text on the left, picture / other on the right */
/* narrower gap on the left, wider table */
#t2 { 
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	width: 710px;
}
#t2left {
	width: 430px;
	padding-right: 40px;
}

/* matches mid layout - 1 column, max width */
#t3 { 
	width: 100%;	
}
#t3 td {color: #333333;}
#t3 th { 
	font-weight:normal; 
	text-align: left;
	padding-bottom:2px;
}

#matches #t3 a {color: #466A6A;}
#matches #t3 a:hover {
	color: #FF6600;
}

/* stock bottom layout - text on the left, picture / other on the right */
/* narrower gap on the left, wider table - to align with the matches mid table */
#t4, .t4 {
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	width: 730px;
}

#bcheckstock, #btreefinder, #btreelink {
	margin-bottom: 25px;
}

/* index page specials panel bottom right  */
#headline {
	padding: 8px;
	border: 1px solid #7B7E9E;
	margin: 20px 0px 20px 0px;
	color: #BDBECE;
}
#headline h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#headline p {
	margin: 0px;
}

.comment {
	font-style: italic;
	color: #52A8B6;
}

.umderlined {
	text-decoration: underline;
}
.textPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A9ED6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3D4392;
	border-right-color: #292E63;
	border-bottom-color: #292E63;
	border-left-color: #3D4392;
	margin-top: 5px;
	padding: 3px;
}

.bigthumb {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	height: 200px;
	width: 200px;
}

.bigthumb1 {
	position: absolute;
	visibility: visible;
	text-align:left;
	z-index: 10;
	height: 200px;
	width: 200px;
	background-repeat:no-repeat;
}
.textBlueBox {
	background-color: #3E4495;
	text-align: center;
	padding: 2px;
	width: 200px;
	margin-top: 10px;
	border: 1px solid #474FAB;
}
