body {
	background: url(../img/background.gif) repeat-x;
}

#header {
	position: absolute;
	top: 0;
	left: 50%;
	height: 161px;
	width: 903px;
	margin-left: -452px;
	background: url(../img/header.gif) no-repeat;
	clear: both;
	
}

	#header a {
		display: block;
		height: 159px;
		width: 390px;
	}

#menu {
	position: absolute;
	top: 162px;
	left: 50%;
	z-index: 5000;
	height: 26px;
	width: 903px;
	margin-left: -452px;
	background-color: #3C6B84;
	text-align: center;	
}

	#menu #menu-items {
		margin-top: 4px;
		line-height: 1em;
	}
	
	#menu #menu-items a {
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu #menu-items img {
		padding: 0 7px 0;
	}

.topmenuitem {
	cursor: pointer;
}

.submenu {
	position: absolute;
	top: 0;
	left: 0;
	background: #3C6B84;
	min-width: 120px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px 0 4px;
	visibility: hidden;
	z-index: 4000;
	border-top: 1px solid red;
}
	
.submenuitem {
	padding: 3px;
}

	.submenuitem a {
		margin: 1px 14px 1px 14px;
		color: #ffffff;
		font-family: Arial;
		font-size: 11px;
		text-decoration: none;		
	}

	.submenuitem a:hover {
		text-decoration: underline;
	}

#divider {
	position: absolute;
	top: 188px;
	left: 50%;
	height: 15px;
	width: 903px;
	margin-left: -452px;
	background: #3C6B84 url(../img/striped-bar.gif) no-repeat;	
	z-index: 0;
}

#content {
	position: absolute;
	top: 203px;
	left: 50%;
	height: 481px;
	width: 903px;
	margin-left: -452px;
	background: #636466;
	z-index: 100;
}

#left-col {
	position: absolute;
	top: 0;
	left: 50%;
	height: 525px;
	width: 207px;
	margin-left: -451px;
	background:#598196 url(../img/left-col/left-col-background.gif) no-repeat scroll 0 100%;	
	z-index: 1000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

	#left-col img {
		margin-left: 20px;
	}
	
.mainImageRotation {
	height: 225px;
	width: 692px;
	margin: 0 -62px 20px;
	border: 1px solid white;
}

	.mainImageRotation img {
		position: absolute;
		visibility: hidden;	
	}

#copy {
	position: absolute;
	padding: 0 20px 10px 270px;
	z-index: 0;
}

#memberships {
	position: absolute;
	top: 620px;
	left: 50%;
	margin-left: -430px;
	z-index: 1100;
}

	#memberships img {
		margin: 4px;
	}


#footer {
	position: absolute;
	left: 50%;
	height: 100px;
	width: 903px;
	margin-left: -452px;
	background: #990235;
	border-top: 2px solid black;
	z-index: 1000;
}

	#footer #credits {
		text-align: center;
		margin-top: 25px;
		font-size: 12px;
		color: #cccccc;
	}

		#footer #credits a {
			color: #cccccc;
			font-size: 12px;
		}
		
#footer-extended {
	position: absolute;
	left: 0;
	height: 100px;
	width: 100%;
	background: #C7C7C7;
	border-top: 2px solid black;
	z-index: 100;
}

#swfCoverageMap {
	display: block;
	width: 400px;
	height: 600px;
	margin: 10px;
	border: 2px solid #000000;
}

.commercial {
	height: 270px;
	width: 320px;
}

/********** FORMS (GENERIC) *****************/
input, textarea {
	width:250px;
	font-family:verdana;
	font-size:11px;
	line-height:1.3em;
	padding:3px;
}

.inputButton {
	background-color: #444444;		
	border: 1px solid #ffffff;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;	
}

	.inputButton:hover {
		background-color: #3C6B84;
	}

.formContainer {
	width:540px;		
}

.formFieldSet {
	background-color: #444444;
	text-align: center;
}

.formHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.formLine {
	clear:both;
	float:left;
	width:100%;	
}

.formCaption {
	color:#ffffff;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	margin-top:3px;
	padding:5px;
	text-align:right;
	width:30%;	
}

.formControl {
	color:#000000;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:5px;
}

#form-response {
	text-align: center;
	font-size: 12px;
	width: 100%;
}

/********** CONTACT FORM *****************/

#formContact {
	width:100%;
}