@charset "UTF-8";
body {
	background-color: #CCC;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 19px;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F60;
	line-height: 19px;
}
a:link {
	color: #369;
	text-decoration:none;
}
a:visited {
	color: #369;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 28px;
	color:#369;
	letter-spacing:2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#333;
}
.mission {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#069;
	font-size:33px;
	line-height:33px;
	letter-spacing:2px;
}
#wrapper {
	background-color: #FFF;
	margin: auto;
	width: 950px;
}#header {
	margin: auto;
	height: auto;
	width: 950px;
}
#logo {
	height: 66px;
	width: 292px;
	margin-left: 35px;
	position: relative;
	top: 15px;
}
#login_button {
	top: -40px;
	float: right;
	position: relative;
	right: 35px;
}
#nav_main {
	width: 950px;
	position: relative;
	height: 35px;
	top: 10px;
}
#flash_banner {
	height: 257px;
	width: 867px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#middle {
	border-top:20px;
}
#sidebar {
	background-image:url(images/sidebar_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#sidebar_nav {
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	font-size: 13px;
}
#sidebar_nav a {
	color: #369;
}
#sidebar_nav a:hover {
	color:#666;
}
#footer {
	width: 950px;
	margin:auto;
	padding-top: 15px;
	text-align:center;
	color:#333;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:3px;
}
#navClientLogin
{
	display:none;
	z-index:9999;
	position:absolute;
	margin-top:-5px;
	width:140px;
	border: 1px solid #ccc;
	background: #fff;
}
#navClientLogin ul
{
	margin:0px;
	padding:0px;
}
#navClientLogin li
{
	list-style:none;
}
#navClientLogin a:link, #navClientLogin a:visited
{
	display: block;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	width:100%;
	text-align:center;
	padding:5px 0px 4px 0px;
}
#navClientLogin a:hover
{
	background-color: #369;
	color: #FFF;
}
#navConsumerLogin
{
	display:none;
	z-index:9999;
	position:absolute;
	margin-top:-5px;
	margin-left:154px;
	width:140px;
	border: 1px solid #ccc;
	background: #fff;
}
#navConsumerLogin ul
{
	margin:0px;
	padding:0px;
}
#navConsumerLogin li
{
	list-style:none;
}
#navConsumerLogin a:link, #navConsumerLogin a:visited
{
	display: block;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	width:100%;
	text-align:center;
	padding:5px 0px 4px 0px;
}
#navConsumerLogin a:hover
{
	background-color: #369;
	color: #FFF;
}
