@charset "utf-8";
/* CSS Document */
html	{
	background-color:#006972;
}
body	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#344146;
	font-size:12px;
}

div.contact_right	{
	float:right;
}
div.contact_right img	{
	margin-bottom:30px;
}

sup	{
	font-size:12px;
	vertical-align:top;
}
.hidden	{
	display:none;
}

a	{
	color:#0082c0;
	text-decoration:none;
}
a:hover	{
	color:#0082c0;
	text-decoration:underline;
}

h1	{
	font-size:26px;
	color:#027878;
	padding-bottom:10px;
	font-weight:normal;
}
h2	{
	font-size:18px;
	color:#69913b;
	padding-bottom:10px;
	font-weight:normal;
}
h3	{
	font-size:14px;
	padding-bottom:10px;
}
p	{
	padding-bottom:15px;
	font-size:12px;
	line-height:20px;
}
p.intro	{
	font-size:16px;
	line-height:25px;
	padding-bottom:20px;
}

div.content ul	{
	margin:0 0 0 15px;
	list-style-type:disc;
	padding-bottom:10px;
}
div.content li	{
	padding:3px 0;
	line-height:20px;
}

img.logo	{
	margin-bottom:50px;
	height:89px;
}
div.callout	{
	margin-bottom:10px;
}

div.nav_container	{
	background:url(../../media/images/common/nav_container_bg.jpg) repeat-x;
	height:41px;
	width:100%;
	clear:both;
}
div.content_container	{
	background:url(../../media/images/common/content_area_bg.jpg) no-repeat top center;
	width:100%;
	clear:both;
	overflow:auto;
	padding:0 0 20px 0;
	background-color:#d8f3ff;
}
div.content	{
	clear:both;
	width:944px;
	margin:0 auto;
	background-color:#FFF;
	overflow:auto;
	padding-bottom:30px;
}
div.content_area	{
	background-color:#FFF;
}
div.home_left	{
	float:left;
	width:205px;
	margin-right:34px;
	margin-left:33px;
	text-align:center;
}
div.home_right	{
	float:right;
	width:672px;
}

div.left_column	{
	width:205px;
	float:left;
	margin-right:34px;
	margin-left:33px;
	text-align:center;
}
div.content_column	{
	width:672px;
	float:left;
}
div.secondary_content_area	{
	width:635px;
}

div.header_img	{
	margin-bottom:45px;
}



div.left_nav_container	{
	width:167px;
	margin:0 auto 30px auto;
	text-align:left;
}
div.nav_heading	{
	font-size:16px;
	color:#007c85;
	border-bottom:1px solid #e1e3e5;
	padding-bottom:7px;
}
ol.left_nav	{
	list-style-type:none;
	margin:0;
	padding:0;
}
ol.left_nav li	{
	font-size:12px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e1e3e5;
	padding:0;
	margin:0;
}
ol.left_nav li.last	{
	border-bottom:none;
}
ol.left_nav li a	{
	text-decoration:none;
	display:block;
	padding:5px 0 5px 13px;
	color:#414d52;
}
ol.left_nav li a:hover	{
	background:url(../../media/images/common/left_nav_item_bg.jpg) no-repeat 0 11px;
	color:#0082c0;
}
div.footer_container	{
	background:url(../../media/images/common/footer_container_bg.jpg) repeat-x;
	height:46px;
	width:100%;
	padding-top:19px;
	color:#FFF;
	font-size:9px;
	letter-spacing:1px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	text-transform:uppercase;
}
div.footer_container a	{
	color:#FFF;
	text-decoration:none;
}
div.footer_container a:hover	{
	text-decoration:underline;
}

div.manage_account	{
	width:944px;
	padding:10px 0 5px 0;
	margin:0 auto;
	padding-right:30px;
	clear:both;
	text-align:right;
}
