/* CSS Document */
body
{
	margin:0;
	padding:0;
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	line-height:17px;
}
#header
{
	width:100%;
	min-width:800px;
	height:121px;
	float:left;
	background:url(../img/header_bg.gif) repeat-x;
	padding-top:26px;
}
#footer
{
	width:100%;
	min-width:800px;
	height:267px;
	float:left;
	background:url(../img/bottom_gradient.gif) repeat-x;
	margin-top:26px;
}
#row
{
	width:100%;
	min-width:800px;
	float:left;
	margin:0;
	padding:0;
}
#sidePad
{
	width:2%;
	height:15px;
	float:left;
	border-collapse:collapse;
}
#logoColumn
{
	width:33%;
	height:65px;
	float:left;
}
#messageColumn
{
	width:63%;
	height:52px;
	float:left;
	border-top:1px solid #348da1;
	border-bottom:1px solid #348da1;
	font-size:15px;
	color:#fff;
	text-align:left;
	padding-top:13px;
	text-transform:uppercase;
}
img
{
	border:0;
}
img.logo
{
	width:252px;
	height:67px;
	float:left;
}
#mainNav, mainNav ul
{
	margin:25px 0 0 0;
	padding:0;
	float:left;
	border-top:1px solid #348da1;
	border-collapse:collapse;
	height:28px;
	width:96%;
	color:#FFF;
	font-size:10px;
}
#mainNav li
{
	float:left;
	list-style-type:none;
	display:inline;
	border-left:1px solid #348da1;
	height:28px;	
}
#mainNav li.end
{
	border-right:1px solid #348da1;
	border-left:0;
	width:1px;
	float:right;
}
#mainNav li a
{
	color:#fff;
	text-decoration:none;
	padding:7px 9px 0 9px;
	display:block;
	height:21px;
	width:auto;
	float:left;
}
#mainNav li a:hover
{
	text-decoration:underline;
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	width:195px;
	height:auto;
	border-left:1px solid #2e889d;
	border-right:1px solid #2e889d;
	border-bottom:1px solid #2e889d;
	margin:28px 0 0 -1px;
	padding:10px 0 0 0;
	z-index:5;
	clear:both;
	background:url(../img/drop_arrow.gif) 9px 0px no-repeat #02718a;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#mainNav li ul li {
	border:0;
	text-align:left;
	margin:0;
	height:24px;
	width: 195px;
	padding:0;
	display:block;
}
#mainNav li ul li a {
	width: 186px;
	height:21px;
	display:block;
	padding:3px 0 0 9px;
	margin:0;
}
#mainNav li ul li a:hover {
	background:#348da1;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#mobileLink
{
	background:url(../img/mobile_version.gif) no-repeat;
	float:right;
	margin:11px 0 0 0;
	font-size:9px;
	padding:0 0 0 17px;
}
#mobileLink a
{
	color:#fff;
	text-decoration:none;
}

#rssLink
{
	background:url(../img/rss.gif) 0px 3px no-repeat;
	float:right;
	margin:10px 0 0 0;
	font-size:9px;
	padding:0 0 0 15px;
}
#rssLink a
{
	color:#fff;
	text-decoration:none;
}

table.mainTable
{
	width:96%;
	float:left;
	border:0;
}
td.searchCurveLeft
{
	width:8px;
	height:50px;
	background:url(../img/top_curve_left.gif) no-repeat;
}
td.searchCenter
{
	background:url(../img/search_bg.gif) repeat-x;
}
td.searchCurveRight
{
	width:8px;
	height:50px;
	background:url(../img/top_curve_right.gif) no-repeat;
}
td.columnTop
{
	border-top:1px solid #9ac6d0;
	border-left:1px solid #9ac6d0;
	border-right:1px solid #9ac6d0;
}
td.content
{
	border-left:1px solid #9ac6d0;
	border-right:1px solid #9ac6d0;
	padding:15px;
	vertical-align:text-top;
}
td.columnBottom
{
	border-bottom:1px solid #9ac6d0;
	border-left:1px solid #9ac6d0;
	border-right:1px solid #9ac6d0;
}
td.spacer
{
	width:2px;
}
img.cornerLeft
{
	float:left;
	margin:-1px 0 0 -1px;
	position:relative;
	z-index:1;
}
img.cornerRight
{
	float:right;
	margin:-1px -1px 0 0;
	position:relative;
	z-index:1;
}
img.cornerLeftBttm
{
	float:left;
	margin:0 0 -1px -1px;
	position:relative;
}
img.cornerRightBttm
{
	float:right;
	margin:0 -1px -1px 0;
	position:relative;
}
#btn
{
	width:191px;
	height:30px;
	float:left;
	margin-left:5px;
}
#btn a
{
	width:166px;
	height:22px;
	float:left;
	color:#fff;
	display:block;
	background:url(../img/btn_bg.gif) no-repeat;
	text-decoration:none;
	padding:8px 0 0 25px;
}
table.searchBox
{
	float:right;
	color:#02718A;
	margin:3px 5px 0 0;
}
table.searchBox td
{
	padding-left:10px;
}
input.xForm
{
	border:1px solid #02718A;
	background:#fff;
	width:150px;
	height:19px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img.go
{
	width:26px;
	height:23px;
}
h1
{
	font-weight:normal;
	color:#910000;
	font-size:18px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px solid #9ac6d0;
	width:auto;
}
h2
{
	font-weight:normal;
	color:#02718A;
	font-size:13px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px solid #02718A;
	width:auto;
}
h3
{
	font-weight:normal;
	color:#02718A;
	font-size:13px;
	margin:0;
	font-style:italic;
}
b
{
	color:#02718A;
}
.newsLink
{
	color:#02718A;
	font-weight:bold;
	float:right;
	font-size:10px;
	font-style:italic;
	text-decoration:none;
}
img.divLine
{
	width:100%;
	height:1px;
	border-bottom:1px dotted #02718A;
	float:left;
	clear:both;
	margin:0 0 15px 0;
}
img.highImage
{
	padding:2px;
	border:1px solid #9ac6d0;
	float:left;
	margin:0 10px 10px 0;
}
.siteMap
{
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	float:left;
}
.copyRight
{
	font-size:10px;
	font-style:italic;
	color:#74A3AE;
	float:right;
}
table.footerTable
{
	width:96%;
	float:left;
	border:0;
	color:#fff;
	margin-top:15px;
}
.head
{
	font-weight:bold;
	color:#fff;
}
table.footerTable a
{
	color:#B0D3DB;
	text-decoration:none;
}
table.footerTable a:hover
{
	color:#B0D3DB;
	text-decoration:underline;
}
table.footerTable td
{
	vertical-align:text-top;
}