@charset "utf-8";
/* General styles */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
form {
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	text-align: center; /*center hack*/
	width: 100%;
}
/* Wrappers and utilities */
#pageWrapper {
	min-width: 870px;
	max-width: 1200px;
	width: auto !important; /*IE6 hack*/
	width: 960px; /*IE6 hack*/
	margin: 0 auto; /*center hack*/
	text-align: left; /*center hack*/
}
.allClear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* header containers */
#headerCenterWrap, #headerLeftWrap, #headerRightWrap {
	float: left;
	width: 100%;
	height: 243px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:13em;
}
.leftmenu .colright .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:13em;
	padding-bottom:1em;
}
.leftmenu .colright .col1wrap .col1 {
	position:relative;
	right:100%;
	overflow:hidden;
	min-height:435px;
	margin-left: 14em;
	padding-left: 1em;
}
.leftmenu .colright .col1wrap .col1 .mainContent {
	padding-right: 2em;
}

.leftmenu .colright .col2 {
	float:left;
	width:13em;
	position:relative;
	right:13em;
}
.leftmenu .colright .col2 img {
	margin-left: 5px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}
#footerwrap {
	width:90%;
	margin: 0px auto;
}
#footer .footercell {
	width:30%;
	float: left;
	padding: 1em;
}
#footer p {
	padding:10px;
	margin:0;
}
#footerDebug {
	/* min-width: 870px; */
	max-width: 1200px;
	width: auto !important; /*IE6 hack*/
	/* width: 960px; */ /*IE6 hack*/
	margin: 25px auto 0px; /*center hack*/
	text-align: left; /*center hack*/
}

