
/*--------------- GLOBAL ------------------*/

body		
{
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: black;*/
	background: #000 url(../images/index/barkybark.jpg) repeat-x;
	/*background: url(images/bg_wallpaper.jpg) repeat;*/
	background-attachment:fixed;
}

#container		
	{
		margin-left: auto;
		margin-right: auto;
		width: 890px;
		padding: 1.25em;
		text-align: left;
		background-image:url(../images/index/containerBack.jpg);
   		background-repeat: repeat;
	}

/*------------------ Banner ------------*/

#banner {
  height:265px;
  background: url(../images/index/EmmettWalk.jpg) no-repeat;
  background-position: top center;
}  

/*------------------ General ------------*/

img { margin: 0; padding: 0; border-style: none;}

h3 {
	font-size: 27px;
	text-transform: uppercase;
	color: #5A2F0F;
}

h6 {
	font-size: 18px;
	text-transform: uppercase;
	color: #5A2F0F;
}
p {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #ee7506;
}

a:hover { color: #FF9A00; }

a:active { outline: none; }

:focus { -moz-outline-style: none; }


/*--------------- HEADER ------------------*/

#header {
	width: 890px;
	height: 50px;
	float: left;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
}

#header h1 a { color: #0d9032; }

/*--------------- MENU ------------------*/

#menuL {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 450px;
}
#menuL ul { margin: 0; padding: 0; }
#menuL ul li { font-size: 20px; line-height: 24px; margin: 0; padding: 0; list-style-type: none; color: #686868; }
#menuL ul li .currentPage { color: #0d9032; }
#menuL ul li a { color: #686868; }
#menuL ul li a:hover, #menuL ul li a.currentPage { color: #0d9032; }
#menuL ul li ul { margin: 0 0 0 20px; padding: 0; }
#menuL ul li ul li { font-size: 16px; line-height: 20px; }

/*--------------- Ordered List ------------------*/

/*ol {list-style-type: decimal;}*/
ol li { font-size: 16px; line-height: 20px; margin: 0; padding: 0; color: #686868; }
ol li a { color: #686868; }
ol li a:hover { color: #FF9A00; }
ol li a:visited {color: #ff0000; text-decoration: underline;}

/*--------------- CONTENT ------------------*/

#content {
	float: left;
	width: 620px;
	margin: 0;
	padding: 0 0 10px 0;
}

#content img { margin: 0; padding: 0; border-style: none;}

#content img.floatLeft { margin: 0 10px 10px 0; padding: 0; border-style: none; float: left;}


/*--------------- FOOTER ------------------*/

#footer { width: 890px; height: 25px; float: left; margin: 0; padding: 0; color: #686868; }
.clear { clear: both; }

