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

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #000000 url(images/bg_site.jpg);
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbb85;
}

/* 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, form, input, legend, select, option, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #bbbb85;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #999966;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
	border-bottom: 1px solid #999966;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}

/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}

/* Sets the line-height for these tags */
p, td {
	line-height: 18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 14px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #999966;
	}
a:visited {
	text-decoration: underline;
	color: #787847;
 }
a:hover {
	text-decoration: none;
	color: #999966;
	}
a:active, a.selected {
	text-decoration: none;
	color: #898958;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: 0px;
	margin-left: 0px;
    padding: 0px;
}
ul {
	list-style: url(images/bullet.gif);
}
body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) inside;	
}

/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul, body>div#leftpara {
	float: left;
	margin-left: 0px;
	padding: 10px 15px 10px 15px;
	width: 200px;
}
body>ul.rightul, body>div#rightpara {
	float: left;
	margin-left: 0px;
	border-left: 1px solid #999966;
	padding: 10px 15px 10px;
	width: 200px;
}
body>ul.leftul2, body>div#leftpara2 {
	float: left;
	margin-left: 0px;
	padding: 10px 15px 10px 15px;
	width: 325px;
}
body>ul.rightul2, body>div#rightpara2 {
	float: left;
	margin-left: 0px;
	border-left: 1px solid #999966;
	padding: 10px 15px 10px;
	width: 330px;
}
/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	width: 200px;
}
ul.rightul, div#rightpara {
	float: left;
	margin-left: 0px;
	padding: 10px 15px 10px;
	width: 200px;
	border-left: 1px solid #999966;
}
ul.leftul2, div#leftpara2 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	width: 330px;
}
ul.rightul2, div#rightpara2 {
	float: left;
	margin-left: 0px;
	padding: 10px 15px 10px;
	width: 325px;
	border-left: 1px solid #999966;
}
/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text */
.underline {
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 10px auto 0px;
	background: #401818;
	border: 1px solid #999966;
}
div#container2 {
	width: 770px;
	margin: 10px auto 0px;
	background: #401818 url(images/layout2.gif) repeat-y;
	border: 1px solid #999966;
}
/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
}
div#sidebar img{
	padding: 0px 0px 10px 1px;
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 520px;
	float: right;
	padding: 0px 0px 10px 0px;
}
div#content2{
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}
div#content2 p, h1, h2, h3, h4, h5, table {
	margin-left: 15px;
	margin-right: 15px;
}
div#content2 ol.list, ul.list {
	margin-left: 30px;
	margin-right: 15px;
}
div#content p, h1, h2, h3, h4, h5, table {
	margin-left: 15px;
	margin-right: 15px;
}
div#content ol.list, ul.list {
	margin-left: 30px;
	margin-right: 15px;
}
div#contactinfo {
	border-top: 1px solid #999966;
	width: 490px;
	margin:0px auto;
	text-align: center;
	clear:both;
	color: #bbbb85;
}
div#contactinfo2 {
	border-top: 1px solid #999966;
	width: 740px;
	margin:0px auto;
	text-align: center;
	clear:both;
	color: #bbbb85;
}
/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -10px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	clear: both;
	color: #e4e4ca;
	font-size: 10px;
	margin: 0px auto;
	padding:5px 10px 7px;
	text-align: left;
	width: 750px;
	background: #999966;
}
div#subnav a {
	color: #e4e4ca;
	font-weight: bold;
}
div#subnav .signin {
	font-size: 10px;
	position: relative;
	left: 25px;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	clear: both;
	color: #e4e4ca;
	font-size: 9px;
	margin: 0px auto;
	padding:5px 0px;
	text-align: center;
	width: 770px;
}
div#copyrght a {
	color: #e4e4ca;
	font-weight: bold;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background: #663333;
	height: 25px;
	border-top: 2px solid #999966;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px 4px;
	text-decoration: none;	
	text-transform: uppercase;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #afaf83 repeat-x;
	color: #000000;
	width: auto;
}
/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #663333 url(images/current_bg.gif);
	color: #ffffff;
	width: auto;
}

/* Create CLASSES to float images and groups of images in SPAN tags */
div#rightflt {
	float: right;
	margin: 10px 15px 0px 10px;
}
div#rightflt img {
	border: 1px solid #999966;
	margin-bottom: 15px;
}
img.rt {
	float: right;
	margin: 10px 15px 10px 10px;
}
img.rtborder {
	border: 1px solid #999966;
	float: right;
	margin: 10px 15px 10px 10px;
}
img.lft {
	float: left;
	margin: 10px 10px 10px 15px;
}
img.lftborder {
	border: 1px solid #999966;
	float: left;
	margin: 10px 10px 10px 15px;
}
img.ctr {
	border: 1px solid #999966;
	text-align: center;
	margin: 5px auto;
}
img.audio{
 float: right;
 margin-top: -20px;
 margin-right: 20px;
 }
div#map {
	margin-bottom: 15px;
	padding: 1px;
	height: 400px;
	width: 475px;
	border: 1px solid #949161;
	margin-left: auto;
	margin-right: auto;
}
