@charset "utf-8";
body {
	font:14px/20px Verdana, Geneva, sans-serif;
	color:#FFF;
	background:#0968a8;
	margin:0;
}
.homeImageContainer {
	width:950px;
	height:538px;
	margin:0 auto;
	background:url(../images/homeImage.jpg);
	overflow:auto;
}
.homeContent {
	width:600px;
	height:60px;
	background:#FFF;
	color:#0968a8;
	padding:20px;
	margin-top:400px;
	float:left;
	display:none;
}
.enterWebsite {
	width:950px;
	margin:auto;
	text-align:center;
}
.enterWebsite a {
	color:#FFF;
	text-decoration:underline;
}
.enterWebsite a:hover {
	text-decoration:none;
}

.homeArrow {
	margin-top:400px;
	display:none;
}
.mainWrapper {
	width:950px;
	overflow:auto;
	margin:0 auto;
}
.header {
	width:930px;
	overflow:auto;
	padding:20px 10px;
}
.logo {
	float:left;
	width:174px;
	height:80px;
}
ul.menu {
	float:right;
	padding-top:25px;
	width:404px;
}
ul.menu li {
	padding:0 10px;
	float:left;
}
ul.menu li a {
	padding:3px 10px;
	color:#FFF;
	text-decoration:none;
}
ul.menu li a:hover {
	text-decoration:none;
	/*background:#FFF;*/
	color:#FFF;
	text-decoration:underline;
}
ul.menu li.selectedMenu > a {
	text-decoration:none;
	background:#FFF;
	color:#0968a8;
}
ul.menu li.selectedMenu > a:hover {
	text-decoration:none;
	background:#FFF;
	color:#0968a8;
}
ul.menu ul {
	position:absolute;
	width:200px;
	background:#0968a8;
	border:1px dotted #09F;
	border-bottom:none;
	display:none;
	font-size:12px;
}
ul.menu ul li {
	display:block;
	float:none;
	padding:0 0 10px;
}
ul.menu ul li a {
	width:181px;
	float:left;
	border-bottom:1px dotted #09F;
}
ul.menu ul li a:hover {
	background:#0f78bf;
	color:#FFF;
}
ul.menu li:hover ul {
	display:block;
	*margin:20px 0 0 -100px;
}
.lineSeperator {
	width:100%;
	overflow:auto;
	background:url(../images/line.png) repeat-x;
	height:4px;	
	margin-bottom:20px;
}

.twoColumnLeft {
	width:600px;
	overflow:auto;
	float:left;
}
.twoColumnLeft.long {
	width:950px;
}
.twoColumnLeft.medium, .twoColumnLeft.medium p, .twoColumnLeft.medium h1 {
	width:500px;
}

.twoColumnLeft.long p {
	width:950px;
}
.twoColumnLeft.long img {
	margin:20px 15px;
}
.twoColumnRight {
	width:350px;
	overflow:hidden;
	float:left;	
	text-align:center;
}
.twoColumnRight.medium {
	width:450px;
}
.twoColumnLeft h1 {
	width:600px;
	font-size:24px;	
	color:#f47920;
	font-weight:bold;
}
.twoColumnLeft p {
	width:600px;
	margin:7px 0;
	font-size:12px;
	line-height:20px;
	float:left;
}
.twoColumnLeft p label {
	width:150px;
	float:left;
}
.twoColumnLeft p input[type="text"] {
	width:250px;
	float:left;
	border:1px solid #666;
	height:20px;
}
.twoColumnLeft p textarea {
	width:250px;
	float:left;
	border:1px solid #666;
	height:80px;
	resize:none;
}
.twoColumnLeft p input[type="submit"], .twoColumnLeft p input[type="reset"] {
	padding:3px 7px;
}

.topMargin {
	margin-top:20px;
	background-color:#5fb8f4;
	height:60px;
	margin-bottom:0;
}
.footer {
	width:950px;
	margin:0 auto;	
	padding-top:20px;
	color:#0968a8;
	font-size:12px;
}
.footer a {
	color:#0968a8;
	text-decoration:none;
}
.footer a:hover {
	color:#0968a8;
	text-decoration:underline;
}
.footer span {
	float:right;	
}