html {
	height: 100%;
}

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #545353;
	background: #f0ebdc;
	height: 100%;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input,textarea {
	margin: 0;
}

a {
	text-decoration: none;
	color: #007d8f;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	min-height: 100%;
	padding: 0 4px;
	background: url(../images/page-bg.gif) repeat-y;
	position: relative;
}

* html #page {
	height: 100%;
	overflow: visible;
}

.page-cont {
	overflow: hidden;
	width: 100%;
	padding: 163px 0 0;
}

/*header start*/
#header {
	overflow: hidden;
	height: 157px;
	width: 950px;
	position: absolute;
	left: 4px;
	top: 0;
	border-bottom: 6px solid #fecb00;
	background: url(../images/navigation-bg.gif) repeat-x;
}

/*logo start*/
.logo {
	float: left;
	width: 221px;
	height: 157px;
	background: #fff;
}

.logo a {
	margin: 20px 0 0 46px;
	display: block;
	text-indent: -9999px;
	width: 115px;
	height: 116px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}

/*logo end*/
/* navigation start */
#header ul {
	float: left;
	margin: 0;
	/*padding: 0 0 0 15px;*/
	padding: 0 0 0 15px;
	list-style: none;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header ul li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

#header ul li a {
	color: #fff;
	float: left;
	height: 35px;
	text-decoration: none;
	/*padding: 122px 15px 0;*/
	padding: 122px 13px 0;
}
#header.homepage-header ul li a {
	padding: 122px 15px 0;
	/*padding: 122px 13px 0;*/
}

#header ul li a:hover {
	background-color: #7f9a5b;
}

#header ul li a.active {
	background: #7f9a5b url(../images/navigation-arrow.gif) no-repeat 50% 102px;
}

/* navigation end */
/*header end*/
/* flash-block start */
.flash-block {
	overflow: hidden;
	width: 950px;
	background: #558689 url(../images/flash-bg.gif) repeat-x;
	border-bottom: 6px solid #fecb00;
	height: 256px;
}

.flash-block .flash {
	float: right;
}

.flash-block .flash img {
	display: block;
}

.flash-block .cont {
	float: left;
	width: 165px;
	padding: 14px 0 0 26px;
	color: #fff;
	font-size: 15px;
}

.flash-block .cont p {
	margin: 0;
	line-height: 18px;
}

/* flash-block end */
/* content start */
#content {
	overflow: hidden;
	width: 950px;
	padding: 0 0 118px 0;
	background: url(../images/content-bg.gif) repeat-x;
}

#content .question-block h2,
#content .recent-block h2,
#content .news-block h2 {
	color: #6e4b00;
	margin: 0;
	font-size: 12px;
}

#content .question-block h2 span,
#content .recent-block h2 span,
#content .news-block h2 span {
	text-transform: uppercase;
	height: 17px;
	line-height: 17px;
	display: block;
}

/* news-block start */
.news-block {
	float: left;
	width: 172px;
	padding: 23px 50px 0 26px;
}

.news-block ul {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}

.news-block ul li {
	line-height: 14px;
	float: left;
	width: 100%;
	padding: 10px 0 3px;
	font-weight: bold;
}

.news-block ul li span {
	display: block;
}

.news-block .form {
	overflow: hidden;
	width: 100%;
	padding-bottom: 18px;
}

.news-block .form .text {
	float: left;
	color: #5c5960;
	padding: 1px 0 2px 5px;
	width: 128px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #4c711d;
}

.news-block .form .submit {
	float: left;
	margin: 0 0 0 4px;
}

/* news-block end */
/* recent-block  start */
.recent-block {
	float: left;
	width: 360px;
	padding-top: 23px;
}

.recent-block ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}

.recent-block ul li {
	overflow: hidden;
	width: 100%;
	padding: 14px 0 0;
	line-height: 14px;
}

.recent-block ul li .img {
	float: left;
	margin: 0 12px 0 0;
}

.recent-block ul li .img img {
	display: block;
}

.recent-block ul li div {
	display: table;
	height: 1%;
}

.recent-block ul li div strong {
	display: block;
	margin-top: 5px;
}

.recent-block ul li div strong a {
}

.recent-block ul li div p {
	margin: 0 !important;
	padding: 0 !important;
}

.recent-block .more {
	float: left;
	margin-top: 12px;
	color: #4c711d;
}

/* recent-block  end */
/* question-block start */
.question-block {
	float: right;
	width: 290px;
	padding: 23px 24px 19px 0;
}

.question-block p {
	margin: 7px 0 0;
	line-height: 14px;
}

.question-form {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}

.question-form .text {
	float: left;
	border: 1px solid #708d4a;
	color: #545353;
	padding: 5px 0 5px 10px;
	width: 274px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.question-form textarea {
	float: left;
	border: 1px solid #708d4a;
	color: #545353;
	margin: 10px 0 0;
	/*padding: 0 0 0 10px;*/
	padding: 5px 5px 5px 10px;
	height: 103px;
	/*width: 274px;*/
	width: 269px;
	overflow: auto;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.question-form .submit {
	float: left;
	margin: 10px 0 0;
}

/* Interior content */
.entry ul {
	/*margin: 10px 15px 25px 30px;
	padding: 10px 15px 25px 30px;*/
}

/* question-block end */
/* content end */
/* footer start */
#footer {
	margin: -95px 0 0;
	position: relative;
	height: 95px;
	overflow: hidden;
}

#footer div {
	overflow: hidden;
	height: 95px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: #6e4b00 url(../images/footer-bg.gif) repeat-x;
}

