@charset "utf-8";
/* CSS Document */

#header {
	font-family: Tahoma, Geneva, sans-serif;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	float: right;
}

hr
{
	color: #CCF;
	margin: 23px;
}

#header .header_list_active{
	background-image: none; 
}

#header .header_list_active a {
	background-image: none;
	color: #0D0F84;
	font-weight: bold;
}

#header li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
}

#header a {
	display: block;
	background-image: url(images/button_left.png);
	background-repeat: no-repeat;
	padding-right: 0.5em;
	padding-left: 1em;
	text-decoration: none;
	padding-bottom: 0.2em;
	margin: 0px;
	padding-top: 0.15em;
	color: #FF0;
}

#header a:hover {
	color: #FFF;
}

#header .header_list_active a:hover {
	color: #000;
}

#bluebar {
	background-color: #0D0F84;
	display: block;
	height: 3px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Main {
	font-family: Arial, Helvetica, sans-serif;
	width: 55em;
	margin-left: auto;
	margin-right: auto;
}
#Main #logo {
	clear: both;
	margin-top: 1em;
	margin-left: 1em;

}
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
	font-size: small;
}
#Main #footer div {
	padding: .5em;
}
#Main #outside_template {
	clear: both;

}
body {
	font-size: 100%;
}
h1,h2,h3 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.RightHandMain {
	width: 70%;
	margin-left: 25%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.RightHandTable {

}
.LeftHandTable {
	width: 35%;
	text-align: center;
	padding-top: 4em;
}

.MainRow, .MainRowNoPadding{
	clear: both;
	border-bottom: thin;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCF

}

.MainRow {
	padding-top: 1em;
}
#outside_template .DefaultCaption, .LeftHandTable {
	font-size: 0.8em;
	font-style: italic;
	margin: 2em;
}
#outside_template .RefTitle {
	font-style: italic;
}
#outside_template .DefaultRef {
	font-size: 85%;
}

.news h2
{
	text-align: right;
}

.news img {
	margin:1em;
}
.pdflink {
	background-image: url(images/sprite_topdf.gif);
	background-repeat: no-repeat;
	display: block;
}
.phonenumber {
	position: absolute;
	left: 6em;
}
.phonenumbersection {
	position: relative;
}

.FeatBenTable {
	margin-right: 12px;
	margin-left: 12px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.FeatBenTable td, .FeatBenTable th {
	padding-left:10px;
	padding-top: 8px;
	padding-bottom:8px;
	border-bottom-style:solid;
}

.FeatBenTable td {
	border-bottom-width: 1px;
	border-bottom-color: #C2CDFE;
}

.FeatBenTable th {
	border-bottom-width: 2px;
	border-bottom-color: #03F;
}

.MainTable td{
	vertical-align: top;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-left: 1em;
}

.MainTable .LeftHandTable {
	width: 35%;
	text-align: center;
	padding-top: 4em;
}
