@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
@font-face {
				font-family: 'MuseoSlab-500';
				src: url('../fonts/museoslab500webfont.eot');
				src: url('../fonts/museoslab500webfont.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/museoslab500webfont.woff') format('woff'),
						 url('../fonts/museoslab500webfont.ttf') format('truetype'),
						 url('../fonts/museoslab500webfont.svg#museoslab500webfont') format('svg');
				font-weight: normal;
				font-style: normal;
		}

* {
	padding:0px;
	margin:0px;
}
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, font, 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 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
 body {
	 font-family:Arial, Helvetica, sans-serif;
    color:#4e6060;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
	height:100%;
	background: url("../images/bg.gif") repeat-x #fff;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
	text-decoration:none;
	outline:none;
	color: #0164A7;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.p {
	line-height:20px;
	
}

.white {
	color:#fff !important;
}

.last {
	background: none repeat scroll 0 0 transparent !important;
    border: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
h1 {
	font-size:50px;
	font-weight:normal;
	
}
h2 {
	color: #0C403E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 20px;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:20px;
	margin-bottom:15px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#pagewidth {
    width: 100%;
}

.wrapper_body {
    margin: 0 auto;
    width: 1000px;
	padding:0px 0px;
}
.clearfix {
    clear: both;
}
.clearfix:before, .clearfix:after {
     content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}

/*
=======================================================================
	Header
=======================================================================
*/

.header {
	float: left;
    height: 118px;
    position: relative;
    width: 1000px;
}
.logo-area {
	float:left;
	background: url("../images/logo-bg.jpg") no-repeat;
	width:300px;
    height: 113px;
	margin-top:4px;
}
h1.logo {
	float: left;
	margin:17px 0px 0px 26px;
}
#navigation {
	float: right;
    position: absolute;
    right: 0;
    top: 61px;
}
#navigation ul {
	float:right;
}
#navigation ul li {
	float:left;
	position:relative;
}
#navigation ul li a {
	color:#456d6d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url("../images/nav-ac.png") no-repeat;
	padding: 0 10px;
    text-align: center;
    width: 80px;
	display:block;
	height:65px;
}
#navigation ul li.active a {
	background: url("../images/nav-ac1.png") no-repeat;
	color:#0c403e;
}

/*
=======================================================================
	slider
=======================================================================
*/

#slider { margin:0; padding:0; width:880px; height:383px; border:0; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:1000px; height:331px; overflow:hidden; }
p#controls { margin:0; padding:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:18px; height:28px; position:absolute; left:-50px; top:-220px; }
#nextBtn { left:910px; }
#prevBtn a { display:block; width:18px; height:28px; background:url(images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:18px; height:28px; background:url(images/r_arrow.gif) no-repeat 0 0; }


.slider { background:#e8fafe; margin:0 auto; padding:0; height:331px; border-bottom:1px solid #ddebeb;}
.slider .gallery { margin:0 auto; width:1000px; height:331px; padding:0; position:relative;}
.slider div div.img { float:left; width:483px; padding:0px 10px 0 0; margin:0;}
.slider div.list {
	float: right;
    margin: 52px 0px 0px 0px;
    padding: 0;
    text-align: center;
    width: 258px;
	 
}
.slider div.list span {
	float: right;
    padding-top: 6px;
	 
}
.slider div.list span img {
	float:left;
    margin-left:14px;
	 
}
.slider div.list p {
	text-align: right;
	color: #4E6060;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    margin: 0px 0px 0px -50px;
    width: 315px;
}
.read {
	left: 0;
    position: absolute;
    top: 271px;
}
.img-sper {
	left: -8px;
    position: absolute;
    top: 70px;
}
.slider .left-slide {
	float: right;
    margin: 0px 21px 0 0;
    padding: 0;
    width: 478px;
	position:relative;
}
/*
=======================================================================
	content
=======================================================================
*/

.content {
	float: left;
    width: 1000px;
	margin:32px 0px 32px 0px;
}
.content ul {
	margin: 10px 0 20px 30px;
}
.content ul li {
	line-height: 25px;
    list-style-type: circle;
}
.thumb-1 {
	border:1px solid #65bfc0;
}
.left-2 {
	float:left;
	width:480px;
}
.left-2 b {
	font-weight:bold;
	color:#0164a7;
}
.left-1 {
	float:left;
	width:642px;
}
.left-1 b {
	font-weight:bold;
	color:#0164a7;
}
.content-inner {
	float: left;
    width: 1000px;
	margin-bottom:20px;
}
/*
=======================================================================
	wrapper-add
=======================================================================
*/
.wrapper-add{
	border-top: 1px solid #DAEFF0;
    min-width: 1024px;
    padding-top: 14px;
    width: 100%;
	
}
.add-bar {
	padding:0px 10px;
}
.add-bar h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#0c403e;
	line-height: 30px;
}
.list-1 a,.list-2 a {
	color:#0c403e;
	line-height: 25px;
}
.list-1, .list-2 {
	float: left;
    margin: 5px 0 0 !important;
    padding: 0 0 0 39px;
    width: 289px;
}
.list-1 {
    background: url("../images/ph.png") no-repeat scroll 0 0 transparent;
    margin: 0;
}
.list-2 {
    background: url("../images/mail.png") no-repeat scroll 0 0 transparent;
    margin: 8px 0 0 !important;
	
}
.social {
	float:right;
}
.social a {
	padding:0px 3px 0px 0px;
}
/*
=======================================================================
	footer
=======================================================================
*/

.footer-wrapper {
	background: none repeat scroll 0 0 #64BFC0;
    height: 35px;
    min-width: 1024px;
    padding-top: 20px;
    width: 100%;
	
}

.footer {
	float: left;
    padding: 0;
    width: 1000px;
}
.footer .copyright {
	 color: #fff;
    font-size: 12px;
	text-align:center;
}
.footer .copyright p {
	 color: #fff;
    font-size: 12px;
}
.footer .copyright a {
	 color: #fff;
    font-size: 12px;
}

.readMore
{
	display:inline-block;
	width:175px;
	height:25px;
	background:url(../images/readmore.png) no-repeat center;
}
