/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #193D60;
}

/* 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; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #8B8B8B;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #1C4E7F;
	text-transform: uppercase;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	text-indent: 5pt;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 15px 0px 5px 22px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 570px;
	top: 69px;
	position: absolute;
	text-align: left;
	left: 214px;
}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #042546 left top;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* UL TAG */
div#nav dl {
	margin:0;
	padding:0;
	font-size:85%;
	text-transform:capitalize;} 

div#nav dt {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav dt a {
	display:block;
	padding:8px 17px 8px 16px;
	color: #FFFFFF;
	text-decoration:none;
	background: url(images/nav_on.gif) top left no-repeat;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #052C52;
	font-size: 9px;
	text-transform: uppercase;
}

* html #nav a {
	width: 1%;}

div#nav dt a:hover {
	background: #052D53;
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 556px;
}

div#content img {
	padding: 2px;
	margin: 0px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 25px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

ul#list {
	font-size: 11px;
	color: #8B8B8B;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: 1px solid #666666;
}
img.cta {
	text-align: right;
	float: right;
	border: none;
}
div#flash {

	background: #FFFFFF;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}

img.bbbmargin {
margin-bottom: 10px;
}

div#newfooterintro {
color:#ffffff;
}

div#newfooterintro a {
color:#ffffff;
}