/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 1.8em;
	margin: 20px 5px 20px 25px;
	color: #4673db;
	padding-bottom: 0;
}

h2 {
	font-size: 1.8em;
	color: #8b6363;
	margin: 10px 5px 0 25px;
}

p {
	font-size: 1.3em;
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-right: 50px;
}

.sidebar {
	width: 260px;
	float: right;
	margin: 20px;
	background: #2554C7 center bottom no-repeat;
	padding-bottom: 10px;
	border: 3px solid #000;
}

.sidebar h3 {
	font-size: 1.45em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 15px;
}

.sidebar ul {
	color: #FFF;
	font-size: 1.1em;
	margin: 0;
	padding: 8px 5px 0 25px;
	
}

.sidebar li {
	padding-left: 8px;
	margin-bottom: 6px;
	text-align: left;
}

#wrapper {
   width: 760px;
   margin: 0 auto 0 auto;
   /* background: #FFF url(images/wrapper_bg.gif) center top no-repeat; */
   text-align: left;
}

/* #banner {
    float: left;
} */

#content {
	width: 640px;
	margin: 15px auto 0 auto;
	background: #FFF8C6 center top no-repeat;
	text-align: left;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#nav {
    padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
    padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
}
	
ul#nav {
	border-bottom: 3px solid #000;
	margin: 10px 20px 10px 20px; 
	margin-left: 0px;
	padding-left: 0px;   /* was 20px */
	list-style: none;    /* was not there */
	float: left; 
	width: 100%;    /* was 89% */
}

#nav li {
	/* list-style: none; */
	float: left;
	background: #2554C7 url(images/button.png) no-repeat right top; 
	margin-right:  1px; 
	width: 10 em;
}

#nav a {
	display: block;
	width: 12.833em;
	padding: 4px 5px 4px 5px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase; 
}

#nav ul a {
	display: block;
	width: 24.4em;
	padding: 3px 3px 3px 3px;
	background-repeat: no-repeat;
	background-position: left top;
	background: #b6c8f1 url(images/button_dropdown.png) no-repeat right top;
	text-align: left;
	text-decoration: none;
	color: #112855;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: uppercase; 
	border-bottom: 1px dotted #a0b5eb
}

#nav a:hover {
	/* color:#FFFF00; */
	background: #1e45a2 url(images/button_hover.png) no-repeat right top;
	font-size: 0.9em;
}

#nav ul a:hover {
    background: #93b5ec url(images/button_dropdown_hover.png) no-repeat right top;
    font-size: 0.9em;
	font-weight: bold;
}

#links {
/* float: right; */
   padding-left: 65px;
}
 
a img {
    border-style:none;
} 

#footer {
	/* color: #0066ff;
	font-size: 0.8em;
	text-transform:uppercase; */
	text-align: left;
	border-top: solid 3px #000;
	margin: 30px 20px 10px 20px;
	/* margin 30px 20px 10px 20px; */
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
	float: left; 
	/*background: #FFF url(images/cornerlogo1.png) no-repeat right top; */ 
	
}


/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
* html h2 {
	zoom: 1;
}

* html .sidebar {
/* double margin bug fix */
	display: inline;
}

/* additions to make dropdown menus work */

#nav li ul {
	position: absolute;
	/* background: orange; */
	/* background: #FFF url(images/right_side2.png) no-repeat right top; */
	width: 11em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 24em;
	/* background: #FFF url(images/button_hover.png) no-repeat right top; */
}

