html,body{height:100%;}
body {
	margin: 0;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #333;
	background: #2e3d54;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
/* Wrapper Start */
#wrapper {
	margin: 0 auto;
	width: 944px;
	min-height:100%;
	background:url(../images/bg-wrapper.gif) repeat-y 0 50px;
}
* html #wrapper{
	height:100%;
}
#wrapper-top{
	width:100%;
	padding-bottom:263px;
	background:url(../images/bg-wrapper-top.gif) no-repeat;
}
.inner-page #wrapper-top{
	padding-bottom:185px;
}
.inner-page2 #wrapper-top{
	padding-bottom:235px;
}
/* Header Start */
#header {
	width:797px;
	padding:73px 71px 48px 76px;
	position:relative;
	background:url(../images/bg-header.gif) no-repeat;
}
.logo{
	width:261px;
	height:38px;
	margin:0;
	overflow:hidden;
	display:block;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	height:38px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.nav{
	height:32px;
	float:right;
	padding:0;
	margin:0;
	position:absolute;
	top:120px;
	right:71px;
	list-style:none;
}
.nav li{
	float:left;
	line-height:13px;
	font-size:10px;
  display:block;
	background:url(../images/bg-nav-a.gif) repeat-x;
  text-transform:uppercase;
}
.nav li:hover,
.nav li.hover,
.nav li.active{
	background:url(../images/bg-nav-hover.gif) repeat-x;
}
.nav .current_page_item, .nav .current_page_parent {background:url(../images/bg-nav-hover.gif) repeat-x;}
.nav .current_page_item a, .nav .current_page_parent a {background:none;}

.nav .current_page_ancestor, .nav .current_page_ancestor {background:url(../images/bg-nav-hover.gif) repeat-x;}
.nav .current_page_ancestor a, .nav .current_page_ancestor a {background:none;}


.nav li a{
	text-decoration:none;
	color:#fff;
	float:left;
	cursor:pointer;
	background:url(../images/separator.gif) no-repeat 0 7px;
}
.nav li a:hover,
.nav li.active a{
	background:none;
}
.nav li a span{
	padding:7px 16px 12px 15px;
	float:left;
	position:relative;

}
.nav li a:hover span,
.nav li.active a span{
	background:none;
}
.nav li:first-child a span,
.nav li.first a span{
	background:url(../images/bg-nav-left.gif) no-repeat;
}
.nav li:first-child a:hover span,
.nav li.first a:hover span{
	background:url(../images/bg-nav-left-h.gif) no-repeat;
}
.nav li:first-child a span,
.nav li.first a span{
	padding:7px 15px 12px 15px;
}



.nav .current_page_item:first-child a span,
.nav .current_page_item.first a span,
.nav .current_page_parent:first-child a span,
.nav .current_page_parent.first a span
{
	background:url(../images/bg-nav-left-h.gif) no-repeat;
}








/*  Home sub nav */

#subnav{
	height:42px;
	padding:0;
	margin:0;
	list-style:none;
}
#subnav li{
	float:left;
	line-height:13px;
	font-size:10px;
  display:block;
	background:url(../images/bg2-nav-a.gif) repeat-x;
  text-transform:uppercase;
}
#subnav li:hover,
#subnav li.hover,
#subnav li.active{
	background:url(../images/bg2-nav-hover.gif) repeat-x;
}



#subnav li a{
	text-decoration:none;
	color:#fff;
	float:left;
	cursor:pointer;
	background:url(../images/separator.gif) no-repeat 0 10px;
}
#subnav li a:hover,
#subnav li.active a{
	background:none;
}
#subnav li a span{
	padding:12px 10px 15px 10px;
	float:left;
	position:relative;

}
#subnav li a:hover span,
#subnav li.active a span{
	background:none;
}
#subnav li:first-child a span,
#subnav li.first a span{
	background:url(../images/bg2-nav-left.gif) no-repeat;
}
#subnav li:first-child a:hover span,
#subnav li.first a:hover span{
	background:url(../images/bg2-nav-left-h.gif) no-repeat;
}
#subnav li:first-child a span,
#subnav li.first a span{
	padding:12px 10px 15px 10px;
}
#subnav .last-item-subnav a span{
	width:53px;


 
	background:url(../images/bg2-nav-right.gif) no-repeat 100% 0;
}
#subnav .last-item-subnav a span {
	background:url(../images/bg2-nav-right.gif) no-repeat 100% 0;
	
}
#subnav .last-item-subnav a:hover span {
	background:url(../images/bg2-nav-right-h.gif) no-repeat 100% 0;
}



