@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

a{
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/


body {
	margin-top: 10px;
	background-color: #2a295f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	}
	
#wrapper {
	width: 955px;
	height: 590px;
	margin: 0 auto;
	position: relative;
	}
	
#branding {
	width: 955px;
	height: 120px;
	background-image: url(images/boxes/eds_header.png);
	background-repeat: no-repeat;
	position: relative;
	}
	
#logo {
	width: 164px;
	height: 83px;
	position: absolute;
	top: 30px;
	left: 17px;
	}

/*\\\\\\\\\\Top navigation bar//////////*/

#nav {
	width: 720px;
	height: 43px;
	position: absolute;
	top: -32px;
	right: 0px;
	overflow: visible;
	}
	
#topnav li {
	display: inline;
	margin-right: -3.5px;
	margin-left: -3.5px;
	}

/*//////////End top navigation bar\\\\\\\\\\*/

#mainC {
	width: 954px;
	height: 450px;
	background-color: #4b84ad;
	position: relative;
	}
	
#eds {
	width: 193px;
	height: 36px;
	position: absolute;
	top: 2px;
	left: 5px;
	}
		
#subnav a{
	color: #2a295f;
	}
	
#homeC {
	width: 864px;
	height: 353px;
	background-image: url(images/boxes/eds_index_content.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 65px;
	left: 47px;
	}
	
#flash {
	position: relative;
	top: 3px;
	left: 23px;
	}
	
#homeC img {
	width: 942px;
	height: 337px;
	}
	
#footer {
	width: 955px;
	height: 20px;
	background-image: url(images/boxes/eds_footer.png);
	background-repeat: no-repeat;
	color: #1385b0;
	position: relative;
	}
	
ul h1 {
	color: #2a295f;
	font-size: 1.1em;
	margin-top: 20px;
	}
	
#address {
	position: absolute;
	bottom: 1px;
	left: 60px;
	}
	
#phone {
	position: absolute;
	bottom: 1px;
	left: 470px;
	}
	
#email {
	position: absolute;
	bottom: 1px;
	right: 60px;
	}
	
#email a {
	color: #1385b0;
	}
	
#email a:hover {
	color: #252768;
	}
	
#copy {
	margin-top: 8px;
	color: #efefaf;
	text-align: center;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#copy a {
	color: #82ab4d;
	text-decoration: underline;
	}
	
.dropcap {
	float: left;
	font-size: 3.75em;
	color: #4b84ad;
	line-height: 35px;
	padding: 2px 3px;
	}