html {
	height:100%;
	background:url(../images/bg-main.jpg) repeat;
}
body {
	min-width:960px;
	margin:0;
	color:#a8a8a8;
	font:18px/32px Helvetica, Arial, Tahoma, sans-serif;
	background:url(../images/bg-body.png) repeat-x;
	min-height:100%;
}
* html body {height:100%;}
img{border-style:none;}
a{
	text-decoration:none;
	color:#4f4f4f;
}
a:hover{text-decoration:underline;}
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.w1 {
	float:left;
	left:50%;
	position:relative;
}
.w2 {
	float:left;
	left:-50%;
	position:relative;
	width:1030px;
}
#wrapper .c {
	background:url(../images/bg-wrapper.png) repeat-y;
	width:960px;
	padding:0 35px;
	overflow:hidden;
}
#wrapper .b {
	background:url(../images/bg-wrapper-bottom.png) no-repeat;
	height:50px;
	overflow:hidden;
	width:1030px;
}
#wrapper .c .holder {
	width:900px;
	padding:0 30px;
	min-height:357px;
	background:url(../images/bg-wrapper-top.png) no-repeat;
}
#wrapper .c .holder:after {
	display:block;
	clear:both;
	content:"";
}
* html #wrapper .c .holder {
	height:357px;
	overflow:visible;
}
#header {
	width:100%;
	padding:20px 0 13px;
}
#header:after,
#nav:after {
	display:block;
	clear:both;
	content:"";
}
.logo {
	overflow:hidden;
	float:left;
	margin:0 0 0 1px;
	display:inline;
	width:232px;
	height:102px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.logo a {
	position:relative;
	display:block;
	height:100%;
}
#nav {
	list-style:none;  
	padding:35px 0 0;
	margin:0 -24px 0 0;
	display:inline;
	float:right;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:20;
}
#nav li {
	float:left;
	margin:0 16px 0 0;
	position:relative;
}
#nav li a {
	cursor:pointer;
	float:left;
	position:relative;
	z-index:5;
}
#nav li a .left {
	float:left;
	padding:10px 22px 10px 23px;
}
#nav li a .right {
	width:1px;
	float:left;
	height:35px;
}
#nav li.active a,
#nav li a:hover {
	text-decoration:none;
	color:#00529b;
}
#nav li.active a .left,
#nav li a:hover .left {background:url(../images/bg-nav-left.png) no-repeat;}
#nav li.active a .right,
#nav li a:hover .right {background:url(../images/bg-nav-right.png) no-repeat;}
#nav li .drop {
	width:265px;
	overflow:hidden;
	position:absolute;
	top:33px;
	left:0;
	z-index:1;
	display:none;
}
#nav li .drop .t {
	height:1px;
	overflow:hidden;
	background:url(../images/bg-drop-top.png) no-repeat;
}
#nav li .drop .b {
	height:1px;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#nav li ul {
	list-style:none;  
	margin:0;
	width:263px;
	padding:7px 1px;
	overflow:hidden;
	font-weight:normal;
	text-transform:none;
	background:url(../images/bg-drop.png) repeat-y;
}
#nav ul li {
	width:100%;
	float:none;
	overflow:hidden;
}
#nav ul a {
	float:none;
	display:block;
	overflow:hidden;
	width:215px;
	color:#0e406c !important;
	padding:7px 24px;
}
#nav ul a:hover {background:#e0e0e0;}
#nav li:hover .drop,
#nav li.hover .drop {display:block;}
#nav li:hover,
#nav li.hover {
	position:relative;
	background:url(../images/none.gif) no-repeat;
}
#nav li:hover a,
#nav li.hover a {
	text-decoration:none;
	color:#00529b;
}
#nav li:hover a .left,
#nav li.hover a .left {background:url(../images/bg-nav-left.png) no-repeat;}
#nav li:hover a .right,
#nav li.hover a .right{background:url(../images/bg-nav-right.png) no-repeat;}
#nav li:hover li a,
#nav li.hover li a {
	width:215px;
	color:#0e406c !important;
	padding:7px 24px;
}
#nav li li:hover a,
#nav li li.hover a {background:#e0e0e0 url(../images/none.gif) no-repeat;}
#main {
	width:100%;
	padding:0 0 35px;
}
.slideshow{ width:900px; height:322px; border:1px solid #999; }
#main:after {
	display:block;
	clear:both;
	content:"";
}
#main .visual {
	overflow:hidden;
	width:100%;
	margin:0 0 45px;
}
#main .visual a {position:relative;}
#main .visual img {display:block;}
#content {
	margin:0 0 0 -10px;
	position:relative;
	overflow:hidden;
	height:1%;
}
#content .boxes-holder {
	float:left;
	width:630px;
}
#content #homecopy{ clear:both; font-size:14px; color:#555; line-height:22px; padding:20px 20px 0; }
#content .boxes {
	position:relative;
	padding:0 0 8px 15px;
	width:615px;
	float:left;
	overflow:hidden;
}
#content .images-list {
	overflow:hidden;
	width:615px;
	list-style:none;  
	padding:0;
	margin:0;
	position:relative;
	z-index:999;
}
#content .images-list li {
	float:left;
	margin:0 9px 0 0;
	height:138px;
	font-size:14px;
	line-height:18px;
	width:196px;
	position:relative;
}
#content .images-list li a {
	color:#002c54;
	float:left;
	cursor:pointer;
}
#content .bg-block {
	width:630px;
	height:65px;
	overflow:hidden;
	position:absolute;
	top:37px;
	left:0;
	background:url(../images/bg-text.png) repeat;
}
#content .images-list li .text-block {
	width:196px;
	height:65px;
	position:absolute;
	z-index:99;
	top:37px;
	left:0;
}
#content .images-list li .text-box {
	height:65px;
	display:block;
	width:100%;
	overflow:hidden;
	font-weight:normal;
	background:url(../images/bg-text.png) repeat;
}
#content .images-list li span {
	vertical-align:middle;
	height:65px;
	display:table-cell;
	width:100%;
	margin:0;
}
#content .images-list li span em {
	width:196px;
	float:left;
	text-align:center;
	font-style:normal;
	position:relative;
	z-index:99;
}
#content .text-holder {
	float:right;
	width:225px;
	padding:15px 20px 0 0;
}
#content .text-holder p {
	margin:0;
	text-align:right;
}

