/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto -20px;
	padding: 0px;
	text-align: center;
	background: #DBE1EE url(images/bg_site.gif) repeat-x;
	font-family: Verdana, 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, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}
/* Set the line-height atrributes for these tags */
p, td {
	line-height:18px;
}
p.slogan {
	font-style: italic;
	font-weight: bold;
}
li {
	line-height: 16px;
}
/* Redefines the address tag */
address {
	line-height: 14px;
	font-style: normal;
	}
/* Creates styles for links */
a img {
	border: 0px;
	}
a:link {
	text-decoration: underline;
	color: #4766A6;
}
a:visited {
	text-decoration: underline;
	color: #0A255C;
}
a:hover {
 	text-decoration: none;
	color: #2B4A8A;
 }
a:active, a.currentlink {
	text-decoration: none;
	color: #163371;
}
/* Removes or reduces the top margin for ordered/unordered lists; it helps remove gaps between paragraphs and lists */
ul, ol {
	margin-top: 0px;
}
/* CLASSES to create columns for unordered lists for browsers other than IE */
body>ul.leftul {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 10px;
	list-style-position: inside; 
}
body>ul.rightul {
	float: left;
	margin-left: 0px;
	list-style-position: inside; 
}
/* CLASSES to create columns for unordered lists for IE */
ul.leftul {
	float: left;
	margin-left: 14px;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
	list-style-position: inside; 
}
ul.rightul {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	list-style-position: inside; 
}
/* Removes floats for paragraphs, images, etc. */
.clear {
	clear: both;
}
/* Redefines the heading tag(s) */
h1 {
	border-bottom: 1px solid #E7BD16;
	color: #021949;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
h2 {
	color: #021949;
	border-bottom: 1px solid #E7BD16;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
h3 {
	color: #021949;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
h4 {
	color: #021949;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background: #ffffff; /* Faux column bg for page */
	border-left: 1px solid #E7BD16;
	border-right: 1px solid #E7BD16;
	width: 768px;
	margin: 0px auto;
	
}
/* Creates DIV container for logo. */
div#logo {
	width: 768px;
	margin: 0px auto;
	}
/* Creates DIV container for header. */
div#header {
	width: 768px;
	height:146px;
	background:#5f74a1;
	margin: 0px auto;
	}
/* Creates DIV container for audio. */
div#audio {
	width: 768px;
	margin: 0px auto;
	}
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 225px;
	float: left;
	clear: left;
	padding: 0px;
}
div#sidebar address {
	padding: 5px 0px 5px 5px;
}
/* Creates DIV container for main content */ 
div#content {
	width: 542px;
	float: right;
	padding: 0px 0px 10px;
	border-left: 1px solid #021949;
	
}
div#content a {
	font-size: 11px;
}
div#content p, h2, h3, h4 {
	margin: 0px 15px;
}

div#content h1 {
	margin: auto 15px;
}

div#content h3 {
	padding: 5px 0;}

div#content li {
	margin-left: 15px;
}
/* Styles i-frame for DIY pages for IE */
iframe#diyframe {
	margin: -20px 0px 0px -10px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* Styles i-frame for DIY pages in broswers other than IE */
div#content>iframe#diyframe {
	margin: -15px 0px 0px -10px;
	overflow: hidden;
}
/* Creates DIV container for footer content (remove the width attributes from the subnav and copyright DIV */
div#footer {
	background: #DBE1EE url(images/borderimage.gif) no-repeat;
	border-left: 0px;
	border-right: 0px;
	font-size: 10px;
	width: 768px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	color: #0B2355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}
/* Creates styles for links */
div#footer a:link {
	text-decoration: underline;
	color: #6078AE;
}
div#footer a:visited {
	text-decoration: underline;
	color: #1B3369;
}
div#footer a:hover {
 	text-decoration: none;
	color: #476198;
 }
div#footer a:active, a.currentlink {
	text-decoration: none;
	color: #2E4881;
}
/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 9px;
	padding: 5px 0px;
} 
/* Creates DIV container for copyright statement */
div#copyrght {
	font-size: 9px;
	padding: 5px 0px;
}
/* Styles the DIV that serves as the container for the intro animation. Setting the left and right margins to auto will center DIV. */
div#splash {
	width: 500px;
	margin: 50px auto;
	font-size: 9px;
	color: #1B3977;
}
div#splash a:link {
	text-decoration: underline;
	color: #B4C5E8;
}
div#splash a:visited {
	text-decoration: underline;
	color: #4766A6;
}
div#splash a:hover {
 	text-decoration: none;
	color: #8EA5D3;
 }
div#splash a:active, a.currentlink {
	text-decoration: none;
	color: #6B86C0;
}
div#animation, div#enter {
	margin: 0px auto;
}
div#links {
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
}
div#links a {
	font-size: 10px;
}
div#links .signin {
	font-size: 10px;
	position: relative;
	left: 25px;
}
div#cpyright {
	font-size: 9px;
	text-align: center;
	padding: 5px 0px;
}
div#cpyright a {
	font-size: 9px;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px auto;
	padding: 0px;
	width: 768px;
	background: #0B2968 url(images/navbg.gif) repeat-x;
	height: 25px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: #0B2968 url(images/navbg.gif) no-repeat;
	font-size: 10px;
	color: #DCE3F3;
	text-decoration: none;
	padding: 4px 10px;
	font-weight:bold;
	display: block;
	float: left;
}
/* Creates our hover status */
ul#mainnav li a:hover {
	background: #E7BD16 url(images/linkhoverbg.gif) no-repeat;
	color: #021949;
	width: auto;
}
/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #021949 url(images/linkcurrentbg.gif) no-repeat;
	color: #fff;
	width: auto;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 5px 15px 10px;
}
img.left {
	float: left;
	margin: 5px 0px 10px;
}
img.rtborder {
	border: 1px solid #4E6BA9;
	float: right;
	margin: 5px 10px 10px;
}
img.lft {
	float: left;
	margin: 5px 15px 10px;
}
img.lftborder {
	border: 1px solid #4E6BA9;
	float: left;
	margin: 5px 15px 10px;
}
img.ctr{
	border: 1px solid #4E6BA9;
	text-align: center;
	margin: 5px auto;
}div#map {
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
	margin: 10px auto;
	text-align:center;
}

p.centered {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.contact {
	float: left;
	width: 200px;
}

strong.phone {
	font-size: 12px;}
	
p.disclaimer {
	font-size: 10px;}
	
	
.spanish{ text-align:center;
			margin:0;}
