/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background: url(images/bg.gif) top left;
}
p, h1, h2, h3, a, ul, li {
	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;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-size: 12px;
	margin: 15px 0 10px 0;
}

h3 {
	margin-top: 15px;
	font-size: 14px;
	border-bottom:1px solid #339900;
}

address {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top:10px;
}

hr {
	border: none;
	border-top: 1px dotted #999999;
	height: 1px;
	clear: both;
	margin-top: 15px;
}

/* ----------------- MAIN NAV ----------------- */
div#nav {
	position: absolute;
	width: 750px;
	height: 40px;
	top:350px;
	left:10px;
}
ul#mainnav, ul#mainnav ul {
	margin:0px;
	padding: 0px;
	background: #CCCC00;
	line-height: 1;
}
ul#mainnav li {
	float: left;
	padding: 0px;
	list-style: none;
	border-right: 1px dotted #ffffff;
}

ul#mainnav li#last {
	border-right: none;
}

ul#mainnav li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 10px 17px 18px 17px;	
	color:#fff;
}

ul#mainnav li a:hover{
	background: #566ba4;
}
ul#mainnav li a.current {
	background: #cd6601 url(images/current.jpg) no-repeat bottom;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 770px;
	margin: auto;
	position: relative;
	background: url(images/container.jpg) top left repeat-y;
	margin-top:10px;
}

div#header {
	width: 770px;
	height: 390px;
	background: url(images/header.jpg) top left no-repeat;
}

div#content {
	width: 548px;
	padding: 1px 12px 1px 210px;
	background: url(images/content.jpg) top left repeat-y;
	min-height: 600px;
	_height: 600px;
}

	div#content ul {
		margin: 0px;
		padding: 0px 0px 15px 25px;
		list-style-type: square;
	}
	
	div#content li {
		font-size: 12px;
		line-height: 1.5;
	}

div#sidebar {
	position:absolute;
	width:190px;
	left:10px;
	top:392px;
	text-align:left;
}

div#footer {
	width: 740px;
	height:40px;
	font-size: 10px;
	text-align: left;	
	padding: 10px 15px 1px 15px;
	background: url(images/footer.jpg) top left no-repeat;
	color:#fff;
}

	div#footer a {
		color:#fff;
		text-decoration: none;
	}
	
	div#footer a:hover {
		text-decoration: underline;
	}

div#copyright {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0 auto;
}

	div#copyright a {
		text-decoration: none;
		font-weight: bold;
		color: #00329b;
		font-size: 9px;
	}
	
	div#copyright a:hover {
		text-decoration: underline;
	}
	
	div#copyright img {
		border: none;
		margin-top: 10px;
	}

/* ----------------- CUSTOM CLASSES ----------------- */
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	right:10px;
	top:250px;
	z-index: 99;
}
div#flash1 {
	position: absolute;
	height: 153px;
	width: 750px;
	top:95px;
	left:10px;
	z-index: 1;
}

div#flash2 {
	position: absolute;
	height: 90px;
	width: 750px;
	top:251px;
	left:10px;
	z-index: 1;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.right {
	padding: 1px;
	border: 1px solid #000;
	float: right;
	margin-left: 15px;
}

img#button {
	margin-top: 5px;
	border: none;
}

a.right {
	margin-right: 5px;
	float: right;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}