body{
margin: 0px 0px;
padding:0px;
text-align: center;
font-family: arial,verdana;
font-size: 11px;
}

#site_template{
width: 811px;
margin: 0px auto;
text-align: left;
background-image: URL('images/side_bg.gif');
background-repeat: repeat-y;
}

.top_left{
float: left;
}

.top_right{
float: right;
}

.navigation{
width: 337px;
float: left;
}

.navigation div a{
height: 31px;
overflow: hidden;
display: block;
}

.navigation div a{
height: 31px;
overflow: hidden;
display: block;
}

.navigation div img{
display: none;
}

/*HOME BTN*/

.nav_home{
position: relative;
margin: 0;
padding: 0;
width:68px;
height: 31px;
float: left;
}

.nav_home a{
background-color: transparent;
background-image: URL('images/btn_1.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.nav_home a:hover{
background-color: transparent;
background-image: URL('images/btn_1.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*APPLY NOW BTN*/

.nav_apply{
position: relative;
margin: 0;
padding: 0;
width: 99px;
height: 31px;
float: left;
}

.nav_apply a{
background-color: transparent;
background-image: URL('images/btn_2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.nav_apply a:hover{
background-color: transparent;
background-image: URL('images/btn_2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*FAQ BTN*/

.nav_faq{
position: relative;
margin: 0;
padding: 0;
width: 55px;
height: 31px;
float: left;
}

.nav_faq a{
background-color: transparent;
background-image: URL('images/btn_3.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.nav_faq a:hover{
background-color: transparent;
background-image: URL('images/btn_3.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*TESTIMONIALS BTN*/

.nav_test{
position: relative;
margin: 0;
padding: 0;
width: 115px;
height: 31px;
float: left;
}

.nav_test a{
background-color: transparent;
background-image: URL('images/btn_4.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.nav_test a:hover{
background-color: transparent;
background-image: URL('images/btn_4.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

.under_navigation{
float: right;
}

.side_testimonials{
float: left;
width: 314px;
}

.side_apply{
float: left;
width: 314px;
}

.page_title{
float: right;
}

.content_area{
float: right;
height: 100%;
width: 497px;
}

.content_area_text{
padding: 10px;
}

.left_col{
width: 314px;
float: left;
}

.right_col{
width: 497px;
float: right;
}

.site_bottom{
width: 811px;
}

.footer{
text-align: center;
width: 811px;
margin: 0px auto;
color: #ffffff;
}

.footer a{
color: #e4b91f;
text-decoration: none;
font-weight: bold;
}

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


.mini_app{
width: 250px;
border: 1px dashed #005f1b;
margin-left: 5px;
margin-bottom: 5px;
float: right;
}

.mini_header{
font-size: 12px;
font-weight: bold;
background-color: #005f1b;
color: #ffffff;
padding: 5px;
}

.mini_left{
float: left;
width: 58%;
padding-top: 8px;
padding-bottom: 2px;
text-indent: 5px;
}

.mini_right{
float: right;
width: 42%;
padding-top: 2px;
padding-bottom: 2px;
}

.mini_btn{
border: 1px solid #005f1b;
color: #ffffff;
background-color: #c39c12;
font-weight: bold;
}

.mini_btn:hover{
border: 1px solid #c39c12;
color: #ffffff;
background-color: #005f1b;
font-weight: bold;
}

.question{
color:#00601b;
}

.answer{
color:#8c6f07;
}