/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}
/* 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 {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 13px;
	color: #333333;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	color: #666;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

div#flash {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -1px;
	left: 0px;
	text-align: left;
	width: 116px;
	height: 73px;
}
address {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	text-align: right;
	color: #329900;
	width: 303px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	right: 0px;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 850px;
	height: 350px;
	background-image: url(images/images/header_gif_01_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* creates the div container for the site. */
div#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

/* creates the div for the content */
div#content {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#content a:link, div#content a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	font-size: 12px;
	padding-bottom: 10px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding-left: 15px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
	padding-top: 0px;
	margin: 0px;
}
/* creates the div container for the footer. */
div#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	text-align: center;
	height: 26px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCD3A5;
	border-bottom-color: #666;
}
div#footer a:link, div#footer a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 100px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #666;
}

div#copyright a {
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#sidebar{
	margin: 0px;
	position: absolute;
	top: 76px;
	left:0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 230px;
}
div#nav {
	padding: 0px;
	clear: both;
	margin: 0px;
}
	
ul#mainnav {
	padding: 0px;
	margin: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
ul#mainnav li a:hover {
	color: #FFFF00;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFF00;
}

/* end navigation */

div#map {
	padding: 4px;
	border: 1px solid #085A92;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	width: 837px;
}
div#signin {
	width: 110px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #CFF5BA;
	border: 1px dotted #006600;
}

div#audio {
	position: absolute;
	top: 355px;
	height: 18px;
	width: 111px;
	margin: 0px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px dotted #014E86;
	right: 0px;
}
div#contact {
	width: 500px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
	clear: right;
}
