* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: url('../images/body_bg.jpg') repeat-x;
}

.clearer {
    clear: both;
}

.left_fl {
    float:left;
}

.right_fl {
    float:right;
}

a img {
    border: none;
}

#container {
    width: 944px;
    margin: 0px auto;
}

#header {
    padding: 0px 12px;
    background: url('../images/header-backer.jpg');
    height: 207px;
    position:relative;
}

#header .button {
    height: 43px;
    position:absolute;
    width: 310px;
    top: 136px;
    left: 100px;
}

#top_menu {
    position:relative;
    margin-top: 4px;
	margin-left:auto;
	margin-right:auto;
}

*html #top_menu {
    position:relative;
    margin-top: 3px;
	margin-left:auto;
	margin-right:auto;
}


#top_menu a {
    display:block;
    float:left;
    height: 48px;
    padding-left: 38px;
	color:#FFFFFF;
}

#top_menu a:hover, #top_menu a.active {
    background: url("../images/link_arrow.jpg") no-repeat center bottom;
	color:#FFFFFF;
}

#main_content {
    margin: 0px 10px;
    background: #fff;
    padding-top: 32px;
    padding-bottom: 55px;
}

#leftbar {
    width: 214px;
    float:left;
    padding-left: 40px;
    /*overflow:hidden;*/
}

#rightbar {
    width: 637px;
    float:right;
}

.green_box {
    background: #a7bf45;
    border-top: solid 9px #bfcf76;
    border-bottom: solid 9px #bfcf76;
    padding: 7px 35px;
}

.green_box h1{
	    font-family: "Trebuchet MS";
    font-size: 26px;
}

.white {
    color: #fff;
}

.text {
    padding: 20px 45px 20px 35px;
    font-size: 13px;
    color: #666666;
}

.text ul li {
	list-style-image:url(../images/green-check.png);
	margin-bottom:8px;
	font-size:11px;
}

.text .green {
    color: #a6be43;
    font-size: 17px;
    font-weight:bold;
    text-align:center;
}

.text a {
    color: #a6be43;
}


/* text field */

.text_field {
	font-family:Arial, Helvetica, sans-serif;
    display:block;
    padding: 2px 5px;
    font-size: 11px;
	   color:#666666;
    width: 200px;
    margin-bottom: 9px;
    border: solid 2px #9ab52a;
}

.text_field2 {
	font-family:Arial, Helvetica, sans-serif;
    display:block;
    padding: 2px 5px;
    font-size: 11px;
	color:#666666;
    width: 400px;
    margin-bottom: 9px;
    border: solid 2px #9ab52a;
}

/* ----------- */

.green_line {
    padding: 50px 0px 0px 18px;
    position:relative;
}

.green_line .line {
    width: 120px;
    height: 3px;
    background: url("../images/green_line.jpg") no-repeat;
    position:absolute;
    left: -120px;
    top: 54px;
}

.line2 {
	width: 120px;
	height: 3px;
	background: url("../images/green_line.jpg") no-repeat;
	position:absolute;
	left: -120px;
	top: 235px;
}

.video_box {
    padding-top: 40px;
	height: 200px;
	
    text-align:center;
}

.green_footer {
    height: 208px;
    background: url("../images/green_footer.jpg") repeat-x;
}

.brown_footer {
    height: 94px;
    background: url("../images/brown_footer.jpg") repeat-x;
    text-align:center;
}

.brown_footer a {
	color:#FFFFFF;
}

.brown_footer a:hover {
	color:#000000;
}

.footer_content {
    width: 944px;
    margin: 0px auto;
}

.footer_content .left {
    width: 490px;
    float:left;
    text-align:right;
    padding-top: 85px;
    padding-right: 33px;
    background: url("../images/separator.jpg") no-repeat right 70px;
    height: 79px
}

.footer_content .right {
/*     width: 490px; */
    float:left;
    text-align:left;
    padding-top: 85px;
    padding-left: 18px;
    /*background: url("../images/separator.jpg") no-repeat right 70px;
    height: 79px*/
}

.brown_footer .top {
    color: #c4d940;
    font-size: 14px;
    line-height: 23px;
}

.brown_footer .bottom {
    color: #fff;
    font-size: 9px;
/*     line-height: 23px; */
    position: relative;
    top: 20px;
}

.bottom a {
	color: #fff;
}

.bolder {
font-weight:bold;
font-size:14px;
padding-top:20px;
}

.faqheader {
    background: #a7bf45;
    border-top: solid 9px #bfcf76;
    border-bottom: solid 9px #bfcf76;
    padding: 7px 10px;
    font-family: "Trebuchet MS";
    font-size: 18px;
}


.faqquestion {
font-size:11px;
padding:10px;
font-weight:bold;
}

.faqarrow a {
text-decoration:none;
}

#badgecorner { 
position: absolute; 
left: 0; 
top: 0; 
margin: 0; 
padding: 0; 
border: none; 
float: none;
}

#badgecorner .social {
	position:absolute;
	left:0px;
	top:260px;
}


.smaller {
	font-size:10px;
	color: #333;
}

.leftImage { padding-right:10px; }
.rightImage { padding-left:10px; }

#footermeta {
	width:940px;
	margin: 50px auto 50px auto;
}

#footermeta h2 {
	color:#666;
	margin-bottom: 15px;
}
