html,
body {min-width:985px;}
body{
	font:16px Arial, Helvetica, sans-serif;
	color:#000;
	background:#d9d9d9 url(../images/bg-body.gif) repeat-y 50% 0;
	margin:0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#005b42;
}
a:hover{text-decoration:underline;}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
#wrapper{
	width:985px;
	margin:0 auto;
}
#header{
	width:985px;
	padding:5px 0 0;
	font-size:16px;
	line-height:24px;
	color:#005b42;
	background:#fff;
}
#header .block{
	overflow:hidden;
	width:985px;
	margin:0 0 16px;
}
.logo{
	float:left;
	width:335px;
	height:171px;
	margin:0 0 0 20px;
	display:inline;
	background: url(../images/bg-logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:171px;
	width:335px;
	overflow:hidden;
	text-indent:-9999px;
}
#header .section{
	float:right;
	padding:12px 22px 0 0;
}
#header .section-heading{
	margin:0 0 7px;
	position:relative;
	text-align:right;
}
#header .button{
	overflow:hidden;
	height:1%;
}
#header .button a{float:right;}
#header .section p{
	margin:0;
	text-align:right;
}
#header .section div img{display:block;}
#nav{
	width:985px;
	overflow:hidden;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#nav ul li{float:left;}
#nav ul li a{
	background: url(../images/bg-nav.gif) no-repeat;
	height:33px;
	float:left;
}
#nav ul li a span{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#nav ul li .home{
	background-position:0 0;
	width:94px;
}
#nav ul li .about{
	background-position:-94px 0;
	width:95px;
}
#nav ul li .personal{
	background-position:-189px 0;
	width:240px;
}
#nav ul li .commercial{
	background-position:-429px 0;
	width:269px;
}
#nav ul li .quote{
	background-position:-698px 0;
	width:159px;
}
#nav ul li .contact{
	background-position:-857px 0;
	width:128px;
}
#nav ul li .home:hover{background-position:0 -33px;}
#nav ul li .about:hover{background-position:-94px -33px;}
#nav ul li .personal:hover{background-position:-189px -33px;}
#nav ul li .commercial:hover{background-position:-429px -33px;}
#nav ul li .quote:hover{background-position:-698px -33px;}
#nav ul li .contact:hover{background-position:-857px -33px;}
#main{
	overflow:hidden;
	width:985px;
}
.main-holder{
	width:985px;
	overflow:hidden;
	background:#fff url(../images/bg-main.gif) repeat-x 0 100%;
	padding:0 0 21px;
	float:left;
}
#sidebar{
	float:left;
	width:335px;
	padding:26px 0 0 22px;
}
#content{
	float:right;
	width:587px;
	padding:23px 21px 0 0;
}
.menu{
	font-size:14px;
	line-height:18px;
	width:335px;
	list-style:none;
	margin:0 0 13px;
	padding:0;
	width:100%;
	border-top:1px solid #a6a3a3;
	overflow:hidden;
}
.menu li{
	width:335px;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #a6a3a3;
}
.menu li a{
	float:left;
	width:283px;
	padding:8px 26px;
	color:#000;
}
.menu li a:hover,
.menu .active a{
	text-decoration:none;
	background:#f3f3f3 url(../images/bg-menu.gif) no-repeat 9px 12px;
}
#content .block{
	height:1%;
	overflow:hidden;
	font-size:16px;
	line-height:24px;
	margin:0 0 9px;
}
#content .block .image{
	float:right;
	border:1px solid #727272;
	margin:38px 1px 0 22px;
	display:inline;
}
* html #content .block .image{margin-left:19px;}
#content .block .image img{display:block;}
#content .block h1{
	font-size:21px;
	line-height:24px;
	font-weight:normal;
	color:#00502f;
	margin:0 0 9px;
	padding:0 0 0 2px;
}
#content .block p{
	margin:0 0 9px;
	text-align:justify;
}
#content .block p a{text-decoration:underline;}
#content .block p a:hover{text-decoration:none;}
#content .box{
	overflow:hidden;
	width:587px;
	font-size:16px;
	line-height:24px;
}
#content .box-inner{
	float:left;
	width:559px;
	border:1px solid #cdced0;
	background:#efefef url(../images/bg-content-box.gif) repeat-x;
	overflow:hidden;
	padding:5px 15px 11px 11px;
	margin:0 0 20px;
}
#content .box p{margin:0;}
#content .box-inner .position{margin:0 0 10px;}
#content .picture{
	float:left;
	border:1px solid #6c6c6c;
	margin:6px 12px 0 0;
}
* html #content .picture{margin-right:9px;}
#content .picture img{display:block;}
#content .box h2{
	margin:0;
	font-size:16px;
	line-height:24px;
}
#sidebar .box{
	width:335px;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	margin:0 0 13px;
}
#sidebar .box-inner{
	width:302px;
	border:1px solid #cdced0;
	float:left;
	background:#efefef url(../images/bg-sidebar-box.gif) repeat-x;
	padding:14px 14px 11px 17px;
}
#sidebar .box blockquote{margin:0;}
#sidebar .box q{
	quotes:none;
	padding:0;
	margin:0 0 6px;
	text-align:justify;
	overflow:hidden;
	width:100%;
	display:block;
}
#sidebar .box cite{
	display:block;
	font-weight:bold;
}
.image-holder{
	width:100%;
	overflow:hidden;
}
.image-holder img{
	float:left;
	border:1px solid #727272;
}
.holder{
	width:100%;
	overflow:hidden;
}
#footer{
	width:937px;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
	padding:9px 24px 20px;
}
#footer ul{
	list-style:none;
	margin:0 -7px 0 0;
	padding:0;
	overflow:hidden;
	float:right;
	position:relative;
}
#footer ul li{
	float:left;
	background: url(../images/separator.gif) no-repeat 0 5px;
	padding:0 7px 0 9px;
	margin:0 0 0 -2px;
	position:relative;
}
#footer ul li a{color:#000;}
#footer p{
	margin:0;
	text-align:right;
}
