/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 12px arial;}

/* Defines the body tag */
body {
	background: #005826;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 10px 0px 0px 7px;
	padding: 5px 4px 5px 8px;
	width: 174px;
	height: 200px;
	line-height: 14px;
	text-align: center;
	background-color: #9CD19C;
}

address a:link {
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #000000;
}
div#hours {
	width: 134px;
	position: absolute;
	left: 343px;
	top: 21px;
	height: 50px;
	font-style: normal;
	line-height: 14px;
	text-align: center;
}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 {
	font-size: 22px;
}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #056700;}
a:visited { text-decoration: underline;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {

	margin: 0 auto;
	width: 800px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	position: relative;
	width: 800px;
	height: 205px;
	background: url(images/header_bg.jpg) top left no-repeat;
}

div#flash {
	position: absolute;
	top: 12px;
	left: 41px;
	width: 722px;
	height: 76px;
}

/* DIV BODY */
div#body {
	position: relative;
	width: 780px;
	margin:0 auto;
	clear: both;
}

div#column {
	float: left;
	width: 200px;
	padding-left:5px;
}
		
div#contact {
	width: 200px;
	color: #fff;
	padding: 10px 0;
	background: #801c1c;}
	#contact address {
		font-size: 11px;
		padding: 0 10px 5px;}
	#contact a:hover {
		text-decoration: underline;}

div#content {
	width: 570px;
	padding: 0 0 10px 0;
	margin:0;
	float: left;
}
	#content h1 {
	padding: 50px 10px 10px 0;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
	#content h2 {
	padding: 10px 30px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #125A04;
	text-align: center;
}
	#content p {
	padding: 7px 15px 7px 10px;
	line-height: 16px;
	text-align: justify;
}
div#rightcolumnimages {
	padding: 10px 20px 0px 10px;
	float: right;
	height: auto;
	width: 200px;
	margin: 0px;
}


/* DIV FOOTER */
div#footer {
	width: 800px;
	font-size: 10px;
	background: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
div#content li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
div#map {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}



	/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 9px;
	padding: 7px 0;
	color: #fff;
	font-family: tahoma;
	margin-right: auto;
	margin-left: auto;
}
		#utilnav a {
	text-decoration: none;
	font-size: 100%;
	color: #9CD19C;
	font-family: tahoma;
	padding-right: 3px;
	padding-left: 3px;
}
		#utilnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
	
	/* DIV COPYRIGHT */
	div#copyright {
	/*margin-left: 150px;*/
		font-size: 9px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-family: tahoma;
	margin: 0px auto;
}
		#copyright a {
			text-decoration: none;
			color: #fff;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;
	margin: 0px 8px;
	padding: 3px;
	border: 1px solid #699E69;
}
	.right img {
	margin: 0 0 10px 10px;
	border: 1px solid #699E69;
}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 7px 0 6px 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #FFCC33 url(images/arrow.gif) no-repeat left center;
	color: #000000;
	text-transform:uppercase;
}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	font-family: tahoma;} 

div#nav li {
	margin: 0px 0 1px;
	padding: 0 7px;
	line-height: normal;
	text-indent: 0;
	text-align: left;
}
.imagecenter {
	margin: 0px;
	text-align: center;
	padding: 2px;
}


div#nav li a {
	display: block;
	padding: 7px 0px;
	color: #FFFFFF;
	text-decoration: none;
	background: #333333;
	width: 100%;
	text-indent: 3px;
	text-align: center;
	font-family: tahoma;
	font-size: 10px;
}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #000000 url(images/arrow.gif) no-repeat left center;
	color: #FFFFFF;
}
div#footercontact {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	position: relative;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- 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;}
div#audio {
	width: 111px;
	color: #fff;
	padding: 10px 0;
	height: 28px;
	position: absolute;
	left: 662px;
	top: -9px;
}
strong {
	color: #125A04;
}
address strong {
	color: #000000;
}
div#hours strong {
	color: #000000;
}
div#iframe {

	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.imageborder {
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
div#rightcolumnimagestwo {
	float: right;
	height: auto;
	width: 200px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

#listfloatleft {
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}

.clear {
	clear: both;
}
