body{
	margin:0;
	background:#fff;
	font:12px/12px Arial, Helvetica, sans-serif;
	line-height:22px;

}
img{
	margin:0;
	border:none;
	display:block;
}
ul{
	line-height:22px;
}
li{
	padding-top:3px;
}
#main{
	float:left;
	clear:both;
	width:100%;
	position:relative;
	z-index:25;
}
/*--container--*/
#container{
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#fff url(/images/bg-top-content.jpg) no-repeat 100% 0;
}
/*----------------------header----------------------*/
#header{
	position:absolute;
	width:802px;
	height:107px;
	top:0;
	left:104px;
	overflow:hidden;
}
#header h1{
	float:left;
	margin:18px 0 0;
	overflow:hidden;
}
#header h1 a{
	width:298px;
	height:89px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url(/images/bg-logo.gif) no-repeat 100% 0;
}
#header div{
	float:right;
	padding:0 33px 0 0;
	overflow:hidden;
}
#header div strong{
	clear:both;
	float:left;
	overflow:hidden;
	color:#003e29;
	display:inline;
	margin:4px 0 0;
	font:bold 26px/28px Arial, Helvetica, sans-serif;
}
/*--menu--*/
ul.menu{
	margin:43px 0 0;
	padding:0 0 0 3px;
	float:left;
	clear:both;
	overflow:hidden;
}
ul.menu li{
	float:left;
	list-style:none;
	display:inline;
	padding:0 8px 0 0;
	margin:0 5px 0 0;
	background:url(/images/bg-top-menu-separator.gif) no-repeat 100% 2px;
}
ul.menu li.last{background:none;}
ul.menu a{
	color:#8c8c8c;
	text-decoration:none;
	font:11px/14px Arial, Helvetica, sans-serif;
}
ul.menu a:hover{text-decoration:underline;}
/*----------------------content----------------------*/
#content{
	overflow:hidden;
	clear:both;
	width:802px;
	margin:107px 0 0;
	padding:0 94px 30px 104px;
	background:url(/images/bg-bottom-content.jpg) no-repeat 100% 100%;
}
/*--content-block--*/
.content-block{
	width:800px;
	height:343px;
	padding:20px 0 0;
	overflow:visible;
	background:url(/images/bg-content.png) no-repeat;
}
.content-block-holder{
	overflow:visible;
	position:relative;
}
* html .content-block-holder{
	height:5%;
	overflow:visible;
}
/*-navigation--*/
ul#navigation{
	margin:0;
	padding:0 0 0 26px;
	clear:both;
	height:30px;
	display:block;
	overflow:hidden;
}
ul#navigation li{
	float:left;
	list-style:none;
	padding:0 1px 0 0;
	background:url(/images/bg-navigation-separator.gif) no-repeat 100% 11px;
}
ul#navigation li.last{background:none;}
ul#navigation a{
	float:left;
	color:#fff;
	padding:0 8px;
	overflow:hidden;
	text-decoration:none;
	font:bold 12px/31px Arial, Helvetica, sans-serif;
}

ul#navigation a:hover{background:url(/images/bg-navigation-hover.gif) repeat-x;}
#navagation div {
	display:none;
	position:absolute;
	top:30px;
	left:175px;
	padding:0;
	background:#003e29;
	z-index:2000;
	
}
#snavagation li ul{
	padding:0;
	position:relative;
	margin:0;
	list-style-type:none;
	background:#003e29;
}
#navagation ul li ul{
	
	display:none;
}
#navagation li li{
	background:#003e29;
	float:none;
	margin:0 auto;
	width:200px;
	padding:0;
	
}
#navagationli li a {
	padding:2px 5px;
	height:12px;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#FFF;
	float:none;
	width:110px;
	font-style:italic;
}
#navagation li:hover div,
#navagation li.hover div {
	display:block;
	background:#003e29;
	width:110px;
	
	
}
#navagation li:hover li a,
#navagation li.hover li a,
#navagation li.active li a {
	color:#fff;
	background:#003e29;
	width:110px;
	
}
#navagation li:hover li a:hover,
#navagation li.hover li a:hover {
	color:#010101;
	background:#CCC;
	
}

/*-sub-nav--*/
ul#sub-nav{
	margin:0;
	padding:0 0 0 26px;
	height:30px;
	clear:both;
	display:block;
	overflow:hidden;
}
ul#sub-nav li{
	float:left;
	list-style:none;
	padding:0 1px 0 0;
	background:url(/images/bg-sub-nav-separator.gif) no-repeat 100% 11px;
}
ul#sub-nav li.last{background:none;}
ul#sub-nav a{
	float:left;
	color:#fff;
	padding:0 8px;
	overflow:hidden;
	text-decoration:none;
	font:bold 12px/31px Arial, Helvetica, sans-serif;
}
ul#sub-nav a:hover{background:url(/images/bg-sub-nav-hover.gif) repeat-x;}

