/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #E5E5CC 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: 10px;
	margin-left: 5px;
	font: 12px/22px Arial, Helvetica, sans-serif;
}

h1 {
	color: #333333;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333333;
	margin-top: 15px;
	margin-right: 5px;
	text-transform: uppercase;
	width: 100%;
	margin-left: 0px;
}

h2 {
	color: #000000;
	margin: 10px 3px 0px;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}

ul {
	color: #333333;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-left: 30px;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #204108;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #666666;
}
a:hover {
	color: #ECA319;
	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: 182px;
	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: 21px;
	margin: 0px auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	position: relative;
}

div#footer a {
	color: #204108;
	text-decoration: underline;
}

div#footer a:hover {
	color: #ED9D0A;
	text-decoration: underline;
}
.dog-footer {
	background: url(images/dog-footer.jpg);
	height: 128px;
	width: 68px;
	position: absolute;
	left: 0px;
	top: -87px;
}





/* Creates the div container for the copyright. */
div#copyright {
	padding: 0px;
	width: 900px;
	color: #666666;
	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: #204108;
	text-decoration: underline;
}

/* Creates the div container for the content. */

div#content {
	margin: 0px;
	width: 600px;
	float: left;
	padding-bottom: 10px;
	padding-left: 70px;
	clear: both;
	padding-right: 5px;
}

/* -----------------NAVIGATION STYLE ----------------- */
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	width:900px;
	background: url(images/navbar.jpg) no-repeat;
	height: 29px;
	clear: both;
	float: none;
}

ul#nav {
	list-style-type:none;
	margin: 0px auto;
	text-align: center;
	float: none;
	position: absolute;
	left: 73px;
	top: 180px;
	width: 717px;
	z-index: 1;
	height: 19px;
	padding-top: 6px;
}

ul#nav li {
	margin: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 11px/18px Arial, Helvetica, sans-serif;
	border-right: 1px solid #E5E5CD;
	color: #E5E5CD;
	text-transform: uppercase;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 7px;
	padding-bottom: 5px;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#204108;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E5E5CD;
}

ul#nav li a:hover {
	background-color: #F1A420;
	color: #204108;
}


/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: left;
	clear: left;
	margin-right: 40px;
	margin-left: 5px;
	border: 1px solid #333333;
}

.floatright {
	float: right;
	clear: none;
	border: 1px solid #666666;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 25px;
}

div#map {
	float: left;
	border: 1px solid #666666;
	height: 550px;
	width: 550px;
	margin: 10px 0px 20px 5px;
}

.audioright {
	position: absolute;
	left: 560px;
	top: 232px;
	z-index: 2;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 20px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}



/* -----------------styles for address box ----------------- */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #204108;
	text-align: right;
	font-style: normal;
	line-height: 19px;
	position: absolute;
	left: 694px;
	top: 554px;
	width: 173px;
	background: #E5E5CC;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #204108;
	border-top: 1px dotted #204108;
}


address a {
	color: #204108;
	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: 900px;
	clear: both;
	float: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px auto;
}
#owner a {
	color: #333333;
	text-decoration: underline;
}
.cta {
	width: 179px;
	position: absolute;
	left: 692px;
	top: 227px;
}

