html {
	height: 100%;
}

body {
	height: 100%;
}

#page {
	position: relative;
	min-height: 100%;
	width:945px;
	margin:0 auto;
	background: url(navbg.png) left repeat-y;
}

* html #page {
	height: 100%;
}

#header {
	border-top:40px solid #FFF;
	background: url(headbg.png) left repeat-y;
}

#footer	{
	width:945px;
	position: relative;
	margin: -210px auto 0 auto;
}

#innerfooter {
	width:140px;
	height:175px;
	border-top:5px solid #FFF;
	padding:15px;
	background:#CFE8D6;
}

#logo {
	float:left;
	width:170px;
	height:170px;
	border-bottom:40px solid #FFF;
	background:url(logo.png) no-repeat center;
}
#logo a {
	display:block;
	height:100%;
	text-decoration:none;
}
#logo a span {
	visibility:hidden;
}
#headbanner {
	height:250px;
	background-position: right top;
	background-repeat: no-repeat;		
	position:relative;
	margin-left:210px;
}
#headbanner img {
	position:absolute;
	top:0;
	right:0;
}
#headbanner a {
	visibility:hidden;
}
#contactmenu {
	clear:both;
	float:right;
	width:300px;
	list-style:none;
	padding:0;
	margin:1em 0 0 0;
}
#contactmenu li {
	float:right;
	line-height:1;
	margin-left:.5em;
	padding-left:.5em;
	border-left:1px solid #4B5A62;
}
#contactmenu li.first {
	border-left:none;
}
#contentwrapper {
	clear:left;
	margin-top:-40px;
}
#content {
	float:right;
	width:735px;
	margin-top:3em;
}
* html #content {
	padding-top:3em;
}
*:first-child+html #content {
	padding-top:3em;
}
#navigation {
	background:#E3F2E7;
	width:170px;
	margin-top:-40px;
	padding-bottom:1em;
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation li {
	padding:0;
	margin:0;
	margin-bottom:.5em;
}
#navigation li a {
	display:block;
	width:100%;
	height:20px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#navigation li li {
	display:inline;
	font-size:.9em;
	margin-bottom:.0;
}
#navigation li li a {
	letter-spacing: .05em;
	background-image:none;
	height:auto;
	padding-left:35px;
	width:135px;
	text-transform:uppercase;
}
#navigation li li.active a {
	color:#006830;
}
#navigation li a span {
	visibility:hidden;
}
#navigation li.nav a {background-position: 15px 0;}
#navigation li.nav a:hover, #navigation li.active a  {background-position: 15px -20px;}

#address {
	border-top:5px solid #FFF;
	padding:15px;
	background:#CFE8D6;
	width:140px;
}
.clearer {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}
