/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgbody.gif) repeat-x;
	background-color: #e2dbc8;
	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. */
}

body#2{ background:none;
		background-color: #e2dbc8;
		font-size:.8em;
		width:300px;}


/* 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: Georgia, "Times New Roman", Times, 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: #201e1c;
	margin: 0px;
	padding: 5px 0 7px 15px;
	text-align: left;
	line-height: 1.9;
}


h1 {
font: bold 2em Georgia, "Times New Roman", Times, serif;
color: #2e2d2c;
margin: 0 0 0 15px;
padding: 20px 0px 0px 0;
text-transform: uppercase;
border-bottom: 1px dotted #534741;
}

h2 {
font: bold 1.2em Georgia, "Times New Roman", Times, serif;
color: #680400;
margin: 0px;
padding: 20px 0px 20px 15px;
text-align: left;
}



address {
margin:20px 0 20px 15px;
padding:0;
font: normal 12px Georgia, "Times New Roman", Times, serif;
color: #2e2d2c;
text-align: left;
line-height: 1.5;
}


li {
font: normal .8em Georgia, "Times New Roman", Times, serif;
color: #201e1c;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #9f3a36;
}
a:visited {
color: #9f3a36;
}
a:hover {
color: #737373;
}
a:active {
color: #9f3a36;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
position:relative;
}

div#header {
width: 990px;
height: 300px;
margin: 0px auto;
padding: 0px;
background: url(images/bgheader.jpg) no-repeat;
position: relative;
}

div#audio {
position: absolute;
top: 0px;
left: 550px;
margin: 0;
padding: 0;
}

div#hdrflash {
position: absolute;
top: 122px;
left: 655px;
width: 336px;
height: 178px;
margin: 0px;
padding: 0px;
}

div#reportcta {
	position: absolute;
	top: 121px;
	left: 221px;
	margin: 0px;
	padding: 0px;
}

div#container {
width:990px;
margin:0px auto;
padding:0px;
}

div#sidebar {

	float: left;
	width: 200px;
	height: 490px;
	margin: 0;
	padding: 0;
}


div#sidebar address{
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#content {

	float: right;
	width:780px;
	margin: 0 0 20px 0;
	padding: 0;
	vertical-align:top;
	text-align:left;
}

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#footer {
	width:960px;
	height: 102px;
	margin:0px auto;
	padding:3px 0 0 30px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align: right;
	border-bottom: 1px dotted #737373;
	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:#680400;
	text-decoration:none;
}



/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	position: absolute;
	top: 47px;
	left: 550px;
	width: 450px;
	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: 135px;
	padding: 3px;
	margin: 0px;
	border: 1px dotted #4b4b4b;
	color: #fff; 
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #e2dbc8;
	color: #680400; 
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #7e7e7e;
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: #7e7e7e;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #7e7e7e;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #818181;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #818181;
	background-color: #ffffff;
	margin: 5px 0 5px 15px;
	padding: 5px;
	clear: both;
}

img.righta {
	float: right;
	border: 1px dotted #818181;
	background-color: #ffffff;
	margin: 5px 40px 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 #818181;
}

.clear {clear: both;}


.lefty{ float:left;
		clear:left;}

img.border {
	border: 1px dotted #818181;
	background-color: #ffffff;
	margin: 5px 4px 5px 15px;
	padding: 5px;
}



img.rightness {
	float: right;
	border: 1px dotted #818181;
	background-color: #ffffff;
	margin: 5px 0 5px 15px;
	padding: 5px;
	
}


.clearl{ clear:left;}

.clearr{ clear:right;}


/*-----------------------sidebar form-------------------------*/

div#miniform{ border:1px solid #c1b594;
				background:#e9e2d0;
				width:198px;
				height:260px;
				padding:2px 0 0 0;
				margin:10px 0 0 0;
				border-collapse:collapse;
				clear:both;
			
				}


div#miniform p{ padding:5px 0 5px 5px;
				font-size:11px;
				line-height:1.2em;
				color:#5e594d;
				}
				
				


div#miniform img{ padding:0;
				margin:0;
				}		
				
				
div#miniframe{ width:300px;
				height:200px;
				position:absolute;
				top:605px;
				left:-28px;
				*top:620px;
				*left:-31px;
				}
				
.required { padding-top:125px;}								

/* ----------------- CUSTOM CLASSES ----------------- */

div#map {
width: 750px;
height: 400px;
border: 1px dotted #737373;
margin: 15px 0 0 15px;
padding: 3px;
background-color: #fff;
}

.ownerlogin {
text-align: right;
font-size: 9px;
color: #7e7e7e;
}

.ownerlogin a:link, .ownerlogin a:visited {
	color:#7e7e7e;
	font-weight: bold;
	text-decoration: none;
}

.ownerlogin a:hover, .ownerlogin a:active {
	color:#7e7e7e;
	text-decoration:underline;
}

strong {color: #680400;}

p.disclaimer {font-size: .6em; font-family: Arial, Helvetica, sans-serif; margin-top: 30px; padding-right:0;}

.center {text-align: center;}

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

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;}
