body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #c8c4c4 no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	padding: 0px;
	margin: 1em 0;
}

div {margin: 0;
	padding: 0;
	}

h1 {
	color: #8d9176;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #B53A37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ccc;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
}


#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 1px;
	width: 760px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

#logo {
	float: left;
	height: 130px;
	width: 205px;
	z-index: 10;
	position: absolute;
}

#feature {
	height: 176px;
	width: 770px;
}

#featureLeft {
	height: 176px;
	width: 538px;
	float: left;
	clear: left;
}


#featureRight {
	float: right;
	height: 176px;
	width: 232px;
}

#content {
	background: #fff no-repeat left top;
	width: 770px;
	float: left;
	text-align: left;
	padding-bottom: 100px;
}

#contentLeft {
	width: 493px;
	float: left;
	padding-left: 35px;
	padding-right: 10px;
}



#contentRight {
	width: 172px;
	float: right;
}

#footer {
	clear: both;
	height: 115px;
	width: 770px;
	background: url(/i/bg-footer.gif) no-repeat;
	font-size: 11px;
	color: #000;
}

.copyright {
	font-size: 11px;
	color: #000;
}
a.linkWhite    { color: #000; }


.searchBox {
	height: 20px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border-style: none;
}

#nav {
	clear: both;
	height: 28px;
	width: 750px;
	background: #8f351f no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 11px;
}



#nav ul { /* all lists */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

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

#nav li { /* all list items */
	float: left;
	border-right: 1px thin #ffffff;
	padding: 3px 10px 3px 11px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #A11C20;
	left: -999em;
	margin-left: -10px;
	width: 130px;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	margin-top: 3px;
}

#nav li ul li {
	border-bottom: 1px dashed #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin-right: 15px;
	margin-left: 15px;
	width: 100px;
	padding: 4px 0px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

.homeTitle {
	color: #B43936;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}

img { border-style: none; }

div.floatLeft {
	float: left;
	margin: 3px 15px 0 0;
	display: inline;
	padding: 0px;
}

div.floatRight {
	float: right;
	margin: 3px 0 0 15px;
	display: inline;
}

#newsletter {
	float: left;
	width: 170px;
	margin: 0px 20px 10px 0px;
	text-align: center;
	border: 1px solid #ccc;
	padding-top: 5px;
}

.txtSmall { font-size: 10px; }

