       /* Global white-space reset */

* {
	padding: 0;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, label, ul, ol, 
li, dd, dl, fieldset, address, 
legend, td, th, table, code, div { 
	margin: 0;
	padding: 0;
}



/* Core HTML */

body {  
	font: 11px/1.5 arial, sans-serif;
	color: rgb(51,51,51);
	background-image: url(../img/body_bkgd.gif);
}

h1 { font: normal 200%/1.5 "Trebuchet MS", Arial, sans-serif; color: rgb(87,171,85); }
h2 { font: normal 150%/1.5 "Trebuchet MS", Arial, sans-serif; color: rgb(87,171,85); }
h3 { font: normal 120%/1.5 "Trebuchet MS", Arial, sans-serif; color: #666; margin: 4px 0; }
h4 { font: normal 100%/1.5 "Trebuchet MS", Arial, sans-serif; color: rgb(87,171,85); }

p { padding: 0.5em 0; line-height: 1.5; color: rgb(51,51,51); }

hr {
	color: #608a3c;
	background-color: #608a3c;
	height: 1px;
	border: none;
	padding: 0px;
}

ul { padding: 0.5em 0 0 2.4em; list-style-position: outside; }
ul ul { padding-left: 2em; }

#content li { padding: 0.3em 0 0.3em 0em; }

a { color: #608a3c; font-weight: normal; }
.green { color: #608a3c; }
.small { font-size: 10px; }

th, td { padding: 0.3em 0.5em 0.3em 0; }
table table { margin-bottom: 8px; }

fieldset {
	border: none;
	margin-bottom: 10px;
}

legend {
	font: normal 180%/2.5 "Trebuchet MS", Arial, sans-serif;
	color: #608a3c;
	padding: 0;
}

.right_image { padding: 0 0 10px 10px; }
.left_image { padding: 0 10px 10px 0; }



/* Layout */


#container {
	width: 790px;
	padding: 5px;
	margin: 20px auto 0 auto;
	background: #fff url(../img/content_bkgd.gif) bottom right no-repeat;
}

h1#first span { display: none; }

#stoneheader {
	background: url(../img/stone_header.jpg) no-repeat;
	padding: 155px 5px 35px 7px;
}

#wheatheader {
	background: url(../img/wheat_header.jpg) no-repeat;
	padding: 155px 5px 35px 7px;
}
#content {
	clear: both;
	margin: 20px 200px 0 20px;
	color: rgb(51,51,51);
}


/* First navigation */

#nav-first {
	display: block;
	list-style: none;
	margin: 0 0 0 520px;
	padding: 0;
	height: 41px;
	text-transform: uppercase;
	color: rgb(72,72,72);
	position: relative;
}

#nav-first li { 
	float: left; 
	padding: 0 10px 0 1px;
	margin: 0;
	background: url(../img/double_dash_9px.gif) center right no-repeat;
}

#nav-first li.last { background: none; padding-right: 1px; }

#nav-first a { 
	float: left;
	font-size: 9px;
	padding: 3px;
	text-decoration: none;
	color: rgb(72,72,72);
}

#nav-first a:hover { 
	color: rgb(54,84,139); 
	text-decoration: none;
}

#nav-first li ul {
	display: none;
	list-style: none;
	background: url(../img/vertical_menu_corner.gif) bottom left no-repeat;
	width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 74px;
	right: -5px;
}

#nav-first li li { 
	float: none;
	clear: left; 
	display: block;
	background: rgb(145,145,145);
	padding: 5px 0 0 0;
	margin: 0px 3px;
	height: 16px;
}
#nav-first li li.first { margin-top: 3px; }

#nav-first li ul>li { margin: 3px; }
#nav-first li ul>li.last { margin-bottom: 3px; }

#nav-first li li a {
	background: none;
	width: 135px;
	padding: 0;
	text-align: right;
}

#nav-first li li.last { background: url(../img/vertical_li_menu_corner.gif) bottom left no-repeat; }
#nav-first li.over ul,
#nav-first li.active ul { display: block; }

#nav-first li li.active li a,
#nav-first li li.active li { border-width: 0; }

#nav-first li.active a { color: rgb(54,84,139);  }
#nav-first li.active li a { color: rgb(72,72,72); }

#nav-first li li.active a { color: rgb(54,84,139);  }
#nav-first li li.active li a { color: rgb(72,72,72); }

#nav-first li.current a { color: rgb(54,84,139);  }
#nav-first li.current li a { color: rgb(72,72,72); }

#nav-first li li.current a { color: rgb(54,84,139);  }
#nav-first li li.current li a { color: rgb(72,72,72); }


/* Second navigation */

#nav-second { 
	list-style: none; 
	float: left;
	padding: 0;
	margin-top: -15px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 3px;
}
#nav-second li ul {
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 750px;	
}
#nav-second li li ul { 
	float: right;
	background: url(../img/vertical_menu_corner.gif) bottom left no-repeat;
	width: 150px;
	margin: -6px 0 0 627px;	
}
#nav-second li li>ul { margin: -6px 0 0 630px; }

#nav-second li { padding: 0; margin: 0; float: left; color: rgb(72,72,72);}

#nav-second li li li { 
	float: none;
	clear: left; 
	display: block;
	background: rgb(145,145,145) url(..img/none.jpg);
	padding: 2px 0;
	margin: 0px 3px;
	height: 16px;
}
#nav-second li li li.first { margin-top: 3px; }

#nav-second li li ul>li { margin: 3px; }
#nav-second li li ul>li.last { margin-bottom: 3px; }

