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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #516d4b;
}

/* 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: #5a6a4d;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	border-bottom: 1px solid #82806c;
	margin-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #5a6a4d;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	border-bottom: 1px solid #82806c;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #5a6a4d;
	font-weight: bold;
}
a:visited {
	color: #5a6a4d;
}
a:hover {
	text-decoration: underline;
	color: #5a6a4d;
}
a:active {
}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5a6a4d;
	padding: 0px;
	margin: 30px 0px 20px 10px;
	text-align: left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#audio {

	margin: 10px;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 127px;
}

/* Creates the div container for the site. */
div#container {
	background:  url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 167px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 575px;
}

div#content img {
	padding: 2px;
	margin: 0px 20px 20px 0px;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
}

.login {
	border: none;
	}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	height: 15px;
	color: #fff;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 15px 0px 0px;
	width: 168px;
	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;
	border-bottom: 1px solid #5a6a4d;
	color: #5a6a4d;
	text-decoration: none;
	width: 166px;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #5a6a4d;
	background: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;
}

ul#list {
	font-size: 10px;
	color: #666666;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 80px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	text-transform: capitalize;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#clear {
	clear:both;
	}

div#flash {
	float: right;
	}

div#iframe {
	margin: -40px 0 0 0;
	}

.center {
	text-align: center;
	}
	
.italic {	
	font-style: italic;
	}

.boldcenter {
	text-align: center;
	font-weight:bold;
	}
	
.bold{
	font-weight:bold;
	}