body {
	margin: 0;
	color: #666;
	background:url(../images/layout/bg-body.gif);
	font: 12px/18px georgia, serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
}
a {
	color:#064f1d;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/* General settings */
#m1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-width:800px;
	background: url(../images/layout/bg-m1.gif) repeat-x;
}
.bg{
	width:100%;
	overflow:hidden;
	background: url(../images/layout/bg-bg.gif) repeat-x 0 100%;
}
#m2 {
	width: 1220px;
	position: relative;
	float: left;
	left: 50%;
	background: url(../images/layout/bg-m2.gif) repeat-x;
}
#m3 {
	width: 1220px;
	position: relative;
	float: left;
	left: -50%;
}
#wrapper {
	width:800px;
	padding:128px 210px 0;
	margin:0 auto;
	overflow:hidden;
	background: url(../images/layout/bg-wrapper.gif) no-repeat;
	position:relative;
}
#header {
	width:800px;
	height:128px;
	position:absolute;
	top:0;
	left:210px;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
#header .form{
	float:right;
	width:156px;
	overflow:hidden;
	margin:16px 0 0;
}
#header .form .txt{
	float:left;
	background: url(../images/layout/bg-txt.gif);
	width:128px;
	height:25px;
	overflow:hidden;
}
#header .form .txt input{
	margin:0;
	float:left;
	border:0;
	background:none;
	width:120px;
	padding:5px 3px 0 5px;
	font-size:11px;
	font-style:italic;
	color:#ccc;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif; ;
}
#header .form fieldset{
	width:100%;
	overflow:hidden;
	padding:0 0 2px;
}
#header .form .btn{
	float:left;
}
.vtable tr td:first-child{
	font-weight:bold;
}
#menu{
	position:relative;
	margin:19px 0 0;
	padding:0 0 0 69px;
	list-style:none;
	width:750px;
	float:left;
	height:34px;
	display:inline;
}
#menu li{
	float:left;
	padding:0;
	height:34px;
	vertical-align:top;
}
#menu li a{
	padding:0 15px;
	font-size:13px;
	color:#fff;
	line-height:34px;
	text-decoration:none;
	float:left;
	height:34px;
	overflow:hidden;
}
#menu li li a{
	height:1%;
	float:none;
	display:block;
}
#menu li a:hover,
#menu li:hover a,
#menu li.hover a{
	background:#f7f7f1;
	color:#064f1d;
}
#menu li.active a{
	background:#f7f7f1;
	color:#064f1d;
}
#menu ul {
	position: absolute;
	left:-1px;
	top:34px;
	margin:0;
	padding:0;
	width:142px;
	list-style:none;
	background:#fff;
	/*
background:#fff url(../images/layout/bg-drop-down.gif) no-repeat 0 0;
*/
	border: solid #a6a272;
	border-width: 0 1px 1px;
}
/*--- 1-level off ---*/
#menu ul {display: none;}

/*--- 2-level off ---*/
#menu li.hover ul ul,
#menu li:hover ul ul {display: none;}

/*--- 3-level off ---*/
#menu li.hover ul ul ul,
#menu li:hover ul ul ul {display: none;}

#menu ul li{
	display:block;
	height: auto;
	width:123px;
	padding: 1px 9px 0 10px;
	background:#fff url(../images/layout/bg-drop-li.gif) no-repeat;
	float:none;
}
#menu ul li a{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	color:#666 !important;
	background:#fff !important;
	line-height:21px;
	text-decoration:none;
}
#menu ul li.first{
	background:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li li.hover,
#menu li li:hover {
	position: relative;
}
#menu li li li.hover,
#menu li li li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu li li ul{
	border-top:1px solid #a6a272;
}
#menu li li.hover ul,
#menu li li:hover ul {
	top:0;
	left:142px;
	display: block;
}
#menu li li li ul{
	border-top:1px solid #a6a272;
}
#menu li li li.hover ul,
#menu li li li:hover ul {
	top:0;
	left:142px;
	display: block;
}