/* Header End */
#main-holder{
	width:797px;
	margin-left:76px;
}
/* Visual Start */
#visual{
	width:792px;
	height:180px;
	margin:0 0 25px;
	background:url(../images/bg-visual.gif) no-repeat;
}
.visual-text{
	width:550px;
	margin-bottom:26px;
	padding:40px 0 0 50px;
}
.visual-text h2,
#visual-inner h2{
	font-size:22px;
	line-height:27px;
	font-weight:normal;
	color:#fff;
	margin:0;
}
.visual-text h2 span,
#visual-inner h2 span{
	color:#8dc63f;
}
#visual-inner{
	width:752px;
	height:43px;
	padding:14px 0 0 40px;
	background:url(../images/visual-inner.gif) no-repeat;
}
#visual-inner h2{
	margin:0;
	font-size:19px;
	font-weight:normal;
}
.inner-page2 #visual-inner{
	margin-bottom:24px;
}
/* Visual End */
#main{
	width:794px;
	overflow:hidden;
	background:url(../images/vertical-line.gif) repeat-y 557px 0;
}
.inner-page #main{
	background-position:559px 20px;
}
.inner-page2 #main{
	background-position:559px 20px;
}
/* Content Start */
#content{
	width:525px;
	float:left;
	padding:0 0 0 13px;
}
.box{
	width:100%;
	margin-bottom:40px;
	background:url(../images/bg-box.gif) repeat-y;
}
.inner-page2 .box{
	background:url(../images/bg-box1.gif) repeat-y;
}
.box-top{

	background:url(../images/bg-box-top.gif) no-repeat;
}
.inner-page2 .box-top{
	background:url(../images/bg-box-top1.gif) no-repeat;
}
.box-bottom{
	height:1%;
	padding:10px 20px 18px 28px;
	background:url(../images/bg-box-bottom.gif) no-repeat 0 100%;
}
.inner-page2 .box-bottom{
	background:url(../images/bg-box-bottom1.gif) no-repeat 0 100%;
}
.box-bottom p{
	font-size:17px;
	line-height:25px;
	margin:0;
}
.box-bottom p span{
	color:#8dc63f;
	font-size:20px;
	margin-top:0px;
	font-weight:normal;
}
#content .text{
	height:1%;
	padding-left:26px;
}
#content .text h3{
	margin: 0;
	color:#8dc63f;
	font-size:14px;
	line-height:20px;
}
#content .text p{
	margin:0;
	padding-bottom: 10px;
}
#content .text p a{
	color:#ff6600;
	text-decoration:underline;
}
#content .text p a:hover{
	text-decoration:none;
}
.text .image-holder{
	padding:45px 0 0 40px;
}
.text .image-holder img{
	display:block;
}
#content .text ul{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	height:1%;
}
#content b {color:#8dc63f;}
#content .text ul li{
	line-height:20px;
	padding-left:8px;
	background:url(../images/bull.gif) no-repeat 0 7px;
}
#content .text ul li a{
	color:#ff6600;
	text-decoration:underline;
}
#content .text ul li a:hover{
	text-decoration:none;
}

.hthree{
	margin: 0;
/*	color:#8dc63f;*/
	font-size:13px;
	line-height:20px;
	font-weight: bold;
}

