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

body {
	background:#D1E3F2;
	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: #F33900;
margin-top: 10px; 
margin: 0px;
padding: 10px 0 5px 25px;
}

h2 {
font: bold 12px Arial, Helvetica, sans-serif;
color: #F33900; 
margin-bottom: -10px;
}

/* 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;
}


/*  layers             */
div#navpos {
	position:absolute; 
	left:6px; 
	top:168px; 
	width:650px; 
	height:20px; 
	z-index:1;
}

div#animation{
	position:absolute;
	left:2px;
	top:0px; 
	width:208px; 
	height:168px; 
	z-index:1;
}

div#headerbg{
	position:absolute; 
	left:222px; 
	top:80px; 
	width:276px; 
	height:75px; 
	z-index:2;

}




/* ----------------- 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: 689px;
	margin: 0px auto;
	margin-bottom: 30px;
	border-bottom:4px solid #F33900;
	background:#fff;
}

.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: 689px;
	height: 202px;
	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 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:689px;
	
}

div#content {
	font: 12px Arial, Helvetica, sans-serif;
	width: auto;
	margin: 10px 0;
	padding: 0 40px 0px 25px;
	
	}
	
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 {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.7em;
	padding: 0px;
	height:20px;
}

#mainnav {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 9pt Arial, Helvetica, sans-serif;


	
	}
#mainnav li {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	background: url("../images/nav-li-bg.gif") no-repeat top right;
	}
#mainnav a {
	float: left;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #000;
	border-right:1px solid #666666;
	 
	}
#mainnav a:hover, #nav a.active {
	color: #F33900;
	font-weight:bold;
	}
#mainnav a.active {

	color: #F33900;
	font-weight:bold;
	}

.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;
}
