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

body	{
	background-color:#CCC;
	font-family:"Times New Roman", Times, serif;
}
em	{
	font-style:italic;
}
th	{
	font-weight:bold;
	background-color: #ccc;
	padding: 3px;
}
strong,b	{
	font-weight:bold;
}
p img	{
	margin-right:5px;
	margin-bottom:5px;
}
h3{
	font-size:16px;
	font-weight: bold;
	margin: 10px 0;
}
#spread	{
	width:955px;
	margin:0 auto;
	background-color:#FFF;
}
#logobar	{
	position:relative;
	top: 0;
}
#logobarinner{
}
#header	{
	height: 315px;
	position: relative;
	border-top: 1px solid #000;
}
#transbkgd	{
	background-color:#2b2e72;
	height: 100px;
	width: 955px;
	position: absolute;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	top:0;
	z-index:15;
	
}
#tagline	{
	position: absolute;
	color: #fff;
	right:0;
	top: 70px;
	right: 10px;
	text-transform:uppercase;
	z-index:15;
}
#tagline em	{
	font-size:16px;
	color:#ccf;
	margin: 0 3px;
}
#logo	{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:15;
}
#navbar	{
	padding: 2px 10px 5px 10px;
	height:17px;
	background-image:url(../images/nav-bkgd.jpg);
	background-repeat:no-repeat;
	color: #fff;
	font-size:18px;
	text-align:left;
	font-style:italic;
	border-bottom: 1px solid #000;
}
#navbar a:link.selected, #navbar a:visited.selected	{
	text-decoration:none;
	color: #aaf;
}
#navbar a:hover.selected	{
	color: #aaf;
}
#navbar a:link.unselected, #navbar a:visited.unselected	{
	text-decoration:none;
	color: #fff;
}
#navbar a:hover.unselected	{
	color: #aaf;
}
#maincontent	{
	position:relative;
}
#leftcol	{
	width: 360px;
	float: left;
}
#address	{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	margin-top: 60px;
}
#rightcol	{
	width:590;
	float: right;
}
#content	{
	width:550px;
	padding-right:20px;
}
#contentheader	{
	font-size:28px;
	font-style:italic;
	margin: 15px 0 10px 0;
}
#content p	{
	font-size:14px;
	line-height: 20px;
	margin-bottom: 10px;
}
#content p a:link.seo, #content p a:visited.seo,.content p a:link.seo, .content p a:visited.seo{
	color: black;
	text-decoration:none;
}
#content p a:hover.seo,.content p a:hover.seo	{
	color: black;
	text-decoration: none;
}
#footer	{
	font-size:10px;
	text-align:right;
	margin-top: 20px;
	padding: 0 10px 5px 0;
	bottom: 5px;
	right: 0;
	width:945px;
}
#weatherpolicy	{
	width: 150px;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #000000;
}
#weatherpolicy p	{
	line-height: 16px;
}
.slide {
	margin-left: 0px;
	position: absolute;
	top: 0;
	width: 955px;
	height: 315px;	
	z-index: 5;
}
.subheader	{
	font-weight: bold;
	text-transform:uppercase;
}
.subheader2	{
	color: #4e518f;
	font-weight: bold;
	text-transform:uppercase;
}
#ins_selector{
	display: block;
	background-color: #2B2E72;
	color: #bbbbbb;
	padding: 0 5px;
}

#ins_selector a:link, #ins_selector a:visited{
	color: #ffffff;
	text-decoration: none;
}
#ins_selector a:hover{
	color: #AAAAFF;
}
#ins_selector a.selected{
	color: #AAAAFF;
}
ul.subnav2{
	list-style-type:none;
	display: inline;
	margin:0;
	padding:0;
}
ul.subnav2 li{
	float: left;
	display: inline;
	margin-right: 25px;
	margin-top: 0;
}
.clear{
	clear:both;
}

