/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #CCCCCC url(images/bg-body1.jpg) repeat;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {font-size: 12px;}
p, h1 {margin: 15px 0;}
h1 {
	border-bottom: 1px solid #071C77;
	color: #990000;
	font: normal 36px/32px "Times New Roman", Times, serif;
}
h2 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #071C77;
}
h3 {
	font: normal 24px/normal "Times New Roman", Times, serif;
	color: #990000;
}

address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 630px;
	top: 280px;
	color: #071C77;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #000; float: left; margin: 0 15px 15px 0;}
.rightborder 	{
	padding: 2px;
	border: 1px solid #973F11;
	float: right;
	margin: 0 0 15px 15px;
}
.border 		{padding: 2px; border: 1px solid #000;}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-top: 0px; margin-left: 10px; padding-left: 20px;}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {}
/* ----------------- Horizontal ------------------- */
div#nav {
	width: 766px;
	height: 72px;
	background: url(images/bg-nav.jpg) top left no-repeat;
	padding-right: 27px;
	padding-left: 27px;
}
ul#mainnav 		{margin: 0; padding: 0;}
ul#mainnav li 	{float: left; padding: 0; list-style: none; list-style-image: none; font-family: Arial, Helvetica, sans-serif;}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 27px 36px 25px 37px;
	white-space: nowrap;
	background: url(images/bg-nav-btn.gif) right top;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/bg-nav-current.jpg) right;
	color: #FFFFFF;
}
* html #nav a {width: 1%;}
div#bg-body {
	background: url(images/bg-body.jpg);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 560px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 820px;
}
div#header {
	width: 820px;
	height: 200px;
	background: url(images/bg-header.jpg) top left no-repeat;
}
div#content-wrapper { background: url(images/bg-content-wrapper.jpg) repeat-y; }
div#content {
	background: url(images/bg-content.jpg) no-repeat top;
	padding: 1px 220px 1px 25px;
	line-height: 18px;
	color: #666;
	width: 575px;
}
div#footer {
	height: 44px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 11px;
	text-align: left;
	color: #666666;
	padding-top: 31px;
	padding-right: 80px;
	padding-left: 45px;
}
div#footer a:link, div#footer a:visited { color: #666666; }
div#footer a:hover { color: #973F11; }
div#copyright {
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
div#copyright a:link, div#copyright a:visited { color: #666666; }
div#copyright img {margin: 5px 0;}

/* ----------------- AUDIO POPUP STYLES ----------------- */
a#webaudio-btn {
	display: block;
	position: absolute;
	left: 615px;
	top: 167px;
	height: 33px;
	width: 171px;
	z-index: 100;
	background: url(none);
	opacity: 0;
	filter:alpha(opacity=0);
}
div#audio {
	position: absolute;
	background: #fff;
	top: 125px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	z-index: 200;
	visibility: hidden;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	border: 5px solid #071C77;
}
div#audio p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#audio a {
	color: #003366;
}
div#audio .warning {
	font-size: 9px;
	font-weight: normal;
}
div#windowshade {
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: .35;
	filter:alpha(opacity=35);
	display: none;
}
