body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #2B2B2B url(../images/bg.jpg) repeat-x top;
}
img { border: 0px; }
.wrapper {
	position: relative;
	width: 878px;
	height: 100%;	
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

.topnav {
	width: 100%;
	height: 72px;
}
.topnav-links {
	float: right;
	
}
.clearBoth {
	clear:both;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}

.logo {
	position: relative;
	top: 10px; 
	float: left;
	left: 0px;
}


.top {
	position: relative;
	width: 100%;
	height: 479px;	
	/* background: url(../images/splash_bg.png) no-repeat center; */
}

.topsplash { 
	position: relative; 
	float: left; 
	width: 878px;
	height: 479px; 
	background: #000000;
}


.topsplash img { padding: 0px; border: 0px solid #fff; }


.maincontent {
	
}

.maincontent_sub {
	width: 940px;
	margin-left: -31px;
	background: url("../images/main_area_fill.png") repeat-y center;
}

.footer_fill {
	width: 940px;
	height: 35px;
	margin-left: -31px;
	background: url("../images/footer_fill.png") repeat-y center;
}

.footer {
	width: 100%;
	height: 95px;
}

.footer-logo { 
	float: right;
	bottom: 0px;
}

.features {
	display: block;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.features, .features a {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 18px;
}

.leftfeature { 
	position: relative;
	float: left;
	width: 350px;
}

.rightfeature {
	position: relative;
	float: right;
	width: 350px;
}

.featureHeader {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #222222;
}

.tile1 {
	float: left; 
	margin-right: 12px;
}

.tile2 {
	float: left; 
	margin-right: 11px;
}

.tile3 {
	float: left; 
}

#slidePager {
	position: relative;
	top: -465px;
	float: right;
	margin-right: 10px;
	z-index: 99999;
}

#slidePager a.activeSlide {
	background-position:-32px 0;
}

#slidePager a, #slidePager a:visited {
	background:url("../images/slide-pager.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:15px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1234px;
	width:16px;
}


.contentarea {
	padding: 70px;
}
.leftTitle {
	position: relative; float: left; clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	width: 100%;
	text-align: left;

}
.rightTitle {
	position: relative; float: left; clear: both;
	width: 100%;
	text-align: left;
}


.normalRowStyle {
	padding: 5px;
	display: block;
	height: 100%;
	/*background: url(../images/alternate_field_bg.jpg) bottom repeat-x #BEE187;
	 background-color: #232323; */
	background-color: transparent;
}
.alternateRowStyle {
	padding: 5px;
	display: block;
	height: 100%;
	/* background: url(../images/field_bg.jpg) bottom repeat-x #76BF00; 
	border: solid 1px #76BF00;*/
}

.textBlock {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url("../images/txt.gif") repeat-x scroll 0 0 #FFF;
	border:1px solid #999999;
	padding:5px 2px;
}

.textBlock.blur {
	color: #999;
}



select.styled {
	/*width: 200px;*/
	height: 16px;
	/* margin-right: 20px; */
	cursor: pointer;
}
.cmf-skinned-select {
	float: left;
	padding: 7px;
	display: block;
	margin-right: 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/combobox_thumb.jpg') center right no-repeat;
}

.cmf-skinned-select:hover {
	background: url('../images/combobox_thumb_hover.jpg') center right no-repeat;
}

.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}


.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	font-size: 18px;
	width: 90%;
}

.clear {
	display: inline-block;
	height: 10px;
	overflow:hidden;
}
.clearSmall { display: inline-block; height: 0px; overflow:hidden; clear: right; }

.errorText { color: #FF0000; }
.smallErrorText { font-size: 9px; font-weight: bold; color: #FF0000; }