/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#a38257;
	background-image:url(images/verticalstrip.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 0 20px 0; /* Always apply padding if you apply margins */
}

/* 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, lo, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	font-size:14px;
	color:#000000;
}

/* Redefining tags */
p {
	font-size: 14px;
	line-height:22px;
	margin:5px 20px 15px 15px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
h1 {
	font-size:32px;
	color:#115009;
	font-weight:normal;
	margin:0;
	padding: 0 0 5px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;
	border-bottom:1px # dashed;
	margin:0px;
}
address {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding:10px;
	font-style:normal;
	text-align:left;
	background-color: #8d0303;
	width: 218px;
	margin: 5px;
	border: 1px #400000 solid;
}
ul li { margin-bottom:4px; }
/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#003399;
}

/*  This is main navigation.  */
#mainnav {
	width: 917px;
	margin: 0px;
	height: 45px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 26px;
	top: 48px;
}

#mainnav li {display: inline;}

#mainnav li a {
			float: left;
			display: block;
			height: 32px;
			padding: 13px 8px 0 9px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			text-align: center; 
			text-decoration: none;
			border-right: 1px solid #0f4b06;
			border-left: 1px solid #1c7312;
			color: #fff;
}
#mainnav li a#begin {
			border-right: 1px solid #0f4b06;
			border-left: 0px;
}
#mainnav li a#end {
			border-right: 0px;
			border-left: 1px solid #1c7312;
}

#mainnav li a:hover { 
			text-decoration: none;
			color:#FFFF00;	
			font-weight:normal;		
}

#mainnav .current { 
			text-decoration: none;
			color:#FFFF00;	
			font-weight:normal;					
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 11px;
	margin:0 auto;
	padding:35px 20px 0 20px;
	height: 20px;
	color:#830D0D;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#830D0D;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 3px 0 3px;
	text-decoration:none;
	text-align:center;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#0a4203;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 11px;
	padding:15px 0 0 0;
	color:#fddea7;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:11px; 
	color:#330000;
}
div#copyright a:hover {
	color:#fddea7;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:13px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFF00;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#fddea7;
	font-size:13px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a#admin:hover {
	color:#330000;
	font-weight:bold;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	width:970px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:970px;
	height:auto;
	background-image:url(images/contentstrip.jpg);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:970px;
	height:300px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:950px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding:15px 10px 0px 10px;
}
div#footer {
	clear:both;
	width:970px;
	height:82px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:left;
	width:250px;
	height:auto;
	clear:left;
	margin:13px 0 0 5px;
	padding:0 0 15px 0;
}
div#maintext {
	float:right;
	width:690px;
	height:auto;
	clear:right;
	margin:0px;
	padding:10px 0 0 0;
}
div#addresscontainer {
	width:158px;
	margin:0px;
	padding:10px;
	border: 1px #FFFFFF solid;
	background-color: #400000;
}
div#flash {
	width:545px;
	height:90px;
	margin:0px;
	padding: 0px;
	position: absolute;
	top: 100px;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:25px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	width: 120px;
	text-align: center;
	height: 15px;
	position: absolute;
	left: 839px;
	top: 2px;
}
div#map {
	margin-bottom:35px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	margin:0 15px 10px 20px;
	padding:5px;
	clear:both;
	background-color: #dfc08e;
}
img.center{
	border:#400000 1px solid;
	margin:0 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 5px 10px 15px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
img.cc {
	border:0px;
}
.clear {
	clear: both;
	padding-bottom:15px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#col ul {
	float:left;
	width:250px;
	clear:none;
	margin:0 0 0 30px;
	padding:0px;
}
div#col ul li{
	margin:0px 0px 3px 15px;	
}
