/* this universal "*" selector is using
a proprietory property to tell mozilla 
(firefox) to emulate ie's box model so 
they all look the same*/

* { 
	-moz-box-sizing: border-box; 
} 

#main {
	background:#9c9;
   float:left;
   width:240px;
	background-image: url(../images/shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #F6F5F2;
	height: 100%;
	padding: 10px;
	font-size:11px;
    }
#main h2, #main h3, #main p {padding:0 10px;}
a 	  {text-decoration: none;}
a:link 	  {text-decoration: none; 	color: #0220A0;}
a:visited {	color: #0220A0;}
a:active  {	color: #0220A0;}
a:hover   {text-decoration: underline;}

#######################################################
html {
  	margin-top:0px;
   padding:0px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .84em;
}
body {
	min-width:785px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:  #E4DED7;    
}
#content {
	margin: auto;
	width: 785px;
	clear: left;
	text-align:left;
}
html>body #content {
	width: 785px;
}
h1{
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}
h2{
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bolder;
	color: #000000;
}
h3{
	font-size: 1.1em;
	font-weight: bolder;
	color: #000000;
}
input{
	border: 1px solid green;
	margin-left: 10px;
	margin-right: -5px;
	}	 
.button{
	border:1px solid green;
	font-size: 10px;
	color: White;
	padding: 1px;
	background-color: #609243;
	}
#wrap {
   background:white;
	margin:0 auto;
	width:785px;
	border-left: 1px solid #609243;
	border-right: 1px solid #609243;
   }
#header {
	height: 262px;
	width: 785px;
	background-color: White;
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
   }
/*html>body #header{
	height: 262px;
	margin-top: -220px;
}*/
#nav li li a {
	width: 120px;
	display: block;
	font-weight: normal;
	padding:3px;
	text-decoration: none;
	background-color: #D8E2C5;
}
li {
	float: left;
	position: relative;
	text-align: left;
	text-decoration: none;
}
li:hover ul, li.over ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}
#nav li:hover ul {
	left: auto;
}
#nav li li a:hover{
	text-decoration: underline;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: underline;
}
#nav li ul {  /*second-level lists */
	text-decoration: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	background-color: #D8E2C5;
	position: absolute;
	width: 150px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li{
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#nav li {   /*all list items */
	display:inline;
	float: left;
	padding: 0px;
	text-decoration: none;
	width: 10; /*width needed or else Opera goes nuts */
	}
#nav a {
	display: block;
	width: 0px;
	color: #293487;
	text-decoration: none;
	display:inline;
}
#nav ul{
 	margin:0;
 	padding:0;
 	list-style:none;
	margin-bottom: 0px;
	line-height: 1;
	text-decoration: none;
}

#nav{	
	padding:5px;
	margin-top: 217px;
	margin-left: 100px;
	list-style:	none;
	line-height: 110px;
	position: relative;
	text-decoration: none;
}
html>body #nav{
	margin-top:0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size:11px;
}
#footer a{
	color: White;
	text-decoration: none;
}
#footer a:hover{
	color: White;
	text-decoration: underline;
}
#header h1 {
  	padding:5px;
  	margin:0;
}
#quicklinks {
	font-size:11px;
}
#quicklinks p{
	margin-bottom: -10px;
}
#sidebar {
   float:right;
   width: 500px;
	background: #ffffff;
	padding-top: 20px;
	font-size: 11px;
}
#sidebar h3, #sidebar p {
   padding:0px 40px 0px 20px;
    }
#footer p {
	padding:5px;
   margin:0;
	color: white;
}
#footer {
	color: white;
	background-color: #609243;
	clear:both;
	text-align: center;
	padding: 4px;
	font-size:11px;
 }