/* imports */
@import url("nav.css");
/* global reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
a img {border:none;}
a, a:visited{color:#666666; text-decoration:underline;}
a:hover{color:#000000;}
/* style rules */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	color:#666666;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
}
html>body{font-size: 10px;}
#wrap{
	width:960px;
	margin:0 auto;
	padding:90px 0 0;
	text-align:left;
}
#header{
	float:right;
	width:220px;
}
#header div.logo{
	width:193px;
	height:78px;
	padding-left:20px;
}
#header div.logo a{
	display:block;
	width:193px;
	height:78px;
	text-decoration:none;
	border:0;
	background:transparent url(../../images/logo.gif) no-repeat;
}
#header div.logo a span{visibility:hidden;}
#main{
	float:left;
	width:740px;
}
#main #hp-flash{
	width:740px;
	height:330px;
	margin-bottom:1px;
}
body.no_JS #main #hp-flash{background:transparent url(../../images/FPO-home.jpg) no-repeat;}
#main #hp-flash h2 span{visibility:hidden;}
#main #hp-thmbs a{
	display:block;
	float:left;
	width:184px;
	height:120px;
	overflow:hidden;
	margin-left:1px;
	text-decoration:none;
}
#main #hp-thmbs a:first-child{
	width:185px;
	margin-left:0;
}
#main #hp-thmbs a.hp-thmbs1{background:transparent url(../../images/hp-thmb_ressrv.jpg) no-repeat;}
#main #hp-thmbs a.hp-thmbs2{background:transparent url(../../images/hp-thmb_comsrv.jpg) no-repeat;}
#main #hp-thmbs a.hp-thmbs3{background:transparent url(../../images/hp-thmb_wtrmgt.jpg) no-repeat;}
#main #hp-thmbs a.hp-thmbs4{background:transparent url(../../images/hp-thmb_valeng.jpg) no-repeat;}
#main #hp-thmbs a:hover{background-position:0 -120px;}
#main #hp-thmbs a span{visibility:hidden;}
#main div.content{
	border:1px solid #cccccc;
	border-top:0;
}
#main div.content h1{padding:15px 20px 10px 20px; font-size:2.2em; line-height:1.1em; color:#76ac26;}
#main div.content p{padding:0 20px 10px 20px; font-size:1.2em;}
#footer{padding-top:7px;}
#footer div.footernav{float:left; width:50%; font-size:1em; color:#4d4c46;}
#footer div.footernav a,
#footer div.footernav a:visited{color:#4d4c46; text-decoration:none;}
#footer div.footernav a:hover{color:#000000; text-decoration:none;}
#footer div.copyright{float:right; text-align:right; width:50%; font-size:1em; color:#4d4c46;}
/* typography */
strong{font-weight:bold;}
em{font-style:italic;}
img{border:0;}
hr{color:#cccccc; background-color: #cccccc; height:1px; border:0; margin:1.5em 0;}
/* clearing */
.clearfix:after, #footer:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, #footer{display:inline-block;}
* html .clearfix, * html #footer{height:1%;}
.clearfix, #footer{display:block;}
.clear{clear:both;}
