body {
	text-align: center;
	background-color: #000000;
}

a {
	color: #333;
}


#topbar {
	width: 900px;
	height: 20px;	
	padding: 0px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	text-align: left;
}
#topbar a {
	color:  white;
 	font-family: helvetica, veranda, sans-serif;
	
}
#topbar a hover {
	text-decoration: underline;	
}

#topbar .left {
	display: inline-block;
	width: 300px;
	text-align: left;
}

#topbar .center {
	display: inline-block;
	width: 300px;
	text-align: center;
}

#topbar .right {
	display: inline-block;
	width: 300px;
	text-align: right;
}

#header {
	position: absolute;
	top: 20px;
	left: -450px;
	margin-left: 50%;
	width: 900px;
 	text-align: left;
}

#header #splash {
	height: 500px;
	width: 870px;
	border: 15px white solid;
	
}

#menu-footer{
		position: absolute;
		top: 550px;
		left: -450px;
		margin-left: 50%;
		width: 900px;
		height: 28px;
		text-align: center;
			background: url(../images/menu-footer.png) top no-repeat;
			font-size: 14px;
			font-family: helvetica, veranda, sans-serif;
			line-height: 28px;	
			color: white;
}




#nav {
width:600px;
		margin-left: 17%;
}

#nav li {
	width:140px;
	margin: 0 5px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  auto 20px;
	margin: 0;
}
/* main level link hover */
 #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 140px;
	position: absolute;
	top: -84px;
	left: 0;
	
	-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
	

}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* rounded corners for first and last child */

#nav ul li:first-child > a {
	-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
	
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}




/* classes for text */

.blue {
	color: #237eac;
}

.black {
	color: black;
}


.aquagreen {
	color: #3b7e7f;
}

.red {
	color: #fc0008;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: 12px;
}

.mini {
	font-size: 9px;
}

.bullets {
	list-style-type: disc;
	list-style-position: inside;
}

.number {
	list-style-position: inside;
	list-style-type: decimal;
}
.white {
	color: #ffffff;
}

.grey {
	color: #808080;
}

.orange {
	color: #fd6209;
}
.green {
	color: #0f8305;
}

.lightblue {
	color: #108DD6 ;
}

.darkblue {
	color: #000080;
}

.aqua {
	color: #39cf66;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.big {
	font-size: 24px;
}

.large {
	font-size: 16px;
}

.blueback {
	background-color: #d1e1ff;
}

.yellowback {
	background-color: #FFE1B3;
}
