html,body{
	height:100%;
}
body {
	color:#000;
	background:#d9d9b9;
	font:14px/18px georgia, serif;
	position: relative;
	margin: 0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style: none;
}
img {border-style: none;
}
input, select, textarea {
	vertical-align: middle;
	font: 100% georgia, serif;
}
a {
	color: #33c;
	text-decoration: underline;
}
a:hover {text-decoration: none;
}
#wrapper {
	width:985px;
	background:url("../images/bg-body.gif") repeat-y -1px 0;
	min-height:100%;
	margin:0 auto;
	padding:0 6px;
}
* html #wrapper {
	height:100%;
}
#header{
	width:100%;
	background:url(../images/bg-header.gif) repeat-x;
	position:relative;
	z-index:10;
}
#header h1{
	position:absolute;
	top:0;
	left:9px;
	overflow:hidden;
	margin:0;
}
#header h1 a{
	background:url(../images/logo.png) no-repeat;
	width:214px;
	height:182px;
	display:block;
	text-indent:-9999px;
}
#header strong{
	position:absolute;
	top:55px;
	left:227px;
	overflow:hidden;
	margin:0;
}
#header strong a{
	background:url(../images/text-logo.png) no-repeat;
	width:400px;
	height:53px;
	display:block;
	text-indent:-9999px;
}
#header a.quote{
	position:absolute;
	right:12px;
	top:70px;
	background:url(../images/bg-quote.gif) no-repeat;
	width:217px;
	height:32px;
	text-indent:-9999px;
	outline:none;
}
#header .mainnav-holder{
	width:100%;
	overflow:hidden;
}
#header .mainnav{
	width:762px;
	overflow:hidden;
	margin:117px 0 0 223px;
	padding:0;
	list-style:none;
	position:relative;
}
#header .mainnav li{
	float:left;
}
#header .mainnav li a{
	height:30px;
	background:url(../images/bg-mainnav.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}
#header .mainnav li a.active{
	cursor:default;
}
#header .mainnav li.menu1 a{
	width:51px;
	background-position:0 -29px;
}
#header .mainnav li.menu1 a.active,
#header .mainnav li.menu1 a:hover{
	background-position:0 0;
}	
#header .mainnav li.menu2 a{
	width:109px;
	background-position:-51px -29px;
}
#header .mainnav li.menu2 a.active,
#header .mainnav li.menu2 a:hover{
	background-position:-51px 0;
}
#header .mainnav li.menu3 a{
	width:120px;
	background-position:-160px -29px;
}
#header .mainnav li.menu3 a.active,	
#header .mainnav li.menu3 a:hover{
	background-position:-160px 0;
}	
#header .mainnav li.menu4 a{
	width:162px;
	background-position:-280px -29px;
}
#header .mainnav li.menu4 a.active,	
#header .mainnav li.menu4 a:hover{
	background-position:-280px 0;
}
#header .mainnav li.menu5 a{
	width:102px;
	background-position:-442px -29px;
}
#header .mainnav li.menu5 a.active,	
#header .mainnav li.menu5 a:hover{
	background-position:-442px 0;
}	
#header .mainnav li.menu6 a{
	width:147px;
	background-position:-544px -29px;
}
#header .mainnav li.menu6 a.active,	
#header .mainnav li.menu6 a:hover{
	background-position:-544px 0;
}
#header .mainnav li.menu7 a{
	width:71px;
	background-position:-691px -29px;
}
#header .mainnav li.menu7 a.active,	
#header .mainnav li.menu7 a:hover{
	background-position:-691px 0;
}	
#main{
	width:100%;
	border-top:1px #fff solid;
	position:relative;
	z-index:1;
	padding:0 0 81px;
	overflow:hidden;
}
.main-holder{
	background:#e5f1f1 url(../images/bg-gradient.gif) repeat-x;
	width:100%;
	overflow:hidden;
	margin:0 0 0 -1px;
}
.main-frame{
	background:url(../images/bg-white.gif) repeat-y 274px 0;
	width:100%;
	overflow:hidden;
}
.content{
	width:710px;
	float:right;
	background:#fff;
}
.content .frame{
	width:681px;
	overflow:hidden;
	padding:0 14px 0 15px;
	margin:15px 0 0;
}
.content img{
	display:block;
}
.sidebar .image-holder img,
.content .about img,
.content  img.visual{
	border:1px #000 solid;
	display:block;
}
.content h2{
	line-height:32px;
	font-size:30px;
	font-weight:normal;
	margin:-3px 0 5px;
}
.content h3{
	margin:0;
	line-height:28px;
	font-size:24px;
	font-weight:normal;
	margin:0 0 17px;
}

