@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
background:url(../images/content/index_banner.jpg) no-repeat;
width:950px;
height:297px;
}

a#infolink{
position:relative;
top:240px;
right:41px;
float:right;
color:#739271;
font-family:Arial, Helvetica, sans-serif;
}
a#infolink strong{
color:#c0edac;
}
a#infolink:hover, a#infolink:hover strong{
color:#ebfbe4;
}

/*---------------- Index Content ---------------*/

.content_wrapper h1{
color:#fff;
}
.content_wrapper p{
color:#c3ebff;
}

#index_top{
background:url(../images/index_content_bg.jpg) repeat-x bottom;
padding-bottom:40px;
}

#index_quicklinks{
background:url(../images/quick_links.gif) no-repeat 80px 70px;
height:230px;
padding:16px 0 0 240px;
}
#index_quicklinks a{
float:left;
text-align:center;
margin-right:30px;
color:#797363;
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1em;
border:2px dotted #f8f7e9;
padding:0 0 13px 0;
width:186px;
}
#index_quicklinks a span{
clear:left;
}
#index_quicklinks a:hover{
border:2px dotted #e4e3ce;
color:#aa8b39;
}


#index_bottombar{
background:url(../images/index_bottombar_bg.gif) repeat-x;
height:284px;
}
#index_bottombar .wrapper{
width:940px;
}
#bottombar_left{
background:url(../images/index_bottombar_light.jpg) no-repeat top right;
padding:25px 25px 0 0;
width:600px;
height:259px;
}
#bottombar_right{
background:url(../images/index_bottombar_dark.jpg) repeat-x;
width:315px;
height:284px;
}
#bottombar_right h1{
padding:25px 0 0 30px;
margin-bottom:0.5em;
}
#index_testimonial{
padding:0 30px;
font-style:italic;
}
#index_testimonial #name{
color:#fff;
text-align:right;
font-style:normal;
}

#bottombar_right ul{
background:url(../images/index_bottombar_sep.jpg) no-repeat center top;
padding-top:1px;
}
#bottombar_right li{
list-style:none;
padding-bottom:1px;
background:url(../images/index_bottombar_sep.jpg) no-repeat center bottom;
}
#bottombar_right a{
color:#c3ebff;
display:block;
padding:8px 0 8px 30px;
font-size:1.05em;
}
#bottombar_right a span{
font-size:0.8em;
color:#99bed1;
}
#bottombar_right a:hover{
color:#fff;
background-color:#386281;
}
#bottombar_right a:hover span{
color:#c3ebff;
}

/*---------------- Footer ---------------*/

#footer{
background:url(../images/footer_bg.jpg) repeat-x top;
height:60px;
padding:0;
margin:0;
clear:left;
}

#footer .wrapper{
background:url(../images/footer_dark.jpg) no-repeat right;
height:63px;
}


