.Normal{
font:14px/1.5em Arial, Helvetica, sans-serif;
}

body,html{
margin:0;
padding:0;
}

html{
text-align:center;
}

body{
background:#fff url(../images/bg.jpg) repeat-x;
font:11px/1.2em Arial, Helvetica, sans-serif;
text-align:center;
padding-top:10px;
}

#container{
width:950px;
margin:0 auto;
}

#header{
position:relative;
width:950px;
height:107px;
background-image:url(../images/header.jpg);
}

#btn_logo{
position:absolute;
top:0;
left:0;
width:203px;
height:107px;
}

#log_in{
position:absolute;
top:0;
right:221;
width:269px;
height:106px;
}

#nav{
width:950px;
height:42px;
background-image:url(../images/bg_nav.jpg);
text-align:left;
}

#under_nav{
width:950px;
height:32px;
background-image:url(../images/under_nav.jpg);
}

/* use below for iframe pages only */

#orange_bar{
width:950px;
height:6px;
line-height:0px;
background-image:url(../images/orange_bar.jpg);
background-repeat:no-repeat;
}

#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;
}

.sideBtn{
margin-top:0;
margin-bottom:8px;
}

#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;
}

#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;
}

#content_wrapper{
min-height:180px;
}

/* for Internet Explorer */
/*\*/
* html #content_wrapper{
height:180px;
}
/**/

#page_header{
margin:0 0 17px 0;
}

#breadcrumb{
margin-top:40px;
padding-top:20px;
border-top:1px solid #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{
}

/*-----classes-----*/

.subheader{
font-size:18px;
font-weight:bold;
color:#5ca031;
/* border-bottom:3px solid #74c043; */
padding-bottom:1px;
margin-bottom:10px;
}

.subsubheader{
font-size:17px;
font-weight:bold;
color:#306f76;
}

.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:#ab541a;
}

a:hover, a:active{
text-decoration:none;
color:#4a8126;
}

/*-----image link opacity-----*/

/*--.fade a img{
filter:progid:dximagetransform.microsoft.alpha(opacity=90);
opacity:0.90;
-moz-opacity:0.90;
-khtml-opacity:0.90;
}

.fade a:hover img{
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
opacity:1;
-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.75;
filter:progid:dximagetransform.microsoft.alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
}

.fade2 a:hover img{
opacity:1;
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}--*/

/*fade3 has a border around img -- border turns green on mouseover*/

/*--.fade3 a img{
filter:progid:dximagetransform.microsoft.alpha(opacity=97);
opacity:0.97;
-moz-opacity:0.97;
-khtml-opacity:0.97;
border:5px solid #ccc;
}

.fade3 a:hover img{
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
border:5px solid #74c042;
}--/

/*-----misc-----*/

img{
border:none;
}

iframe{
}

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;
}

/*-----Block Link - Controls Look of Child Link Module (Side Navigation)-----*/

#blocklink { width: 100%; background-color: #ccc; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:10px 0 10px 0; }
#blocklink a, #blocklink a:visited { display: block; color: #FFFFFF; text-decoration:none; } 
#blocklink a h6 { color: #283d1a; background-color: #f1f1f1; margin: 0; padding: 7px 5px 5px 5px; border-bottom: 1px solid #ccc; font-size:11px; }

#blocklink a:hover { background-color: #449a0d; }
#blocklink a:hover h6 { background-color: #76c045; color: #fff;}  