.content h4{
	margin:0;
	line-height:24px;
	font-size:20px;
	font-weight:normal;
	margin:0 0 17px;
}
.content .about{
	float:right;
	width:251px;
	margin:0 0 0 25px;
}
.content .about .image-holder{
	margin:1px 0 0;
}
.content p{
	margin:0 0 15px;
}
.content .about p{
	margin:10px 0 0;
	font-size:12px;
}
.sidebar{
	float:left;
	width:243px;
	padding:35px 15px 15px;
	position:relative;
}
.sidebar .sidenav{
	margin:0 0 10px;
	padding:5px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sidebar .sidenav li{
	float:left;
}
.sidebar .sidenav li a{
	display:block;
	width:244px;
	font-size:14px;
	font-weight:bold;
	color:#010000;
	text-decoration:none;
	padding:6px 0 6px 8px;
	margin:0;
}
.sidebar .sidenav li a:hover{
	background:url(../images/bg-nav.png) no-repeat;
}
.sidebar .sidenav li.active a{
	background:url(../images/bg-nav.png) no-repeat;
	cursor:default !important;
}
.sidebar blockquote{
	margin:0 0 15px;
	padding:10px 0 13px;
	border:#7bb4b4 solid;
	border-width:1px 0;
}
.sidebar blockquote q{
	quotes:none;
}
.sidebar blockquote q:before,
.sidebar blockquote q:after{
	content:"";
}
.sidebar blockquote cite{
	font-size:14px;
	font-weight:bold;
	color:#010000;
	font-style:normal;
	padding:5px 0 0;
	display:block;
}
.sidebar .image-holder{
	width:100%;
	overflow:hidden;
}
#footer{
	background:url(../images/bg-body.gif) repeat-y -1px 0;
	position:relative;
	margin:-78px auto 0;
	width:997px;
	z-index:15;
}
#footer .box{
	background:#a4c2c2 url(../images/bg-footer.gif) repeat-x;
	overflow:hidden;
	width:985px;
	min-height:71px;
	padding:0 0 7px;
	margin:0 6px 0 5px;
}
* html #footer .box{
	height:71px;
}
#footer .text-holder{
	width:696px;
	overflow:hidden;
	margin:0 0 0 289px;
	padding:12px 0 0;
}
#footer li,
#footer p,
#footer a{
	font:9px arial, helvetica, sans-serif;
}
#footer .bottomnav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	margin:0 0 5px -4px;
}
#footer .bottomnav li{
	float:left;
	background:url(../images/sep-blue.gif) no-repeat 0 50%;
	margin:0 1px 0 -1px;
	padding:0 5px 0 5px;
	color:#2d7083;
}
#footer .bottomnav li a{
	color:#2d7083;
	text-decoration:none;
	font-size:9px !important;
}
#footer .bottomnav li a:hover{
	text-decoration:underline;
}
#footer .other{
	width:100%;
	overflow:hidden;
}
#footer .other p{
	margin:0;
	color:#2d7083;
}

#header:after,
.content:after{
	display:block;
	content:"";
	clear:both;
}
.content .frame:after{
	height:1%;
	overflow:visible;
}
