/* 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 {
 	float:left;
   width:490px;
	height:100%;
	background-color: white;
	font-size:11px;
	padding: 20px;
	}
#sidebar {
	float:right;
   width: 220px;
	height: 100%;
	background:#F6F5F2;
	font-size: 11px;
	background-image: url(../images/shadow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right:	10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	text-decoration: none;
	color: #293487;
}
a:visited  {
	text-decoration: none;
	color: #293487;
}
a:hover {
	text-decoration: underline;
	color: #293487;
}
html {
	height: 100%;
  	margin:0;
   padding:0;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .84em;
	overflow: hidden; 
}
body {
	min-width:787px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:0;
	background-color:  #E4DED7;    
	text-align:center; /* for IE */
	 margin:0 auto;/* for the rest */ 
}
#wrapper {
	text-align:left; 
	margin: auto;
	width: 787px;
	clear: left;
	background:white;
	border-left: 1px solid  #637594;
	border-right: 1px solid #637594;
	border-bottom: 1px solid #637594;
}

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;
	}*/
#content {
	background:white;
 	margin:0 auto;
   width:785px;
	height:100%;
   }
#header {
	height: 20px;
	width: 785px;
	background-color: White;
	background-image: url(images/ed_home_watermark.gif);
	background-repeat: no-repeat;
   }
#banner{
	background-color: #F3D503;	
	text-align:right;
}
html>body #header{
	height: 60px;
}
#nav li li a {
	width: 100px;
	display: block;
	font-weight: normal;
	padding:3px;
	text-decoration: none;
	background-color: #0001A4;
}
li {
	text-align: left;
	text-decoration: none;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
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 */
	border-left: 1px solid #637594;
	border-right: 2px solid #637594;
	border-bottom: 2px solid #637594;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #F6F1DE;
	position: absolute;
	width: 120px;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	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;
	position: relative;
	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 a:hover{
	text-decoration: underline;
}
#nav ul{
 	margin:0;
 	padding:0;
 	list-style:none;
	margin-bottom: 0px;
	line-height: 1em;
	text-decoration: none;
}

#nav{	
	float: right;
	padding:0px;
	width: 550px;
	margin-bottom: 0px;
	margin-top: -62px;
	margin-left: 0px;
	margin-right: 0px;
	list-style:	none;
/*	line-height: 10px;*/
	position: relative;
	text-decoration: none;
	left: 0px;
	top: 4px;
}
html>body #nav{ /*ie doesn't see this so can use for all other browsers*/
	margin-top:-59px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size:11px;
}
#footer a{
	color: #0001A4;
	text-decoration: none;
}
#footer a:hover{
	color: #0001A4;
	text-decoration: underline;
}
#header h1 {
  	padding:5px;
  	margin:0;
}

#footer p {
	padding:5px;
   margin:0;
	color: white;
}
#footer {
	color: white;
	background-color:  #F3D503;
	clear:both;
	text-align: center;
	padding: 4px;
	font-size:11px;
 }

#search{ 
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: #EAEBEC; 
	text-indent: 0px;
	font-size: 10px;
	border: 1px solid  #637594;
	margin: 0px 0px 0px 0px;
}
#searchinput{
	border: 1px solid #637594;
	background-color: white;
	font-size: 10px;
	width: 120px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:10px;
/*	margin: 0px 0px 0px 0px;*/
}
#search a{
	font-size: 10px;
	font-weight: normal;
	color: #293487;
}
#search a:hover{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #293487;
}

.button{
	width: 50px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #A6B5CA;
	border: 1px solid #637692;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#quicklinks ul, li{

/*	padding: 0;
	margin: 0;*/
	text-decoration: none;
	font-size:11px;
}

#quicklinks h2{
	font-size: 12px;
	line-height: 1em;
}