html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
	background: url(../images/bg.jpg);
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 ;
	padding:0;
	text-align:left; 
	font-family: tahoma;
	font-size:12px;
	
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
	
}

h1 + p{	margin:-0.05em 0 0 0;}

h2 + p{	margin:-0.05em 0 0 0;}

h3 + p{	margin:-0.05em 0 0 0;}

h1{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:19px;
	color:#03464C;
}

h2{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:16px;
	color:#03464C;
}

h3{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:14px;
	color:#03464C;
}

a{	color:#1E6E6F;}

a:visited{ color:#00445A;}

a:hover, a:focus{ text-decoration:none;}

#container {
	position: relative;
	min-height:100%;
	width:784px;
	left:50%;
	margin:0 0 0 -392px;
	padding:0;
	overflow:hidden;
	
}

#topBg{
	position:absolute;
	left:0;
	display:block;
	width:100%;
	min-width:800px;
	height:189px;
	background: url(../images/bg-header.jpg) repeat-x;
}

#topBgShadow{
	position:absolute;
	left:0;
	display:block;
	width:100%;
	min-width:800px;
	height:12px;
	background: url(../images/bg-headershadow.png) repeat-x;
	top:189px;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:189px;
}

#logo{
	display:block;
	position:relative;
	width:346px;
	height:181px;
	background: url(../images/logo.png) no-repeat;
	left:50%;
	margin:0 0 0 -173px;
	top:0px;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:90%;
	left:0;
	margin:0 0 64px 0;
	padding:2.5% 5%;
	top:0;
}

#nav{
	float:left;
	padding:0;
	list-style:none;
	margin:0 -100% 0 0;
	display:block;
	position:relative;
	z-index:5;
	top:-23px;
	left:15px;
	border-right:1px solid #636B3C;
	text-align:center;
	display:block;
}

#nav li{
	padding:0;
	margin:0;
	float:left;
}

#nav li a{
	text-decoration:none;
	font-size:14px;
	padding:2px 9px;
	display:block;
	border-left:1px solid #636B3C;
	color:#F9DD9C;
	font-weight:lighter;
}

#nav li a:hover{
	background-color: #126B73;
}

#footer {
	display:block;
	position: relative;
	bottom: 0;
	padding:0px 0 0 0;
	height:64px;
	margin:-64px 0 0 0;
	width:100%;
	min-width:800px;
	text-align:center;
	background: url(../images/bg-footer.jpg) repeat-x left bottom;
	left:0;
	color:#FFC86B;
	font-size:11px;
	line-height:1.7em;
}
#footer a{
	color:#FFC86B;
	text-decoration:none;
}
#footer a:hover{ text-decoration:underline;}

#footerTrees{
	display:block;
	position:absolute;
	left:50%;
	margin:0 0 0 -88.5px;
	bottom:0;
	width:177px;
	height:41px;
	background: url(../images/footerTrees.png) no-repeat center bottom;
}

/*for internal pages*/
#brandingImages{
	width:502px;
	height:129px;
	display:block;
	position:absolute;
	background: url(../images/brandingBoxes.png) no-repeat;
	right:0;
	top:30px;
}

#logo2{
	display:block;
	position:relative;
	width:316px;
	height:170px;
	background: url(../images/logo-internal.png) no-repeat;
	left:-15px;
	margin:0 0 0 0;
	top:0px;
}

