body {
	margin: 0;
	background: #DFE0D1 url(images/bgtile.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f732d;
}
a, a:visited, a:active, h2 a {
color: #6f732d;
text-decoration:none;
}
a {
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}

#wrapper {
width: 758px;
margin: auto;
}
#header {
background: url(images/header_bg.jpg) top center no-repeat;
}
#logo {
float: left;
margin-top: 17px;
padding-left: 36px;
}
#headerRight {
float: right;
margin-top: 17px;
background: url(images/signup_box_bg.jpg) top right no-repeat;
width: 329px;
padding: 7px 10px 18px 10px;
color: #5a2729;
font-size: 11px;
}
#headerRight table {
float: right;
border-top: #5a2729 solid 1px;
border-bottom: #5a2729 solid 1px;
margin-top: 5px;
}
#headerRight h2 {
font-size: 16px;
font-weight: 600;
margin: 0 0 2px 0;
}
#headerRight p {
font-weight: 400;
margin: 2px 0;
}

#nav {
clear: both;
}
#nav ul {
margin: 0;
padding: 0;
}
#nav li {
display:inline;
margin: 0;
}
#nav li a {
font-size:14px;
font-weight:400;
color: #edd05c;
text-transform:uppercase;
padding: 0 10px;
}
#nav li .firstNav {
list-style-image: url(images/topnav_l.jpg);
}
#nav li a:hover {
color: #ffffff;
}

#navtop {
}
#navbottom {
	background: url(images/bottomnav_tile.jpg) repeat-x;
}
#navbottom li a {
font-size:11px;
font-weight:400;
color: #edd05c;
text-transform:uppercase;
padding: 0 5px;
}

#homevideo {
	margin-top: 10px;
	padding: 20px 15px 10px 15px;
	background: #FFFFFF url(images/content_top.jpg) top center no-repeat;
	text-align: center;
}
#contentWrapper {
	width: 459px;
	float: left;
	margin-bottom: 10px;
}
#content {
	background: #FFFFFF url(images/content_top.jpg) top center no-repeat;
	padding: 20px 20px 10px 15px;
	margin-top: 10px;
}


#contentWrapper-full {
	width: 756px;
	margin-bottom: 10px;
}


#content-full-white {
	background: #FFFFFF url(images/content-full_top.jpg) top center no-repeat;
	padding: 20px 7px 0 28px;
	margin-top: 10px;
}

#content-full .entry {
	background: #ffffff;
	padding: 10px 20px 10px 15px;
	margin: 0;
	margin-right: 10px;
}
#content-full {
	background: #FFFFFF url(images/content-full_top.jpg) top center no-repeat;
	padding: 20px 7px 0 28px;
	margin-top: 10px;
}
#content-full h2 {
	padding: 0;
	margin-bottom: 3px;
	margin-left: 2px;
	font-size: 18px;
}
#content-full .entry {
	background: #f6f3e4 url(images/content-center-full_top.jpg) top left no-repeat;
	padding: 10px 20px 10px 15px;
	margin: 0;
	margin-right: 10px;
}
#no-sidebar-top #sidebar-top {
display: none;
}
#sidebar {
	width: 284px;
	float: right;
	padding: 0;
	margin-top: 10px;
}
.sidebar-content {
	margin-bottom: 10px;
}
.sidebar-content ul {
padding: 0;
padding-bottom: 10px;
margin: 0;
/* margin-bottom: 10px; */
list-style: none;
}
.sidebar-content ul li {
padding: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
background: #f6f3e4;
}
.sidebar-content .widget {
	background: #FFFFFF url(images/sidebar_top.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar-content .widgettitle {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebarBottom {

}
#sidebarWidgets {
	background:#FFFFFF;
	width: 254px;
	float: right;
	padding: 10px 15px 20px 15px;
}

#footer {
	background: url(images/footer_all.jpg) top no-repeat;
	padding: 14px 15px;
	height: 37px;
	margin-bottom: 15px;
	color: #edd05c;
	font-size: 11px;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited {
	color: #edd05c;
}
#footer a:hover {
text-decoration: underline;
}
#footerLeft {
float: left;
}
#footerRight {
float: right;
}


.widget {
	background:#f6f3e4;
	padding: 10px;
}


.pageTitle {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 600;
}
.pageTitleSub {
	margin: 1px 0 15px 0;
	font-size: 14px;
	font-weight: 400;
}

blockquote {
	padding: 0 10px;
	margin: 0;
	margin-bottom: 20px;
	border-left: #999900 solid 5px;
}
blockquote h3 {
	padding: 5px 5px;
	margin: 0;
	font-size: 16px;
	background: #f6f3e4;
}
.imgfloatleft {
float:left;
padding-right: 10px;
}
.clearFloat {
clear: both;
}
