/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgbody.gif) repeat-x;
	background-color: #fff;
	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, h6, a, ul, li, ol, dt, dd, td {
	font-family: 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: .8em;
	color: #000;
	margin: 0px;
	padding: 5px 30px 7px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {
	color: #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;

}

h2 {
	color: #663300;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;

}



address {
margin:0px 0 20px 5px;
padding:0;
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.5;
}


li {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #660000;
}
a:visited {
	color: #330000;
}
a:hover {
color: #737373;
}
a:active {
color: #325b8f;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
}

div#header {
width: 990px;
height: 320px;
margin: 0px auto;
padding: 0px;
background: url(images/bgheader.jpg) no-repeat;
position: relative;
}

div#ctaflash {
width: 635px; 
height: 88px;
margin: 0;
padding: 0;
position: absolute;
top: 152px;
left: 0px;
}

div#hdrflash {
width: 355px;
height: 242px;
position: absolute;
top: 0px;
left: 635px;
}

div#audio {
position: absolute;
top: 246px;
left: 870px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}

div#container {
width:990px;
margin:0px auto;
padding:0px;
background: url(images/bgcontainer.gif) repeat-y;
}

div#sidebar {
	float: right;
	width: 250px;
	margin: 0 5px 0 0;
	padding: 0;
}

div#content {
	float: left;
	width:670px;
	margin: 0 0 0 30px;
	padding: 0;
	vertical-align:top;
	text-align:left;
}

div#content a:link {
	text-decoration: none;
	border-bottom: 1px dotted #737373;
	font-weight: bold;
	color: #660000;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:945px;
	height: 26px;
	margin:0px auto;
	padding:14px 0 0 45px;
	background: url(images/bgfooter.gif) no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#325b8f;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	color:#660000;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:#FF0000;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	position: absolute;
	top: 242px;
	left: 30px;
	width: 700px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	margin: 0px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 6px;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #660000;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #660000;
	background-color: #fff;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #000;
width: 960px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #000;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #000;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #033a64;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #033a64;
	background-color: #ffffff;
	margin: 5px 20px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	clear: both;
}

img.middle {
	margin: 0;
	padding: 5px;
	border: 1px dotted #033a64;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
margin: 0 0 0 55px;
padding: 0;
list-style:none;
}

ul#bulletfloat {
float: left;
width: 250px;
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 9px;
padding: 0px 30px 0px 15px;
line-height: 1.9;
}


div#map {
width: 550px;
height: 400px;
margin: 10px auto;
padding: 5px;
border: 1px dotted #3b608d;
}

.bluer {
	color: #660000;
	font-weight: bold;
}

.ownerlogin {
text-align: right;
font-size: 9px;
color: #000;
}

.ownerlogin a:link, .ownerlogin a:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

.ownerlogin a:hover, .ownerlogin a:active {
	color:#122e52;
	text-decoration:none;
}

div#col {
	float: right;
	width: 400px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
