/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #92a943;
}

/* 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;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	color: #333333;
	margin: 0px 30px 20px;
}
p.center {
	text-align: center;
	clear: both;
}


h1 {
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-indent: 15pt;
	background-color: #BAD19A;
	padding: 5px;
}
h2 {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

address {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	clear: both;
}

address a:link {
	text-decoration: underline;
	color: #666666;
	text-align: left;
}


/* ----------------- 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;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 161px;
	width: 750px;
	position: relative;
}

div#right {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	float: right;
	text-align: left;
	width: 176px;
	margin: 0px;
	padding: 0px;
	clear: right;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
}

applet {
	position: absolute;
	top: 170px;
	right: 33px;
}
div#boxleft {
	float: left;
	margin-left: 140px;
}
div#boxright {
	float: right;
	margin-right: 140px;
}

/* Creates the div container for the site. */
div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(images/contentbg.gif);
}

/* Creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px 1px;
	width: 748px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 17px;
	background-image: url(images/footer.gif);
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
	width: 750px;
}
div#copyright a {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 130px;
	width: 750px;
	height: 30px;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #333333;
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-transform: capitalize;} 

div#nav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	font-size: 12px;
}

div#nav li a {
	display: block;
	width: auto;
	color: #68781F;
	text-decoration:none;
	background: url(images/nav.gif) no-repeat right top;
	font-weight: bold;
	font-size: 11px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 9px;
}

div#nav li a:hover {
	color: #333333;
}

ul#list {
	font-size: 11px;
	padding: 0;
	line-height: 16px;
	margin-bottom: 20px;
}

ul#list li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	font-size: 12px;
	color: #333333;
}

iframe {
	padding: 0px;
	margin: -20px 0px 0px 60px;
	clear: left;
	float: left;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #666666;
	float: left;
	clear: left;
}
.clear {
	clear: left;
}
div#flash {
	clear: right;
	float: right;
	margin-right: 30px;
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
table {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.name {
	width: 270px;
}
td.city {
	width: 170px;
}
