/* CSS Document */

body {
	background-image:url(/images/layout/PageBG.jpg);
	background-repeat:repeat-x;
	background-color:#5A4233;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#Container {
	width:960px;
	margin:0px auto;
}

#Nav {
	width:100%;
}

#Nav ul {
	width:100%;
	float:left;
}

#Nav li {
	list-style:none;
	float:left;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	font-weight:bold;
}

#Nav a {
	color:#FFFFFF;
	text-decoration:none;
}



#Nav ul ul{
	position: absolute;
	float:left;
	display: block;
	width: 150px;
	padding-top: 2px;
	top: 13;
	margin-left: -100px;
	left: -100;
	z-index:100;

}
#Nav ul ul li {
	position: relative;
	padding: 5px;
	border:solid 1px #000000;
	background-color: #5A4233;
	font-weight:bold;
	text-align:left;
	width:100%;
	float:left;
	display: block;

}
#Nav ul ul li:hover {
	background-color: #5A4233;

}
#Nav ul ul a {
width: 100%;
line-height: 25px;
float:left;
line-height:17px;

}
#Nav ul ul a:hover {
	color: #ffffff;

}
div#Nav ul ul,
div#Nav ul li:hover ul ul,
div#Nav ul ul li:hover ul ul
{display: none;
}

div#Nav ul li:hover ul,
div#Nav ul ul li:hover ul,
div#Nav ul ul ul li:hover ul
{display: block;
}



#Header {
	width:100%;
	height:156px;
	clear:both;
	background-image:url(/images/layout/HeaderBG.jpg);
	background-repeat:no-repeat;
}

#MainBody {
	width:940px;
	background-color:#FFFFFF;
	float:left;
	padding:10px;
}

#MainImage {
	width:930px;
	float:left;
	height:56px;
	padding-top:100px;
	padding-left:10px;
	background-image:url(/images/layout/Headers/1.jpg);
	background-repeat:no-repeat;
}

a {
	color:#003399;
}

#MainImage h1 {
	font-size:24px;
	font-weight:lighter;
	color:#7C4030;
}

#MainContent {
	width:690px;
	line-height:20px;
	float:left;
}

#MainContent a {
	color:#7C4030;
}

#FeaturedItems {
	width:240px;
	float:right;
}

#ContentFooter {
	width:100%;
	clear:both;
	float:left;
}

#Footer {
	clear:both;
	width:960px;
	margin:0px auto;
	text-align:center;
	color:#CCCCCC;
	font-size:11px;
	padding-top:20px;
}

.formField {
	border:#000000 1px solid;
	width:75%;
	padding:5px;
}
