html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #000000;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	font-family: verdana;
	text-decoration: none;
}

body {
	background-color: #442111;
}

h1 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #DFA33A;
}

.componentheading {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #607F34;
}

.contentpaneopen .contentheading {
clear: both;
	line-height: normal;
	margin: 5px 0 5px 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #F1EAD7;
	background-color:#442111;
}

h2 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #442111;
}

h3 {
	clear: both;
	line-height: normal;
	margin: 5px 0 5px 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #F1EAD7;
	background-color:#442111;
}

h4 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #444444;
}

strong {
	font-weight: bold;
	font-style: normal;
	line-height: 150%;
	color: #444444;
}

em {
	font-weight: normal;
	font-style: italic;
	line-height: 150%;
	color: #444444;
}

p,td,tr,div {
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul {
	margin: 0px;
	padding: 0 0 20px 30px;
	list-style: disc;	
	list-style-position: outside;
}

li {
	line-height: 150%;
}

table tr, table td {
	vertical-align: top;
}

img {
	border: none;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #F2F3F7;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

label {
	line-height: 150%;
}

address {
	font-style: normal;
}

/* @group Layout - Containers */

#bannerwrap {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(../images/bannerbg.jpg) repeat-x top left;
	overflow: hidden;
}

#bannercontainer {
	width: 916px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
}

#bannerleft {
	float: left;
	height: 200px;
}

#bannerright {
	float: right;
	height: 100px;
	margin: 45px 0px 0px 0px;
}

#navwrap {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E1E1E1 url(../images/navbg.png) repeat-x top left;
	overflow: hidden;
}

#navcontainer {
	width: 916px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	/* float: left; */
}

#headerwrap {
	width: 100%;
	height: 184px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #A1B6C7 url(../images/headerbg.jpg) repeat-x top left;
	overflow: hidden;
}

#headercontainer {
	width: 916px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
}

#header {
	/* text-align: left; */
}

#bodywrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #442111 url(../images/bg.jpg) repeat-x top left;
	overflow: hidden;
}

#bodycontainerbg {
	width: 916px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bodybg.jpg) repeat-y top left;
	overflow: hidden;
}

#bodycontainer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	background: url(../images/bodybgtop.jpg) no-repeat top left;
	overflow: hidden;
}

#breadcrumb {
	width: 860px;
	padding: 0 20px 10px 20px;
	text-align: right;
	font-size: 11px;
}

#left {
	display: none;
	/*
	float: left;
	width: 229px;
	height: auto;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 12px;
	text-align: left;
	color: #666666;
	overflow: hidden;
	*/
}

#right {
	float: right;
	width: 229px;
	height: auto;
	margin: 0;
	padding: 0px 15px 0px 2px;
	font-size: 12px;
	text-align: left;
	color: #666666;
	
}

#body {
	float: left; /* float: right; if using #left insetad of #right*/
	width: 640px;
	margin: 0 0 20px 0;
	padding: 0;
	border-right: 1px solid #F2F3F7; /* border-left: 1px solid #F2F3F7; if using #left insetad of #right*/
	overflow: hidden;
}

#advert {
	float: left;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#footerwrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #442111;
	overflow: hidden;
}

#footercontainer {		
	width: 916px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footerbg.jpg) no-repeat top left;
	overflow: hidden;
}

#footer {
	float: left;
	width: 916px;
	margin: 0;
	padding: 35px 0 0 0;
}

#copyright {
	float: left;
	width: 916px;
	margin: 0;
	padding: 25px 0 35px 0;
}

/* @end */

/* @group Layout - Elements */

.search {
	clear: both;
	width: 229px;
	line-height: normal;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

#mod_search_searchword.inputbox {
	display: inline;
	clear: both;
	width: 144px;
	margin: 0 7px 0 0;
	padding: 1px 3px 2px 3px;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.search input.button {
	display: inline;
	clear: both;
	width: 70px;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #FFFFFF;
	background: #442111;
	border: 1px solid #DDDDDD;
}

.search input.button:hover {
	color: #FFFFFF;
	background: #A1B6C7;
	cursor: pointer;
}

#searchForm {
	clear: both;
	line-height: 150%;
	margin: 0 20px 20px 20px;
	padding: 10px;
	color: #444444;
	font-size: 12px;
	text-align: left;
	border: 1px solid #F2F3F7;
	overflow: hidden;
}

#searchForm .contentpaneopen {
	margin: 0;
	padding: 0 0 20px 0;
	color: #444444;
	font-size: 12px;
	text-align: left;
}

#component-contact .contentpaneopen {
	font-size: 12px;	
}

#component-contact .inputbox {
	margin: 0 0 5px 0;
}

