body{
	margin:0;
	color:#000;
	font:12px/14px Verdana, Geneva, sans-serif;
	background:#d4e1f0;
}
img{border-style:none;}
a{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;}

#wrapper{
	background:url(../images/body.gif) repeat-y;
	width:864px;
	padding:0 36px 0 35px;
	margin:0 auto;
}
#main{
	background:#ffffff;
}
#header{
	width:100%;
	position:relative;
}
#header img{
	display:block;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#nav:after{
	display:block;
	clear:both;
	content:"";
}
#nav li{
	float:left;
	font-size:14px;
	line-height:16px;
	margin-right:-9px;
	position: relative;
}
#nav li a{
	font-weight:bold;
	color:#fff;
	float:left;
	background:url(../images/nav-bg.gif) no-repeat 100% 0;
	padding:7px 4px 0 22px;
	height:41px;
	position: relative;
}
#nav a:hover,
#nav .active a{
	background:url(../images/nav-bg-hover.gif) no-repeat 100% 0;
	color:#069;
	text-decoration:none;
}
#nav .last-child a,
#nav .last-child a:hover{
	background:url(../images/nav-bg-gray.gif) no-repeat 100% 0;
}
#nav .last-child a{
	padding:7px 4px 0 20px;
}
#nav .last-child a:hover{
	color:#333;
}
#nav li:hover a,
#nav li.hover a{
	background:url(../images/nav-bg-hover.gif) no-repeat 100% 0;
	color:#069;
}
#nav ul{
	position:absolute;
	top:48px;
	left:8px;
	width:197px;
	border:1px solid #95b4d0;
	border-top:0;
	border-bottom:0;
	margin:0;
	padding:0;
	list-style:none;
	visibility:hidden;
}
#nav ul ul{
	border-top:1px solid #95b4d0;
}
#nav ul a {
	float: none;
	display: block;
}
#nav li:hover ul,
#nav li.hover ul{
	visibility:visible;
}

#nav ul ul{
	position:absolute;
	top:0;
	left: 100%;
}
#nav ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #95b4d0;
	font-size:12px;
	line-height:12px;
}
#nav li:hover ul a,
#nav li.hover ul a {
	background:#2e6c9d;
	color:#fff;
}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a{ 
	background:#fff;
	color:#069;
}

#nav ul a{
	padding:5px 0 6px 14px;
	width:183px;
	text-align:left;
	height:auto;
}
#content{
	width:95%;
	min-height:400px;
	padding:15px 20px;
}
#content h2{
	margin: 15px 0 -5px 0;
	padding: 0;
	color: #006699;
	font-size: 14px;
}
#content .narrow {
	width: 700px;
}
#content a{
	color: #006699;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#content .bluetitle{
	margin: 15px 0 -5px 0;
	padding: 10px 0;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
#content .bio{
	clear: both;
	width: 750px;
	margin: 10px 0 30px 0;
}
#content .bioname{
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}
#content .bio img{
	float: left;
	padding: 0 20px 10px 0;
}
#content .half{
	width: 375px;
	float: left;	
	margin: 0;
	padding-right: 30px;
	padding-bottom: 50px;
}
#content .group{
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
#content a.faq{
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
#content a.back{
	color: #006699;
	text-decoration: underline;
	font-size: 10px;
}
#content .floaty{
	float: right; 
	width: 180px; 
	margin-right: 50px; 
	padding: 15px;
	text-align: center; 
	background-color: #EEEEEE; 
	border: 1px #b3c7df dashed;
}
* html #content{
	height:400px;
}
#footer{
	width:100%;
	min-height:50px;
}
* html #footer{
	height:50px;
}