#content h2{ font-size:24px; color:#0e406c; margin:0; }
#content .float-right{ float:right; margin:0 0 15px 30px; border:2px solid #CCC; }
#content .float-left{ float:left; margin:0 30px 15px 0; border:2px solid #CCC; }
#content #body-text{
	float:left;
	font-size:14px;
	color:#333;
	padding:0 40px;
	line-height:22px;
	width:850px;
}
#content #body-text a{ text-decoration:underline; color:#036; }
#footer {
	overflow:hidden;
	width:940px;
	margin:0 -20px;
	position:relative;
	background:url(../images/bg-footer.gif) repeat-y;
	color:#f4f4f4;
	font-size:10px;
}
.footer-holder {
	overflow:hidden;
	height:1%;
	padding:20px 19px 1px 27px;
	background:url(../images/bg-footer-top.png) no-repeat;
}
.area {
	position:relative;
	overflow:hidden;
	height:1%;
}
#footer .navbar {
	list-style:none;  
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
	font-size:12px;
	font-weight:bold;
}
#footer .navbar li {
	float:left;
	margin:0 35px 0 0;
}
#footer .navbar li a {color:#f4f4f4; text-decoration:underline;}
#footer .menu {
	list-style:none;  
	padding:0;
	margin:-2px 0 3px -13px;
	position:relative;
	overflow:hidden;
	width:70%;
	font-size:11px;
}
#footer .menu li {
	padding:0 10px 0 13px;
	background:url(../images/separator-menu.gif) no-repeat 0 50%;
	float:left;
}
#footer .menu li a {color:#efefef; text-decoration:underline;}
#footer p {
	margin:0;
	text-align:right;
}
