/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE
input,textarea,select{*font-size:100%;}*/
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* General */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #004830;
}
.inline {
	display: inline !important;
}
.block {
	display: block;
}
.clear {
	display: block;
	clear: both;
}
.clear hr {
	display: none;
}
.printonly {
	display: none !important;
}
#bg-body {
	position: fixed; 
	top: 0; left: 0;
	width: 100%; 
	height: 100%;  
	z-index: 1;
}
#bg-body img {
	width: 100%;
	height: 100%;
}

/* Main wrappers */
.wrap-outer {
	width: 1008px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.wrap-inner {
	width: 876px;
	margin: 0 auto;
	padding: 0 2px;
	background: transparent url(../images/base/bg-wrap-inner.png) repeat-y;
}
#content-inner {
	padding-top: 10px;
	min-height: 200px;
}
#content-inner .col {
	float: left;
}

/* Header */
#head-wrap { 
	background: transparent url(../images/base/bg-head.png) no-repeat scroll 0 0;
}
#head-top {
	height: 14px;
	background: transparent url(../images/base/bg-head-top.png) no-repeat scroll top;
}
#head-inner {
	padding-top: 15px;
}
#head-logo {
	height: 107px;
	background: transparent url(../images/base/bg-head-logo.png) repeat-x scroll bottom;
}
#head-logo h1 {
	width: 124px;
	height: 107px;
	overflow: hidden;
	background: #fff url(../images/base/bg-head-h1.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
#head-logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Footer */

#foot-wrap {
	height: 65px;
	z-index: 20;
}



#foot-inner {
	padding-top: 30px;
	padding-bottom: 20px;
	background: transparent url(../images/base/bg-foot-inner.png) no-repeat scroll top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	display: block;
}
#foot-inner div {
}
#foot-inner a {
	padding: 0 4px;
	color: #fff;
	position: relative;
}

/* Nav / Locator */
#col-nav {
	width: 143px;
	margin-left: 2px;
	margin-right: 30px;
}
#nav {
	margin-bottom: 18px;
	list-style-type: none;
}
#nav li {
}
#nav a {
	display: block;
	height: 23px;
	padding: 7px 0 0 12px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #006666;
	background: #e6e5e5 url(../images/base/bg-nav.png);
	background-position: 0 -60px;
}
#nav a:hover, #nav a:focus, #nav a.active {
	background-position: 0 -90px;
}
#nav a.top {
	background-position: 0 0;
}
#nav a.top:hover, #nav a.top:focus, #nav a.top.active {
	background-position: 0 -30px;
}
#nav a.bot {
	padding-bottom: 3px;
	background-position: 0 -120px;
}
#nav a.bot:hover, #nav a.bot:focus, #nav a.bot.active {
	background-position: 0 -153px;
}
#nav a:hover, #nav a:focus, #nav a.active {
	color: #fff;
}

/* Locator */
#loc-wrap {
	width: 144px;
	height: 115px;
	background: #e6e5e5 url(../images/base/bg-loc.png);
}
#loc {
	position: relative;
	padding: 14px 0 0 9px;
}
#loc h2 {
	display: block;
	font-size: 1.5em;
	margin-bottom: 10px;
	border: 0;
}
#loc #loc-pcode {
	position: absolute;
	left: 9px;
	top: 46px;
	width: 84px;
	height: 16px;
	padding: 1px 0 0 3px;
	font: 11px "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
#loc #loc-search {
	position: absolute;
	right: 12px;
	top: 43px;
}

/* Main content */
#col-content {
	width: 678px;
}
#col-content.narrow {
	width: 485px;
	margin-right: 23px;
}

/* Rhs col */
#col-right {
	width: 190px;
}