@charset "UTF-8";
body  {
	background: #7B0A09 url(../images/bknd_main2.jpg) repeat left top;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
 #container {
	background: transparent url(../images/bknd_contentMain2.jpg) repeat-y center top;
	text-align: left;
	height: auto;
	padding: 0px;
	width: 880px;
	margin: 40px auto 50px;
} 
 #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
	width: 260px;
}
#navcontainer {
	margin-top: 20px;
	width: 240px;
	padding: 0px;
	margin-left: 14px;
}
#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 li {
	margin: 0px;
	color: #000;
}

#navcontainer a
{
	display: block;
	padding: 8px 2px 5px 5px;
	width: 220px;
}

#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_bkndMain.jpg) repeat-y;
}
#navcontainer active a:link, #active a:visited, #active a:hover
{
	color: #000;
	background: url(../images/navigation/nav_bkndMain.jpg) repeat-y;
}
#navcontainer active a:link, #active a:visited, #active a:hover , #active a.current
{
	color: #333;
	background: url(../images/navigation/nav_bkndMain.jpg) repeat-y;
}
#navcontainer li a.current, #navcontainer li a.current:hover, #navcontainer li a.current:active {
	color: #333;
	cursor: default;
	background: url(../images/navigation/nav_bkndMain.jpg) repeat-y;
}
#navcontainer #navlist li a.inactive {
	cursor: default;
	background: url(../draft02/css/none);
}

#navcontainer #navlist li a img {
	text-decoration: none;
	border-style: none;
}
 #mainContent {
	margin: 0 0px 0 280px; /* 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 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 570px;
} 
#contact {
	padding: 0px;
} 
#contact p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #883726;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
#contact p a {
	text-decoration: none;
	color: #883726;
}
#footer {
	bottom: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.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;
}
.sectionImage {
	margin-left: -8px;
	margin-bottom: -8px;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #617E2C;
	line-height: 0.9em;
	padding: 0em;
	margin-bottom: 0.7em;
}
.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #841511;
	margin-bottom: -.5em;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: -1em;
	padding: 0px;
}
.horizRule {
	margin-bottom: 20px;
}
.body a {
	color: #000;
	text-decoration: none;
}
.body img  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

