
/* Main Content ---------------------------------------------------------- */


.centralwrapper {
	margin-right:auto;
	margin-left:auto;
	width:930px;
	position:relative;
	padding:12px 0 12px 0;
}

.rightgroup {
	width:700px;
	float:right;
}

.leftcolumn {
	position:relative;
	width: 195px;
	float: left;
}

.middlecolumn {
	width:482px;
	float:left;
}

.rightcolumn {
	position:relative;
	width:180px;
	float:right;
	padding-top:33px;
}

.rightdoublecolumn {
	/* if you need to control the full width content */
}

.rightdoublecolumnskinny {
	width:75%
}

.clearfooter { /* to clear footer */
	width:100%;
	height:35px;
	clear:both
} 

.spacer {
	height:0px;
	width:0px;
	clear:both;
}


/* Header ---------------------------------------------------------- */

.topstretch {
	background-color:black;
	height:130px;
}

.topstretch-banner {
	background-color:black;
	height:317px;
}

.topstretch-banner-tall {
	background-color:#6c6c6c;
	height:752px;
	background-repeat:repeat-x;
}

.header {
	margin-right:auto;
	margin-left:auto;
	width:930px;
	padding:21px 10px 0px 10px;
	height:319px;
}

.logoregion {
	float:none; /* IE Hack */
	width:930px;
} 

.banner {
	position:absolute; 
	top:120px;
}	
	
/* footer ---------------------------------------------------------- */

.footerstretch {
	background-image:url(/images/ui/footer-background.gif);
/*	background-color:#F2F2F2; */
/*	height:200px; */
 min-height:200px;
	background-color:#c8c8c8;
	background-repeat:repeat-x;
	overflow:auto;
}

.footer {
	margin-right:auto;
	margin-left:auto;
	width:930px;
	padding:19px 10px 0px 10px;
}

.footerleft {
	width:195px;
	float:left;
} 

.footerright {
	width:705px;
	float:right;
	color:#727272;
}

.footerright a {
	color:#727272;
	text-decoration: none;
}
.footerright a:hover {
	text-decoration: underline;
	color:#727272;
}

.footerlanding {
	margin-right:auto;
	margin-left:auto;
	width:930px;
	padding:19px 10px 0px 10px;
	color:#727272;
}

.footerlanding a {
	color:#727272;
	text-decoration: none;
}
.footerlanding a:hover {
	text-decoration: underline;
	color:#727272;
}





