@charset "UTF-8";
body  {
	background: #7E120D url(../images/bknd_home3.jpg) repeat-x left top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0px;
	padding: 0px;
}
#container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	text-align: left;
	margin: 50px 0px 0px;
	height: 525px;
	padding-top: 25px;
	padding-left: 30px;
} 
#mainContent {
	margin: 0px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background: url(../images/home_mtns_3.jpg) no-repeat right top;
	width: 1150px;
	height: 525px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px;
}
#navcontainer ul
{
	margin: 15px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	font-variant: normal;
}
#navcontainer {
	margin-top: 20px;
}

#navcontainer li {
	margin: 0px;
	color: #000;
}

#navcontainer a
{
	display: block;
	padding: 6px 2px 5px 5px;
	width: 240px;
}

#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
	border-bottom: 1px solid #985F41;
	color: #000;
}

#navcontainer a:hover
{
	color: #000;
	background: url(../images/navigation/nav_bknd.jpg) repeat-y;
}
#navcontainer active a:link , #active a:visited , #active a:hover
{
	color: #000;
	background: url(../images/navigation/nav_bknd.jpg) repeat-y;
}
#navcontainer #navlist li a.inactive {
	cursor: default;
	background: url(home.css);
}
#navcontainer #navlist li a img {
	text-decoration: none;
	border-style: none;
}
#body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333;
	line-height: 1.5em;
	padding-top: 20px;
}
#footer {
	padding: 400px 0px 0px 362px;
	margin: 0px;
} 
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
}

#footer p a {
	text-decoration: none;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