#nav-second li span, 
#nav-second li a {
	display: block;
	padding: 0 18px 0 8px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	float: left;
	color: rgb(72,72,72);
}
#nav-second li.first a { background: url(../img/double_dash_14px.gif) center right no-repeat; } 
#nav-second li li a {
	font-size: 11px;
	font-weight: normal;
	background: url(../img/double_dash_11px.gif) center right no-repeat;
	padding: 0 12px 0 8px;
}
#nav-second li li.first a { background: url(../img/double_dash_11px.gif) center right no-repeat; }

#nav-second li.first li li a { background: none; }
#nav-second li li li.first a { background: none; }
#nav-second li li li a {
	background: none;
	width: 135px;
	padding: 0;
	text-align: right;
}

#nav-second li a:hover,
#nav-second li li a:hover,
#nav-second li.active li.active li a:hover { color: rgb(54,84,139); }

#nav-second li li ul,
#nav-second li.active li ul { display: none; }

#nav-second li li.last a { background-image: none; }
#nav-second li li li.last { background: url(../img/vertical_li_menu_corner.gif) bottom left no-repeat; }

#nav-second li.over ul,
#nav-second li.active ul,
#nav-second li.active li.active ul { display: block; }

#nav-second li li.active li a,
#nav-second li li.active li { border-width: 0; }


#nav-second li.active a { color: rgb(54,84,139);  }
#nav-second li.active li a { color: rgb(72,72,72); }

#nav-second li li.active a { color: rgb(54,84,139);  }
#nav-second li li.active li a { color: rgb(72,72,72); }

#nav-second li li li.active a { color: rgb(54,84,139);  }
#nav-second li li li.active li a { color: rgb(72,72,72); }


#nav-second li.current a { color: rgb(54,84,139);  }
#nav-second li.current li a { color: rgb(72,72,72); }

#nav-second li li.current a { color: rgb(54,84,139);  }
#nav-second li li.current li a { color: rgb(72,72,72); }

#nav-second li li li.current a { color: rgb(54,84,139);  }
#nav-second li li li.current li a { color: rgb(72,72,72); }

/* Bread-crumb-trail */

#breadcrumb { text-align: right; padding-right: 175px; margin-top: -15px; }

#breadcrumb a,
#breadcrumb a:visited,
#breadcrumb span { font-size: 9px; text-decoration: none; color: #303134; }

#breadcrumb a:hover { text-decoration: underline; }

#breadcrumb .separator { padding: 0 0.5em; }



/* Response */

#response {
	color: #e83838;
	font-weight: bold;
	border: 1px solid #f78989;
	width: 60%;
	padding: 5px 10px;
	background-color: #feecec;
	margin-bottom: 1em;
}



/* Footers */

#container_footer {
	background: transparent url(../img/content_curve.gif) bottom right no-repeat;
	width: 755px;
	height: 28px;
	margin: -7px auto 0 auto;
	clear: both;
	padding: 10px 20px 10px 25px;
	text-transform: uppercase;
	color: rgb(87,171,85);
}
body>#container_footer {
	margin: -1px auto 0 auto;
}
#container_footer a { color: rgb(87,171,85); }

#sml_foot_text {
	font-size: 80%;
	color: #333;
	padding-top: 4px;
}

#sml_foot_text a { color: #333; text-decoration: none; }

#footer {
	color: rgb(51,51,51);
	width:755px; 
	margin: 5px auto;
	padding: 0 25px;
	text-align: left;
}

#footer a,
#footer a:hover,
#footer a:visited {
	color: rgb(57,57,57);
	text-decoration: none;
}


/* Forms */

#form_box {
	border-top: 1px solid rgb(90,160,134);
	border-bottom : 1px solid rgb(90,160,134);
	padding: 20px 0;
	margin-top: 20px;
	/*text-transform: uppercase;*/
	color: rgb(72,72,72);
}

#form_box legend { display: none; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	padding: 0.2em; 
	border: 1px solid rgb(72,72,72);
	width: 200px;
}
select { width: 200px; }
option { padding-right: 10px; }

input.checkbox { width: auto; border: none; }


label { float: left; clear: left; width: 162px; display: block; }
li>label { width: 172px; }
#contact_details label { width: 120px; }

ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#left_checkbox_list {
	margin: 10px 0 0 62px;
	float: left;
	width: 200px;
}
form>ol#left_checkbox_list { margin-left: 120px; }

#right_checkbox_list, #right_checkbox_fields {
	margin: 10px 0 0 20px;
	float: left;
	width: 200px;
}
#left_checkbox_list li, #right_checkbox_list li { border: 1px solid rgb(72,72,72); padding: 0 0 0 8px; margin: 5px 0; }
#left_checkbox_list li.title, #right_checkbox_list li.title { border: none; padding: 0; }

textarea { height: 151px; }
span>textarea { height: 129px; }


.date { float: left; margin-right: 1em; }
.date select { width: auto; }

.fixed_width_font { width: 30px; }


span.radio { margin-right: 1em; }
span.input { width: 220px; }
.alert { color: #FF0000; }

.forgot-password {
	position : absolute;
	margin-bottom: 10px;
	margin-top: -5px;
}

#content input.button {
	background: url(../img/buttonlong.jpg) no-repeat;
	border: none;
	color: #5c5c5c;
	width: auto;
	padding: 6px 10px 4px 6px;
	text-transform: uppercase;
	cursor: pointer;
}

#content span>input.button {
	padding: 4px 10px 4px 6px;
}

#content input.smlbutton {
	background: url(../img/buttonsmall.jpg) no-repeat;
	border: none;
	color: #5c5c5c;
	width: auto;
	padding: 6px 14px 6px 6px;
	text-transform: uppercase;
	cursor: pointer;
}

#content span>input.smlbutton {
	padding: 4px 14px 6px 14px;
}



/* Search page */

#search #content h3 { padding-top: 1em; }

.search-keyword { color: #608a3c; font-weight: bold; }

.disabled { color: #999; }
