@charset "UTF-8";
/* CSS Document */

body {
margin:0;
padding:0;
background-image:url(images/fl_bg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#241309;
font:12px "Trebuchet MS", Arial, Verdana, sans-serif;
color:#3f3f3f;
line-height:16px;



}

#outershell {
position:relative;
margin:0 auto;
width:1000px;
background-color:#ece3b6;


}

#nav_bg {
width:1000px;
height:37px;
background-image:url(images/fl_nav_bg.jpg);


}

#nav {
width:514px;
height:37px;
position:absolute;
left:243px;



}

#nav a{
float:left;
text-align:center;



}

a.nav1 {

display:block;
width:168px;
height:37px;
background-image:url(images/fl_nav1.jpg);
background-position:0 -37px;



}


a.nav1:hover {
display:block;
width:168px;
height:37px;
background-image:url(images/fl_nav1.jpg);
background-position:0 0;


}

a.nav2 {

display:block;
width:183px;
height:37px;
background-image:url(images/fl_nav2.jpg);
background-position:0 -37px;


}


a.nav2:hover {
display:block;
width:183px;
height:37px;
background-image:url(images/fl_nav2.jpg);
background-position:0 0;


}

a.nav3 {

display:block;
width:136px;
height:37px;
background-image:url(images/fl_nav3.jpg);
background-position:0 -37px;


}


a.nav3:hover {
display:block;
width:136px;
height:37px;
background-image:url(images/fl_nav3.jpg);
background-position:0 0;


}

a.nav4 {

display:block;
width:161px;
height:37px;
background-image:url(images/fl_nav4.jpg);
background-position:0 -37px;


}


a.nav4:hover {
display:block;
width:161px;
height:37px;
background-image:url(images/fl_nav4.jpg);
background-position:0 0;


}

#js_holder {
position:absolute;
height:278px;
width:427px;
left:20px;
top:274px;



}

#footer {
margin:0 auto;
width:1000px;
height:138px;
}

#footer_interior {
position:relative;
margin:0 auto;
width:1000px;
height:138px;
background-color:#1095a5;
text-align:center;
color:#FFFFFF;

}

#footer_interior_type {
	position:absolute;
	left:320px;
	top:15px;
	width: 349px;

}

#home_content {
margin-left:483px;
width:498px;


}

#interior_content {
margin-left:295px;
width:655px;
line-height:20px;


}

#interior_content a{
	color:#1095a5;
}
	
	

.interior_header {
font-size:18px;
font-weight:bold;
line-height:30px;
color:#1095a5;



}

.interior_subheader {

font-weight:bold;

color:#1095a5;
} 

a.side_banner1 {
background: url(images/fl_side1.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:569px;
left:20px;

}

a.side_banner1:hover{
background: url(images/fl_side1.jpg) no-repeat bottom left;
background-position:-133px 0;


}

a.side_banner2 {
background: url(images/fl_side2.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:569px;
left:167px;

}

a.side_banner2:hover{
background: url(images/fl_side2.jpg) no-repeat bottom left;
background-position:-133px 0;


}

a.side_banner3 {
background: url(images/fl_side3.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:569px;
left:314px;

}

a.side_banner3:hover{
background: url(images/fl_side3.jpg) no-repeat bottom left;
background-position:-133px 0;


}

a.side_bannerB1 {
background: url(images/fl_side1.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:300px;
left:74px;

}

a.side_bannerB1:hover{
background: url(images/fl_side1.jpg) no-repeat bottom left;
background-position:-133px 0;


}

a.side_bannerB2 {
background: url(images/fl_side2.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:415px;
left:74px;

}

a.side_bannerB2:hover{
background: url(images/fl_side2.jpg) no-repeat bottom left;
background-position:-133px 0;


}

a.side_bannerB3 {
background: url(images/fl_side3.jpg) no-repeat bottom left;
width:133px;
height:95px;
display:block;
background-position:0 0;
position:absolute;
top:530px;
left:74px;

}

a.side_bannerB3:hover{
background: url(images/fl_side3.jpg) no-repeat bottom left;
background-position:-133px 0;


}


div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 138px;
	width: 1000px;
	overflow: auto;
	background-image:url(scroller/images/background.jpg);
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 2300px;	
	padding: 20px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 10px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	text-align: center;
	font-size: 11px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: none;	
	filter:alpha(opacity=50);	
	opacity: 0.5;

}
.sc_menu a:hover img {
	filter:alpha(opacity=100);	
	opacity: 100;
}

#news{
position:absolute;
width:427px;
left:20px;
top:680px;
}
