@charset "UTF-8";
/* CSS Document */

#outside{
width:830px;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#293487;
}

#content{
width:830px;
background:url(../images/main_middle.jpg) repeat-y;
padding-left:5px;
}

#topshadow{

}

#header{
/*		margin-left:-5px;*/
	/*	width:830px;*/
	width: 820px;
	height:240px;
	/*background:no-repeat top url(../images/main_top.jpg);*/
	background-image: url(../images/header_bg.jpg), url(../images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center 5px, top;
    background-size: cover, auto;
	overflow: hidden;
	position: relative;
}
#head{
/*margin-left:5px;*/
}

#header_sub{
	/*	margin-left:-5px;*/
	/*	width:830px;*/
	width: 820px;
	height: 196px;
	/*background:no-repeat top url(../images/main_top.jpg);*/
	background-image: url(../images/header_bg.jpg), url(../images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center 5px, top;
    background-size: cover, auto;
	overflow: hidden;
	position: relative;
}
#head_sub{
/*margin-left:6px;*/
}

.logo {
	position: absolute;
	top: 16px;
	left: 6px;
}

.debris-logo {
	position: absolute;
	top: 16px;
	right: 6px;
}

#nav{
width:820px;
height:30px;

}

#nav li{
float:left;
width:205px;
height:25px;
list-style:none;
background:url(../images/buttonback.jpg) no-repeat;
text-align:center;
position:relative;
padding-top:5px;
font-size:18px;
color:white;
}

#nav li a{
text-decoration:none;
}
.white a{
 color:white;
}

#nav li ul{
visibility:hidden;
background:url(../images/listback.jpg) bottom no-repeat;
padding-left:0px;
padding-top:0px;
margin:2px 0px 0px 0px;
width:206px;
position:absolute;
top:25px;
left:0px;
}

#nav li ul li{
height:19px;
width:197px;
margin-left:2px;
margin-right:1px;
padding-left:5px;
background:none;
float:none;
font-size:11px;
color:#293487;
text-align:left;
}
#nav li ul li:hover{
background:url(../images/listback_hover.jpg) no-repeat bottom center;
}
#nav li:hover ul {
visibility:visible;
}

#nav li ul li a{
color:#293487;
width:200px;
height:19px;
display:block;
}


.side_img{
width:192px;
}


#gallery{
margin-top:10px;
}

#main{
width:820px;
padding:15px 15px 30px 10px;
background:url(../images/leftback.jpg) no-repeat;
margin-left:5px;
}

#main_content{
width:585px;
margin-left:10px;
float:left;

}

#main_boxtop{
width:585px;
height:20px;
background-image:url(../images/main_box_01.jpg);
}
#main_box{
min-height:315px;
width:545px;
background:url(../images/main_box_02.jpg) repeat-y;
padding:20px;
}
#main_boxbottom{
width:585px;
background:url(../images/main_box_03.jpg);
height:36px;
margin-top:-1px;
}

#main_side{
min-height:400px;
width:200px;
float:left;
margin-top:5px;

}

.heading{
font-size:22px;
}


#footer{
width:831px;
height:54px;
text-align:right;
font-size:10px;
background:url(../images/middle_02.jpg) no-repeat top;
padding-right:3px;
margin-left:-2px;
margin-top:-10px;
}
#footer p{
margin-top:5px;
}

.contact{
background:top url(../images/formback.jpg) no-repeat;
width:483px;
text-align:right;
margin-left:30px;
}
.conctact_input{
margin-right:30px;
}