#sub-nav div {
	display:none;
	position:absolute;
	top:30px;
	left:175px;
	padding:0;
	background:#003e29;
	z-index:200;
}
#sub-nav li ul{
	padding:0;
	position:relative;
	margin:0;
	list-style-type:none;
	background:#003e29;
}
#sub-nav ul li ul{
	
	display:none;
}
#sub-nav li li{
	background:#003e29;
	float:none;
	margin:0 auto;
	width:200px;
	padding:0;
	
}
#sub-nav li li a {
	padding:2px 5px;
	height:12px;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#FFF;
	float:none;
	width:110px;
	font-style:italic;
}
#sub-nav li:hover div,
#sub-nav li.hover div {
	display:block;
	background:#003e29;
	width:110px;
	
	
}
#sub-nav li:hover li a,
#sub-nav li.hover li a,
#sub-nav li.active li a {
	color:#fff;
	background:#003e29;
	width:110px;
	
}
#sub-nav li:hover li a:hover,
#sub-nav li.hover li a:hover {
	color:#010101;
	background:#CCC;
	
}
/*--content-box--*/
.content-box{
	margin:78px 0 0;
	overflow:hidden;
}
* html .content-box{
	height:1%;
	overflow:visible;
}
/*--flash--*/
.flash{
	float:right;
	width:288px;
	height:205px;
}
/*--content-text--*/
.content-text{
	float:left;
	width:510px;
	padding:61px 0 0;
}
.content-text a.read-more{
	position:absolute;
	top:0;
	right:9px;
	width:57px;
	height:37px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/bg-more.gif) no-repeat;
}
.content-text h2{
	float:left;
	margin:3px 0 0;
	padding:0 10px 0 25px;
	color:#fff;
	font:18px/36px Geneva, Arial, Helvetica, sans-serif;
	background:url(/images/bg-content-heading.gif) no-repeat 100% 0;
}
.content-text h2 strong{color:#cbd1a0;}
.holder-box{
	float:left;
	width:443px;
	position:relative;
	padding:0 60px 0 7px;
}
.box{
	float:left;
	width:200px;
	padding:0 0 0 15px;
}
span.number{
	float:left;
	width:36px;
	height:36px;
	display:inline;
	margin:0 7px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
span.number-1{background:url(/images/one.gif) no-repeat;}
span.number-2{background:url(/images/two.gif) no-repeat;}
.box div{overflow:hidden;}
* html .box div {
	height:1%;
	overflow:visible;
}
.box strong{
	display:block;
	overflow:hidden;
	color:#fff;
	margin:13px 0 0;
	font:bold 11px/15px Arial, Helvetica, sans-serifl;
}
.box p{
	margin:1px 0 0;
	overflow:hidden;
	color:#fff;
	text-align:justify;
	font:12px/15px Arial, Helvetica, sans-serifl;
}
/*--information--*/
.information{
	overflow:hidden;
	clear:both;
}
/*--promo-block--*/
.promo-block{
	float:right;
	width:323px;
}
/*--promo--*/
ul.promo{
	margin:4px 0 0;
	padding:0;
	clear:both;
	display:block;
	overflow:hidden;
}
ul.promo li{
	float:left;
	width:320px;
	padding:0 0 6px;
	list-style:none;
	display:inline;
}
/*--logo-list--*/
ul.logo-list{
	margin:7px 0 0;
	padding:0;
	clear:both;
	display:block;
	overflow:hidden;
}
ul.logo-list li{
	float:left;
	list-style:none;
	display:inline;
	margin:0 28px 0 13px;
}
ul.logo-list li.last{margin:0;}
/*--text-block--*/
.text-block{
	float:left;
	width:430px;
	padding:0 0 0 15px;
	font-size:14px;
}
.text-block h3{
	overflow:hidden;
	margin:21px 0 0 3px;
	color:#003e29;
	font:18px/22px Arial, Helvetica, sans-serif;
}
.text-block h3 strong{color:#8d7a4c;}
.text-block p{
	overflow:hidden;
	margin:11px 0 0 2px;
	padding:0 0 10px;
	color:#003e29;
	font:14px/18px Arial, Helvetica, sans-serif;
}
.text-block p a{margin:0 0 0 5px;}
.text-block p img{display:inline; vertical-align:top;}
/*----------------------footer----------------------*/
#footer{
	float:left;
	height:105px;
	clear:both;
	width:100%;
	min-width:1000px;
	background:#1f1f1f;
}
span.footer-left,
span.footer-right{
	position:relative;
	top:-10px;
	width:49%;
	height:115px;
}
span.footer-left{
	float:left;
	background:url(/images/bg-footer-left.gif) repeat-x;}
span.footer-right{
	float:right;
	background:url(/images/bg-footer-right.gif) repeat-x;
}
.footer-content{
	margin:0 auto;
	width:1000px;
	clear:both;
}
.footer-content div{
	float:left;
	width:773px;
	min-height:105px;
	margin:-115px 0 0;
	padding:0 123px 0 104px;
	overflow:hidden;
	position:relative;
	z-index:999;
	background:url(/images/bg-footer-content.gif) no-repeat;
}
* html .footer-content div{
	height:105px;
	overflow:visible;
}
.footer-content p{
	overflow:hidden;
	margin:7px 0 0;
	color:#c9b88d;
	text-align:right;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.footer-content ul{
	margin:10px 0 0;
	padding:0;
	text-align:right;
	display:block;
	overflow:hidden;
}
.footer-content ul li{
	list-style:none;
	display:inline;
	padding:0 6px 0 0;
	margin:0 3px 0 0;
	background:url(/images/bg-footer-separator.gif) no-repeat 100% 2px;
}
.footer-content ul li.last{background:none; margin:0; padding:0;}
* html .footer-content ul li{
	padding:0 3px 0 0;
	margin:0 6px 0 0;
	background-position:100% 3px;
}
* +html .footer-content ul li{
	padding:0 3px 0 0;
	margin:0 6px 0 0;
	background-position:100% 3px;
}
.footer-content ul a{
	color:#fff;
	text-decoration:none;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.footer-content ul a:hover{text-decoration:underline;}
/*----------------------inner-page----------------------*/
#main .inner {background:url(/images/bg-bottom-content-inner.gif) no-repeat 100% 100%;}
.inner .content-block{
	width:800px;
	height:106px;
	padding:20px 0 0;
	background:url(/images/bg-content-inner.png) no-repeat;
}
.inner h2.page-title{
	margin:11px 0 0 15px;
	line-height: 25px;
	height:20px;
	text-indent:14px;
	font-size:20px;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	overflow:visible;
	
}

/*--text-info--*/
.text-info{
	overflow:visible;
	clear:both;
	margin:20px 0 0;
	padding:0 0 0 26px;
	font-size:14px;
}
* html .text-info{
	height:1%;
	overflow:visible;
}
.text-info h3{
	overflow:hidden;
	margin:21px 0 0;
	padding:0 0 10px;
	color:#003e29;
	font:14px/18px Arial, Helvetica, sans-serif;
}
.text-info h4{
	overflow:hidden;
	margin:12px 0 0;
	color:#003e29;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
}
.text-info h3 strong{color:#8d7a4c;}
.text-info p{
	overflow:hidden;
	margin:11px 20px 0 2px;
	padding:0 0 10px;
	color:#003e29;
	text-align:justify;
	font:14px/18px Arial, Helvetica, sans-serif;
}
.text-info p a{margin:0 0 0 5px;}
.text-info p img{display:inline; vertical-align:top;}
/*--img-holder--*/
.img-holder{
	float:right;
	width:297px;
	height:168px;
	padding:9px;
	display:inline;
	margin:8px 10px 0 7px;
	background:url(/images/bg-frame.gif) no-repeat;
}
/*--info-block--*/
.info-block{
	overflow:hidden;
	clear:both;
	width:100%;
	margin:5px 0 0;
	padding:0 0 10px;
}
/*--list--*/
ul.list{
	margin:0;
	padding:0 0 0 4px;
	float:left;
	width:316px;
	overflow:hidden;
}
ul.list li{
	float:left;
	width:300px;
	padding:0 0 0 15px;
	list-style:none;
	font:10px/21px Arial, Helvetica, sans-serif;
	background:url(/images/bg-list-separator.gif) no-repeat 0 8px;
}
ul.list a{
	color:#003e29;
	text-decoration:none;
	font:10px/21px Arial, Helvetica, sans-serif;
}
ul.list a:hover{text-decoration:underline;}
.info-block ul.logo-list{
	margin:8px 0 0;
	padding:0 25px 0 0;
	clear:none;
	float:right;
}
.info-block ul.logo-list li{margin:0 0 0 11px;}