body {
	background: #EAEAEA url(../img/bg.gif) repeat-x;
}
body, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #303030;
}
a {
	text-decoration: none;
	color: #0a7393;
}
a:hover, a:focus {
	color: #666;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #0a7393;
}
h1 {
	font-size: 28px;
	color: #0099cc;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}
hr {
	border: none 0;
	border-top: 1px dotted #00adee;
	height: 1px;
	margin: 10px 0 20px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.t20 {
	font-size: 20px;
}
.t18 {
	font-size: 18px;
}
.t16 {
	font-size: 16px;
}
.t14 {
	font-size: 14px;
}
.t12 {
	font-size: 12px;
}
.t11 {
	font-size: 11px;
}
.red {
	color: #cc0000;
}
img.alignright {
	display: inline;
	margin: 5px 0 10px 20px;
	vertical-align: middle;
	float: right;
}
img.alignleft {
	display: inline;
	margin: 5px 20px 10px 0;
	vertical-align: middle;
	float: left;
}
.header {
	margin: 7px 0 0 0;
}
.header .caption {
	text-shadow: 1px 1px 1px #005771;
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
}
.wrap {
	min-width: 300px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.navbar {
	border-radius: 0;
	margin: 0;
}
.navbar-default {
	background: #e1e1db;
	border: none;
	border-top: 1px solid #FFF;
}
.navbar-collapse {
	padding: 0;
}
.nav > li > a {
	color: #103b48;
	text-transform: uppercase;
	border-right: 1px solid #FFF;
	padding: 10px 5px;
	font-size: 19px;
	line-height: 30px;
}
.nav > li:last-child > a {
	border-right: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #c6c6bc;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #e1e1db;
}
.nav .caret {
	border-top-color: #103b48;
	border-bottom-color: #103b48;
}
.nav > li > a:hover .caret {
	border-top-color: #103b48;
	border-bottom-color: #103b48;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #103b48;
	border-bottom-color: #103b48;
}
.nav > li.active > a {
	background-color: #3cbeda;
	color: #FFF;
}
.main-content {
	padding: 30px;
}
.footer {
	background: #50a1b4;
	color: #FFF;
	font-size: 13px;
	padding: 6px 20px;
	text-align: right;
	text-shadow: 1px 1px 1px #005771;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #9FF;
}
/* Home Slideshow CSS */
.home-carousel {
	margin: 0;
	display: block;
}
.home-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	box-shadow: none;
}
.bx-wrapper .bx-pager {
	bottom: 10px;
}
/* Home Slideshow CSS ------ ends */
.section-title {
	padding: 80px 30px 20px 30px;
	min-height: 50px;
	border-top: 1px solid #FFF;
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-position: right top;
}
.section-title h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 50px;
}
.st-services {
	background-image: url(../img/section-img1.jpg);
}
.st-benefits {
	background-image: url(../img/section-img2.jpg);
}
.st-careers {
	background-image: url(../img/section-img5.jpg);
}
.st-contact {
	background-image: url(../img/section-img3.jpg);
}
.st-disclaimer {
	background-image: url(../img/section-img4.jpg);
}
.bullets {
	padding: 0;
	margin: 10px 0 10px 20px;
	list-style: none;
}
.bullets li {
	padding: 0 0 10px 20px;
	margin: 0;
	list-style: none;
	background: url(../img/bullet.gif) no-repeat 0 3px;
}
.panel-default > .panel-heading {
	background: #47b1d3;
	color: #FFF;
}
.promo1 {
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #d8e8f0;
	margin: 30px 0 40px 0;
}
.promo1 .icon {
	position: absolute;
	z-index: 1;
	top: -32px;
	background: url(../img/promo1-icon.png) no-repeat;
	width: 120px;
	height: 140px;
}
.promo1 .title {
	background: #399dd0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 5px 10px 120px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
.promo1 .content {
	word-break: break-all;
	font-size: 13px;
	padding: 15px 10px 15px 120px;
}
.promo2 {
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #d8e8f0;
	margin: 20px 0 40px 0;
}
.promo2 .icon {
	position: absolute;
	z-index: 1;
	left: -4px;
	top: -15px;
	background: url(../img/promo2-icon.png) no-repeat;
	width: 120px;
	height: 120px;
}
.promo2 .title {
	background: #399dd0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 5px 10px 120px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
.promo2 .content {
	word-break: break-all;
	font-size: 13px;
	padding: 15px 10px 15px 120px;
}
@media (max-width: 767px) {
img.alignright {
	display: block;
	margin: 10px auto;
	float: none;
}
img.alignleft {
	display: block;
	margin: 10px auto;
	float: none;
}
.header .logo {
	float: none;
	width: auto;
}
.header .logo img {
	margin: 0 auto;
}
.header .caption {
	float: none;
	width: auto;
	text-align: center;
	padding: 15px;
}
.section-title {
	padding: 15px;
	background-color: #EAEAEA;
	background-image: none;
}
.section-title h1 {
	font-size: 30px;
	line-height: 30px;
}
.main-content {
	padding: 15px;
}
.footer {
	text-align: center;
}
}
@media (min-width: 768px) {
.header .logo {
	float: left;
	width: 320px;
}
.header .caption {
	float: right;
	width: 380px;
	text-align: right;
	font-size: 16px;
	padding: 25px 20px 0 0;
}
.navbar {
	min-height: inherit;
}
.main-content p {
	text-align: justify;
}
}
@media (min-width: 992px) {
.header .logo {
	width: 388px;
}
.header .caption {
	width: 380px;
	font-size: 18px;
	padding: 35px 20px 0 0;
}
@media (min-width: 1200px) {
}
