body,html{
margin:0;
padding:0;
}

body{
background:#ededed url(../images/bg.jpg) repeat-x;
background-attachment:fixed;
font:11px/1.2em Arial, Helvetica, sans-serif;
text-align:center;
padding-top:25px;
}

#container{
width:950px;
margin:0 auto;

}


#header{
position:relative;
width:950px;
height:87px;
background-image:url(../images/header.png);
}

#log_in{
position:absolute;
top:9;
right:14;
}

#nav{
width:950px;
height:42px;
background-image:url(../images/bg_nav.jpg);
text-align:left;
}

#search_bar{
position:relative;
width:950px;
height:61px;
background-image:url(../images/bg_search.jpg);
}

#content_master{
position:relative;
width:950px;
background-color:#fff;
background:#fff url(../images/bg_content.jpg) repeat-y;
}

#content{

position:relative;
width:950px;
background-color:#fff;
background:#fff url(../images/bg_content.jpg) repeat-y;

}

#content_02{

width:950px;
background-color:#fff;
min-height:300px;
background:#fff url(../images/bg_content.jpg) repeat-y;

}

/* for Internet Explorer */
/*\*/
* html #content_02{
height:300px;
}
/**/

#left{
position:absolute;
width:203px;
top:0;
left:0;
background:#fff url(../images/bg_left.jpg) repeat-y;
}

.home_left_btns{
margin-top:0;
margin-bottom:15px;
}

#left ul{
margin-left:10px;
padding-left:10px;
padding-bottom:0px;
margin-bottom:2px;
font-size:11px;
line-height:1.6em;
}

#inner_content_left{
position:relative;
width:183px;
padding:0 10px 20px 10px;
margin-top:0px;
background:#fff url(../images/bg_left.jpg) repeat-y;
}

#right{
margin-left:203px;
width:747px;

}

/*--#under_nav{
width:950px;
height:61px;
background-image:url(../images/under_nav.jpg);
}--*/

#search{
float:right;
margin:20px 17px 0 0;
}

#inner_content{
text-align:left;
width:687px;
padding:0 24px 30px 30px;

/*--used the following two lines to allow testimonials to expand and push the footer--*/
float:left;
clear:left;
}

#page_header{
margin:0 0 17px 0;
}

#breadcrumb{
margin-top:40px;
padding-top:20px;
border-top:1px dashed #ccc;
clear:both;
}

#footer{
position:relative;
width:950px;
height:51px;
background-image:url(../images/footer.jpg);
margin:0;
padding:0;
clear:both;
}

#backtotopdiv{
position:absolute;
top:6;
right:0;
width:68px;
height:22px;
}

#backtotop{
}

/*--#log_in{
position:relative;
width:100%
text-align:center;
margin-top:10px;
}--*/

/*-----classes-----*/

.subheader{
font-size:17px;
font-weight:bold;
color:#3f5680;
}

.text_larger{
font-size:14px;
}

.red{
color:#900000;
font-weight:bold;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

.img_right_noborder_contactpics{
float:right;
margin:5px 34px 20px 10px;
}

.back{
margin-top:40px;
padding-top:10px;
border-top:1px solid #ccc;
clear:left;
font-size:10px;
}

div.highlight_01{
border:1px dashed #cf3d3e;
padding:8px 10px 8px 10px;
background-color:#fbf4d4;
}

div.highlight_02{
border:1px dashed #cf3d3e;
padding:8px 10px 8px 10px;
background-color:#b2e3fd;
}

.clear{
clear:both;
}

.white{
color:#ffffff;
}

/*-----body links-----*/

a:link, a:visited{
text-decoration:underline;
color:#1c4795;
}

a:hover, a:active{
text-decoration:none;
color:#c41130;
}

/*-----image link opacity-----*/

.fade a img{
opacity:0.75;
filter:progid:dximagetransform.microsoft.alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
margin-bottom:4px;
}

.fade a:hover img{
opacity:1;
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
margin-bottom:4px;
}

.fade_less a img{
opacity:0.80;
filter:progid:dximagetransform.microsoft.alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity:0.80;
}

.fade_less a:hover img{
opacity:1;
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

/*fade2 has no bottom margin, and it also starts off at a lower opacity*/

.fade2 a img{
opacity:0.62;
filter:progid:dximagetransform.microsoft.alpha(opacity=62);
-moz-opacity:0.62;
-khtml-opacity:0.62;
}

.fade2 a:hover img{
opacity:1;
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

/*-----misc-----*/

img{
border:none;
}

iframe{
border:1px solid #eaeaea;
margin-bottom:5px;
}

hr{
margin:20px 0 20px 0;
color:#fff;
background-color:#fff;
clear:both;
}

hr.testimonial{
margin:18px 0 18px 0;
}

#left hr{
margin:18px 0 0 0;
}

/*-----Derek Trauger Sitemap Styling-----*/

#sitemap br{
margin-bottom:5px;
}