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

body {
	background: #E2DEDE;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center;  Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 12px Arial, Helvetica, sans-serif;
}

h1 {
font: bold 17px Trebuchet MS, sans-serif; 
color: #092343; 
margin: 0px;
padding: 15px 0 5px 25px;
}

h2 {
font: bold 12px Arial, Helvetica, sans-serif;
color: #343434; 
margin-bottom: -10px;
text-decoration:underline;

}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	padding: 0px;
	text-align: left;
  	width: 750px;
	background: url(images/contentbg.jpg);
	background-repeat:no-repeat;
	margin-bottom: 30px;
	border-left:1px solid #D41E06;
	border-right:1px solid #D41E06;
	border-bottom:4px solid #D41E06;
	margin:0px auto;
	
}

.container {
	position:relative;
	padding: 0px;
	text-align: left;
  	width: 750px;
	background: #fff url(images/contentbg.jpg);
	background-repeat:no-repeat;
	margin-bottom: 30px;
	border-left:1px solid #D41E06;
	border-right:1px solid #D41E06;
	border-bottom:4px solid #D41E06;
	margin:0px auto;
	
}

.tools{
	 position:absolute;
	 left:558px;
	 top:3px;
	 width:190px;
	 height:215px;
	 z-index:1
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 750px;
	height: 150px;
	margin: auto;
	background: url(images/header.jpg);
	vertical-align:top;
}

#flash {
position: absolute;
top: 0px;
left: 0px;
}

#audiopop {
	position: absolute;
	top: 95px;
	right: 0px;
	left: 575px;
}

#audio, #audio p{
	background: #fff;
	text-align: center;
	padding: 5px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #036;
}

#audio a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #036;
}

/* Creates DIV container for address/info. */
div#address {
	padding: 5px 10px;
	background: #000;
	border-top: 1px dashed #fff;
	clear: both;
}

div#address p{
	color: #fff;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	
	padding: 0px;
	float:left;
	width:525px;
	
	
}

.signin{
	float:inherit;
	margin-top: 15px;
	margin-bottom: 45px;
	padding-left:25px;
	height:30px;
	text-align:center;

}


div#content {
	font: 12px Arial, Helvetica, sans-serif;
	width: auto;
	margin: 10px 0;
	padding: 0 25px 0px 25px;
	line-height:22px;
	
	}
	
div#content a{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
	}
	
div#content li{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
margin: 3px 10px;
	}
	
table#areas td{
font: 12px Arial, Helvetica, sans-serif;
vertical-align: top; 
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0px;
/*	border-right: 1px dotted #EB4B26;
	background: #fff; */
}
/* 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 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#mainnav li {
	display: block;
	/* float: left; */
	margin: 0px;
	padding: 0px;
}

/* 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 {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 189px;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #092343;
	color: #092343;
	text-indent:30px;
}

ul#mainnav li a:hover, ul#mainnav li a.active {
	background-color: #D41E06;
	font-weight:bold;
	color:#fff;
	
}

.sidebar{
	background-color: #5B8293;
	border:1px solid #000;
	margin-left:10px;
}

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

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.right {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #000;
}

img.rightnoborder {
	float: right;
	margin: 0px 0px 5px 10px;
	
}

img.normal {
	margin: 3px;
	border: 1px solid #000;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
margin: 10px auto;
width: 770px;
clear: both;
}

div#footer p{color: #036; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {color: #036;}

div#copyright {font-size: 9px;}

/* ----------------- CUSTOM CLASSES ----------------- */

#privacy p{
font: 9px Verdana, Arial, sans-serif;
line-height: 1.5em;
}

#center {
display: block;
text-align: center;
}

#center p{
text-align: center;
}
