﻿html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding: 0;
margin: 0;
}

html, body 
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a
{
	color: #03006b;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h1
{
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
h2
{
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 17px;
	font-weight: bold;
	color: #03006b;
	padding: 0px 0px 10px 0px;
}
h3
{
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
hr
{
	height: 1px;
	color: #03006b;
	margin: 0;
	z-index: 50;
}
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p
{
	padding-bottom: 15px;
	line-height: 17px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	vertical-align: text-top;
}
td a
{
	line-height: 17px;
}
th
{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 3px #6f6f6f;
	padding: 4px 4px 4px 4px;
}
ul {
	margin: -8px 0 15px 30px;
	font-family: Arial, Helvetica, Sans-Serif;
	list-style-image: url(../Images/bullet.gif);
	font-size: 11px;
}
ul li {
	padding: 0px 0px 3px 0px;
	line-height: 15px;
	font-size: 11px;
}

/*CUSTOM STYLES*/
.accordion
{
	overflow: visible;
}
.arrows
{
	padding: 0px 15px 0px 5px;
}
.black
{
	color: #000000;
}
.bodyLarge
{
	font-size: 14px;
	line-height: 23px;
}
.bodySmall
{
	font-size: 10px;
}
.bold
{
	font-weight: bold;
}
.border
{
	border: solid 1px #00b1ef;
}
.clear
{
	clear: both;
}
.clearLeft
{
	clear: left;
}

.copyright
{
	float: left;
	padding-top: 10px;
}
.counties
{
	width: 780px;
	margin: auto;
	text-align: center;
	margin: 25px 0px 25px 0px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.hand
{
	cursor: pointer;
}
li.home
{
	font-size: 14px;
	padding-bottom: 10px;
}
.left
{
	float: left;
}
.maroon
{
	color: #03006b;
}
.red
{
	color: #ff0000;
}
.required
{
	color: #ff0000;
}
.right
{
	text-align: right;
	float: right;
}
.spacer
{
	height: 5px;
}
.subtitle
{
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #03006b;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 0px 10px 0px;
}
.underline
{
	text-decoration: underline;
}
.white
{
	color:#ffffff;
}


/*FORMS*/

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #03006b;
	border: solid 1px #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.formLabel
{
	float: left;
	width: 200px;
	padding-bottom: 15px;
}
.formLabelDouble
{
	float: left;
	width: 400px;
	padding-bottom: 15px;
}
.formInput
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
}
.formInputDouble
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 380px;
}
.formTextarea
{
	position: relative;
	width: 380px;
	height: 100px;
}



/*HEADER/FOOTER LAYOUT*/
.container
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.header
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 278px;
}
.headerContent
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 86px;
}
.logo
{
	padding-top: 35px;
}
.body
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
.footer
{
	width: 100%;
	background-color: #03006b;
	height: 27px;
	color: #FFFFFF;
	font-size: 11px;
}
.footerContent
{
	float: right;
	padding: 8px 10px 0px 0px;
}
.pic
{
	height: 136px;
}
.navigation
{
	width: 780px;
	height: 27px;
	padding: 0;
	margin: 0;
	background: url(../images/nav-bg.gif) #FFFFFF repeat-x;
}
.navigationContent
{
	width: 489px;
	height: 27px;
	float: left;
	background: url(../images/nav.gif) #03006b repeat-x;
	/*border-right: solid 3px #FFFFFF;
	width: 514px;*/
}
.navigationItem a
{
	float: left;
	height: 27px;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 18px 0px 18px;
	border-right: solid 1px #FFFFFF;
}
.navigationItemLast a
{
	float: left;
	height: 27px;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 18px 0px 18px;
}

.navigationItem a:hover, .navigationItemLast a:hover
{
	height: 27px;
	background-color: #03006b;
}
.columnLeft
{
	float: left;
	width: 508px;
	padding: 0px 10px 0px 5px;
}
.columnRight
{
	position: relative;
	float: left;
	width: 256px;
	padding: 0px 0px 0px 0px; 
}
.columnInner
{
	float: left;
	width: 170px;
	padding: 0px 15px 0px 0px; 
}


/*BOX*/
.box
{
	width: 187px;
	padding: 30px 30px 30px 40px;
	background: url(../images/box-bg.gif) #03006b repeat-y;
	color: #FFFFFF;
	font-size: 12px;
}
.box a
{
	color: #FFFFFF;
	text-decoration: underline;
}
