html{
	background:url("../images/html.png") top center no-repeat fixed;
	margin-left:-1px;
	overflow-y:scroll;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}
body{
	background:url("../images/body.png") 50% 0 no-repeat;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	color:#16365d;
} 

#container{
	width:900px;
	overflow:hidden;
	position:relative;
	background:url("../images/container.jpg") center top no-repeat;
}
#head, #foot{
	position:relative;
	overflow:hidden;
	width:900px;
}
#head{
	height:319px; 
}
h1#logo{
	position:absolute;
	right:107px;
	top:0;
	height:96px;
	width:125px;
	padding:0;
	margin:0;
}

h2#slogan{
	position:absolute;
	right:147px;
	top:130px;
	width:318px;
	height:89px;
	padding:0;
	margin:0;
}
.wysiwyg{
	line-height:140%;
}
#head .wysiwyg{
	position:absolute;
	right:40px;
	top:195px;
	width:423px;
	height:100px;
	font-size:14px;
	color:#16365d;
}
#head .wysiwyg p{
	padding:0;
	margin:0;
}

#head .wysiwyg .more{
	position:absolute;
	bottom:0;
	right:0;
}

#content{
	position:relative;
	overflow:hidden;
	margin:0;
	width:900px;
	background:url("../images/content.png") left top repeat-y;
	min-height:400px;
}
h3.title{
	background:#16365d;
	color:#fff;
	font-size:18px;
	margin:0;
	padding:10px 24px 11px;
}
#nav{
	position:absolute;
	z-index:10;
	overflow:hidden;
	top:0;
	left:0;
	width:900px;
}
#nav ul{
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
#nav ul li{
	float:left;
	background:url("../images/nav-top.png") 1000px 1000px no-repeat;
}
#nav ul li:hover, #nav ul li.active{
	background:url("../images/nav-top.png") center top no-repeat;
}
#nav ul li a{
	display:block;
	padding:0 22px;
	background:url("../images/nav-bottom.png") 1000px 1000px no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	padding-top:14px;
	height:26px;
}
#nav ul li a:hover, #nav ul li.active a{
	background:url("../images/nav-bottom.png") center bottom no-repeat;
	text-decoration:none;
}
#index #content{
	background:url("../images/index-h2.png") left top repeat-x #0f5e85;
	min-height:225px;
	overflow:hidden;
	position:relative;
}
#index h3.title{
	width:241px;
	height:32px;
	float:left;
	padding-top:20px;
	background:none;
}
#index #content h3.title img{
	padding:0;
	margin:0;
}
#index #content .wysiwyg{
	color:#fff;
	font-size:14px;
	line-height:140%;
	padding:6px 0 30px 24px;
	margin-bottom: 10px;
	width:475px;
	float:left;
}
#index #content .wysiwyg p{
	padding:0;
	margin:0;
}
#index #content .wysiwyg .more{
	position:absolute;
	right:0;
	bottom:0;
}
#index #content .wysiwyg .more img{
	float:none;
	margin-top: 0;
}
#index #content img{
	float:right;
	margin:40px 20px 0 0;
}
#index #content .wysiwyg ul{
    padding-bottom: 0;
}

#foot{
	width:880px;
	margin:0 auto;
	min-height:100px;
	overflow:hidden;
	padding:6px 20px;
	background:url("../images/foot.png") top center no-repeat;
}
#index #foot{
	background:url("../images/index-foot.png") top center no-repeat;
}
#partners{
	overflow:hidden;
	padding:9px 0;
}
#partners h4{
	float:left;
	margin:0;
	color:#999999;
	font-size:11px;
	padding: 12px 3px 0 29px;
	font-weight:normal;
}
#partners ul{
	padding:0; 
	margin:0;
	list-style:none;
	overflow:hidden;
	float:left;
}
#partners li{
	padding:0 12px;
	float:left;
}
#partners li img{
	display:block;
}
#copy{
	overflow:hidden;
	position:relative;
	clear:both;
	font-size:11px;
	padding-top:10px;
}
#copy p{
	float:left;
	color:#b2b2b2;
	padding-left:16px;
}
#copy a{
	color:#b2b2b2;
}
#content .wysiwyg{
	padding:16px 25px;
	line-height:140%;
}
#content .wysiwyg ul{
	list-style:square;
	margin:0;
	padding-left:15px;
	padding-bottom:20px;
}
#content .wysiwyg ul li{
	padding-bottom:1px;
}
#content .wysiwyg p{
	padding:0;
	padding-bottom:20px;
}
#content .wysiwyg h4{
	paddign:0;
	margin:0;
	font-size:16px;
	padding-bottom:4px;
}
#content #left.wysiwyg{
	float:left;
	width:645px;
}
.gallery#right{
	float:right;
	width:172px;
	overflow:hidden;
	padding-right:28px;
	padding-top:43px;
}
.gallery#right ul, .gallery#right ul li{
	list-style:none;
	padding:0;
	margin:0;
	padding-bottom:27px;
}
.gallery#right ul li img, .gallery#right ul li a{ 
	display:block;
	width:172px;
	overflow:hidden;
}
#contact #content .wysiwyg{
	float:left;
	width:420px;
}
#contact #content .wysiwyg h4{
	padding-bottom:26px;
}
#contact #content form{
	float:right;
	padding: 63px 28px 0 0;
	width:402px;
	overflow:hidden;
}
#contact #content form ul{
	padding:0;
	margin:0;
	list-style:none;
}
#contact #content form li{
	padding-top:14px;
	padding-bottom:5px;
}
#contact #content form ul li label, #contact #content form ul li input, #contact #content form ul li select, #contact #content form ul li textarea{
	display:block;
	width:395px;
	border:1px solid #c7e0e2;
	padding:2px;
	font-size:11px;
	color:#16365d;
}
#contact #content form ul li select{
	width:401px;
}
#contact #content form ul li label{
	border:0 none;
	padding-bottom:4px;
}
legend{
	font-weight:bold;
	color:#16365d;
}
#contact #content form ul li.submit{
	text-align:right;
	overflow:hidden;
	padding-right:10px;
}
#contact #content form ul li.submit input{
	width:auto;
	border:0 none;
	float:right;
}