/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #889d88;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, address, blockquote, td, th {
	color: #3e3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

blockquote {
	margin: 20px 15px 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

address {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: 157px;
	right: 27px;
	color: #ffffff;
}

	address span {
		float: right;
		margin-left: 24px;
	}
	
	address a { 
		color: #ffffff; 
		text-decoration: underline; 
		font-weight: bold; 
		}
		
	address a:hover { 
		color: #cbd7cb; 
		}

h1 { 
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #184493;
	margin: 0;
}

h3 { 
	font-size: 14px;
	font-weight: bold;
	color: #184493;
	margin: 0;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 15px 25px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}


/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ----------------- TABLES ----------------- */
table, td, th  {	
	border-collapse: collapse;
}

table  {	
	margin: 10px 0px 20px 20px;
	border: 1px solid #cccccc;
}

td, th {
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	width: 200px;
	border-bottom: 1px solid #cccccc;
}

td {
	padding-left: 20px;
}

table tr.row1 {
	background: #d4e8fd;
}

table#schedule  {
	border: none;
}

table#schedule td {
	border-bottom: none;
	width: auto;
	padding-left: 0px;
}

table#schedule td.time {
	width: 100px;
}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 785px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 12px;
}

ul#mainnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px 8px 5px 8px;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #cccccc;	
}

ul#mainnav li a#last {
	border-right: none;	
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #007700;
}
	
/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 12px;
	text-align: left;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	color: #cbd7cb;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

div#container{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/bg-content.gif);
}

div#header {
	width: 800px;
	height: 234px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	position: relative;
}

	div#header img {
		border: 0px;
	}

div#content {
	width: 730px;
	padding: 25px 35px 15px 35px;
	text-align: left;
	position: relative;
}

	div#content img {
			border: 1px solid #cccccc;
			padding: 3px;
			margin-bottom: 5px;
		}
		
div.box {
	width: 100%;
	padding: 10px 0;
	margin: 15px 0;
	text-align: center;
	background: #d4e8fd;
}

div.box2 {
	padding: 5px;
	margin: 5px 15px 5px 5px;
	text-align: center;
	background: #d4e8fd;
	float: left;
}

div#footer {
	background-image: url(images/bg-footer.gif);
	width: 800px;
	height: 54px;
	padding-top: 15px;
	clear: both;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightc {
	width: 760px;
	margin: 15px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	padding: 5px;
	clear: both;
	position: relative;
	text-align: left;
	border-top: 1px solid #cccccc;
}

div#copyrightc img {
	border: none;
	margin-top: 10px;
}

/* Set link style for copyright. */
div#copyrightc a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

div#copyrightc a:hover {
	color: #cbd7cb;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 5px 15px;
}

img.left {
	float: left;
	margin: 0px 15px 5px 0px;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- ADMIN LOGIN ----------------- */
div#login {
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
}

	div#login p {
		font-size: 9px;
		color: #ffffff;
	}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0px;
}

span.alignleft {
	float: left;
	width: 250px;
	margin-left: 20px;
}

strong.blue {
	color: #184493;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 143px;
	height: 22px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
}

div#map {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #cccccc;
}
