/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #02366c;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 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 {
	text-align: left;
	color: #FFFFFF;
}

/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #FFFFFF;
	text-indent: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	margin: 20px 0px 20px 20px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-right: 35px;
	margin-top: 0px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
strong {
	color: #FFFFFF;
}

iframe {
	margin-left: 30px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #555E49;
}
applet {
	border: 1px solid #1B3D49;
}
address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 15px;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#right {
	float: right;
	width: 205px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	clear: right;
}
div#audio {
	background-color: #02366C;
	padding: 5px;
	border: 1px solid #3982C6;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 5px;
}

div#address {
	margin: 0px;
	vertical-align: top;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 10px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 900px;
	height: 261px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 685px;
}

div#content img {
	padding: 1px;
	text-align: left;
	border: 1px solid #02366C;
	margin-right: 30px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
}
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 206px;
	margin: 75px 0px 0px;
	padding: 0px 0px 0px 17px;
	vertical-align: top;
}

ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 206px;
	vertical-align: top;
}
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;
	border-bottom: 1px solid #2C6496;
	color: #011E3A;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin: 0px;
	width: 206px;
	text-transform: uppercase;
	text-align: center;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
}

/* Creates the div container for the footer. */
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 900px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	height: 29px;
	background-color: #022751;
}

/* UL TAG */
div#footer ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	padding: 8px 0px 0px 60px;
	margin: 0px;
} 

div#footer li {
	float:left;
	line-height:normal;
	text-align: center;
}

div#footer li a {
	display: block;
	width: auto;
	color:#589BD1;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}

div#footer li a:hover {
	color: #FFFFFF;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 5px auto 0px;
	padding: 0px;
	width: 900px;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

ul#list {
	font-size: 12px;
	margin-left: 80px;
	margin-bottom: 20px;
	margin-right: 35px;
	padding: 0px;
	margin-top: 0px;
}
ul#list li {
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: outside;
}

.clear {
	clear: both;
}
.map {
	border: 1px solid #0D2730;
	margin-bottom: 20px;
	margin-left: 30px;
}
div#list {
	float: left;
}
.clearleft {
	clear: left;
}