.contentpaneopen {
	display: block;
	clear: both;
	width: 600px;
	margin: 0;
	padding: 0 20px 0 20px;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

.contentpaneopen img {
	display: inline;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0 10px 10px 0;
	border: none;
}

.contentpaneopen p {
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

.contentpaneopen td {
	line-height: 150%;
	margin: 0;
	padding: 0;
}

.blog {
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

.blog .contentheading {
	font-size: 14px;
}

.blog .contentpaneopen {
	font-size: 12px;
}

.blog .contentpaneopen td {
}

.blog_more {
	margin: 20px;
	padding: 10px;
	color: #444444;
	font-size: 14px;
	text-align: left;
	border: 1px solid #F2F3F7;
}

.contentpane {
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

#advert p {
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 0;
}

.moduletable_advertlarge {
	display: inline;
	float: left;
	width: 560px;
	line-height: normal;
	margin: 0 0 20px 1px; /*1px to show body's white border*/
	padding: 22px 28px 25px 28px;
	color: #666666;
	font-size: 13px;
	text-align: left;
	background: url(../images/advertlargebg.jpg) no-repeat top left;
}

.moduletable_advertsmall {
	display: inline;
	float: left;
	width: 226px;
	line-height: normal;
	margin: 0 0 20px 0;
	padding: 22px 28px 25px 28px;
	color: #666666;
	font-size: 13px;
	text-align: left;
	background: url(../images/advertsmallbg.jpg) no-repeat top left;
}

#copyright div {
	color: #b3b7bf;
}

/* @end */

/* @group Navigation Menus */

.moduletable_menu {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
	
}

.moduletable_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.moduletable_menu li {
	display: inline;
	float: left;
	line-height: normal;
}

.moduletable_menu img {
	float: left;
	margin: 6px 0 0 0;
}

/* @group Main Navigation */

#active_menu_main {
	color: #D3C189;
	text-decoration: none;
	background: #607F34;
	background-image: url(../images/bgactive.png) ;
}

a.mainlevel_main:link, a.mainlevel_main:visited {
	display: block;
	float: left;
	width: auto;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 14px;
	font-weight: none;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	}

a.mainlevel_main:hover {
	color: #607F34;
	text-decoration: none;
	background: #D3C189;
}

/* @end */

/* @group Right Navigation */

#active_menu_right:link, #active_menu_right:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#active_menu_right:hover {
	color: #A1B6C7;
	text-decoration: none;
	background: #F8F8F8;
}

a.mainlevel_right:link, a.mainlevel_right:visited {
	display: block;
	clear: both;
	float: right;
	width: 229px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #F2F3F7;
}

a.mainlevel_right:hover {
	color: #A1B6C7;
	text-decoration: none;
	background: #F8F8F8;
}

a.sublevel_right:link, a.sublevel_right:visited {
	display: block;
	float: right;
	width: 209px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #F2F3F7;
}

a.sublevel_right:hover {
	color: #A1B6C7;
	text-decoration: none;
	background: #F8F8F8;
}

/* @end */

/* @group Footer Navigation */

.moduletable_menu a.mainlevel_footer {
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 16px;
	color: #FFF;
}

.moduletable_menu a.mainlevel_footer:hover {
	color: #A1B6C7;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Links */

a:link, a:visited {
	color: #8EBA54;	
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.readon:link, a.readon:visited {
	padding-left: 18px;
	font-size: 13px;
	background: url(../images/read.gif) no-repeat top left;
}

a.readon:hover {
	text-decoration: underline;
}

/* @end */

/* @group category text format */
.category {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.contentdescription {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.createdate {
	color: #999999;
	font-size: 11px;
}

.details {
	padding-left: 18px;
	font-size: 13px;
	background: url(../images/read.gif) no-repeat top left;
}

.details:hover {
	text-decoration: none;
}

.inputbox {
	display: inline;
	clear: both;
	margin: 0;
	padding: 1px 3px 2px 3px;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.button {
	display: inline;
	clear: both;
	margin: 0 7px 0 7px;
	padding: 1px 10px 2px 10px;
	color: #FFFFFF;
	background: #442111;
	border: 1px solid #DDDDDD;
}

.button:hover {
	color: #FFFFFF;
	background: #A1B6C7;
	cursor: pointer;
}

.modifydate {
	color: #808080;
	font-size: 11px;
}

.contentpaneopen .quote {
	display: block;
	clear: both;
	width: 580px;
	height: auto;
	margin: 5px 0 25px 0;
	padding: 10px;
	font-family: arial, sans-serif, verdana;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	background: #fffdf6;
	border: 1px solid #DDDDDD;
}

.contentpaneopen .quote2 {
	clear: both;
	margin: 5px 0 25px 0;
	padding: 0;
	font-family: palatino, georgia, times;
	font-size: 14px;
	font-style: italic;
	color: #666666;

}

.contentpaneopen .boxquote {
	display: block;
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 10px;
	font-family: arial, sans-serif, verdana;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	background: #fffdf6;
	border: 1px solid #DDDDDD;
}

.sectiontableentry1 td{
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableentry2 td{
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableheader {
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableheader img{
	padding-left: 8px;
}

.small {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
}

.smalldark {
	line-height: 150%;
	color: #000000;
	font-size: 11px;
}

.article_separator {
	display: none;
	/*
	display: block;
	width: 640px;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #F2F3F7;
	*/
}

/* @end */
