/*	
	glebe.css
	-	Layout for Glebe website

******************************************************************************/
@import "typography.css";
@import "modules.css";

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position: absolute;
	top: -999em;
	width: 0;
	height: 0;
	font-size: 0em;
	overflow: hidden;
}
html{
	background: #f4f4f4 url('/img/common/bg_body.gif') repeat-x top left;	
}
body{
	position: relative;
	margin: 0 auto 0 30px;
	float: left;
	width:  760px;
}
ul#skipNav{
	position: absolute;
	top: -999em;
}
#wrapper{
	position: relative;
	width:  760px;
	margin: 0 auto;
	padding: 0 10px 30px 10px;	
	background: #f4f4f4 url('/img/common/bg_wrapper.gif') repeat-x top left;
}
#header{
	position: relative;
	z-index: 10;
	height: 90px;
	margin: 0;
	border-top: 10px solid #c60029;	
}
#navigation{
	float: left;
	width: 120px;
	padding-bottom: 45px;
	/*background: url('/img/common/cross.gif') no-repeat bottom left;*/
}

#primary{
	position: relative;
	float: right;
	width:  625px;	
	padding-top: 0;
	/*border-top: 1px dashed #666666;;*/
	background: url('/img/common/dash.gif') repeat-x top left;	
}

#bread{
	line-height: 1.4em;
	margin: 5px 0 0 0;
	padding-left: 5px;
	background: #ccc;
}
#footer{
	margin: 20px auto 0 auto;
	width:  100%;
	height: 87px;
	font-size: .9em;
	background: url('/img/common/keyline_footer.gif') repeat-x bottom left;
}
#section2 #footer{
	margin-top: 0;
}
#footerInner{
	margin: 0 auto;
	width:  760px;
	padding: 0 10px;
	background: #f4f4f4;
}
#footerLeft,
#footerRight{
	padding: 5px 0 20px 0;
}
#footerLeft{
	float: left;
	width:  120px;
	border-top: 1px solid #d6d6d6;
	/*background: url('/img/common/dash.gif') repeat-x top left;	*/
}
#footerRight{
	float: right;
	width:  625px;
	border-top: 1px solid #d6d6d6;
	/*background: url('/img/common/dash.gif') repeat-x top left;	*/
}