@charset "utf-8";
/* CSS Document */

div#LandingOuterDiv {
	width: 867px;
	background-color: #fff;
	background-image: url(../images/main_background.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	padding-right: 35px;
	padding-left: 32px;
	height: 602px;
}

#LandingContent {
	position: relative;
	height: 580px;
}

#LandingLeft {
	height: 580px;
	float: left;
	width: 480px;
	background-image: url(../images/landing.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#LandingRight {
	height: 580px;
	width: 345px;
	float: right;
	margin-right: 35px;
	text-align: right;
}
#LandingRight ul li {
	list-style-type: none;
	padding-bottom: 13px;
}
#LandingRight a {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #003F5E;
	text-decoration: none;
	font-size: 0.85em;
}
#LandingRight a:hover {
	text-decoration: underline;
}



#LandingFooter {
	background-color: #003F5E;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}

#LandingFooter p {
	font-family: Centurey Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#clear {
	clear:both;
	}

#bottom {
	background-image: url(../images/bottom_background.png);
	height: 11px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

