@charset "UTF-8";
/* CSS Document */
body {
	background:#cdc6c3 url(images/l1bgrnd.gif) no-repeat center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:0;
	height:100%;
}

a {
	text-decoration:none;
	color:#942e02;
}

a:hover {
	text-decoration:none;
	color:#d87c23;
}


/* HOME CONTENT */
#l1topwrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;

}

#masthead {
	width:630px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
}

#logo {
	margin:30px 0 0 43px;
	position:relative;
	float:left;
}

#l1intro {
	width: 523px;
	margin:0;
	padding:10px 0 0 107px;
	position:relative;
	float:left;
}

#l1intro h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height:26px;
	color:#241c1a;
	font-weight:normal;
}
#l1intro p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#545454;
}

#midbar {
	background:url(images/midbar.gif) center;
	height:286px;
	padding:0;
	margin:20px 0 0 0;
}

#l1midwrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px 0 0 0;
	position:relative;
	height:140px;

}


/* L2 Nav */

#L2NavContainer {
	margin:50px 0 0 50px;
	width:250px;
	position:relative;
	float:left;
}

#L2NavContainer ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#L2NavContainer ul li{
	margin:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:36px;
}

#L2NavContainer ul li a{
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left bottom;
	color:#000;
}

#L2NavContainer ul li a:hover{
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left top;
	color:#d87c23;
}

#L2NavContainer .selected {
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left top;
	color:#d87c23;
}





/* FOOTER */

#l1bottomwrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	position:relative;

}

#footer {
	Width:950px;
	margin:100px 0 20px 0;
	padding:0;
}
#footer p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#78716e;
	text-align:center;
	background:url(images/footer-bgrnd.gif) no-repeat center;
	
}
#credit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78716e;
	text-align:center;
	margin-bottom:20px;
}