@charset "utf-8";
/* CSS Document */


/* RESET updated with html5 tags*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
	}

body {
	line-height:1;
	}

ol,ul {
	list-style:none;
	}

blockquote,q {
	quotes:none;
	}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
	}

table {
	border-collapse:collapse;
	border-spacing: 0;
	}
	
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
	color:#00597b;
	font-weight:bold;
	}

/* FLOAT-elements */
.fltleft {
	float:left;
	}

.fltright {
	float:right;
	}

/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
	}
	
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
	}

/* MAIN */
body {
	background:#00597b;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	outline:0;
	}
	
.wrapper
{
	width:992px;
	margin:0px auto;
}

.header
{
}

.logo
{
	padding:25px 0 0 36px;
	margin-right:40px;
}

.logo_img
{
	padding-top:32px;
}

.header_pic
{
	height:162px;
}

.menu
{
	background:url(../img/nav_shadow.png) no-repeat center bottom;
	padding-bottom:30px;
}

.nav
{
	height:29px;
	background:url(../img/nav_bg.jpg) repeat-x left top;
	border-bottom:1px solid #3c7b94;
	border-top:1px solid #3c7b94;
	border-right:1px solid #3c7b94;
}

.nav ul
{
}

.nav ul li
{
	font-size:14px;
	color:#fff;
	background:url(../img/nav_sep.jpg) no-repeat left center;
	text-transform:uppercase;
	float:right;
	line-height:29px;
}

.nav ul li a
{
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0px 34px;
}

.nav ul li a:hover, .nav ul li.active a
{
	color:#25ccfa;
}

.content
{
	padding-bottom:10px;
}

.content_left
{
	width:250px;
}

.content_left img
{
	margin:0 0 5px 8px;
}

.content_left_nav
{
	background:url(../img/border.jpg) no-repeat left top;
}

.content_left_nav ul
{
}

.content_left_nav ul li
{
	font-size:13px;
	color:#fff;
	background:url(../img/border.jpg) no-repeat left bottom;
	line-height:32px;
}

.content_left_nav ul li a
{
	color:#fff;
	font-weight:bold;
	padding-left:15px;
}

.content_right
{
	width:736px;
	background:url(../img/shadow.png) no-repeat center bottom;
	padding:20px 0 50px 0;
}

.content_right h1
{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:0 0 26px 16px;
}

.content_right h1 span
{
	color:#00bcf2;
	font-weight:bold;
}

.white_box
{
	padding:15px 18px 45px 18px;
	background:#fff;
}

.white_box.padd
{
	padding:15px 18px 248px 18px;
}

.white_box h2
{
	font-size:20px;
	color:#00597b;
	font-weight:bold;
	padding-bottom:7px;
}

.white_box h2.padding
{
	padding-bottom:24px;
}

.white_box p
{
	font-size:12px;
	color:#666666;
	line-height:20px;
	padding-bottom:6px;
}

.white_box p span
{
	color:#00bcf2;
	font-weight:bold;
	display:block;
	text-align:right;
}

.white_box img
{
	margin-bottom:18px;
}

.white_box_left
{
	width:477px;
}

.white_box_right
{
	width:195px;
}

a.read
{
	font-size:12px;
	color:#00597b;
	font-weight:bold;
	display:block;
	margin-bottom:4px;
}

.about
{
	margin-bottom:25px;
}

.footer
{
	width:992px;
	margin:0px auto;
	border-top:2px solid #206b89;
	border-bottom:2px solid #206b89;
	padding:12px 0 12px 16px;
	margin-bottom:10px;
}

.footer_text
{
	width:614px;
	font-size:12px;
	color:#ffffff;
	line-height:22px;
	padding-top:10px;
}

.footer_text span
{
	font-size:18px;
	font-weight:bold;
}

.footer_text strong
{
	font-weight:bold;
}

.social
{
	width:220px;
}

.social img
{
	float:left;
	margin-left:2px;
}

/*********************************************inner*****************************************/

.inner_content_right
{
	width:736px;
	background:url(../img/shadow.png) no-repeat center bottom;
	padding-bottom:38px;
}

.white_box_right img
{
	margin-top:40px;
}

.white_box_left ul
{
	padding-bottom:16px;
}

.white_box_left ul li
{
	font-size:12px;
	color:#666666;
	background:url(../img/bullet.jpg) no-repeat left 5px;
	padding:0 0 8px 34px;
}

.white_box_left ul li a
{
	color:#666666;
	font-weight:bold;
}

.gallery
{
	position:relative;
}

.gallery_pic1
{
	position:absolute;
	left:-267px;
	top:0px;
}

.gallery_pic2
{
	position:absolute;
	left:-64px;
	top:27px;
}

.gallery_pic3
{
	position:absolute;
	left:188px;
	top:21px;
	z-index:99;
}

.gallery_pic4
{
	position:absolute;
	right:-36px;
	top:20px;
	z-index:9;
}
