* {
	margin: 0;
	padding: 0;
}
body {
	background:  url(/assets/images/bg.jpg) top center no-repeat;
	background-color: #06141D;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#page {
	width: 834px;
	margin: 0 auto;
	padding: 0 12px;
	background: #fff url(/assets/images/headerBg.png) top repeat-x;
	border-left: 1px solid #c3c1c9;
	border-right: 1px solid #c3c1c9;
}

#header {	
	width: 834px;
	height: 130px;
}

#logo {	
	float: left;
	width: 195px;
	height: 75px;
}

#icons {	
	float: left;
	width: 160px;
	height: 31px;
	position: relative;
	top: 79px;
	left: 330px;
}

#registration {	
	float: left;
	width: 149px;
	height: 37px;
	position: relative;
	top: 75px;
	left: 311px;
}

#menu {
	background: url(/assets/images/navBg.png);
	height: 27px;
	width: 834px;
	margin-bottom: 12px;
	position: relative;
	clear: both;
}

#searchLabel{
	position: absolute;
	top: 7px;
	left: 595px;
}

#searchBox {
	position: absolute;
	top: 5px;
	left: 685px;
	width: 119px;
}

#searchButton {
	position: absolute;
	top: 0;
	right: 0;
}

#visual {
	width: 834px;
	height: 206px;
	margin-bottom: 12px;
}

#visHomeL {
	width: 403px;
	float: left;
	background: url(/assets/images/visHomeL.png);
	padding: 138px 15px 0 15px;
	height: 68px;
}

#visHomeR {
	width: 401px;
	float: left;
}

#visContentL {
	width: 313px;
	float: left;
	background: url(/assets/images/visHomeL.png);
	padding: 138px 15px 0 15px;
	height: 68px;
}

#visContentR {
	width: 521px;
	float: left;
}

.panel, .panelEnd {
	width: 204px;
	float: left;
	padding-bottom: 12px;
}

.panel {
	padding-right: 17px;
}

.panelBody {
	width: 188px;
	height: 136px;
	padding: 8px;
}

#colMain {
	width: 651px;
	float: left;
	margin-right: 10px;
}

#colRight {
	width: 173px;
	float: left;
	background: url(/assets/images/rightColBg.png) top repeat-x;
}

#colRightInner {
	padding: 10px;
	min-height: 327px;
}

.dashedTop {
	padding-top: 15px;
	border-top: 1px dashed #002C5A;
}

#colLeft {
	width: 173px;
	float: left;
	min-height: 347px;
}

.colLeftParents { background: url(/assets/images/colRight1.png) top repeat-x; }
.colLeftStudents { background: url(/assets/images/colRight2.png) top repeat-x; }
.colLeftStaff { background: url(/assets/images/colRight3.png) top repeat-x; }
.colLeftCommunity { background: url(/assets/images/colRight4.png) top repeat-x; }
.colLeftBusiness { background: url(/assets/images/colRight5.png) top repeat-x; }
.colLeftFindoutmore { background: url(/assets/images/colRight6.png) top repeat-x; }

#colCenter {
	width: 428px;
	float: left;
	background: url(/assets/images/colCentreBg.png) top center no-repeat;
	padding: 0 20px 40px 30px;
	position: relative;
}

#breadcrumb {
	position: absolute;
	left: 30px;
	bottom: 10px;
}

.colPanel {
	background: url(/assets/images/colPanelBody.png);
	width: 144px;
	padding: 10px;
}

.colPanelEnd {
	background: url(/assets/images/colPanelEnd.png) top no-repeat;
	width: 164px;
	height: 14px;
}

#breadcrumb {
	padding: 10px 0;
	font-size: 1.1em;
}

#footer {
	border-top: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	width: 834px;
	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 */

.mailingListBox 
{
	width: 120px;
	vertical-align: middle;
}
.mailingListGo 
{
	vertical-align: middle;
}

.over {
                cursor: pointer;
}
