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

body{
	background-color:#eeeeee;
	margin-top:0px;
}
a img{
	text-decoration:none;
	border-style:none;
}
.container{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	width:1002px;
	margin:auto;
}
.content{
	height:600px;
	width:780px;
	float:left;
}
#splash-content{
	height:700px;
	width:1000px;
	float:left;
}
.nav{
	float:left;
	height:600px;
	width:215px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
}

ul.nav-list{
	list-style:none;
	text-align:right;
	font-size:14px;
	width:180px;
	margin-left:3px;
}

ul.nav-list li{
	margin-bottom:22px;
	width:130px;
}

ul.nav-list li.sub{
	margin-bottom:0px;
}
.nav-list a{
	text-decoration:none;
	border-style:none;
	color:#00466f;
	width:130px;
}
ul.nav-list-sub{
	list-style:none;
	color:#d17020;
	margin-left:-40px;
	width:130px;	
}
.nav-list-sub a{
	color:#d17020;
	width:130px;
	text-decoration:none;
	border-style:none;
}
.stripe{
	float:left;
}
.echo{
	color:#125e8a;
}
#echologo{
	margin-left:50px;
	margin-top:30px;
	margin-bottom:20px;
}
#echo-link{
	text-decoration:none;	
}
#footer{
	width:1002px;
	height:100px;
	float:left;
	background-color:#eeeeee;
}
#footer-content{
	margin-top:70px;
}
#footer img{
	margin-right:70px;
}
.footer-logo{
	margin-bottom:-10px;
}
.footer-text{
	color:#444444;
	display:inline;
	text-decoration:none;
}
.selected{
	font-weight:bold;	
}
a:hover{
	font-weight:bold;
}
#skip{
	color:#666;
	text-decoration:none;
}