body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CEE5F0;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/design/backgrounds/bodyBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CBEDFA;
}

h1 {
	margin: 0px;
	color: #056150;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}

h2 {
	margin: 0px;
	color: #E36639;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #FF6600 ;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 0px 0px;
	width: 900px;
}

#header {
	padding: 0px 0px 7px 0px;
	width: 900px;
	background-color: #056250;
}

#headerTop {
	width: 900px;
	height: 75px;
	background-image: url(../images/design/backgrounds/headerTopBg.jpg);
	background-repeat: no-repeat;
}

#logo {
	margin: -18px 0px 0px 10px;
	position: absolute;
}

#headerTopRight {
	margin: 20px 20px 0px 0px;
	float: right;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#headerShadow {
	margin: 75px 0px 0px 0px;
	position: absolute;
}

#headerLeft {
	padding: 20px 0px 0px 20px;
	width: 210px;
	height: 230px;
	float: left;
	background-image: url(../images/design/backgrounds/headerLeftBg.jpg);
	background-repeat: no-repeat;
}

#headerLeft a {
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

#headerLeft a:hover {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/design/backgrounds/orange-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

#headerLeft a.selected {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/design/backgrounds/orange-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#headerRight {
	width: 670px;
	height: 250px;
	background-image: url(../images/rightBG.jpg);
	background-repeat: no-repeat;
	float: right;
}

#contentArea {
	padding: 0px 10px 10px 10px;
	width: 890px;
	background-image: url(../images/design/backgrounds/contentAreaBg.jpg);
	background-repeat: repeat-y;
}

#content {
	padding: 20px 30px 0px 10px;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	line-height: 17px;
}

#rightNav {
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: right;
}

#contactBox {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 200px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/design/backgrounds/contactBoxBg.jpg);
	background-repeat: repeat-x;
	background-color: #E36739;
}

#rightHeading {
	padding: 10px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.submitBtn {
	margin-top: 8px;
}

#formContainer {
	margin-top: 20px;
	position: absolute;
}

#sideShadow {
	margin-top: -5px;
	position: relative;
}

#sideNavImage {
	margin: 10px auto 0px auto;
	width: 208px;
}

#footer {
	width: 900px;
	height: 80px;
	background-image: url(../images/design/backgrounds/footerBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #CBEDFA;
}

#footerLeft {
	padding: 20px 0px 0px 20px;
	color: #FFFFFF;
	float: left;
}

#footerLeft a {
	padding: 0px 4px 0px 6px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}

#footerLeft #item0 {
	border: none;
}

#footerLeft a:hover {
	text-decoration: underline;
}

#footerRight {
	padding: 18px 20px 0px 10px;
	color: #FFFFFF;
	float: right;
	line-height: 20px;
	text-align: right;
}

#footerRight a {
	color: #CCCCCC;
}

#footerRight a:hover {
	color: #FFFFFF;
}

#footerBottom {
	padding: 30px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

#footerBottom a {
	color: #333333;
}

/* Contact Form Styles */
#contact {
	margin: 25px auto 0px auto;
	width: 550px;
}

#contact fieldset {
	border: solid 1px #000000;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
}

#contact legend {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
}

#contact label {
	color: #000000;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 12em;
	text-align: right;
}

#contact input, #contact select, #contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
/* Contact Form Styles */
