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

/*Dark Blue: #00364b*/
/*Light Blue: 6dcff5*/

html, body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper {
	width:100%;
	height:100%;
	margin-bottom:-60px;
	background:url(images/top_background.jpg) repeat-x top;
}

.content {
	width:900px;
	height:100%;
	background:url(images/header.jpg) no-repeat top;
}

.topBar {
	height:25px;
	width:900px;
	color:#FFF;
	padding-top:12px;
}

.navigation {
	height:45px;
	width:900px;
	padding-top:55px;
}

.navButton {
	color:#FFF;
	background:#00364b;
	height:29px;
	width:85px;
	margin-left:1px;
	padding-top:12px;
	float:right;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

.line {
	border-bottom:#CCC solid 1px;
}

.navButton:link {
	background:#00364b;
	text-decoration:none;
}

.navButton:active {
	background:#6dcff5;
	text-decoration:none;
}

.navButton:hover {
	background:#6dcff5;
	text-decoration:none;
}


.applyButton {
	color:#FFF;
	background:#00364b;
	cursor:pointer;
	text-decoration:none;
	height:18px;
	width:323px;
	float:right;
	padding:10px;

}

.applyButton:link {
	background:#00364b;
	text-decoration:none;
}

.applyButton:active {
	background:#6dcff5;
	text-decoration:none;
}

.applyButton:hover {
	background:#6dcff5;
	text-decoration:none;
}

.banner {
	height:300px;
	background:#CCC;
	margin-left:7px;
	margin-top:5px;
	margin-bottom:5px;
}

.availableBanner {
	height:150px;
	width:150px;
	background:url(images/availableBanner.gif);
	float:left;
}

.bannerInfo {
	height:242px;
	width:343px;
	float:right;

	padding:10px;
}

.block {
	float:left;
	background:#EBEBEB;
	margin-top:15px;
}

.blockTitle {
	color:#00364b;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	padding-left:15px;
	text-decoration:none;
}

.blockLink:Link {
	color:#00364b;
	text-decoration:none;
}

.blockLink:Visited {
	color:#00364b;
	text-decoration:none;
}

.blockLink:Hover {
	color:#00364b;
	text-decoration:none;
}

.blockCopy {
	color:#00364b;
	padding:15px;
}

.form {
	margin:2px;
	width:280px;
}

.footer {
	height:60px;
	left: 0px;
    width: 100%;
	overflow:hidden;
	background:#00364b;
}

.footerZone {
	width:900px;
	padding-top:15px;
	color:#CCC;
}


/* TEXT STYLES */

.whiteLink:link {
	color:#FFF;
	text-decoration:none;
}

.whiteLink:active {
	color:#FFF;
	text-decoration:none;
}

.whiteLink:visited {
	color:#FFF;
	text-decoration:none;
}

.whiteLink:hover {
	color:#6dcff5;
	text-decoration:none;
}