/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #ACACAC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 7px auto 0px;
}


/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, ol{
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding: 0px 30px 10px 25px;
}
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, ul.picul, div#rightpara {
	list-style: none;
	padding-left: 0px;
}	
h1 {
	color: #003094;
	font-size: 28px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	margin: 20px 25px 25px 20px;
	padding: 0px 0px 5px;
}

h2 {
	color: #1B459D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #999999;
	margin: 0px 25px 10px 20px;
}
h3 {
	color: #211CAB;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	
	
}
h4 {
	color: #FFFF00;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	text-decoration:underline;
}



address {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 42px;
	padding-bottom: 30px;
		
}
td {
	line-height: 18px;
}
address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #3B93EA;

}


/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #002F91;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 183px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}



/* creates the div container for the site. */
div#container {
	width: 833px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
	border-right: 1px solid #001F70;
	border-left: 1px solid #001F70;
	border-bottom: 1px solid #001F70;
}

/* creates the div for the content */
div#content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 250px;
	margin: 0px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 10px 15px 15px;
}
div#content ul li{
	padding-left: 25px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #666666;
} 



/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* creates the div container for the footer. */
div#footer {
	width: 833px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	padding: 10px 0 0;
	margin: 0px auto;
	height: 23px;
	background-image: url(images/footer.jpg);
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	text-decoration: underline;
	color: #EEEEEE;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px auto;
	width: 833px;
}

div#copyright a {
	font-size: 9px;
	color: #003093;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	width: 225px;
	margin: 0px 0px 20px;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000947;
	padding: 5px 0px 9px 40px;
}

ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #930907;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
}
/* end navigation */
	



div#map {
	padding: 0px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px auto 5px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 184px;
	width: 833px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	z-index: 1;
}


div#signin {
	margin: 5px auto 10px;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 833px;
	
}


.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {

}
/*--------------image styles------------*/



.rightimg {
	float: right;
	border: 1px solid #999999;
	clear: right;
	margin: 15px 20px 10px;
}
.rightimgnoborder {
	float: right;
	clear: right;
	margin: 5px 10px 5px 0px;
}

.leftimg {
	float: left;
	border: 1px solid #cccccc;
	clear: both;
	margin: 0px 18px 15px 0px;
	
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	padding-left: 30px;
}
div#rightpara {
	float: left;
	width: 270px;
	margin-bottom: 10px;
}


/*-----------text styles---------------*/

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #002F91;
	text-transform: none;
	font-weight: bold;
}

.important {
	color: #990000;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
}

/* CLASSES to create columns for unordered lists. */


ul.leftul {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	width: 275px;
	color: #0E0F61;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	width: 275px;
	color: #0E0F61;
}
