/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FF6600 url(images/bg-body.jpg) repeat-x left top;
}
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 {
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	color: #0066CC;
	margin-top: 8px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #2A59C1;
	font-weight: normal;
}
address {
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 425px;
	left: 45px;
	color: #0066CC;
}
address a { color: #0066CC; }

/* ----------------- 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 #0066CC;
	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-left: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 50px;
	white-space: nowrap;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {}
/* ----------------- Vertical --------------------- */
div#nav {
	position: absolute;
	top: 261px;
	left: 11px;
	width: 243px;
}
ul#mainnav {margin: 0;padding: 0;}
ul#mainnav li {display: inline; list-style: none;}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #0066CC;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DBDBDB;
	letter-spacing: 1px;
	width: 243px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FF6600;
	background: #EBEBEB;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 885px;
}
div#header {
	width: 885px;
	height: 261px;
	background: url(images/bg-header2.jpg) no-repeat left top;
}
div#content {
	background: url(images/bg-content.jpg) top left repeat-y;
	padding: 1px 10px 1px 265px;
	line-height: 18px;
	color: #666;
	width: 610px;
	min-height:420px; 	/* This controls the height of the div in most browsers to make sure the content div clears the absolute positioned nav and address*/
	_height:420px;		/* This controls the height of the div in IE using the underscore hack (http://www.wellstyled.com/css-underscore-hack.html)*/
}
div#content strong { color: #0066CC; }
div#content .addressleft {
	float: left;
	margin: 0px 40px 15px 0px;
	padding: 0px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
div#footer {
	height: 20px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: right;
	color: #CC6600;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 100px;
	width: 775px;
}
div#footer a:link, div#footer a:visited { color: #CC3333; }
div#copyright {
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
div#copyright a:link, div#copyright a:visited { color: #FFFFFF; }
div#copyright  img {
	float: right;
	margin-top: -28px;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 270px;
	left: 764px;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #0066CC;
	width: 600px;
	height: 450px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
