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

body {
	background: #FCF5C7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #2C0F6B;
	left: 16px;
	padding: 2px 0px;
	border-top: 1px solid #F2DB3D;
	border-bottom: 1px solid #F2DB3D;
}
h2 {
	font-size: .9em;
	color: #2C0F69;
}
h3 {
	font-size: .8em;
	color: #2C0F69;
}
h4 {
	font-size: .9em;
	color: #9B890B;
}
h4.clear {
	clear: both;
}

p, div#content li {
	font-size: .8em;
	line-height: 1.4em;
}
iframe {
	margin-top: -10px;
}
li {
	font-size: 12px;
	margin-bottom: 3px;
}

address {
	font: normal .7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	width: 280px;
	background: #CDC6DD;
	border: 1px solid #6F5D99;
	margin-right: 15px;
	padding: 8px;
	height: 200px;
	margin-bottom: 20px;
}
address img {
	margin-top: 10px;
}

address strong {
	color: #2C0F6B;
	font-size: 12px;
}
address em {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}




/* ----------------- LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/bg-container.jpg) repeat-y;
	border: 1px solid #F3DE47;
	}
	
div#header {
	background: url(images/header.jpg) no-repeat;
	height: 126px;
	position: relative;
	}
div#header2 {
	background: url(images/header2.jpg) no-repeat;
	height: 126px;
	position: relative;
}

div#cta {
	background: url(images/cta.jpg) no-repeat;
	height: 189px;
}
div#flash {
	position: absolute;
	left: 25px;
	top: 176px;
}


div#audio {
	position: absolute;
	top: 100px;
	left: 555px;
}
div#audio2 {
	position: absolute;
	top: 99px;
	left: 550px;
}

div#right {
	float: right;
	width: 712px;
	position: relative;
	margin: 0px;
	padding: 0px;
}



div#content {
	padding-right: 20px;
	padding-left: 15px;
	position: relative;

}

div#sidebar {
	background: url(images/logo-nav.jpg) no-repeat;
	float: left;
	width: 278px;
	}
div#sidebar2 {
	background: url(images/logo-nav2.jpg) no-repeat;
	float: left;
	width: 278px;
}

	

div#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 47px;
	}

div#owner {
	width: 900px;
	margin: 0px auto;
}
div#owner img {
	float: left;
	border: none;
}
	
div#copyright {
	font-size: 9px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0px auto;
	padding-top: 15px;
	}
	div#copyright a:link {
	color: #9B890B;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	color: #2C0F6B;
	}

/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-top: 128px;
	}

	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 250px;
	border-bottom: 1px solid #18073A;
	padding: 5px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: 25px;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #200C49;
	font-weight: bold;
	color: #F3E25E;
	}



/* ---------------------------- UTILITY NAVIGATION ---------------------------- */
div#utility {
	width: 990px;
	margin: 0px auto;
	clear: both;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: right;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 2px 6px;
	margin: 0px;
	border-right: 1px solid #F3DE47;
	color: #9B890B;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #2C0F6B;
	}
	

img.right {
	padding: 5px;
	clear: right;
	float: right;
	margin-left: 15px;
	border: 1px solid #F2DB3D;
	margin-top: 5px;
	margin-bottom: 20px;
	background: #fff;
}
img.left {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 15px;
	border: 1px solid #F2DB3D;
	margin-bottom: 25px;
}
p.border {
	border-top: 1px solid #F9ED99;
	clear: both;
	padding: 0px;
}
div.column {
	float: left;
	width: 300px;
	margin-right: 20px;
}
p.clear {
	clear: both;
}
.clear {
	clear: both;
}

