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

#container{
	height:auto;
	background-color:rgb(114,145,169);
}
#container #header h1 span {
	background-image:url(gfx/blue_Header.jpg);
	background-repeat:no-repeat
}
#container #header #nav {
	background-image:url(gfx/blue_menu_bar.jpg);
	background-repeat:no-repeat;
}
#sec_middle {
	position:relative;
	width:100%;
}
#sec_mid_section{
	background-color:#eaeff2;
	background-image:url(gfx/mid_background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:786px;
	position:relative;
	margin:34px 0 0 82px;
	height:auto;
	}
#sec_mid_top {
	background-image:url(gfx/mid_top.jpg);
	background-repeat:no-repeat;
	width:786px;
	height:17px;
}
#sec_mid_section #list_bg {
	position:absolute;
}
#sec_mid_section h1 {
	color:#666666;
	font-size:18px;
	font-family:Helvetica, sans-serif;
	padding:10px 0 10px 30px;
}
#sec_mid_section h2 {
	color:#666666;
	font-size:15px;
	font-family:Helvetica, sans-serif;
	width:725px;
	padding:20px 0 0 30px;
}
#sec_mid_section p {
	color:#666666;
	font-size:15px;
	font-family:Helvetica, sans-serif;
	width:725px;
	padding:0 0 27px 30px;
}
#mid_section font {
	color:#666666;
	font-size:15px;	
	font-family:Helvetica, sans-serif;
	list-style:none;
	line-height:20px;
}
#sec_mid_section span {
	padding-left:15px;
}
#sec_mid_section img {
	padding-right:4px;
}
#footer {
	position:relative;
	background-image:url(gfx/blue_footer.jpg);
	background-repeat:no-repeat;
	height:51px;
}
#footer h1#phone {
	position:absolute;
	bottom:0px;
	top:15px;
	left:668px;
	width:200px;
	text-align:right;
}	
#sec_mid_section div.item {
	padding:20px 0 20px 25px;
}
#sec_mid_section div.item img {
	float:left;
	margin-right:30px;
}
#sec_mid_section div.item p {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:400px;
}
#sec_mid_section div.item p.end {
	padding:0;
	clear:left;
	width:670px;
	padding-bottom:10px;
}
#sec_mid_section p.bottom {
	padding-bottom:90px;
}
#sec_mid_section div.item p.list_end {
	padding:0 0 90px 0;
	clear:left;
	width:670px;
}
#sec_mid_section p.top {
	padding-top:10px;
	width:560px;
}
#sec_mid_section h2.sec_top {
	padding-top:10px;
}
#sec_mid_section #list_pic {
	position:absolute;
	left: 617px;
	top: 31px;
}
