@charset "UTF-8";

body {
	background-color: #221e1f;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #303231;
}

img {
	border: 0;
}

a {
	color: #0fbccd;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;	
}

#content {
	background-image: url(images/backgrounds/body-background.jpg);
	background-position: left top;
	padding-bottom: 122px;
	position: relative;
}

/* Top */
#top {
	width: 770px;
	margin: 0 auto;
	height: 148px;
	position: relative;
	overflow: visible;
}

#top #logo {
	position: absolute;
	left: 39px;
	top: 52px;
}

#top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 14px;
	top: 110px;
}

#top ul li {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#top ul li.selected {
	color: #231f20;
}

#top ul li a {
	color: #fff;
	text-decoration:  none;
}

/* Middle */
#middle {
	width: 770px;
	height: 570px;
	margin: 0 auto;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/backgrounds/content-background.png', sizingMethod='scale');
}

html>body #middle {
	background: url(images/backgrounds/content-background.png) top left no-repeat;
}

#middle .innerContent {
	position: relative;
	width: 758px;
	height: 558px;
	zoom: 1;
	z-index: 1;
	padding: 6px;
}

#newBanner {
	position: absolute;
	top: 184px;
	left: -59px;
	z-index: 100;
}

#banner {
	position: relative;
	height: 230px;
	width: 758px;
	border-bottom: 1px #fff solid;
	background-color: #1e1b15;
	overflow: visible !important;
}

#banner img {
	position: absolute;
	top: -12px;
	display: none;
	z-index: 100;
}

#leftArrow {
	position: absolute;
	top: 380px;
	left: -8px;
	cursor: pointer;
	z-index: 100;
}

#rightArrow {
	position: absolute;
	top: 380px;
	right: -8px;
	cursor: pointer;
	z-index: 100;
}

#sections {
	border-top: 5px #0fbccd solid;
	height: 322px;
	width: 758px;
	overflow: hidden;
}

#sections ul {
	height: 322px;
	width: 3032px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sections ul li {
	float: left;
	width: 694px;
	height: 294px;
	padding: 14px 32px;	
}

#sections .column {
	float: left;
	width: 212px;
	margin-right: 28px;
}

#sections .lastColumn {
	margin-right: 0;
}

#sections h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin: 0;
	line-height: 32px;
	border-bottom: 1px #b7b7b7 solid;
	margin-bottom: 10px;
}

#sections p {
	margin: 0;
	margin-bottom: 18px;
}

#sections #about p {
	margin-bottom: 0;	
}

#sections .newsDetails, #sections .response {
	display: none;	
}

#sections .newsItem {
	margin-bottom: 18px;	
}

#sections .newsItem .headline {
	font-weight: bold;	
}

#sections .newsItem .body {
	display: none;	
}

#sections a.more {
	margin-top: 3px;	
}

.formSection .formItem {
	clear: both;
	margin-bottom: 10px;
	width: 694px;
	overflow: hidden;
}

.formSection .formItem label {
	line-height: 20px;
	font-weight: bold;
	display: block;
	float: left;
	width: 74px;
}

.formSection .formItem input, .formSection .formItem textarea {
	font-size: 11px;
	background-color: #d0d0d0;
	border: 1px #a9a9a9 solid;
	padding: 2px 4px;
	margin: 0;
	width: 206px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.formSection .formItem textarea {
	width: 435px;
	padding: 4px;
	height: 112px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.formSection .formItem .hasError {
	border-color: #f00;	
	background-color: #faa;
}

.formSection .formItem a {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0 32px;
	border: 1px #a9a9a9 solid;
	background-color: #d0d0d0;
	color: #231f20;
	margin-top: 95px;
	margin-left: 24px;
}

/* Bottom */
#bottom {
	height: 159px;
	background: url(images/backgrounds/bottom-background.gif) top left repeat-x;
	position: relative;
}

#bottom p {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4f2e9;
	line-height: 32px;
}