@charset "UTF-8";

/* grid structure */
div#container {
	width: 950px;
	height: 600px;
	overflow: hidden;
	margin: auto;
	background: url(../images/shared/background.jpg) no-repeat;
	position: relative;
	padding-bottom: 20px;
}

div#header {
	height: 95px;
	
}

div#splash {
	width: 900px;
	height:325px;
	padding-top: 10px;
	margin:auto;
	overflow:auto;
	font: 0.9em Arial, Helvetica, sans-serif; }

#splash ol {
	color: #000;
	list-style-type:decimal;
	list-style-position:outside;
	padding: 5px 20px 5px 40px;
/*
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
*/
	line-height: 1.5em; }

#splash ol li {
	padding: 5px 10px 5px 5px; }

div#content {
	width: 325px;
	height: 325px;
	/*overflow: hidden;*/
	float:right;
	margin: 15px 25px 0px 0px;
	padding: 0px 25px 0px 0px;
}

div#content_lt {
	width: 470px;
	height: 325px;
	overflow: hidden;
	float: left;
	margin: 15px 0px 0px 45px;
	* html margin: 15px 0px 0px 30px;
}

* html div#content_lt {
	width: 470px;
	height: 325px;
	overflow: hidden;
	float: left;
	margin: 15px 0px 0px 30px;
}

div#eddie {
	width: 900px;
	height: 70px;
	background: url(../images/shared/ee_stump.jpg);
	position: absolute;
	bottom: 0px;
	right: 20px;
}

a#eddie {
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 200px;
	height: 70px;
	background: transparent;
	z-index: 5;
}

div#sub_nav { 
	width:900px;
	height: 30px;
}

div#footer {
	border-top: 1px solid #ccc;
	width: 900px;
	height: 20px;
	margin: auto;
	padding: 10px 0px;
	z-index:1;
}

/*
div#footer_snow {
	width: 100%;
	height: 130px;
	margin: 25px 0px 0px 0px;
	background: url(../images/shared/snow_footer.jpg) repeat-x;
	z-index:1;
}

div#footer_dirt {
	width: 100%;
	height: 130px;
	margin: 25px 0px 0px 0px;
	background: url(../images/shared/dirt_footer.jpg) repeat-x;
	z-index:1;
}
*/

div#footer_inner {
	width: 900px;
	margin: auto;
}

div#seo {
	
}
/* end grid structure */

/* creates text wraps around images */
img.floatLeft { 
    float: left; 
	padding-right: 8px; 
}

img.floatRight { 
    float: right; 
    padding-left: 8px;  
}

/* creates an invisible div to cover the logo to return home */
a#home {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 400px;
	height: 60px;
	background: transparent;
	z-index: 5;
}


/* main navigation */

/* end main navigation */


/* content navigation */

/* content navigation */
