/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF 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: #000000;
	margin-right: 25px;
	margin-left: 5px;
	font: 12px/22px Arial, Helvetica, sans-serif;
}

h1 {
	color: #000000;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #576580;
	text-transform: uppercase;
	width: 810px;
	float: left;
	margin: 15px 5px 10px 0px;
}

h2 {
	color: #000000;
	margin: 10px 8px 0px 0px;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}

ul {
	color: #000000;
	font: normal 12px/20px 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: #0F0909;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #586580;
	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: 132px;
	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: 30px;
	margin: 0px auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 24px;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}




/* Creates the div container for the copyright. */
div#copyright {
	padding: 0px;
	width: 770px;
	color: #576580;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	font: 10px Arial, Helvetica, sans-serif;
}
div#copyright a {
	color: #333333;
	text-decoration: underline;
}

/* Creates the div container for the content. */

div#content {
	margin: 0px;
	width: 820px;
	float: left;
	padding-bottom: 10px;
	padding-left: 40px;
	clear: both;
	padding-right: 5px;
}

#welcome {
	background-color: #032D69;
	background-image: url(images/welcome.jpg);
	height: 480px;
	width: 850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* -----------------NAVIGATION STYLE ----------------- */
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	clear: both;
	float: none;
}

ul#nav {
	list-style-type:none;
	margin: 0px auto;
	text-align: center;
	float: none;
	position: absolute;
	left: 218px;
	top: 106px;
	padding-right: 0px;
	padding-left: 0px;
	width: 587px;
	z-index: 1;
}

ul#nav li {
	margin:0;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0 auto;
	display:run-in;
	text-decoration:none;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 34px;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#576580;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DED5CD;
}


/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: left;
	clear: left;
	margin-left: 100px;
	border: 1px solid #999999;
}

.floatright {
	float: right;
	clear: none;
	border: 1px solid #666666;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
}

div#map {
	float: left;
	margin-right: 0px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 475px;
	width: 750px;
}

.audioright {
	position: absolute;
	left: 24px;
	top: 121px;
	z-index: 2;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 150px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}



/* -----------------styles for address box ----------------- */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 810px;
	text-align: center;
	font-style: normal;
	line-height: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}
#mid-section {
	background-image: url(images/mid-section.jpg);
	height: 298px;
	width: 900px;
}



address a {
	color: #586580;
	text-decoration: underline;
}

h3 {
	font: bolder normal 13px/normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	text-transform: none;
	background-color: #800300;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4 {

	color: #000000;
	margin-left: 5px;
	font: italic normal 14px/20px "Times New Roman", Times, serif;
}

h5 {

	color: #FFFFFF;
	margin-left: 5px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
}

/* Create the div for owner log-in */

#owner {
	color: #FFFFFF;
	width: 770px;
	clear: both;
	float: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px auto;
}
#owner a {
	color: #000000;
	text-decoration: underline;
}
.cta {
	height: 261px;
	width: 175px;
	position: absolute;
	left: 649px;
	top: 251px;
}
.business {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 150px;
	position: absolute;
	left: 718px;
	top: 5px;
	text-align: right;
	height: 59px;
}
