/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #162334;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

/* 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, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #324F76;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 27px;
	margin-bottom: 20px;
	margin-left: 27px;
}

p .center{
	text-align:center;
}

h1 {
	color: #0076A3;
	text-transform: none;
	margin-top: 15px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	background-color: #004475;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 15px;
}
iframe {
	padding: 0px;
	margin: -20px 0px 20px 20px;
	float: none;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #324F76;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #7A0F07;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	vertical-align: top;
	padding-right: 20px;
	color: #99FF99;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
address.right {
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

.table {
	padding-left:35px;
	}
	
	br.clearboth {
clear: both;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 223px;
	width: 990px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#header2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 216px;
	width: 990px;
	float: left;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/* NAVIGATION CONTAINER */
div#nav {
	text-align: center;
	position: absolute;
	top: 179px;
	left: 286px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BFBFBF;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #004891;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:capitalize;
} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	color: #282B42;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 4pt;
	padding-top: 13px;
	padding-bottom: 11px;
	padding-right: 7px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFBFBF;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FDFDFD;
	margin: 0px;
}
div#nav li a:hover {
	color: #004891;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */
div#content {
	width: 990px;
}

div#content img {
	border:0px;
}

div#content img.right {
	float: right;
	padding: 7px;
	margin-right: 27px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #CCCCCC;
	clear: right;
}
div#content img.left {
	float: none;
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: none;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	background-color: #004475;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#footer a:link, div#footer a:visited {
	font-size: 10px;
	color: #B9E9FF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
div#footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px auto 0px;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */
div#rightside {
	float: left;
	width: 269px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div#rightside img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#rightcontent {
	text-align: left;
	padding: 10px 20px;
	color: #93FFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 14px;
}
div#flash {
	margin: 0px;
	padding: 0px;
}
/* ----------------- right side ----------------- */
div#leftside {
	float: left;
	width: 710px;
	border: 1px solid #ffffff;
}

ul#list {
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	color: #324F76;
}

ul#list li {
	line-height: 13pt;
	list-style-position: outside;
	color: #324F76;
	list-style-type: square;
}

.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #162334;
}
.clear {
	clear: both;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B44043;
}
.red {
	color: #FE0200;
}
div#list {
	float: left;
}
.clearleft {
	clear: left;
}
div#containersplash {
	background: #162334;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#content img.splash {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}

/* Creates the div for the image content on the homepage */
div#welcomeimage {
	float: right; 
	width: 230px;
	height: 330px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
}
