@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #118bb8;
	text-decoration: none !important;
}
html, body {
	width: 100%;
}
body {
	color: #666 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #a2a2a2 url(images/bg.jpg) repeat-x !important;
	padding: 40px 0;
}
.main-wrapper {
	padding: 20px 0;
	background-color: rgba(255,255,255,0.5);
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 210;
}
footer {
	bottom: 0;
	position: relative;
	z-index: 100;
	width: 100%;
	padding-top: 10px;
	color: #333;
	height: 60px;
	font-size: 12px;
}
footer .copy {
	margin-top: 10px;
	text-align: left;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	position: relative;
}
header h1 a {
	background-image: url(images/logo.jpg);
	width: 350px;
	height: 80px;
	z-index: 500;
	position: absolute;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-top:10px;
}
.top {
	color: #666;
	padding: 6px 0;
	font-size: 10px;
	text-align: right;
	background: #FFF;
	float: right;
}
h2 {
	font-size: 28px !important;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: normal;
	color: #FFF !important;
	background-color: #118bb8 !important;
}
h3 {
	color: #118bb8 !important;
}
h5 {
	margin: 8px 0 !important;
	color: #17569B !important;
	font-size: 18px !important;
}
.separator {
	border-bottom: 1px solid #CCC;
	margin: 30px 0;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.pad-20-0 {
	padding: 20px 0;
}
.h30 {
	height: 30px;
}
.w_txt {
	color: #FFF;
}
.txt_sm {
	font-size: 80%
}
.ul1 {
	list-style: inside;
	margin: 0 10px 10px 25px;
}
.index-top-box h2 {
	color: #000 !important;
	font-size: 32px !important;
}
.index-top-box h3 {
	color: #666 !important;
	font-size: 24px !important;
}
.box-top {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 5px 5px rgba(255,255,255,0.5);
	padding: 20px;
	position: relative;
	z-index: 250;
}
.box-white {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.box-index {
	text-align: center;
	min-height: 350px;
}
.links {
	background: url(images/LinkBg.png) center right 10px no-repeat #FFF;
	margin: 20px 0;
}
.box-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	margin: 40px 0 30px 0;
	padding: 20px;
}
.box-inner img {
	width:100%;
	height:auto;
}
.box-inner h3 {
	background: #808080;
	font-size: 16px !important;
	margin: 2px 0;
	padding: 9px !important;
	color: #fff !important;
	font-weight: bold;
	text-align:center;
}
#nav {
	z-index: 300;
	position: absolute;
	top: 110px;
}
.navbar-right {
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px !important;
}
.jumbotron {
	background: url(images/box-index.jpg) center;
}
.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
	right: 0;
}
#navbar li {
	margin: 2px !important;
}
#navbar li a {
	color: #333;
	cursor: pointer;
	font-size: 16px;
	margin: 0 !important;
	padding: 8px 12px;
	border-radius: 5px;
}
#navbar li li a {
	color: #13837c;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 5px;
}
#navbar li:hover a {
	background-color: #EEE;
	color: #345C4B;
}
#navbar li.active a {
	background-color: #83cfeb;
	color: #FFF;
}
#navbar li:hover li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #13837c;
}
#navbar li li a:hover {
	background-color: #add9ca;
	border: medium none;
	color: #FFF;
}
@media (max-width: 1000px) {
.nav > li > a {
	font-size: 14px !important;
	padding: 5px !important;
}
#nav {
	width: 100%;
}
header h1 a {
	position: relative;
}
.top {
	text-align: left;
	float: none;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	background-color: #FFF;
	width: 100% !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
}
@media (max-width: 500px) {
#header {
	height: 250px;
}
#top {
	float: none;
	text-align: left;
	width: 200px;
	clear: both;
}
.nav > li > a {
	font-size: 14px !important;
	padding: 5px !important;
}
header h1 a {
	background-image: url(images/logosm.jpg);
	width: 220px;
	height: 50px;
	margin-bottom:15px;
}
}
