/********************************************************************************

	EHC.css
	-	Layout styles for EHC
	-	Author - ico Design


********************************************************************************/
@import "typography.css";
@import "/css/headings.css";

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	background: #d7d0cc url('/img/common/bg_gradient.gif') repeat-x;
}
body{
	width:100%;
	min-height: 100%;
	background: url('/img/common/bg_body.png') repeat-y 50%;
}

.clear:after,
#wrapper_outer:after,
#header:after,
#main:after {
    content: "."; 
    display: block; 
    height: 1; 
    clear: both;
    visibility: hidden;
}

ul#access_skip{
	position: absolute;
	top: -999em;
}

/*	Main layout	*/

#wrapper_outer{
	width: 763px;
	padding: 0 10px 0 0;
	margin: 0 auto;	
	min-height: 100%;
}
#wrapper{
	position: relative;
	float: left;
	width: 695px;
	padding: 25px;
	min-height: 100%;
}
#header{
	position: relative;
	height: 135px;
	width: 690px;
}
ul#nav{
	float: left;
	width: 170px;
	margin-right: 25px;
}
#main{
	float: right;
	width: 475px;
	padding: 10px ;
	background: #fff;
}
#footer{
	float: left;
	clear: both;
	width: 700px;
	margin: 0 0 0 25px;
	padding: 0;
	border-top: 1px dashed #AB770A;
}

/* Page specific styles	*/

#home #main{
	width: 500px;
	padding: 0;
	background: none;
}

/* Sub-content	*/

div#main div.col-1{
	float: left;
	width: 230px;
	padding-right: 10px;
	border-right: 1px dashed #AB770A;
}
div#main div.col-2{
	float: right;
	width: 220px;

}
#main.previous div.col-1{
	padding-right: 7px;
}
#main.previous div.col-2 {
	width: 230px;
}
