/* index.html */
html,
body{
	margin:0;
	height:100%;
}
body{
	margin:0;
	color:#666;
	font:13px/22px Arial, Helvetica, sans-serif;
	background:#f1f5f8;
	min-width:1000px;
}
img{border:0;}
a{
	color:#2180AC;
	text-decoration:none;
font-weight: bold;
}
a:hover{text-decoration:underline; color: #C4De87;}
/* all page */
#wrapper{
	width:100%;
	min-height:100%;
	background:url(images/bg-header.jpg) no-repeat 50% 0;
}
* html #wrapper{height:100%;}
.wrapper-h{
	width:934px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:140px 0 80px;
}
/* header */
#header:after{
	content:"";
	clear:both;
	display:block;
}
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:140px;
}
/* top box */
#header .box{
	width:100%;
	overflow:hidden;
	padding:0 0 17px;
}
.logo{
	float:left;
	margin:30px 0 0;
}
.logo a{
	display:block;
	width:386px;
	height:51px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
}
/* contact box */
.contact{
	float:right;
	padding:19px 53px 0 0;
	width:188px;
}
.contact ul{
	margin:0;
	padding:0;
	list-style:none;
}
.contact ul li{
	float:left;
	width:171px;
	padding:11px 0 8px 17px;
	background:url(images/separator1.gif) no-repeat;
}
.contact ul li:first-child{
	background:none;
}
.contact ul li strong{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:14px;
}
.phone{
	width:158px;
	background:url(images/text-phone.png) no-repeat;
}
.fax{
	width:157px;
	background:url(images/text-fax.png) no-repeat;
}
/* menu */
#menu:after{
	content:"";
	clear:both;
	display:block;
}
#menu{
	width:100%;
}
#menu ul{
	margin:0;
	padding:0 0 0 8px;
	list-style:none;
	float:left;
}
#menu ul li{
	float:left;
	background:url(images/separator2.gif) no-repeat 0 4px;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	position:relative;
	padding:0 0 0 1px;
letter-spacing: .5px;
}
#menu ul li:first-child{
	background:none;
}
#menu ul li a{
	float:left;
	padding:10px 18px 0 15px;
	height:26px;
	color:#fff;
