
/* CSS Document */


/* Colors */

/* Green = #006600 */
/* Gold = #996600 */
/* Dark Gray = #666666 */
/* Medium Gray = #999999 */
/* Light Gray = #dddddd */


html, body {
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

.bullet_1 {
	padding-right: 8px;
}

#wrapper {
	width:780px;
	margin:0px auto;
	background-color:#FFF;
	border: #999999 solid 1px;
}

#header {
	height: 156px;
	border-bottom: black 4px solid;
	background: #fff url(../images/banner4.jpg) right no-repeat;
}

#header_logo {
	float:right;
	margin: 34px 0px 38px 0px; /* T R B L */
}

#menu ul {
	clear:both;
	margin: 0;
}

#menu li {
	float: right;
	list-style-type: none;
	height:30px;
	text-align:center;
	background: #006600 url(../images/menu-background.png) repeat-x;
}

#menu a:link, #menu a:visited {
	display: block;
	color: #fff;
	font-size: 9pt;
	font-family: "Trebuchet MS";
	letter-spacing: 0px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}

#menu a:hover {
	background: #006600 url(../images/menu-hover.png) repeat-x;
}

#menu li.active {
	background: #006600 url(../images/menu-hover.png) repeat-x;
}

#content_1 {
	clear:both;
	padding: 0px 0px 0px 40px;
}

#content_1 h1, #content_1b h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	color: #006600;
	margin-bottom: 15px;
}

#content_1 h2, #content_1b h2 {
	text-transform: lowercase;
	font-size: 18px;
	margin-bottom: 6px;
}

#content_1 h3, #content_1b h3, #content_2 h3 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #996600;
}

#content_1 strong, #content_1b strong, #content_2 strong {
	color: #006600;
}

#content_1_left {
	width: 380px;
	float: left;
	padding: 30px 0px 0px 0px;
}

#content_1_right {
	width: 350px;
	height: 350px;
	float: right;
	background: #fff url(../images/cover_trim.jpg) no-repeat;
}

#content_1b {
	clear:both;
	padding: 30px 30px 0px 30px;
}

#content_1b ul {
	font-size:12px;
	list-style-type: square;
	line-height: 16px;
}

#content_1b ol {
	font-size:12px;
	line-height: 16px;
}

#content_1b_left {
	width: 182px;
	float: left;
	padding: 0px 0px 0px 0px;/*	border: 1px red solid;  */
}

#content_1b_right {
	width: 510px;
	float: right;
	border-left: 1px #DDDDDD solid;
	padding: 0px 0px 0px 20px;
}

#content_2 {
	clear: both;
	padding: 20px 0px 0px 0px;  /* T R B L */
	border-top: #CCCCCC 1px solid;
	margin: 0px 40px 0px 40px;
}

#content_2_left {
	float: left;
	padding: 0px 0px 30px 0px;
}

#content_2_right {
	width: 450px;
	float: right;
	padding: 0px 0px 30px 0px;
}

#news {
	width: 450px;
	float: right;
	border: #CCCCCC 1px solid;
	padding: 15px;
	max-height: 120px;
	overflow: auto;
	margin: 0 0 20px 0;
}

#breadcrumbs {
	padding: 0px 0px 10px 0px;
}

#breadcrumbs p, #breadcrumbs a {
	font-size: 11px;
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#breadcrumbs a:hover, #profile_left a:hover, #profile_right a:hover {
	color: #999999;
	text-decoration: underline;
}

#profile_left {
	float: left;
	width: 340px;
	padding: 0px 0px 20px 0px;
}

#profile_left a {
	text-decoration: none;
}

#profile_right {
	float: right;
	width: 165px;
	padding: 0px 0px 20px 0px;
}

#profile_right a {
	text-decoration: none;
}

#profile_bottom {
	border-top: 1px #dddddd solid;
	padding: 10px 0px 0px 0px;
}

#lumber_left {
	float: left;
	width: 160px;
	padding: 0px 0px 20px 0px;
}

#lumber_right {
	float: right;
	width: 340px;
	padding: 0px 0px 20px 0px;
}
#box1 {
	border: 1px #dddddd solid;
	padding: 8px 8px 0  8px;
	height: auto;
}
#box1_left {
	border: 0px #dddddd solid;
	float: left;
	width: 240px;
}
#box1_right {
	border: 0px #dddddd solid;
	width: 236px;
	float: right;
}
#box1_clear {
	clear: both;
	font-size: 1px;
}

#spacer {
	clear:both;
	height: 10px;
}

#footer {
	clear: both;
	background-color: #666666;
	padding: 0px 20px 0px 20px;  /* T R B L */
	height: 50px;
}

#footer p, #footer a {
	padding: 18px 0px 0px 0px;  /* T R B L */
	font-size: 11px;
	color: #fff;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

.clearit {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.species_cell {
	font-size:11px;
	padding: 0px 10px 20px 0px;
	text-align: center;
}

.profile_cell {
	font-size:11px;
	text-align: center;
	width: 140px;
	padding: 0px 10px 20px 0px;
}

/*---- Image Styles ------*/

.image_left_offset {
	margin-left: 10px;
}

.image_right_offset {
	margin-right: 10px;
}

.image_bottom_offset {
	margin-bottom: 10px;
}
.tip {
	font-size: 10px;
}
.clickfor {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


/*---- Form Styles ------*/
form#search_form {
	border-top: 1px solid #dddddd;
}
label {
	display: block;
	font-size: 11px;
	padding: 0;
}
label#search {
	display: block;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}
input#search {
	width: 86px;
}


input#company, input#name, input#city, input#e-mail, input#address, input#phone {
	width: 200px;
}

select#state {
	width: 60px;
}

input#zip {
	width: 50px;
}

input#hdcaptcha {
	width: 60px;
}


input.radio {
	width: auto;
}

textarea {
	width: 300px;
	height: 50px;
}

textarea#description {
	width: 300px;
	height: 100px;
}
textarea#message {
	width: 300px;
	height: 100px;
}

select {
	font-size: 10px;
	width: 150px;
}

input#submit {
	font-size: 14px;
	width: auto;
	margin: 0px 0px 0px 0px;
}
/*---- Table Styles ------*/
.search_table {
	font-size: 11px;
}

