/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.gif) repeat-x;
	background-color: #404040;
	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: 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: 7px 30px 7px 15px;
	text-align: left;
	line-height: 1.7;
}



h1 {
font: bold 1.3em;
color: #4b4b4b;
border-bottom: 1px dotted #4b4b4b;
margin: 0 0 0 16px;
padding: 0;
}

h2 {
font: bold 1em;
color: #354242;
margin: 0px 50px 10px 40px;
padding: 20px 0px 5px 0px;

}

h3 {
font: bold 1em Arial, Helvetica, sans-serif;
color: #377bc4;
margin: 20px 0 10px 0;
padding: 0 0 0 10px;
}

address {
margin: 0 5px 0 15px;
padding: 0 15px 10px 0;
font: normal .8em Arial, Helvetica, sans-serif;
color: #00aeef;
text-align: left;
font-weight: normal;
line-height: 1.4;
}

address a:link, address a:visited {
	color:#fff;
}

address a:hover, address a:active {
	color:#fff;
	text-decoration: none;
}

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: #354242;
}
a:visited {
color: #354242;
}
a:hover {
color: #737373;
}
a:active {
color: #354242;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0 auto;
padding: 0;
}


div#header {
width: 990px;
height: 250px;
margin: 0 auto;
padding: 0;
background: url(images/bg_header.jpg) no-repeat;
position: relative;
}

div#audio {
position: absolute;
top: 27px;
left: 850px;
margin: 0;
padding: 0;
}

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}

div#sidebar {
float: left;
width: 200px;
height: 200px;
margin: 0;
padding: 0;
}

div#container {
width:990px;
margin:0;
padding:0px;
background: url(images/bg_container.gif) repeat-y 209px 0;
}

div#content {
	float: right;
	width:760px;
	margin: 0px auto;
	padding: 0 0 40px 30px;
	vertical-align:top;
	text-align:left;
	min-height: 300px;
}


div#footer {
	position: relative;
	width:990px;
	height: 75px;
	margin:0 auto;
	padding:0;
	background: url(images/bg_footer.jpg) no-repeat;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#095d91;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:10px;
	color:#095d91;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:10px;
	color:#737373;
	text-decoration:none;
}


	



/* ----------------- UTILITY NAVIGATION CONTAINER ----------------- */

	ul#utilitynav {
	margin: 5px 0 0 0;
	padding: 0 0 0 220px;
	width: 900px;
	}
	
	ul#utilitynav li {
	display: inline; 
	list-style: none;
	}

	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737373;
	text-decoration: none;
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 2px solid #dadada;

	}

	ul#utilitynav li a:hover, ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #00aeef;
	font-weight: bold;
	border-right: 2px solid #00aeef;
	}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #737373;
width: 940px;
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: #737373;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #737373;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #737373;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #737373;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	clear: both;
}

img.middle {
	margin: 0px auto;
	padding: 5px;
	border: 1px dotted #737373;
}

.clear {clear: both;}

/* ----------------- CUSTOM CLASSES ----------------- */

ul.bullet {
list-style:none;
}

ul.bulletfloat {
float: left;
width: 290px;
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 7px;
padding: 0px 30px 10px 15px;
line-height: 1.5;
}

.ownerlogin {
text-align: right;
font-size: 9px;
color: #737373;
}

.ownerlogin a:link, .ownerlogin a:visited {
color: #737373;
text-decoration: none;}

.ownerlogin a:hover, .ownerlogin a:active {
color: #737373;
text-decoration: underline;}


.center {text-align: center;}

div#mapviewer {margin: 20px 0 0 20px;}
div#mapviewer a {font-size: 10px;}
