﻿body {
	background: url('../images/background.gif') repeat-x top left;
	font-family: Verdana, Heveltica, sans-serif;
	font-size: 0.8em;
	width: 85%;
	min-width: 60em;
	margin: 0 auto;
	border-bottom: 4px solid #a0522d;
}

#container {
	width: auto;
	margin-top: 26pt;
	background-color: #fff;
}

#masthead {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5pt;
	margin-bottom: 17pt;
}
	/* Masthead Styles */
	#masthead h1 {
		font-weight: bold;
		color: #2f307a;
		float: left;
		margin-top: 5pt;
		display: inline;
		font-family: Calibri, serif;
		font-variant: small-caps;
		font-size: 2.75em;
	}
	#mastheadsimple h1 {
		font-weight: bold;
		color: #2f307a;
		float: left;
		margin-top: 5pt;
		margin-bottom: 5pt;
		display: inline;
		font-family: Calibri, serif;
		font-variant: small-caps;
		font-size: 3em;
	}
	#masthead img {
		float: right;
		width: 120pt;
		height: 80pt;
		/*margin-bottom: 5pt;*/
		border: 2pt #000080 solid;
	}

#navigation {
	clear: left;
	border-width: 1pt 1pt 2pt;
	border-color: #a0522d;
	border-style: solid;
	background-color: #eee6b5;
	padding-bottom: 22pt;
}
#navigationsimple {
	clear: left;
	border: 1pt #a0522d solid;
	background-color: #eee6b5;
	padding-bottom: 2pt;
}

	/* Navigation Styles */
	ul.navbar {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: .9em;
		min-width: 50em;
	}
	
		
	ul.navbar li {
		float: left;
		line-height: 150%;
		display: block;
		text-align: center;
	}
	
	ul.navbar li a {
		text-decoration: none;
		color: #000080;
		display: block;
		margin: 0;
		padding: 5pt;
	}
	
	ul.navbar a:hover {
		background-color: #A0522D;
		border-left:1px solid #EEE6B5;
		border-right:1px solid #EEE6B5;
		border-top: 1px solid #EEE6B5;
		color:#EEE6B5;
		padding:5.66667px 5.66667px 5.66667px;
		text-decoration: none;
		/*background: #a0522d url(../images/navhover.jpg);*/
	}


#content {
	position: relative;
	padding: 5pt 10pt;
	text-align: left;
	clear: both;
	min-width:763px;
}

	/* Content Styles */
	h6, h5, h4, h3, h1 {
		color: #783e21;
		font-family: calibri, sans-serif;
	}
	h2 {
		color: #783e21;
		font-family: calibri, sans-serif;
		font-size: x-large;
	}
	

	a, a:visited {
		color: #000080;
		text-decoration: none;
	}

	a:active, a:hover {
		color: #800000;
	}


#footer {
	clear: both; 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10pt;
	padding-top: 30pt;
}
	/* Footer Styles */
	#footer p {
		text-align: center;
		font-size: small;
		color: #000080;
		font-family: Verdana, Heveltica, sans-serif;
	}
	#footer a {
		color: #000080;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #800000;
		text-decoration: none;
	}



.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

/*This adjusts spacing on homepage links only. */
.homePage ul {
	margin-top: -15px;
}
.pdf {
	width: 20px; 
	height: 20px; 
	border:none;
	position:relative;
	float:none;
	margin-bottom:-4px;
}
#pdf {
	width: 20px; 
	height: 20px; 
	border:none;
	position:relative;
	float:none;
	margin-bottom:-4px;
}
#Red{
	background-color:#aa0000;
	color:#ffffff;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	text-indent:15px;
    width:100%;
    min-width:215px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 5px;
	outline:1px solid #AA0000;
}
div#newsContent p{
    padding:10px;
}
hr{
	margin-bottom:4px;
	margin-top:-4px;
	width:100%;
	border-width:1px 5px;
}
#newsContent{
	background-color:#F0F0F0;
	border:solid #FFFFFF;
	outline:2px solid #D0D0D0;
	border-width: 2px 4px;
	width:100.0%;
}
#tableheading{
	border:solid 2px #123456;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	text-align:center;
}
#tableEntry{
	width:auto;
	text-align:center;
	vertical-align:top;
	margin-left:-2px;
	margin-right:-2px;
	border-left:1px solid #123456;
	border-right:1px solid #345678;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#teHeader{
	background-color:#123456;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:3px;
}
#teLstEntry{
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #345678;
	}
#tableKey {
	width:inherit;
	padding-left:5px;
	padding-right:5px;
	display:block;
	text-align:left;
	}
#insurers table{
	border:1px solid #D0D0D0;
}
#insurers th{
	background-color:#123456;
	color:#FFFFFF;
	font-size:12px;
}
#insurers td{
	border-left:1px solid #B0B0B0;
	border-right:2px solid #F0F0F0;
	border-bottom:2px solid #F0F0F0;
	border-top:1px solid #D0D0D0;
	background-color:#FFFFFF;
	font-size:12px;
}
#insurers tr{
	margin-top:-1px;
}
#insurers {
	background-color:#123456;
	text-indent:3px;
}
.filter {
	cursor:pointer;
}
.submit {
	background-color:#A0522D;
	border:1px solid #EEE6B5;
	color:#FFFFFF;
	outline:1px solid #A0522D;
}
.submit:hover {
	background-color:#EEE6B5;
	border:1px solid #FFFFFF;
	outline:1px solid #EEE6B5;
	color:#A0522D;
}
@media screen{

}
@media print{
	.noprint{
		display:none;
		}
	#masthead h1{
		font-size:16px;
		}
	#insurers {
	font-size:12px;
		
	}
	body{
	background-image:none;
	border-bottom:none;
	}
	#container {
	margin-top:0;
	}
}
