body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg/body.png);
	background-repeat: repeat;
}
html {
	height: 100%;
	width: 100%;
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
.clear {
	clear: both;

}
.trans, #content a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	min-height:800px;
	padding-bottom: 25px;
}
#top {
	height: 564px;
	background-image: url(../images/bg/top.png);
	background-repeat: repeat;
}
#top-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top-inner-top {
	height: 82px;
	position: relative;
}
#nav-top {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 82px;
}

.mrk {
	color:#018EAC !important;
	margin-top:-3px !important;
}

.logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#banner-w {
	height: 380px;
	width: 960px;
	position: relative;
	margin-top: 42px;
}

#banner {
	height: 380px;
	width: 960px;
	position: relative;
}
#banner img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#prev, #next {
	background: #FFFFFF;
	position: absolute;
	top: 140px;
	height: 75px;
	width: 75px;
	z-index: 10000;
	cursor: pointer;
}
#prev {
	left: -32px;
	background: url(../images/bg/arrow-prev.png);
}
#next {
	right: -32px;
	background: url(../images/bg/arrow-next.png) no-repeat;
}



#banner-caption {
	color: #FFF;
	background-color: #018EAC;
	height: 46px;
	font-family: Oswald;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding-top: 14px;
}
#content {
	background-color: #FFF;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
}
.cta-item {
	background-color: #F2F0EC;
	width: 290px;
	padding-top: 22px;
	padding-bottom: 22px;
	float: left;
	margin-right: 20px;
}
.cta-item-w {
	background-color: #FFF;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1E1919;
}
.cta-img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.cta-con {
	font-family: "Open Sans";
	font-size: 12px;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
}
#cta-w .cta-item {
	height:370px;
}
#cta-w .cta-item-w {
	height:352px;
}

.cta-item-w h3 {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
}
.cta-btn {
	background-color: #018EAC;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 163px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 13px;
	margin-bottom: 4px;
}
.cta-btn:hover {
	background-color: #666666;
}
.cta-btn, #nav-top a, .footer-nav-w a, .footer-nav-w a h5 {
	-webkit-transition: all 3ms ease-in-out 0s;
	-moz-transition: all 3ms ease-in-out 0s;
	-ms-transition: all 3ms ease-in-out 0s;
	-o-transition: all 3ms ease-in-out 0s;
	transition: all 3ms ease-in-out 0s;
	transition: all 200ms ease-out 0s;
}
#cta-w div:first-child + div + div{
	margin-right:0px;
}
#feeds-w div:first-child + div + div{
	margin-right:0px;
}
#content-wide {
	font-size: 13px;
	color: #1E1919;
	font-weight: 400;
	margin-top: 30px;
}
#content-wide h1 {
	font-size: 32px;
	font-weight: 400;
}
#content-wide h2 {
	font-size: 23px;
	font-weight: 400;
	color: #018EAC;
	margin-bottom: 15px;
	border-bottom: 1px dashed #018EAC;
	padding-bottom:16px;
}
#content-wide p {
	margin-bottom: 20px;
}
#content-wide ul {
	margin-top: 10px;
}
#content-wide li {
	margin-bottom: 10px;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	background: #1E1919;
}
#footer-inner {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.footer-nav-w {
	float: left;
	margin-right: 40px;
}
.footer-nav-w a h5 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 0px;
}
.footer-nav-w a {
	font-size: 11px;
	font-weight: 400;
	color: #878787;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.footer-nav-w a:hover, .footer-nav-w a h5:hover {
	color: #018EAC;
}

#social {
	position: relative;
	top: 15px;
	right: 53px;
	margin-bottom:15px;
}
.social-slide {
	height: 30px;
	width: 30px;
	margin-left: 6px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display:block;
}
.social-slide:hover {
	background-position: 0px -30px;
}
.social-facebook {
	background: url(../images/social/facebook.png);
}
.social-twitter {
	background: url(../images/social/twitter.png);
}
.social-youtube {
	background: url(../images/social/youtube.png);
}
.social-blogger {
	background: url(../images/social/blogger.png);
}
#footer-inner p {
	font-size: 11px;
	font-weight: 400;
	color: #858585;
	position: relative;
	top: 10px;
}
#content-wide ul {
	margin-left: 45px;
	margin-bottom: 20px;
	list-style: url(../images/bg/bullet.png) none;
}
#content-wide a {
	color: #018EAC;
}
#content-wide b, #content-wide strong {
	color: #018EAC;
}
.cta-con.feed {
	height: 150px;
	margin-top: 15px;
	padding-right: 11px;
	padding-left: 7px;
	overflow: hidden;
	position: relative;
}
#feeds-w {
	margin-top: 35px;
	border-top: 1px dashed #018EAC;
	padding-top: 35px;
}

.cta-con.feed h4 {
	color: #018EAC;
	font-size: 16px;
	font-weight: 300;
}
.line {
	border-bottom: 1px dashed #018EAC;
	margin-top: 27px;
	margin-bottom: 18px;
}

.cta-con.feed p {
	margin-top: 8px;
}
.cta-con.feed a {
	margin-bottom: 15px;
	color: #018EAC;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	border-bottom: 1px dashed #018EAC;
	padding-bottom: 15px;
	font-weight: 700;
}
.sub #content-wide {
	margin-top:0px;
}
.sub #cta-w {
	border-top: 1px dashed #018EAC;
	padding-top:35px;
	margin-top:35px;
}
.recriutment-item {
	border-bottom: 1px dashed #018EAC;
	margin-bottom:25px;
}
.recriutment-item h4 {
	font-size:18px;
	font-weight: 500;
}
.recriutment-item h5 {
	font-size: 16px;
	font-weight: 300;
	color: #018EAC;
	margin-top: 10px;
}
#content-wide .recriutment-item:last-child {
	border-bottom:none;
}#tbl-contact {
	width: 100%;
	font-size: 11px;
	margin-bottom: 25px;
}
#tbl-contact th {
	background: #018EAC;
	padding: 10px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 14px;
}
#tbl-contact td {
	padding: 10px 5px;
	background: #E2E2E2;
}
.cta-item .feed {
	margin-top:0px;
	height:130px;
}
.cta-item .feed p {
	margin-top:0px;
}
.cta-img img {
	width:100%;
	height:auto;
	max-height:123px;
}