/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #a0c59a;
}

/* 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, a, ul, li, ol, td {
	font-family: 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: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 38px;
	margin-left: 25px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #548F44;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 22px;
	margin-right: 28px;
	text-transform: capitalize;
	padding: 0px 3px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58BAC;
	font: bold 14px "Lucida Bright", Georgia, Serif;
}
h2 {
	color: #497A38;
	margin-left: 25px;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background-color: #FCD6E1;
	padding: 5px 0px 5px 5px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #003399;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #D02433;
}

address {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 15px 0px 5px 20px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 148px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 583px;
	position: relative;
}

div#content img {
	
}


.images{
	text-align: left;
	padding: 5px;
	margin-right: 30px;
	border: 1px solid #FE272A;
	background-color: #F58BAC;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div#photocap {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 5px;
	text-align: center;
}
div#photocap a:hover, div#photocap a:link, div#photocapa:visited {
	text-decoration: none;
	border: none;
}
div#photocap img {
	border: none;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 49px;
}

div#audio{
	position: absolute;
	width: 150px;
	height: 25px;
	background: url(images/audio_bg.gif);
	left: 402px;
	top: 2px;
}


/* Styles the copyright div */
div#bottomnav {
	width: 770px;
	margin: 0px auto;	
	position: relative;
}

div#bottomnav a {
	font-size: 9px;
	color: #2c581e;
	text-decoration: underline;
	font-weight: normal;
}

div#copyright img {
	text-align:center;
	border: none;
	padding-top: 10px;
	padding-bottom: 15px;
	}
	
div#copyright {
	color: #2c581e;	
	width: 770px;
	font-size: 11px;
	margin: 20px auto 0px auto;
}

div#copyright a{
	color: #2c581e;	
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 10px 0px 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #F3769B;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 15pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8A3BC;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FE3416;
	background-color: #FFFFFF;
	background-image: url(images/nav.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
ul#leftnav li a:hover {
	color: #497A38;
}

ul#leftnav span a{
	color: #fff;
	text-decoration: underline;
}


/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	left: -19px;
	width: 796px;
	top: 1px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #333;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 5px 10px 0px 10px;
		text-decoration: none;	
		border-right: 1px solid 000;
	}
	
	
	ul#utilitynav li a:hover {
		color: #333;
		width: auto;
		text-decoration: underline;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #333;
		width: auto;
		text-decoration:underline;
	}





ul#list {
	font-size: 12px;
	color: #666666;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/arrow.gif);
	line-height: 13pt;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;

}

applet {
	margin-top: 5px;
}
.clear {
	clear: both;
}
.bodyred {
	color: #D02433;
}
.bodygreen {

	color: #909500;
}
p.images {
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

Div#clear {
	clear:both;
	}
.center{
	text-align: center;
}

#map iframe {
	border:1px solid #F58BAC;
	margin:10px 0px;
}

.border{
	border: 1px solid #ccc;
}

