/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #00253C;
}

/* 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: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #00578A;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-indent: 30px;
	margin-right: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 20px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #990000;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #229AE4;
}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px;
	margin: 0px 0px 5px;
	text-align: left;
	background-color: #1782C1;
}
address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #333333;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/cta.gif) no-repeat;
	position: relative;
	width: 990px;
	left: 0px;
	top: 0px;
	height: 176px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #333333;
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 764px;
}

div#content img {
	padding: 2px;
	margin: 0px 45px 20px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	clear: right;
	float: right;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 0px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 100px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	background-color: #1782C1;
	padding: 0px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #1782C1;
	margin: 15px auto 0px;
	padding: 0px;
	clear: both;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #1782C1;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
div#audio {
	position: absolute;
	right: 53px;
	top: 162px;
	margin: 0px auto;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 10px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1576B0;
}
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 #004A77;
	color: #FFFFFF;
	text-decoration: none;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0075BB;
}
ul#leftnav li a:hover {
	color: #F30C31;
	background-color: #FFFFFF;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background-color: #F30C31;
}
ul#list {
	font-size: 12px;
	color: #666666;
	margin-left: 80px;
	margin-right: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}
.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border: 1px solid #666666;
}
.clear {
	clear: both;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F30C31;
	text-transform: uppercase;
	}
	
	/*-----------------list columns------------------------*/
	span {
	color:#000000;
	margin: 0px auto;
	padding: 0px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}

.col1 {
	margin: 0px 0px 0px 30px;
	padding: 0 0 0 5px;
	width: 220px;
	text-align: left;
    color: #666666;
	position: relative;
}

.col2 {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 5px;
	width: 370px;
	text-align: left;
    color: #666666;
	position: relative;
}
