* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #000 url(/assets/images/bg.jpg) top repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

form
{
    background: url(/assets/images/containerBg.jpg) top center no-repeat;
	width: 100%;
	min-height: 100%;
}

/*#container {
	background: url(/assets/images/containerBg.jpg) top center no-repeat;
	width: 100%;
	min-height: 100%;
}*/


* html #container {
	height: 100%;
}

#page {
	width: 840px;
	margin: 0 auto;
	padding: 0 40px;
	background: #fff;
}

#header {	
	width: 840px;
	border-bottom: 1px solid #BCBEC0;
}

#nav
{
    z-index:20;
    position:relative;
}
#menu {
	height: 25px;
	width: 840px;
	margin: 5px 0;
	clear: both;
}

#search {
	float: left;
	width: 234px;
	border-left: 3px solid #fff;
	position: relative;
	height: 25px;
	background: #BCBDC0 url(/assets/images/search.gif) top left no-repeat;
	background-position: 0 2px;
}

#searchLabel{
	position: absolute;
	top: 0px;
	left: 0px;
}

#searchBox {
	position: absolute;
	top: 3px;
	left: 65px;
}

#visual {
	width: 666px;
	height: 185px;
}

#heading {
	padding:  10px 0 10px 5px;
}

.panel, .panelEnd {
	width: 204px;
	float: left;
	padding-bottom: 12px;
}

.panel {
	padding-right: 17px;
}

.panelBody {
	width: 188px;
	height: 136px;
	padding: 8px;
}

#colMain {
	width: 840px;
}

#colLeft {
	width: 164px;
	float: left;
	padding-top: 7px;
}

#colCenter {
	width: 666px;
	float: left;
	padding: 6px 0;
	position: relative;
	left: 10px;
	border-top: 1px solid #BCBEC0;
	z-index:10;
}

#contentCol1 {
	width: 389px;
	float: left;
	padding: 0 30px 0 5px;
}

#contentCol2 {
	width: 242px;
	float: left;
}

#contentWideCol1 
{
    width: 661px;
	float: left;
	padding: 0px 0px 0px 5px;
}

#logos {	
	clear: both;
	padding-top: 15px;
}

#footer {
	border-top: 1px solid #333;
	height: 30px;
	padding-top: 15px;
	clear: both;
}

/* -------------------------------------------- CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */