/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #fbeabe;
}

/* 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; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #144a16;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #513a09;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: capitalize;
}


/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
}


/* =Address
------------------------------------*/
address {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #144a16;
	padding: 0px 0 0 15px;
	margin: 30px 0px 20px 0px;
	text-align: center;
	width: 190px;
	}
	
/* =Audio
------------------------------------*/
.audio {
	float: right;
	margin: 20px 30px 0px 0px;
	padding: 0;
	}
	
.imglog {
	float:right;
	margin: 0px;
	padding: 0;
	}


.cc {
	margin: 0 0 0 10px;
	padding: 0;
	}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/header.jpg);
	height: 223px;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/content_bg.gif) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#containerintro {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 167px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/sidebar.gif);
	background-repeat:no-repeat;
	width: 206px;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 5px 40px 5px 0;
	padding: 5px 0px 5px 0px;
	width: 545px;
}

div#content img {
	padding: 2px;
	margin: 0px 15px 20px 0px;
	border: 1px solid #4c4133;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 800px;
	height: 50px;
	}

/* Styles the copyright div */
div#copyright {
	width: 800px;
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #144a16;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #144a16;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	float: left;
	padding: 0px 0 0px 36px;
	margin: 7px 0px 0px 0;
	width: 160px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	color: #144a16;
	text-decoration: none;
	width: 160px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	border-bottom: 1px dashed #fff;
	text-align: right;
	margin: 0px;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fff;

	}

/* ----------------- CUSTOM ----------------- */
.flash {
	float: right;
	margin: 0px 0px 0 0;
	padding: 1px 0px 0 0;
	width: 405px;
	height: 223px;

}

div#clear {
	clear:both;}