#header .logo{
	float:left;
	width:277px;
	height:62px;
	overflow:hidden;
	margin:10px 0 0 21px;
}
#header .logo a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/layout/logo.gif);
	width:277px;
	height:62px;
}
#main{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:15px 0 0;
}
#content{margin-bottom:100px;}
#content h1{
	font-size:21px;
	color:#73633b;
	font-weight:normal;
	margin:0 0 21px;
}
#content p{

}
#sidebar{
	width:285px;
	float:right;
	overflow:hidden;
	position:relative;
	margin:0 0 -94px;
	padding:0 0 5px;
}
#sidebar .item{
	margin:0;
	padding:10px 22px 6px;
	list-style:none;
	width:241px;
	overflow:hidden;
}
#sidebar .item li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 12px;
}
#sidebar .item li h2{
	font-size:13px;
	color:#73633b;
	margin:0 0 6px;
	font-weight:normal;
}
#sidebar .item li p{
	font-size:12px;
	color:#333;
	margin:0;
	line-height:14px;
}
#sidebar .item li .more{
	float:right;
	color:#064f1d;
	font-size:11px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar .item li .more:hover{
	text-decoration:underline;
}
#main .tree{
	width:100%;
	overflow:hidden;
}
#main .tree div{
	background: url(../images/layout/bg-tree.png) no-repeat 0 0;
	width:262px;
	height:94px;
	float:right;
}
#footer {
	width:100%;
	height:77px;
	overflow:hidden;
}
#footer .fline{
	margin:0;
	padding:15px 0 0;
	width:100%;
	text-align:center;
}
#footer .fline a{
	color:#064f1d;
	text-decoration:none;
}
#footer .fline a:hover{
	text-decoration:underline;
}
#footer .subnav{
	width:500px;
	overflow:hidden;
	padding:10px 200px 0;
}
#footer .subnav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
#footer .subnav ul li{
	float:left;
	padding:0 5px 0 7px;
	background: url(../images/layout/bull-ftr.gif) no-repeat 0 4px;
	margin:0 7px 0 -7px;
}
#footer .subnav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
#footer .subnav ul li a:hover{
	text-decoration:underline;
}
.sm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 1px;
}
.gold{
	color:#a6a272;
}

/* blocks */
.blockModule{margin:0px 0px 20px 0px;}
.blockHeader{font-weight:bold;font-size:18px;}
.blockCatTitle{
	color:#fff;
	background-color:#73633b;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #b69874;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.blockItemTitle{
	color:#333;
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	margin-top:5px;
}
.blockTitle,.blockTitle p{
	color:#73633b;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.blockSubtitle,.blockSubtitle p{
	font-style:italic;
}
.blockDetail,.blockDetail p{}
a.blockDetail{}
.blockCell{
	border: 1px solid;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
}
.blockRequired{color:#ff0000;}
.blockListitem{}
.blockItem{}
.blockCat1{
	padding:5px;
	border:1px solid #b69874;
	margin-bottom:10px;
}
.blockCat2{
	padding:5px;
	border:1px solid #b69874;
	margin-bottom:10px;
}
.blockListitem1{
	padding:5px;
}
.blockListitem2{
	padding:5px;
}
.blockListTitle{
	font-style:italic;
	font-size:12px;
}
.blockImageHero{
	margin:0px 0px 15px 10px;
	padding:2px;
	border:1px solid #a76936;
}
.blockImageA{
	border:1px solid #ffffff;
}
.blockImage{
	border:1px solid #ffffff;
}

#blockPaging{display:block;width:100%;margin:5;border: 1px solid;border-color: #CCCCCC;background-color: #EEEEEE;}
#blockBack{position: relative;float: left;margin-right:5px;}
#blockSpread{float: left;margin-right:2px;margin-left:2px;}
#blockNext{float: left;margin-left:5px;}
#blockSmall{font-size:10px;}
#blockTitle { font-weight: bold; font-size: 14px; }
#blockSubtitle { font-style: italic; font-size: 12px; }
#blockTable{border: 1px solid;border-color: #CCCCCC;background-color: #FFFFFF;margin:10px;}
#blockList{margin-left:0px;}
#blockListSub{margin-left:10px;}

div.hr {height: 1px;background: #666666;margin:15px 0px 15px 0px;}
div.hr hr {display: none;}

.captchabox{
	border:1px solid #ccc;
	background:#ffd;
	padding:10px;
	width:230px;
	margin:10px 0px 10px 0px;
}
.captcha{
	border:1px solid #666;
	background:#fff;
}

#dg_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20002;
	padding:4px;
	font-size:11px;
	line-height:14px;
	-moz-border-radius:3px;	/* Rounded edges in Firefox */
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#dg_tooltipShadow{
	position:absolute;
	background-color:#000;
	display:none;
	z-index:10000;
	opacity:0.2;
	filter:alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	-moz-border-radius:3px;	/* Rounded edges in Firefox */
}
.clearfix:after,.content:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix,.content {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */