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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 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;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-left: 25px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
}

h1 {
	text-transform: uppercase;
	color: #2E8A44;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-indent: 5pt;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}
h2 {
	font-size: 12px;
	color: #F55104;
	margin-left: 25px;
	margin-bottom: 20px;
	clear: left;
	font-style: italic;
	text-transform: uppercase;
	margin-right: 25px;
}
h3 {
	font-size: 12px;
	color: #439A12;
	margin-left: 20px;
	margin-bottom: 5px;
	clear: left;
	background-color: #F2F2F2;
	padding: 5px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #F04801;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ABA9A9;
	background-image: url(images/address.gif);
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 17px;
	text-align: center;
	padding-left: 107px;
	margin: 0px;
	padding-bottom: 0px;
}

address a:link, address a:visited {
	text-decoration: underline;
	color: #FFC300;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
address a:hover {
	text-decoration: underline;
	color: #2BB24B;
	text-align: left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

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

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	width: 530px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 770px;
	background-position: left bottom;
	height: 2px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
	width: 770px;
	font-size: 9px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
	color: #CCCCCC;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 94px;
	left: 0;
	width: 770px;
	clear: both;
	margin-left: 13px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E12901;
	padding-top: 5px;
	padding-bottom: 22px;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display: block;
	width: auto;
	padding:9px 15px 9px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E8242;
	text-align: center;
	text-transform: capitalize;
}

div#nav li a:hover {
	padding-top: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffc001;
}

ul#right {
	font-size: 12px;
	line-height: 16px;
	margin-right: 20px;
	float: right;
}

ul#right li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

ul#left {
	font-size: 12px;
	line-height: 16px;
	float: left;
}

ul#left li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

iframe {
	margin-left: 20px;
}
.clear {
	clear: right;
}
.name {
	color: #8D38B1;
	text-transform: uppercase;
}
div#content img {
	float: right;
	margin-right: 25px;
	margin-left: 30px;
	clear: right;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #eeeeee;
}
div#left {
	clear: left;
	float: left;
	width: 239px;
	margin: 0px;
	padding: 0px;
}
.yellow {
	color: #FFC300;
}
div#left img {
	border: none;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	position: absolute;
	top: 72px;
	right: 10px;
}

	div#audio img {
		border: none;
	}

/* ----------------- WEB AUDIO POPUP ----------------- */
div#audiopopup {
	background-image: url(images/bg_audiopopup.jpg);
	width: 200px;
	height: 90px;
	padding-top: 10px;
	text-align: center;
	margin: 0px auto;
}

	div#audiopopup p {
		margin: 5px 0px 23px 0px;
		line-height: 1.2;
		text-align: center;
	}
