html {
	background-color: #7f461d;
	background-image: url(images/html-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

body {
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

#header  {
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 253px;
	overflow: hidden;
	min-width: 984px;
}


#header a img {
	border: none;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 212px;
	margin-left: 548px;
	position: absolute;
	display: block;
}

#header ul li {
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	float: left;
	background-image: url(images/top-nav-background.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 102px;
	color: #6b89c5;
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;
	padding-top: 9px;
	font-weight: bold;
	text-align: center;
}
#header ul li.about a {
	background-position: -102px 0px;
}
#header ul li a:hover {
	background-image: url(images/top-nav-background-over.jpg);
}
.left_col {
	float: left; 
	width: 760px;
}
.right_col {
	float: left;
	width: 224px;
}
.resolution_container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
.clr {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	content: '.';
	height: 0px;
}

#header form {
	width: 184px;
	background-color: #a7bae0;
	padding: 15px;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	
}
#header form h2 {
	font-family: verdana;
	color: #c4d4ee;
	margin: 0px;
	padding: 0px;
	font-size: 17pt;
	font-weight: normal;
	margin-bottom: 3px;
}
#header form input {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #7395cd;
	background-color: #c4d2ec;
	font-family: verdana;
	color: #658dc9;
	font-size: 11pt;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#header form p {
	color:#658DC9;;
}
#header form input.submit {
	display: block;
	height: 68px;
	width: 15px;
	border: none;
	background: none;
	background-image: url(images/header-submit.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	top: 50px;
	margin-left: 180px;
	cursor: pointer;
	visibility:hidden;
}
#header form input.submit:hover {
	background-image: url(images/header-submit-over.png);
}
#header address {
	margin: 0px;
	color: #000;
	font-family: verdana;
	font-style: normal;
	text-align: left;
	margin-left: 15px;
}
#header address p {
	font-size: 8pt;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 9px;
}

#body {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 5px;
	min-width: 984px;
}

body, p, td, th, label, input, select, option, textarea {
	font-family: verdana;
	font-size: 8pt;
}

#body h1 {
	color: #e0952d;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 0px;
}
#body #main h2 {
	background-color: #00603a;
	background-image: url(images/h2-background.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 2px #00613a;
	color: #e4efca;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 6px;
	margin-top: 22pt;
}

#body #main {
	float: left;
	width: 556px;
}
#body #sidebar {
	float: left;
	width: 204px;
}
#body #main p {
	line-height: 11pt;
}
#body #main p, #body #main h1, #body #main h2, #body #main h3,ul, address, ol {
	margin-right: 45px;
	margin-left: 30px;
}
#body .right_col .box ul{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-left: 10px;
}
#body .right_col .box ul li{
margin-bottom: 10px;
}
#body .right_col .box hr {
	background-color: #ffffff;
	border: solid 0px #ffffff;
	height: 1px;
}

#body #main address {
	font-style: normal;
}
#body #main blockquote {
	font-style: italic;
}
#body #sidebar ul.navigation, #body #sidebar ul.navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#body #sidebar ul.navigation {
	margin-bottom: 20px;
}
#body #sidebar ul.navigation  li a{
	padding: 7px;
	padding-left: 20px;
	padding-right: 10px;
	color: #fff;
	background-color: #00733f;
	display: block;
	font-weight: bold;
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	margin-bottom: 1px;
	
	font-size: 9pt;
}
#body #sidebar ul.navigation  li a:hover, #body #sidebar ul.navigation  li.current a:hover {
	background-image: none;
}

#body #sidebar ul.navigation  li ul li a:hover,#body #sidebar ul.navigation  li.current ul li a:hover {
	background-color: #98b2dc;
}
#body #sidebar ul.navigation ul {
	background-image: url(images/nav-child-background.jpg);
	background-repeat: repeat-x;
	background-color: #c4d4ee;
}	
#body #sidebar ul.navigation li.current ul li a, #body #sidebar ul.navigation li ul li a{
	background: none;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
	font-size: 7.5pt;
	color: #4b3b4c;
	font-weight: normal;
}
 #body #sidebar ul.navigation li ul li ul li a {
	padding-left: 40px;
 }

#body #sidebar ul.navigation  li.current a{
	background-color: #3167b1;
	background-image: url(images/nav-background-current.jpg);
}

#body #main a {
	color: #e0952d;
}

#body #sidebar a.button {
	display: block;
	width: 202px;
	height: 72px;
	margin-bottom: 3px;
}	
#body #sidebar a img {
	border: none;
}
#body #sidebar a.button:hover {
	background-image: url(images/button-background-over.jpg);
	background-repeat: no-repeat;
}

#body .box {
	background-color: #bed295;
	padding: 15px;
	padding-top: 10px;
	
}

#body .box h2 {
	font-family: verdana;
	color: #eaf2d4;
	margin: 0px;
	padding: 0px;
	font-size: 17.5pt;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: -0.5px;

}
#body .box h3 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#body .box p {
	margin-top: 0px;
	padding-top: 0px;
}
#body .box h3, #body .box p, #body .box {
	color: #45612d;
}

#body .box a {
	color: #45612d;
	text-decoration: none;
}
#body .box a:hover {
	text-decoration: underline;
}

#body p#copyright {
	font-size: 7pt;
	color: #e0952d;
	text-align: right;
	margin-right: 50px;
	margin-top: 30px;
}

#footer p{
	text-align: right;
	padding-right: 50px;
	font-size: 7pt;
	color: #e0952d;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#footer p a {
	color: #e5c5b1;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
}

#footer .left_col {
	padding-top: 10px;
	background-color: #79401c;
	padding-bottom: 40px;
}



.form_fields td, .form_fields th {  		  
	vertical-align: top;  	 
}    
.form_fields th {
	text-align: right;
	padding-top: 5px;
}
.form_fields input, .form_fields textarea, .form_fields select {  	
	width: 330px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#eaf2d4;
	border:1px solid #45612d;
	color:#45612d;
}  
.form_fields {  
	margin-left: 20px;  
}  
.form_fields textarea {  	
	height: 80px;  
} 