font-weight: normal;
}
#menu ul li a:hover,
#menu ul li.active a,
#menu ul li:hover a,
#menu ul li.hover a{
	text-decoration:none;
	background:#2180ac;
	color:#c4de87;
}
#menu ul li:hover ul,
#menu ul li.hover ul{
	display:block;
}
/* drop down */
#menu ul li ul{
	position:absolute;
	top:36px;
	left:0;
	width:185px;
	background:#2180ac;
	margin:0;
	padding:1px 0 15px;
	list-style:none;
	display:none;
}
#menu ul li ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	float:none;
	background:none;
	font-size:11px;
	line-height:13px;
	padding:9px 13px 0 16px;
}
#menu ul li ul li a,
#menu ul li.active ul li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a{
	padding:0;
	height:auto;
	float:none;
	color:#fff;
}
#menu ul li ul li a:hover,
#menu ul ul li li.active a{
	text-decoration:none;
	background:#2180ac;
	color:#c4de87;
}
/* all content */
#main{
	width:100%;
	overflow:hidden;
	padding:25px 0 0;
}
/* content */
#content{
	float:left;
	width:630px;
}
#content .t,
#content .b{
	width:100%;
	overflow:hidden;
	height:9px;
	line-height:0;
	font-size:0;
	background:url(images/bg-content-t.png) no-repeat;
}
#content .b{
	height:8px;
	background:url(images/bg-content-b.png) no-repeat;
}
#content .c-holder{
	width:600px;
	overflow:hidden;
	background:#fff;
	padding:1px 13px 19px 17px;
}
#content h1{
	margin:0;
	font:28px/36px Georgia, "Times New Roman", Times, serif;
	color:#2180ac;
}
/* text box top */
.text-box{
	width:582px;
	overflow:hidden;
	font:18px/28px Georgia, "Times New Roman", Times, serif;
	padding:11px 0 14px;
}
.text-box p{
	margin:0;
}
.gallery{
	margin:0;
	padding:0;
	list-style:none;
	width:575px;
	height:261px;
	position:relative;
	overflow:hidden;
	border:4px solid #3f3f3f;
}
.gallery li{
	position:absolute;
	top:0;
	left:0;
	width:575px;
	height:261px;
}
.gallery li img{
	display:block;
}
/* post container */
.post-h{
	width:596px;
	overflow:hidden;
	border-top:1px solid #e7e7e7;
	padding:8px 0 0;
}
.post-h h2{
	margin:0 0 1px;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	color:#2180ac;
}
/* post */
.post{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e7e7e7;
	padding:11px 0 14px;
}
.post h3{
	margin:0 0 8px;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#06437a;
}
.post h3 a{
	color:#06437a;
}
.post p{
	margin:0;
}
.post .more{
	display:block;
	padding:8px 0 0;
}
.post .more a{
	font:11px/15px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 10px 0 0;
	background:url(images/bullet1.gif) no-repeat 100% 6px;
}
/* sidebar */
#sidebar{
	float:right;
	width:294px;
}
#sidebar .t,
#sidebar .b{
	width:100%;
	overflow:hidden;
	height:3px;
	line-height:0;
	font-size:0;
	background:url(images/bg-sidebar-t.png) no-repeat;
}
#sidebar .b{
	background:url(images/bg-sidebar-b.png) no-repeat;
}
#sidebar .s-holder{
	width:280px;
	overflow:hidden;
	background:#fff;
	padding:4px 8px 8px 6px;
}
#sidebar .heading{
	width:100%;
	overflow:hidden;
	background:url(images/bg-s-heading-c.gif) repeat-y;
}
#sidebar .heading .holder{
	width:255px;
	overflow:hidden;
	padding:10px 10px 8px 15px;
	background:url(images/bg-s-heading-t.gif) no-repeat;
}
#sidebar h2{
	margin:0;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
}
/* sub navigation */
.sub-nav{
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
}
.sub-nav ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sub-nav ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:10px 8px 13px 12px;
	font:bold 13px/15px Arial, Helvetica, sans-serif;
	background:url(images/separator3.gif) no-repeat;
}
.sub-nav ul li:first-child{
	background:none;
}
/* make box */
#sidebar .box{
	width:280px;
	overflow:hidden;
	background:url(images/bg-box-c.gif) repeat-y;
	line-height:16px;
	color:#fff;
}
#sidebar .box .holder{
	width:100%;
	background:url(images/bg-box-t.gif) no-repeat;
}
#sidebar .box .frame{
	width:252px;
	overflow:hidden;
	padding:11px 15px 9px 13px;
	background:url(images/bg-box-b.gif) no-repeat 0 100%;
}
#sidebar .box h3{
	margin:0 0 3px;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	color:#c4de87;
	text-transform:uppercase;
}
#sidebar .alignright{
	float:right;
	display:inline;
	margin:0 0 0 10px;
}
#sidebar .alignright img{
	display:block;
}
#sidebar .box p{
	margin:0;
}
#sidebar .box p a{
	color:#c4de87;
	font-weight:bold;
}
/* footer */
#footer{
	width:934px;
	margin:-80px auto 0 auto;
	height:65px;
	padding:15px 0 0;
	position:relative;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#7ba1b3;
}
#footer span{
	float:left;
	padding:0 0 0 7px;
}
/* footer nav */
#footer ul{
	float:right;
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}
#footer ul li{
	float:left;
	padding:0 7px 0 8px;
	background:url(images/separator4.gif) no-repeat 0 2px;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	color:#7ba1b3;
}
/* inner page */
/* content text box */
.c-text{
	width:100%;
	overflow:hidden;
	line-height:19px;
	color:#000;
	padding:21px 0 23px;
}
.c-text p{
	margin:0 0 19px;
}
/* top box */
.c-text .container{
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
}
.c-text .alignleft{
	float:left;
	display:inline;
	margin:0 18px 0 0;
}
.c-text .alignleft img{
	display:block;
}
.c-text .box{
	overflow:hidden;
	height:1%;
	font-size:13px;
	line-height:16px;
}
.c-text .box ul{
	margin:0;
	padding:0 0 23px;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.c-text .box ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:0 0 7px;
}
.c-text .box p{
	margin:0;
}
/* table */
.table-box{
	width:100%;
	overflow:hidden;
}
.table-box .heading{
	width:580px;
	overflow:hidden;
	background:#a1c7da;
	border-bottom:1px solid #fff;
	padding:5px 10px;
}
.table-box h2{
	margin:0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
}
.table-box table{
	width:100%;
	border-collapse:collapse;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	color:#186c9b;
	text-align:left;
}
.table-box table tr td{
	padding:8px 0 8px 11px;
}
.table-box table tr.col td{
	padding:7px 0 7px 11px;
	background:#f1f5f8;
}
.table-box table tr td.col1{
	width:126px;
}
.table-box table tr td.col2{
	width:149px;
}
.table-box table tr td.col3{
	width:93px;
}
.table-box table tr td.col4{
	width:96px;
}
.table-box table tr td.col5{
	width:81px;
}

/* extra CSS */
h3{
	margin:0 0 8px;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#06437a;
}
h3 a{
	color:#06437a;
}
h2{
	margin:0 0 1px;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	color:#2180ac;
}