.inner-page #content{
	padding:20px 0 0 25px;
}
.inner-page2 .box-bottom{
	padding:10px 20px 7px 32px;
}
.inner-page2 .box-bottom p{
	font-size:17px;
	line-height:25px;
	
}
.inner-page2 #content .text .list{
	padding:0 15px 20px 25px;
}
#content .text .list li{
	background:url(../images/bull-orange.gif) no-repeat 0 8px;
}
.inner-page2 #content .text ul{
	padding:0 0 10px 25px;
}
.inner-page2 .box-bottom p{
	font-weight:normal;
	margin:0 0 20px;
}
/* Content End, Main Start */
#sidebar{
	width:218px;
	float:right;
}
#sidebar .title{
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
	margin:-5px 0 13px;
	display:block;
}
.side-box{
	width:100%;
	background:url(../images/bg-side-box.gif) repeat-y;
}
.s1{
	width:100%;
	background:url(../images/bg-side-box-top.gif) no-repeat;
}
.s2{
	height:1%;
	padding:2px 5px 11px 21px;
	overflow:hidden;
	background:url(../images/bg-side-box-bottom.gif) no-repeat 0 100%;
}
.extra-holder{
	height:1%;
	margin:-5px 0 0;
	overflow:hidden;
}
h3.sidebox-header {color:#8dc63f;	font-size:14px;font-weight:bold;margin:0em;margin-top:1em;padding-bottom:3px;margin-bottom:3px;}
p.sidebox-text {margin:0em;padding-bottom:0px;margin-bottom:0px;}
.side-box .holder{
	width:100%;
	margin:5px 0 -5px;
	padding:18px 0 17px;
	background:url(../images/bg-holder.gif) no-repeat 40% 100%;
}
.side-box .holder p{
	margin:0;
	font-size:10px;
	line-height:18px;
}
.side-box .holder p strong{
	color:#85c23a;
	font-size:12px;
	text-transform:uppercase;
}
.inner-page #sidebar,
.inner-page2 #sidebar{
	padding:2px 0 0 10px;
	width:208px;
}
#sidebar ul{
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	list-style:none;
	height:1%;
}
#sidebar ul li ul {margin:0px;padding:0px}
#sidebar ul li{
	padding-left:8px;
	line-height:22px;
	background:url(../images/bull-orange.gif) no-repeat 0 8px;
}
#sidebar ul li ul li{
	text-decoration:none;
	background:none;
}
#sidebar ul li a{
	color:#ff7700;
	text-decoration:none;
	border-bottom:2px solid #fcd7b7;
}
#sidebar ul li a:hover{
	border-bottom:0;
}
#sidebar ul li a:visited{
	color:#ff7700;
	text-decoration:none;
	border-bottom:2px solid #fcd7b7;
}
#links a{
	color:#ff7700;
}
#links a:hover{
	color:#ff7700;
}
#links a:visited{
	color:#ff7700;
	
}
/* Sidebar End , Footer Start */
#footer{
	width:944px;
	height:104px;
	text-align:center;
	margin:-111px auto 0;
	padding:7px 0 0;
	font-size:10px;
	background:url(../images/bg-footer.gif) no-repeat;
}
#footer span{
	color:#fff;
}

/*Right Side Links*/

#links {
	padding-top: 6px;	
}


#links a:link{
	margin-top: 5px;
	color:#ff6600;
	text-decoration:underline;
}
#links a:hover{
	text-decoration: none;
	}
/*Right Side End*/
	
/* Footer End */
/* Sub Nav Start */
.sub-nav{
	width:740px;
	margin:0 0 11px 19px;
	padding:3px 0 3px 16px;
	list-style:none;
	overflow:hidden;
	background:#fffcfc url(../images/bg-subnav.gif) no-repeat 0 100%;
}
.sub-nav li{
	float:left;
	padding-right:17px;
	font-size:11px;
	line-height:13px;
}
.sub-nav li a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:4px 7px;
}
.sub-nav li a:hover,
.sub-nav li.current_page_item a{
	color:#fff;
	background:#80bd37;
}
/* Sub Nav End */
/* Wrapper End */
