@charset "UTF-8";












html, body, #wrap {
	height: 100%;
	overflow: hidden;
}

#wrap {
	height: auto;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;
	color: #111111;
	font-size: 11px;
	    width: 100%;
    margin: 0;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


#header {
	height: 150px;
	width: 900px;
	margin: 0 auto 0px auto;
	text-align: center;
	padding-bottom: 0px;
	color: #333333;
}
.pageTitle {
	font-size: 1.3em;
	font-weight: bold;
	width: 500px;
	margin: 0 200px 0px 200px;
	padding-top: 0px;
	color: #333333;
}
p {
	line-height: 1.6em;
}

.menu {
	font-weight: bold;
	width: 500px;
	text-align: center;
	font-size: 1.2em;
	height: 50px;
	padding-top: 25px;
	margin: 0 200px 30px 200px;
}

.menu ul{
	padding: 6px 0 6px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
;
}

.menu ul li{
	display: inline;
	color: #7b9298;
	margin-right: 17px;
	border-bottom: 1px;
	
}

.menu .current {
	color: #333333;
	padding: 6px 0px 4px 0px;
}

.menu ul li a{
	color: #7b9298;
	padding: 6px 0px 4px 0px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 1px;
}

.menu ul li a:hover{
	color: #333333;
}

#contentwrap {
	height: 500px;
	width: 900px;
	margin: 0 auto 0px auto;
	text-align: center;
	padding-bottom: 0px;
	color: #333333;
}

#content {
	font-weight: normal;
	width: 500px;
	text-align: left;
	font-size: 1.1em;
	height: 250px;
	margin: 0px 200px 0 200px;
	padding-top: 0px;
}
h2 {
	font-size: 1.2em;
}
#splash {
	height: 650px;
	margin: 0 auto 0px auto;
	text-align: center;
	padding-top: 0px;
	color: #444444;
	background-repeat: no-repeat;
}


#enter {
	font-size: 15px;
	height: 600px;
	text-align: right;
	margin-top: 450px;
}
