@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background: #0144D1 url(images/page_bg.jpg) repeat-x top;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}

.nav:link, .nav:active, .nav:visited {
	font: normal 15px "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
}

.navunderline {
	border-bottom:1px #00CCFF dotted; 
	padding:10px 0 10px 0;
}

.nav:hover {
	font: normal 15px "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
	color: #8AE8FF;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
}
#acontainer {
	position: relative;
	height: 888px;
	width: 963px;
	margin-left: auto;
	margin-right: auto;
	background: bottom;
	z-index: 30;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top:10px;
	height: 90px;
	width: 800px;
	z-index: 35;	
}

#navigation {
	position:absolute;
	z-index: 100;
	left: 29px;
	top: 175px;
	text-align:left;
}

.navdiver {
	background: url(scripts/rotate.php) no-repeat left bottom;
	height: 490px;
	position: absolute;
	z-index: 10;
	left: 120px;
	top: 200px;
	width: 500px;
}
.searchdiv {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 205px;
	padding-top:5px;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	border: 0px solid #008deb;
	margin-top: 9px;
	margin-left: 5px;
	width: 145px;
}
#content {
	z-index: 80;
	position: relative;
	width: 615px;
}

#acontainer .header {
	background: url(images/page_header.png) no-repeat;
	width: 957px;
	height: 255px;
}
#acontainer .footer {
	background: url(images/page_footer.png) no-repeat bottom;
	height: 300px;
	width: 957px;
	padding-bottom: 50px;
}
#acontainer .contopleft {
	background: url(images/cont-top-left.png) no-repeat;
	height: 10px;
	width: 10px;
}
#acontainer .contopspacer {
	background: url(images/cont-top_spacer.png) repeat-x;
	height: 10px;
}
#acontainer .contopright {
	background: url(images/cont-top-right.png) no-repeat;
	height: 10px;
	width: 10px;
}
#acontainer .contleftspacer {
	background: url(images/cont-left-spacer.png) repeat-y;
	width: 10px;
}
#acontainer .conrightspacer {
	background: url(images/cont-right-spacer.png) repeat-y;
	width: 10px;
}
#acontainer .conbotleft {
	background: url(images/cont-bot-left.png) no-repeat;
	height: 10px;
	width: 10px;
}
#acontainer .contbotspacer {
	background: url(images/cont-bot-spacer.png) repeat-x;
	height: 10px;
}
#acontainer .contbotright {
	background: url(images/cont-bot-right.png) no-repeat;
	height: 10px;
	width: 10px;
}
#acontainer .concontent {
	background: url(images/content_bg.png);
}
#acontainer .lspacer {
	background: url(images/content_spacer_left.jpg) repeat-y;
	width: 3px;
}
#acontainer .rspacer {
	background: url(images/content_spacer_right.jpg) repeat-y;
	width: 3px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font: normal 23px "Trebuchet MS", Verdana, Arial;
	text-transform: capitalize;
	color: #8AE8FF;
	padding: 0px;
}
h2 {
	font: normal 20px "Trebuchet MS", Verdana, Arial;
	text-transform: capitalize;
	color: #8AE8FF;
	padding: 0px;
}
h3 {
	font: normal 15px "Trebuchet MS", Verdana, Arial;
	text-transform: capitalize;
	color: #8AE8FF;
	padding: 0px;
}
h4 {
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: #fff;
	padding: 0px;
	font-weight:bold;
}
h5 {
	font: normal 10px Arial;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
}
h6 {
	font: normal 10px Arial;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
}

p, td {
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #FFF;
}

li {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
}
legend {
	font: normal 20px "Trebuchet MS", Verdana, Arial;
	text-transform: capitalize;
	color: #8AE8FF;
	padding: 0px;
	font-weight:normal;
}

#content a:link, #content a:visited, #content a:active {
	color: #8AE8FF;
	border-bottom: 1px dotted #8AE8FF;
	padding-bottom: 1px;
	text-decoration:none;
}
#content a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	padding-bottom: 1px;
	text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #8AE8FF;
	border-bottom: 1px dotted #8AE8FF;
	padding-bottom: 3px;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	padding-bottom: 3px;
	text-decoration:none;
}

#ContactForm input, #ContactForm select {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	background: #008deb;
	height: 20px;
	width: 250px;
	border: 1px solid #FFFFFF;
}

#ContactForm #contact_verify {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	background: #008deb;
	height: 17px;
	width: 150px;
	border: 1px solid #FFFFFF;
}

#ContactForm textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	background: #008deb;
	height: 50px;
	width: 250px;
	border: 1px solid #FFFFFF;
}

#ContactForm #Contact_Send {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	background: #008deb;
	height: 28px;
	width: 176px;
	border: 1px solid #FFFFFF;
}

#calendar p {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

#calendar a:link, #calendar a:visited, #calendar a:active {
	color: #008deb;
	border-bottom: 1px dotted #000;
	padding-bottom: 3px;
	text-decoration:none;
}
#calendar a:hover {
	color: #0099cc;
	border-bottom: 1px dotted #0099cc;
	padding-bottom: 3px;
	text-decoration:none;
}
#calendarHead a:link,#calendarHead a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 24px;
	display: block; 
	text-align: center;
	font-weight: bold; 
}
#grid td {
	border-bottom:1px dotted #99ccff
}