#footer a {
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 17px 0 9px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}

#footer ul li {
	display: inline;
	padding: 0 3px 0 8px;
	background: url(../images/footer-divider.gif) no-repeat 0 50%;
}

#footer ul li.first, #footer ul li.page-item-9 {
	background: none;
	padding-left: 3px;
}


#footer ul li a {
	color: #fecb00;
}

#footer p {
	margin: 0;
	line-height: 19px;
}

/* footer end */
/* sIFR start */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

/* sIFR end */
/* main start */
.main {
	float: right;
	width: 672px;
	padding: 20px 30px 0 0;
	font-size: 13px;
}

.main .cont {
	float: left;
	width: 475px;
}

.main .cont-wide {
	float: left;
	width: 660px !important;
}

.main .cont h1 {
	margin: 0 0 -7px;
	font-size: 24px;
	color: #6e4b00;
	font-weight: normal;
}

.main .cont h2 {
	margin: 10px 0 -13px;
	font-size: 18px;
	color: #4c711d;
	font-weight: normal;
}

.main .cont p {
	margin: 0;
	line-height: 16px;
	padding: 16px 0 0;
}

.main .cont p strong {
	color: #4c711d;
}

.main .recent-block {
	float: none;
	padding: 3px 0 3px 3px;
	width: auto;
}

/* photos start */
.photos {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 170px;
	text-align: center;
}

.photos li {
	float: left;
	width: 100%;
	padding: 9px 0 4px;
	font-size: 11px;
}

.photos li img {
	display: block;
}

.photos li span {
	display: block;
	line-height: 13px;
	padding: 4px 5px 0;
}

/* photos end */
/* main end */
/* sidebar start */
.sidebar {
	float: left;
	width: 220px;
}

/* nav-box start */
.nav-box {
	overflow: hidden;
	height: 100%;
	padding: 8px 0 29px 18px;
	background: #558689 url(../images/flash-bg.gif) repeat-x;
}

.nav-box ul {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.nav-box ul li {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.nav-box ul li a {
	text-decoration: none;
	color: #fff;
}

.nav-box ul li a:hover {
	color: #fecb00;
}


.nav-box ul li.current_page_item a {
	color: #fecb00 !important;
	/*color: #dce4d0 !important;*/
	/*font-weight: bold;*/
}
.nav-box ul li.top-level a {
	color: #dce4d0 !important;
}

/* CM new */
.nav-box .page-item {
	margin-right: 8px;
}

/* search-form start */
.search-form {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0;
}

.search-form label {
	display: block;
	color: #dce4d0;
	padding-bottom: 3px;
	padding-left: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.search-form .text {
	float: left;
	color: #5c5960;
	padding: 1px 0 2px 5px;
	width: 128px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #4c711d;
}

.search-form .submit {
	float: left;
	margin: 0 0 0 4px;
}

/* search-form end */
/* nav-box end */
/* contact-box start */
.contact-box {
	overflow: hidden;
	height: 100%;
	padding: 21px 0 29px 18px;
	background: #f7f5ed;
	font-size: 11px;
}
.contact-box-marketplace {
	border-top: 1px solid #aeaeae;
}

.learn-box h2,
.contact-box h2 {
	color: #6e4b00;
	margin: 0;
	font-size: 12px;
}

.learn-box h2 span,
.contact-box h2 span {
	text-transform: uppercase;
	height: 17px;
	line-height: 17px;
	display: block;
}

.contact-box p {
	margin: 0;
	line-height: 13px;
}

.contact-box .text {
	float: left;
	color: #5c5960;
	padding: 1px 0 2px 5px;
	margin-top: 10px;
	width: 170px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #6a8842;
}

.contact-box textarea {
	float: left;
	color: #5c5960;
	margin-top: 7px;
	/*padding: 0 0 0 5px;*/
	padding: 5px;
	overflow: auto;
	height: 54px;
	/*width: 170px;*/
	width: 165px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #6a8842;
}

.contact-box .submit {
	float: left;
	margin: 7px 0 0;
}

/* contact-box end */
/* learn-box start */
.learn-box {
	overflow: hidden;
	height: 100%;
	padding: 19px 40px 0 18px;
}

.learn-box ul {
	margin: -2px 0 0;
	padding: 0;
	list-style: none;
}

.learn-box ul li {
	font-size: 11px;
	padding: 0 0 0 10px;
	margin-top: 14px;
	background: url(../images/learn-arrow.gif) no-repeat 0 4px;
	line-height: 13px;
}
#sidebar-contact-results, #homepage-contact-results {
	font-weight: bold; 
}	
.success { 
	color: #4C711D;
}
.error {
	color: #9F1D13;
}

.cont-wide .gallery-caption {
	padding: 3px 10px 3px 10px;
}
.gallery img {
	border: none !important;
}

.alignright {
	float: right; 
	padding: 10px;
}
.alignleft {
	float: left; 
	padding: 10px;
}

/* learn-box end */
/* sidebar end */