body, html {
	background: #fffde0 url(../../images/interface/body-bg.jpg) top center no-repeat;
}

body, td {
	font: 1em Georgia, sans-serif;
}

#content {
	color: #162215;
	font-size: 18px;
	line-height: 130%;
	margin-top: 10px;
}

#content .photo {
	background: url(../../images/interface/photo-shadow.png) no-repeat center bottom;
	margin: 0px 0px 2px 0px;
	padding-bottom: 8px;
}

#content .photo img {
	/*border: 4px solid #fff;*/
}

#content .left, #content .alignleft {
	float: left;
	margin: 0px 10px 0px 10px;
}

#content .right, #content .alignright {
	float: right;
	margin: 0px 10px 0px 10px;
}

#content p {
	padding-right: 10px;
	text-align: justify;
}

#footer {
	border-top: 1px dotted #587d37;
	font-size: 12px;
	padding-top: 10px;
}

#footer a {
	color: #0d2809;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h3 {
	color: #0d2809;
	font-size: 12px;
	margin-bottom: 5px;
}

#footer li {
	margin: 0px 0px 10px 10px;
}

#search {
	padding: 50px 0px 0px 0px;
}

#search-wrap {
	margin: 5px 0px 0px 0px;
}

#search .button {
	display: block;
	height: 26px;
	margin: 0px 0px 0px 190px;
	width: 38px;
}

#search input {
	background: transparent;
	border: none;
	float: left;
	height: 26px;
	padding-left: 10px;
	width: 190px;
}

#search-wrap {
	background: url(../../images/interface/search-header.png) no-repeat;
}

#sidebar {
	margin-top: 10px;
}

#sidebar .panel {
	color: #162215;
	font-size: 14px;
	line-height: 130%;
	padding: 0px 10px 0px 0px;
}

#sidebar .panel .date {
	color: #c1272d;
	font-size: 12px;
}

#sidebar .panel .read-more {
	text-align: right;
}

#sidebar .panel .read-more a {
	border-bottom: 1px dotted #c1272d;
	color: #c1272d;
	text-decoration: none;
}

#sidebar .panel p {
	text-align: justify;
}

.table {

}

.table td {
	padding: 5px !important;
}


/* Smart FAQ */
.faq-header{
	font-size: 21px;
}
.faq-question{
	margin: 10px 0 0 0;
	border-bottom: solid 1px #DFDCB5;
}
.faq-question a{
	background: url(../../images/interface/smart_faq_q.png) no-repeat 6px center;
	padding: 10px 5px 5px 40px;
	color: #000;
	display: block;
}
.faq-answer{
	padding: 10px 10px 10px 42px;
	margin: 0;
	border: solid 1px #DFDCB5;
	border-top: 0;
	background: #fff url(../../images/interface/smart_faq_a.png) no-repeat 5px 5px;
	color: #000;
}

.faq-wrapper{
	margin-top: 10px;	
}

.faq-search{
	margin-top: 10px;
}

.faq-search p{
	margin: 0;
}

.ask-question{
	margin-bottom: 10px;
}

.ask-question p{
	float: left;
}

.ask-question .faq-ask-label{
	width: 250px;
}

.ask-question textarea, .ask-question select{
	width: 300px;
}
.ask-question textarea{
	height: 150px;	
}
.ask-question .faq-ask-label, .ask-question input{
	clear: both;
	display: block;
}

.flash-thumbnail{
	margin: 0 75px;	
}
.explore { margin: 20px 20px 0px 30px; }
