@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	font: normal 100% 'trebuchet ms', arial, sans-serif;
	background: #eeeddf;
	}
	
#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	left: 50%;
	top: 0px;
	width: 1090px;
	background:url(../images/bodyTile.jpg) repeat-y;
	margin-left: -545px;
	min-height: 100%;
	}

* html #wrapper {
	height: 100%;
	}

#container {
	float: left;
	width: 960px;
	padding-left: 65px;
	}

#top {
	float: left;
	width: 960px;
	height:185px;
	background:url(../images/topTile.jpg) no-repeat;
	}

#nav {
	float: left;
	height: 25px;
	width: 960px;
	background: url(../images/navTile.jpg) repeat-x;
	}

#navContent {
	padding-top: 3px;
	padding-left: 30px;
	font-size: 90%;
	}

#banner {
	float: left;
	width: 960px;
	height: 139px;
	}

#content {
	float: left;
	width: 960px;
	background: #eeeddf url(../images/contentBg.jpg) bottom right no-repeat;
}

#contentLeft {
	float: left;
	width: 202px;
	padding-left: 35px;
	padding-top: 30px;
	}

#contentRight {
	float: left;
	width: 698px;
	padding-top: 30px;
	padding-right: 25px;
	}

#about {
	float: left;
	width: 960px;
	background: #00284a;
	}

#aboutTop{
	float: left;
	width: 960px;
	background: url(../images/footerTop.jpg) no-repeat;
	}

#aboutContentLeft {
	float: left;
	width: 601px;
	padding-left: 36px;
	padding-top: 24px;
	}

#aboutContentLeft a, #aboutContentLeft a:link, #aboutContentLeft a:active, #aboutContentLeft a:visited {
	color: #999;
	text-decoration: none;
	}

#aboutContentLeft a:hover {
	color: #999;
	text-decoration: underline;
	}

.image {
	padding-bottom: 15px;
}

#aboutContentRight {
	float: left;
	width: 323px;
	}

#buttons {
	float: left;
	padding-left: 150px;
	padding-top: 25px;
	}

#buttons a, #buttons a:link, #buttons a:active, #buttons a:visited {
	text-decoration: none;
	}

#buttons a:hover {
	text-decoration: none;
	}

#buttons img {
	margin-bottom: 23px;
	}

#bottom {
	float: left;
	background: url(../images/bottomImage.jpg) no-repeat right;
	width: 960px;
	height: 368px;
	}

#flashBox {
	color: #000;
	font-size: 100%;
	font: Arial, Helvetica, sans-serif;
	}