/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #C4AB33 url(images/bg.jpg) repeat-x scroll;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Redefines the p tag */
p {
	color: #333333;
	margin-right: 25px;
	margin-left: 10px;
	font: 12px/21px Arial, Helvetica, sans-serif;
}

h1 {
	color: #000000;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #355F3B;
	margin-top: 15px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-left: 5px;
}
#flash {
	height: 284px;
	width: 300px;
	position: absolute;
	left: 600px;
	top: 0px;
	z-index: 4;
}


h2 {
	color: #000000;
	margin: 10px 8px 0px 0px;
	font: italic bold normal 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}

ul {
	color: #000000;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-right: 45px;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #242329;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #C4AB34;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. */
div#header {
	margin: 0px auto;
	padding: 0px;
	height: 284px;
	width: 900px;
	background: url(images/header.jpg);
}
#applet {
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}



/* Creates the div container for the site. */
div#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/content_bg.gif) repeat;
	float: none;
	position: relative;
}



/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 900px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 0px;
	float: none;
	position: relative;
}
#paint {
	background-image: url(images/paint-buckets.jpg);
	height: 122px;
	width: 150px;
	position: absolute;
	left: 43px;
	top: -112px;
}

div#footer a {
	color: #333333;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#cta {
	height: 223px;
	width: 205px;
	position: absolute;
	left: 24px;
	top: -187px;
}




/* Creates the div container for the copyright. */
div#copyright {
	width: 950px;
	color: #F6E303;
	text-align: center;
	clear: both;
	float: none;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px auto;
}
div#copyright a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#content {
	width: 650px;
	float: right;
	clear: both;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}


/* -----------------NAVIGATION STYLE ----------------- */
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	width:157px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 23px;
	top: 29px;
	z-index: 2;
}

ul#nav {
	padding:0;
	list-style-type:none;
	text-align: center;
	width: 157px;
	margin: 0px auto 0px 0px;
}

ul#nav li {
	display:block;
	width: 157px;
	padding: 0;
	list-style: url(none);
	margin: 0 auto;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	text-decoration:none;
	text-align: right;
	padding: 3px 0px 0px;
	font: bold normal 11px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/off.gif);
	margin: 0 auto;
	width: 157px;
	height: 24px;
	color: #FFFFFF;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	margin: 0px auto;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #C4AB34;
	background: url(images/on.gif);
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	line-height: 18px;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: left;
	clear: none;
	border: 1px solid #999999;
	margin-left: 10px;
	margin-bottom: 15px;
}

.floatright {
	float: right;
	clear: none;
	border: 1px solid #999999;
	margin: 3px 0px 5px 20px;
}

div#map {
	float: left;
	border: 1px solid #000000;
	height: 400px;
	width: 625px;
	margin: 10px 0px 20px 10px;
}

.audioright {
	position: absolute;
	left: 751px;
	top: 300px;
	z-index: 1;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.clear {
	clear: both;
}



/* -----------------styles for address box ----------------- */
address {
	color: #333333;
	width: 169px;
	text-align: left;
	position: absolute;
	left: 32px;
	top: 299px;
	z-index: 3;
	height: 103px;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}


address a {
	color: #800300;
	text-decoration: underline;
}

/* Create the div for owner log-in */

#owner {
	color: #F6E303;
	width: 950px;
	clear: both;
	float: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#owner a {
	color: #333333;
	text-decoration: underline;
}
h3 {

	color: #0C3A6E;
	margin: 10px 8px 0px 0px;
	font: bold normal 14px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}
h4 {


	color: #000000;
	margin: 10px 8px 0px 0px;
	font: bold normal 14px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}

