@charset "utf-8";
/*  CSS */
a, a:link, a:visited, a:hover, a:active	{color:#252525; outline: none;}
:focus { -moz-outline-style: none;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clrright {clear:right;}
.clrleft {clear:left;}
h1 {font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0;color:#128045;}
h2 {font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3 {font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}
.pad5 {padding:5px;}
.sm9 {font-size:0.63em;}
.sm10 {font-size:0.69em;}
img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}
h1.inline {display:inline;}

/******   LAYOUT   ******/
* {outline-style: none;}
html,body { height:100%; width: 100%; margin: 0 auto; }
body {
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#A8CCF0 url(../images/bg.jpg) repeat-x;
	}
#wrapper	{
	width:950px;
	height:auto;
	margin: 0 auto;
	padding: 25px;
	text-align:center;
	background: #fff;
	font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
#header { height:360px; margin:0 auto; }
#content { margin:0px; text-align:left; }

/******* FOOTER *******/
#footer {
	height:40px;
	font-size:.85em;
	line-height:1.3em;
	background: #8CB6E0;
	text-align:left;
	padding: 0 10px;
	clear:both;
	margin-top:10px;
	}
#footer a {text-decoration:none;}
#footer #credit {float:right;width:115px;}
#footer #credit a {color:#366DAF;text-decoration:none;}
#footer #credit a:hover {color:#252525;text-decoration:none;}

#nav{	width:285px; height:24px; float:right; background:#044086; padding:5px; }
/*******************************************/
/********* HORIZONTAL NAV MENU *************/
/*******************************************/
ul#hrznav {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 285px; /*For KHTML*/
	list-style: none;
	height: 24px;
	float:right;}
ul#hrznav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	}
ul#hrznav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}
ul#hrznav ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	}
/* Root Menu */
ul#hrznav a {
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	/*display: block;*/
	background: #044086;
	color: #fff;
	font: bold 16px/22px"Times New Roman", Times, serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}
/* Root Menu Hover Persistence */
ul#hrznav a:hover, ul#hrznav li:hover a, ul#hrznav li.iehover a {
	background: #2a910c;
	color: #000;
	}
ul#hrznav ul ul,
ul#hrznav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul, ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul, ul#hrznav li.iehover ul ul ul {
	display: none;
	}
ul#hrznav li:hover ul, ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul, ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul, ul#hrznav ul ul li.iehover ul {
	display: block;
	}



/**********  CONTACT FORM   **********/
form#contact { margin:0; padding: 5px; float:left; width: 275px; }	
#contact label,#contact input, #contact select { display: block; width: 150px; float: left; margin-bottom: 10px; }
#contact label { text-align: right; width: 75px; padding-right: 5px; }
#contact br {clear: left;}
#contact fieldset	{
	background: #A8CCF0;
	color:#044086;
	border: 1px solid #044086;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
#contact legend {
	color:#044086;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
#contact fieldset ol { padding-top: 0.25em; }
#contact #comments { display: block; width: 240px; height:70px; margin-bottom: 15px; }
textarea{overflow:auto;}
#contact #submit { width: 85px; height:32px; margin-left:90px; }
#contact .shhhh, .shhhh {display:none;}
