/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #21527B;
	font-family: Arial, Helvetica, sans-serif;
}

/* 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, lo, td {
	font-family: tahoma;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #09295C;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #09295C;
	text-transform: capitalize;
	padding-bottom: 2px;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #000066;
}

/* Creates the general link style for the site. This is not the main navigation.  */
#content a:link, #content a:visited, #content a:active {
	color: #0F427B;
}
#content a:hover {
	color: #0093B5;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	height: 111px;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #09295C;
	width: 755px;
	background: #E1E9EF url(images/footer.gif) no-repeat left bottom;
	text-align: left;
	padding-left: 15px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #09295C;
}
div#footer p {
}
div#footer a:link, a:visited, a:active {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #09295C;
	text-align: left;
}
div#footer a:hover {
	color: #2F000A;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 770px;
	
	}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	width: 770px;
	list-style-type: none;
	background: #09295C url(images/mainnav.jpg) no-repeat left top;
	float: left;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 5px 0px;
	font-family: tahoma;
	height: 23px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px 20px;
	margin: 0px;
	color: #5383A6;
	font: bold 11px Arial, Helvetica, sans-serif;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #BFD1DF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-left: 10px;
	background: url(images/navgif.gif) no-repeat left center;
}

div#copyright {
	font-size: 9px;
	color: #09295C;
	padding-bottom: 5px;
	margin-top: 3px;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active {
color: #09295C;
font-size: 9px;
}
div#copyright a:hover {
color: #FFCC33;
font-size: 9px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px;
	border: 1px solid #0F427B;
	clear: both;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	clear: both;
	margin-bottom: 25px;
	border: 1px solid #09295C;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	border: 1px solid #000000;
}
div#content {
	float: right;
	width: 564px;
	padding: 10px 0px;
	margin: 1px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	background: #FFFFFF url(images/contentbttm.gif) no-repeat right bottom;
	border-left: 1px solid #000066;
}

div#leftdiv {
	float: left;
	margin: 1px 0px 0px;
	padding: 0px;
}
div#maps {
	border: 1px solid #09295C;
	width: 400px;
	margin-left: 10px;
}
address {
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	width: 180px;
	margin: 0px;
	color: #000033;
	padding: 20px 10px 5px 15px;
}
.current {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	font: bolder 16px Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline;
}
strong {
	color: #09295C;
}
.cta {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #B00A0A;
}
#content ul {
	list-style: outside;
	margin-left: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#content li {
	background: url(images/bullet.gif) no-repeat left center;
	list-style: none;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.borderlesspic {
	border: none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.textcenter {
	text-align: center;
}

