/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#7a7a66;
	font-size:12px;
	margin:0 auto;
	background-color:#fafaf8;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#84B800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:30px; color:#84b800; }

h2 { font-size:15px; color:#84B800; margin: 0 0 5px 0; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.footer-text1 {
	font-size:11px;
}

.footer-text2 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.form-style {
	border: 1px solid #cdcdcd;
	color:#7a7a66;
}

.divider_line {
	width:100%;
	height:1px;
	background-color:#C5D597;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:170px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#client_login {
	position:absolute;
	top:45px;
	left:728px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:130px;
	left:226px;
	width:346px;
	height:40px;
}

#nav_left {
	position:relative;
	line-height:22px;
	float:left;
	width:195px;
	height:180px;
	padding: 20px 0 0 10px;
}

#nav_left a{
	color:#4c6213;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:496px;
	height:auto;
	padding: 8px 0 15px 7px;
}

#content_main p{
	padding: 0 10px 0 5px;
}

#content_main h1{
	padding: 0 0 0 5px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:215px;
	height:auto;
	padding: 8px 19px 0 0;
}

.get-started {
	position:relative;
	width:200px;
	height:153px;
	background-repeat:no-repeat;
	background-image:url(images/bg_get-started.jpg);
	padding: 12px 15px 10px 18px;
}

.find-out-more {
	position:relative;
	width:200px;
	height:153px;
	background-repeat:no-repeat;
	background-image:url(images/bg_get-started.jpg);
	padding: 12px 15px 10px 18px;
}

.signup {
	position:relative;
	width:200px;
	height:123px;
	background-repeat:no-repeat;
	background-image: url(images/bg_signup.jpg);
	padding: 12px 15px 0 18px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:111px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer_top {
	color:#fff;
	position:relative;
	float:left;
	width:960px;
	height:64pxk;
	padding: 15px 0 0 30px;
}

#footer_top a {
	color:#fff;
}

.links {
	position:relative;
	float:left;
}

.logo {
	position:relative;
	float:right;
	padding: 0 50px 0 0;
}

#footer_btm {
	color:#fff;
	position:relative;
	float:left;
	width:960px;
	height:47px;
	padding: 0 0 0 0;
}

.copy {
	position:relative;
	float:left;
	padding: 18px 0 0 30px;
}

.slug {
	position:relative;
	float:right;
	padding: 12px 22px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:94px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:142px;
	background-position:-94px 0;
}

a:hover#nav_02{
	background-position:-94px -40px;
}

.active_02 {
	background-position:-94px -40px !important;
}

a#nav_03 {
	width:110px;
	background-position:-236px 0;
}

a:hover#nav_03{
	background-position:-236px -40px;
}

.active_03 {
	background-position:-236px -40px !important;
}


/* ---- start nav left settings -------------------------- */
 
#nav_left a {
	position:relative;
	float:left;
	width:195px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav_left.jpg);
}

a#nav_01-2 {
	height:32px;
	background-position:0 0;
}

a:hover#nav_01-2{
	background-position:-195px 0;
}

.active_01-2 {
	background-position:-195px 0 !important;
}

a#nav_02-2 {
	height:30px;
	background-position:0 -32px;
}

a:hover#nav_02-2{
	background-position:-195px -32px;
}

.active_02-2 {
	background-position:-195px -32px !important;
}

a#nav_03-2 {
	height:29px;
	background-position:0 -62px;
}

a:hover#nav_03-2{
	background-position:-195px -62px;
}

.active_03-2 {
	background-position:-195px -62px !important;
}

a#nav_04-2 {
	height:30px;
	background-position:0 -91px;
}

a:hover#nav_04-2{
	background-position:-195px -91px;
}

.active_04-2 {
	background-position:-195px -91px !important;
}

a#nav_05-2 {
	height:32px;
	background-position:0 -121px;
}

a:hover#nav_05-2{
	background-position:-195px -121px;
}

.active_05-2 {
	background-position:-195px -121px !important;
}

a#nav_06-2 {
	height:27px;
	background-position:0 -153px;
}

a:hover#nav_06-2{
	background-position:-195px -153px;
}

.active_06-2 {
	background-position:-195px -153px !important;
}
