/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #D2FFFF;
}

/* 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;
	font-size: 11px;
	color: #666666;
}
/* Redefines the p tag */
p {
	text-transform: none;
	padding: 0px;
	margin: 0px 30px 20px 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

h1 {
	color: #012952;
	text-indent: 0px;
	letter-spacing: -1px;
	clear: both;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2FFFF;
}
h2 {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	color: #0C4B76;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #012952;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #A60A0B;
}

address {
	color: #FFFFFF;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #013161;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}
address strong {
	color: #FFFFFF;
}



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 156px;
	background: #FFFFFF url(images/header_bg.jpg) no-repeat left top;
}


/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 800px;
	padding: 0px;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 608px;
	position: relative;
}
#content ul {
	margin-right: 10px;
}

#content li {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 800px;
	height: 30px;
	color: #9B621A;
	font: bold 9px tahoma;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D2FFFF;
}
div#footernav {
	float: left;
	width: 650px;
	text-align: left;
	font: 11px tahoma;
	padding-top: 5px;
}


div#footernav a:link, div#footernav a:visited, div#footernav a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	color: #000000;
	text-transform: uppercase;
  }
div#footernav a:hover {
	color:#0F5B8F;
}  
#footerright {
	width: 150px;
	padding-top: 7px;
	float: right;
}

    
/* Styles the copyright div */
div#copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #013E7C;
	clear: both;
	width: 850px;
	margin: 0px auto;
	padding: 0px;
}

   #copyright a {
	font-size: 9px;
	color: #AF060B;
	text-decoration: underline;
	font-weight: normal;
}
#copyright img {

}


/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 191px;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #013569;
	background-color: #012952;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013161;
	background-color: #CD0D1A;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}
#content object {
	margin-top: -20px;
}


div#flash {
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 800px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
div#cta {
	margin: 0px 10px;
	clear: both;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid #528FC7;
	color: #254E72;
}
.textcenter {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.cta {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: tahoma;
}
.right {
	float: right;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #E9DCAB;
	clear: both;
	margin-bottom: 10px;
}
.emphasis {
	padding: 10px;
	border: 1px solid #F2F2F2;
	margin-bottom: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #013E7C;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#listfloatleft {
	float: left;
	padding: 0 0 0 15px;
	list-style: url(images/bullet.gif) inside;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0px 15px 40px;
}
div#map {
	padding: 3px;
	height: 300px;
	width: 550px;
	border: 1px solid #E9EAEC;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
applet {
	float: right;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #012952;
}
.rightborderless {
	float: right;
	margin-left: 10px;
	padding: 4px;
	clear: both;
	margin-bottom: 10px;
	margin-right: 15px;
}
hr {
	margin-right: 20px;
	margin-left: 20px;
	background: #E0E0E0;
	color: #E0E0E0;
	border-width: 0px;
	height: 1px;
}
.videoright {
	float: right;
	margin-right: 20px;
	margin-top: -20px;
	padding-left: 15px;
}
