/*
from wider_draft_03.png
ffe18f - pure blond  (edc568 is where it heads to)
66461f - brown (lightens to 96c630)
01462a - green dark
671637 - acorn darkred

*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	text-align: left;
	}
#mainWrap{
	border:1px solid darkgreen; /* #01462a */
	width:918px;
	/* 
	TRACER USED IN TESTING
	----------------------
	background-color:#ccc;
	background-image:url("/images/assets/tracer.jpg");
	background-repeat:no-repeat;
	*/
	min-height:450px;
	margin:20px auto;
	margin-bottom:25px;
	}
#topRegion{
	position:relative;
	height:134px;
	}
#mainRegion{
	padding-bottom:25px;
	}
#footer{
	position:relative;
	}


#swoosh-top-almond{
	background-image:url("/images/assets/swoosh-top-almond.png");
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	width:100%;
	height:225px;
	left:0px;
	top:40px;
	}
#jack-linda{
	background-image:url("/images/assets/jack-linda-03.png");
	background-repeat:no-repeat;
	position:absolute;
	width:300px;
	height:225px;
	left:540px;
	top:2px;
	display:none;
	}
#swoosh-top-brown{
	background-image:url("/images/assets/swoosh-bottom-brown-b.png");
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	width:100%;
	left:0px;
	top:85px;
	height:195px;
	
	}
#logo{
	background-image:url("/images/assets/logo_03.png");
	background-repeat:no-repeat;
	position:absolute;
	width:400px;
	height:225px;
	left:20px;
	top:10px;
	}
#logo a{
	display:block;
	width:450px;
	height:150px;
	}
#collage{
	background-image:url("/images/assets/home-collage-03d.png");
	background-repeat:no-repeat;
	position:absolute;
	width:470px;
	height:255px;
	left:105px;
	top:135px;
	display:none;
	}
		

#toprightlink a{
	color:#004228;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
a:visited{
	color:#004228;
	}
	
#topRight{
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	}
#topRight ul{
	margin:0px;
	padding-right:12px;
	}
#topRight li{
	list-style:none;
	}
#leftNav{
	padding-top:80px;
	float:left;
	background-color:#ffe18f;
	width:150px;
	min-height:400px;
	margin-right:20px;
	margin-bottom:9px;
	}
#leftNav ul{
	border-bottom:1px solid #fff;
	margin:0px;
	padding:0px;
	}
#leftNav li{
	border-top:1px solid #fff;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#leftNav li h2{
	padding:3px 8px;
	}
#leftNav li a{
	font-weight:400;
	color:#000;
	}
#floatover{
	position:relative;
	}
#floatover2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	}
li.eo{
	background-color:#ccc;
	}
#midCol{
	float:left;
	width:380px;
	}
#addressBox{
	font-size:smaller;
	padding:20px 5px;
	}
#footer{
	padding-top:45px;
	text-align:center;
	position:relative;
	background-color:#ffe18f;
	}
#footerWave{
	position:absolute;
	height:85px;
	width:100%;
	top:-50px;
	background-image:url("/images/assets/swoosh-bottom-brown.png");
	background-repeat:no-repeat;
	}
#mainContent{
	padding:75px 15px 10px 155px;
	}
#rightInset{
	float:right;
	width:250px;
	margin-top:80px;
	}
#rightInset a{
	color: #660000;
	border:1px solid #FFFFC4;
	background-color:#ffe18f;
	padding:5px;
	}
.mainCol{
	width:450px;
	background-color:snow;
	}
.inset1{
	border-bottom:1px solid #765124;
	border-top:8px solid #765124;
	margin:20px 0px 0px 0px;
	text-align:left;
	width:200px;
	padding:5px;
	float:right;
	}