/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.jpg) repeat-x;
	background-color: #1e417c;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, 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;
	color: #000;
	margin: 0px;
	padding: 7px 30px 7px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {
font: bold 32px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 40px;
}

h2 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 40px;
}

h3 {
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 40px;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: center;
}

address {

	margin: 15px 0 0 0;
	padding: 7px 10px 7px 20px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
font-weight: normal;
line-height: 1.4;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #dc5031;
}
a:visited {
color: #dc5031;
}
a:hover {
color: #f7846b;
}
a:active {
color: #dc5031;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0 auto;
padding: 0;
}

div#splashwrapper {
width: 990px;
margin: 0 auto;
padding: 0;
}

div#header {
width: 990px;
height: 335px;
margin: 0 auto;
padding: 0;
position: relative;
}


div#sidenav {
float: right;
width: 200px;
height: 200px;
margin: 0;
padding: 0;
}

div#audio {
position: absolute;
top: 310px;
left: 668px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}

div#container {
width:990px;
margin:0;
padding:0px;
background: url(images/bg_container.gif) repeat-y;
}

div#content {
	float: left;
	width:770px;
	margin: 0px auto;
	padding: 0px 0px 40px 20px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #1d5a9c;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #1d5a9c;
font-weight: bold;
}

div#footer {
	width:930px;
	height: 126px;
	margin:0 auto;
	padding:0 0 0 60px;
	background: url(images/bg_footer.jpg) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#2e3192;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#2e3192;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#dc5031;
	text-decoration:underline;
}

div#splashfooter {
	width:700px;
	margin:0 auto;
	padding:0;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	text-align: center;
	clear:both;
} 

div#splashfooter a:link, div#splashfooter a:visited {
	font-size:9px;
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

div#splashfooter a:hover, div#splashfooter a:active {
	font-size:9px;
	color:#fff;
	text-decoration:underline;
}

div#splashheader {
	width:700px;
	margin:20px auto 20px auto;
	padding:0;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	text-align: center;
	clear:both;
} 

div#splashheader a:link, div#splashheader a:visited {
	font-size:9px;
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

div#splashheader a:hover, div#splashheader a:active {
	font-size:9px;
	color:#fff;
	text-decoration:underline;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */

	ul#mainnav {
	margin: 20px 0 0 20px;
	padding: 0px;
	width: 160px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #dc5031;
	text-decoration: none;
	display: block;
	width: 140px;
	border-bottom: 1px dotted #f9f09a;
	padding: 5px;
	font-weight: bold;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: #fff;
	color: #2e3192;
	font-weight: bold;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 950px;
margin: 15px 0 0 30px;
padding: 00;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #fff;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#fff;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#fff;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #3e3e3e;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #554f4b;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet, ul#bullet2 {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 190px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 8px;
padding: 0px 15px 0px 15px;
line-height: 1.8;
}

ul#bullet2 li {
background-image: url(images/bullet2.gif);
background-repeat: no-repeat;
background-position: 0px 8px;
padding: 0px 15px 0px 15px;
line-height: 1.8;
}


div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

div#extraspace {
width: 500px;
height: 600px;
}


div#map {
width: 700px;
height: 400px;
margin: 10px auto;
padding: 0px;
border: 1px dotted #737373;
}

.standout {
font-style: italic;
}

div#bluebox {
width: 690px;
height: 150px;
margin: 5px 0 10px 40px;
padding: 5px;
border: 1px dotted #1d5a9c;
background-color: #e1eefb;
}

div#yellowbox {
width: 690px;
margin: 5px 0 10px 40px;
padding: 5px;
border: 1px dotted #1d5a9c;
background-color: #f9f09a;
}


