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

.primary-1 {
background-color:#0272A8; - Page Background color
}
.primary-2 {
background-color:#21607E; - Mouse-over nav-links, hint of grey
}
.primary-3 {
background-color:#014A6D; - Darkest - white backed font color
}
.primary-4 {
background-color:# ; - Link color, bright
}
.primary-5 {
background-color:#61AED4; - Lightest
}

*/
a:visited, a:active, a:link, a:hover{
	border:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0272A8;

}
#header { /*NOT CURRENTLY IN USE - REMOVE FOR PRODUCTION*/
	background-image: url(images/homespec09logo.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 800px;
}
#headline {
	font-family:georgia;
	text-align:center;
	font-style:italic;
	font-size:14px;
	color:#0272A8;
}
#top {
	background-image: url(images/top.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 30px;
}
#subheader {
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: small;
	display: table;
	width: 800px;
	height: auto;
}
	#subheader p {
		padding-left: 25px;
		line-height: 10px;
	}
#logo {
background-image:url(images/homespec09logo_d.jpg);
background-position:left bottom;
background-repeat:no-repeat;
color:#014A6D;
font-family:Verdana;
font-weight:600;
height:75px;
line-height:20px;
margin-left:auto;
margin-right:auto;
text-align:right;
width:760px;
font-size:20px;
}
#logo a, a:visited, a:link, a:active, a:hover{
	color:#014A6D;	
}
#content_div {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	color: #014A6D;
	width: 800px;

}
#nav {
	margin-right: 15px;
	margin-left: 15px;
	text-align: right;
    height: auto;
}
#mosaic {
	background-image:url(images/mosaic_e.jpg);
	display:table;
	height:225px;
	float:left;
	clear:both;
	width:537px;
}
#navdiv {
	background-color: #0272A8;	
	padding-bottom: 10px;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 1%;
	text-align: left;
	display: table;
	height: 205px;
	float: right;
    clear: right;
	width: 225px;
}
	#navdiv a {
		padding-left: 10px;
	}
	#navdiv a, a:link, a:visited {
		text-decoration: none;
		display: block;
		color: #FFFFFF;
     	width: 100%;	
	}
	#navdiv a:hover {
		border-bottom: 1px #FFFFFF dotted;
		border-top: 1px #FFFFFF dotted;
		background-color: #21607E;
		width: 100%;
	}	
#maincontent {
	border-right: 1px #014A6D solid;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
	margin-left: 15px;
    padding-top: 10px;
	min-height: 1000px;
	font-size: 14px;
	display: block;
	width: 510px;
    clear: both;
	float: left;
}

#maincontent a, a:visited, a:active{
	color:#9900FF;
	text-decoration:underline;
	display:inline;
	/*color: #37A0D4;
	text-decoration:none;*/
}

#maincontent a:hover{
	color: #37A0D4;
	text-decoration:none;
	display:inline;
	/*
	color:#9900FF;
	text-decoration:underline;*/
}
table.ins_overview {
	border-collapse: collapse;
}
table.ins_overview td {
	padding: 4px;
}
#side_content {
	margin-right: 15px;
	padding-left: 10px;
	width: 220px;
	text-align:center;
	clear: right;
	float: right;
}
.affiliate {
	margin-bottom:45px;
	font-style:italic;
}

.affiliate img{
	border:none;
}
#side_header {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#014A6D;
	margin-top: 30px;
	font-weight:700;
	margin-bottom: 15px;
	display:block;
	border-bottom:solid 1px #014A6D;

}
#bottom {
	background-image: url(images/bottom.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 800px;
}
#footer {
	font-size: x-small;
	font-style: italic;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	color: #FFFFFF;
	height: 30px;
	width: 800px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #014A6D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: x-large;
	font-weight: bold;
	color: #014A6D;
	display: block;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003399;
}
.label {
	display:block;
width:215px;
	text-align:right;
}
.line{

}
input{
	margin:5px;
}
#contact_div{
	padding:15px;
	
}
.commentlabel {
	display:inline;
	width:250px;
	text-align:right;
}
#sub_button{
	text-align:left;
	display:block;
}

