body{
	background:url(images/background.jpg) no-repeat;
	background-position:top center;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#container{
	width:830px;
	margin-top:315px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	width:180px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

#menu ul{
	padding-left:5px;
}

#menu li{
	list-style:none;	
	text-align:right;
	padding:5px;
}

#menu li.selected{
	background-image:url(../images/menu-hover.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#menu li.selected a{
	color:#fff;
	font-weight:bold;
}

#menu li strong a{
	color:#388a35;
}

#menu li a{ 
	text-decoration:none;
	color:#388A35;
}

#menu li a:hover{ 
	text-decoration:underline;
}


#content{
	width:800px;
	background:url(images/border.gif) left;
	background-repeat:repeat-y;
	padding-right:20px;
	float:left;
	padding:0 17px;
	min-height:500px;
}

#content.hp{
	width:550px;
}

#hpc{
	width:400px;
	/*background:url(images/background-content-hp.gif);
	background-repeat:repeat-y;*/
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	padding-right:20px;
	float:left;
	padding:0 17px;
	min-height:500px;
}

#hp_sub{
	margin-top:-190px;
	width:400px;
	/*background:url(images/background-content-hp.gif);
	background-repeat:repeat-y;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	padding-right:20px;
	float:left;
	padding:0 17px;
	min-height:500px;*/
}


#promo{
	position:relative;
	top:-225px;
	left:140px;
	width:480px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding: 0px;
	margin:0px;
	height:190px;
	min-height:190px;
}

#promo ul li{
	display:inline;
	list-style:none;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #fff;
	font-weight:bold;
}

#promo ul li a{
	color:#fff;
}

#promo *{
	color:#fff;
}

#promo .title{
	position:relative;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}

#footer{
	width:880px;
	margin:0 auto;
	background-color:#eee;
	color:#666;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}

#footer ul{
	padding:0;
	margin:2px 0;	
}

#footer p{
	color:#888;
	margin:2px 0 4px 0;
}

#footer li{
	display:inline;
	list-style:none;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #aaa;
	font-weight:bold;
}

#footer a{
	color:#999;
}


h1,h2,h3
{
	color:#388a35;
}

h1 { font-size:20px;}
h2 {
	font-size:17px;
	line-height:13px;
}
h3 { font-size:15px;}

a{
	text-decoration:none;
	color:#388a35;
}

a:hover{
	text-decoration:underline;
}

img.quote{
	position:absolute;
	top:61px;
	left:-175px;
}



.docs{
	margin-left:10px;
	width:250px;
	padding:5px;
	border:1px dashed #ccc;
}

.docs .title{
	color:#888;
	font-size:14px;
	margin-top:0;
}

.docs ul{
	margin:0;
	padding:0;
}

.docs li{
	list-style:none;
	padding:8px 5px 8px 25px;
	background:url(images/pdf.gif) no-repeat;
	background-position:0 2px;
}

#right_col{
	float:right;
	width:190px;
}

.hp-contentcrossfader{
	width:190px;
}

#cf_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#cf_wrapper{
	min-height:550px;
	height:550px;	
}

.grn-list{
	padding:0;
	margin:0;
}

.grn-list li{
	list-style:none;
	background:#d7e8d6;
	padding:2px 15px;
	margin-top:1px;
}

.form-tbl{
	background:#d7e8d6;
	padding:2px 15px;
}

.form-tbl th{
	text-align:left;
	width:75px;
}

input[type=text]{
	width:270px;
	background:#fff !important;
	border: solid 1px #388A35;
}

input[type=file]{
	width:270px;
	background:#fff !important;
	border: solid 1px #388A35;
}

.textarea{
	width:270px;
	height:50px;
	background:#fff !important;
	border: solid 1px #388A35;
}

ul.tabs{
	padding:0;
	margin:0;
}

.tabs li{
	display:inline;
	border:1px solid #d7e8d6;
	padding:6px;
	margin-right:1px;
}

.tabs li.selected{
	background:#d7e8d6;
}