/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgmain.jpg) 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: 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: .8em;
	color: #485c50;
	margin: 0px;
	padding: 5px 30px 7px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {

}

address {
margin:0;
padding:0;
font: normal 11px Arial, Helvetica, sans-serif;
color: #ceccb3;
text-align: left;
line-height: 1.0;
}


li {
font: normal .8em Verdana, Arial, Helvetica, sans-serif;
color: #485c50;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #0f462f;
}
a:visited {
color: #0f462f;
}
a:hover {
color: #737373;
}
a:active {
color: #0f462f;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
}

div#topnav {
width: 990px;
height: 50px;
margin: 0 auto;
padding: 0;
background: url(images/bgtopnav.gif) no-repeat;
position: relative;
}

div#header {
width: 990px;
height: 110px;
margin: 0px auto;
padding: 0px;
background: url(images/bgheader.jpg) no-repeat;
position: relative;
}

div#hdrflash {
width: 171px;
height: 95px;
position: absolute;
top: 2px;
left: 5px;
}

div#toptextlinks {
position: absolute;
top: 4px;
left: 585px;
font-size: 10px;
letter-spacing: 2px;
}

div#container {
width:990px;
margin:0px auto;
padding:0px;
background: url(images/bgcontainer.gif) repeat-y;
}


div#content {
	width:990px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	text-align:left;
	position: relative;
}

div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#contentflash {
float: right;
margin: 52px 5px 5px 5px;
padding: 0;
width: 466px; 
height: 317px;
clear: both;
}

div#contentflash2 {
float: right;
margin: 52px 5px 5px 5px;
padding: 0;
width: 466px; 
height: 600px;
clear: right;
}

div#audio {
position: absolute;
top: 0px;
left: 777px;
width: 212px;
height: 25px;
margin: 0;
padding: 2px 0 0 70px;
background: url(images/bgaudio.gif) no-repeat;
}

div#footeraddress {
	width: 975px;
	height: 26px;
	margin: 0 auto;
	padding: 3px 0 0 15px;
	background: url(images/bgfooter.gif) no-repeat;
	text-align: left;
}

div#footeraddress a:link, div#footeraddress a:visited {
	color:#ceccb3;
	font-weight: bold;
	text-decoration: none;
}

div#footeraddress a:hover, div#footeraddress a:active {
	color:#ceccb3;
	text-decoration:underline;
}

div#footer {
	width:980px;
	height: 20px;
	margin:0px auto;
	padding:5px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:#485c50;
	text-decoration:underline;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */

	ul#mainnav {
	position: absolute;
	top: 21px;
	left: 577px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	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: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 8px;
	margin: 0px;
	border-right: 1px solid #0f462f; 
	color: #ceccb3; 
	font-weight: bold;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #0f462f; 
	background-color: #ffffff;
	}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #666666;
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: #666666;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #666666;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #666666;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #666666;
	background-color: #ffffff;
	margin: 5px 20px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 52px 20px 5px 0px;
	padding: 0px;
	clear: both;
}

img.middle {
	border: 1px dotted #666666;
	padding: 5px;
}

img.thumbnail {
	border: 1px solid #485c50;
	padding: 5px;
}


div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#map {
width: 700px;
height: 400px;
margin: 10px auto;
padding: 5px;
border: 1px dotted #666666;
}

ul#bullet {
margin: 0 0 0 45px;
padding: 0;
list-style:none;
}

ul#bulletfloat {
float: left;
margin: 0 0 0 45px;
padding: 0 0 10px 0;
width: 170px;
list-style:none;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/listbullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 15px 0px 15px;
line-height: 1.7;
}

p.welcome {
position: absolute;
top: 257px;
left: 25px;
width: 450px;
font-size: 11px;
line-height: 1.3;
margin: 0;
padding: 0;
}

p.disclaimer {
font-size: 10px;
}

.center {
text-align: center;
}

.ownerlogin {
text-align: right;
font-size: 9px;
color: #666666;
}

.ownerlogin a:link, .ownerlogin a:visited {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}

.ownerlogin a:hover, .ownerlogin a:active {
	color:#666666;
	text-decoration:underline;
}

div#topnav .leftlink {
float: left;
color: #ceccb3;
font-size: 11px;
margin-top: 27px;
margin-left: 20px;
}

div#contentlist {
padding-top: 15px;
margin-left: 25px;
width: 475px;
height: 126px;
background: url(images/bgcontentlist.gif) no-repeat;
}

div#contentlistright {
padding-top: 15px;
margin-left: 25px;
width: 466px;
height: 126px;
background: url(images/bgcontentlist.gif) no-repeat;
}

.h1pagename {
margin-left: 5px;
}

.iframeborder {
border: 1px dotted #485c50;
}