/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(images/body.jpg) top left repeat-x;
}
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 15px 0;
}
h1 {
	font-size: 18px;
	border-bottom: 1px solid #000000;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	color:#9e190b;
	font-style:italic;
}
address {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top:10px;
	padding-left:10px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.leftborder {
	padding: 1px;
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
}
.rightborder {
	padding: 1px;
	border: 1px solid #000;
	float: right;
	margin-left: 15px;
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
}
/* ----------------- Vertical --------------------- */

div#nav {
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #f1f1f1;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #a4a4a4;
	border-top: 1px solid #f1f1f1;
	width:160px;
}
ul#mainnav li a:hover {
	background:#aaaaaa;
	border-top: 1px solid #d2d2d2;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background:#9e190b;
	color:#fff;
	font-weight:bold;
	border-top: 1px solid #e22410;
}
* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */
	width: 1%;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 770px;
	margin: auto;
	position: relative;
	background: url(images/container.jpg) top left repeat-y;
}
div#header {
	width: 770px;
	height: 250px;
	background: url(images/header.jpg) top left no-repeat;
}
div#content {
	width: 520px;
	padding: 1px 30px 1px 220px;
	background: url(images/content.jpg) top left no-repeat;
}
div#sidebar {
	position:absolute;
	width:180px;
	left:25px;
	top:260px;
}
div#footer {
	width: 700px;
	padding: 10px 30px 1px 40px;
	height: 30px;
	font-size: 10px;
	text-align: right;
	background: url(images/footer.jpg) top left no-repeat;
	color:#fff;
}
div#footer a:link, div#footer a:visited {
	color:#fff;
}
div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
div#copyright a:link, div#copyright a:visited {
	color:#000;
}
div#copyright img {
	margin-top:10px;
}
div#address {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top:218px;
	left:250px;
}
div#column {
	float:left;
	width:200px;
	padding-left:20px;
}
div#map {
	border: 1px solid #000;
}
div#flash {
	float: left;
}
/* ----------------- CUSTOM CLASSES ----------------- */
