@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #7593ac;
}
blockquote {
	line-height: 30px;
	margin-bottom: 40px;
}
a img {
	border: none;
}
a:link {
	color: #2D7AC3;
	text-decoration: none;
}
a:visited {
	color: #2D7AC3;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #173965;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}
.headerWrap {
	background-color: #eaf0f3;
	height: 70px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 100%;
}
.header {
	background-color: #eaf0f3;
	width: 960px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 270px;
	height: 70px;
}
.headerRight {
	float: right;
	text-align: right;
	width: 350px;
	height: 50px;
}
.language {
	float: left;
	width: 350px;
	color: #606a6f;
	font-size: 11px;
	text-align: right;
	clear: both;
	height: 35px;
}
.phone {
	float: left;
	width: 310px;
	color: #1F5495;
	font-size: 16px;
	text-align: right;
	margin-top: 13px;
	margin-right: 15px;
}
.facebook {
	float: left;
	clear: none;
	height: 25px;
	width: 25px;
	margin-top: 6px;
}
.navWrap {
	background-color: #bbc3c8;
	height: 31px;
}
.nav {
	width: 960px;
	margin: 0 auto;
}
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nav ul li{
	display: block;
	float: left;
}
.nav ul li a{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bbc3c8;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	width: 160px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav ul li a:visited {
	text-decoration: none;
}
.nav ul li a:hover {
	background-color: #7593AC;
	text-decoration: none;
}
.nav li ul { 
	display: none;
}
.nav li:hover ul {
  display: block;
  position: absolute;
}
.nav li:hover li {
	float: none;
}
.nav li:hover a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF0F3;
	background-color: #8EB2D1;
}
.nav li:hover li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF0F3;
	background-color: #7593AC;
}
.imageWrap {
	background-color: #668096;
	height: 356px;
	width: 100%;
}
.image {
	width: 1000px;
	height: 356px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.actionBarWrap {
	background-color: #a1cfe8;
	height: 50px;
	width: 100%;
}
.actionBar {
	text-align: right;
	width: 960px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 10px;
}
.contentWrap {
	background-color: #FFF;
	padding-bottom: 20px;
	width: 100%;
}
.content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}
.content ul {
	padding-left: 60px;
	color: #2D7AC3;
}
.info {
	width: 620px;
	float: left;
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
	line-height: 24px;
}
.info strong {
	font-weight: bold;
	font-size: 16px;
}
.infoTitle {
	font-weight: bold;
	color: #2D7AC3;
	font-size: 22px;
	text-transform: uppercase;
}
.info a {
	text-decoration: none;
}
.info a:visited {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
	color: #173965;
}
.info2 {
	width: 540px;
	float: left;
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.info2 strong {
	font-weight: bold;
	color: #606A6F;
}

.info3 {
	width: 890px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	margin-top: 40px;
	line-height: 24px;
}
.info3 strong {
	font-weight: bold;
	color: #606A6F;
}
.info ul{
	line-height: 35px;
}
.chart {
	border: 1px solid #666;
	background-color: #c8d1d7;
	text-align: center;
	height: 60px;
}
.chartColor {
	background-color: #e8f1f7;
}
.fontSM {
	font-size: 10px;
}
.fontCaps {
	text-transform: uppercase;
}
.fontM {
	color: #2D7AC3;
	font-weight: bold;
	font-size: 18px;
}
.fontM2 {
	color: #2D7AC3;
	font-weight: bold;
	font-size: 16px;
}
.fontBlue {
	color: #2D7AC3;
	font-weight: bold;
}
.fontB {
	color: #606a6f;
	font-weight: bold;
}
.fontGray {
	color: #606a6f;
}
.highlights {
	width: 250px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
	border: 4px solid #A1CFE8;
	background-color: #F3F4F5;
	color: #2D7AC3;
	font-size: 15px;
	font-weight: bold;
}
.highlightsTY {
	background-image: url(images/corporate/highlightsBackTY.png);
	background-repeat: no-repeat;
	height: 336px;
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contact {
	height: 550px;
	float: left;
	width: 960px;
	margin-top: 20px;
}
.contact strong {
	font-weight: bold;
	color: #2D7AC3;
}
.btnTitle {
	font-weight: bold;
	color: #2D7AC3;
	font-size: 19px;
}
.btnWrap3 {
	width: 960px;
	height: 500px;
}
.btn3 {
	width: 890px;
	height: 350px;
	text-align: left;
	background-position: left;
	float: left;
	padding: 30px;
	border: 4px solid #A1CFE8;
	background-color: #F3F4F5;
	line-height: 22px;
}
.btn3 a:link {
	text-decoration: none;
	height: 125px;
	width: 280px;
	color: #2D7AC3;
}
.btn3 a:visited {
	text-decoration: none;
	color: #2D7AC3;
}
.btn3 a:hover {
	text-decoration: underline;
	color: #173965;
}
.btnWrap2 {
	width: 960px;
	height: 500px;
}
.btn2 {
	width: 400px;
	height: 350px;
	text-align: left;
	background-position: left;
	float: left;
	padding: 30px;
	border: 4px solid #A1CFE8;
	background-color: #F3F4F5;
	line-height: 22px;
}
.btn2 a:link {
	text-decoration: none;
	height: 125px;
	width: 280px;
	color: #2D7AC3;
}
.btn2 a:visited {
	text-decoration: none;
	color: #2D7AC3;
}
.btn2 a:hover {
	text-decoration: underline;
	color: #173965;
}
.btnWrap {
	width: 960px;
	height: 180px;
}

.btn {
	width: 320px;
	height: 155px;
	text-align: left;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
}
.btn a {
	background-image: url(images/corporate/btn-background2.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	height: 155px;
	width: 290px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.btn a:visited {
	text-decoration: none;
}
.btn a:hover {
	text-decoration: none;
	color: #173965;
	background-image: url(images/corporate/btn-background2-hover.png);
	background-repeat: no-repeat;
	height: 136px;
	width: 320px;
}
.btnText {
	width: 150px;
	font-size: 11px;
	float: left;
	height: 140px;
	text-decoration: none;
	line-height: 15px;
}
.btnText a:link {
	text-decoration: none;
}
.btnText a:visited {
	text-decoration: none;
}
.btnText a:hover {
	text-decoration: none;
	color: #173965;
}
.btnTitle1 {
	text-transform: uppercase;
	color: #2D7AC3;
	font-size: 12px;
	line-height: 22px;
}
.btnTitle2 {
	text-transform: uppercase;
	color: #2D7AC3;
	font-size: 16px;
	line-height: 22px;
}
.btnDetails {
	padding-top: 14px;
}
.btnDetails a:hover {
	text-decoration: none;
	color: #173965;
}
.btnImage {
	height: 110px;
	width: 120px;
	left: 183px;
	top: 14px;
	float: left;
	position: absolute;
}
.btnImage2 {
	height: 111px;
	width: 110px;
	left: 814px;
	top: 13px;
	float: left;
}
.footerWrap {
	background-color: #bbc3c8;
	height: 86px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c4e3f3;
	padding-bottom: 10px;
}
.footer {
	text-align: center;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.footer li {
	font-size: 11px;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 35px;
	color: #FFF;
}
.footer li a {
	padding-right: 50px;
	padding-left: 50px;
	color: #1F5495;
}
.footer li a:hover {
	text-decoration: underline;
	color: #FFF;
}
.copyright {
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding-top: 20px;
	background-color: #7593ac;
	margin-bottom: 30px;
}
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.noWrap {
	white-space: nowrap;
}
.lheight {
	line-height: 30px;
}
.fltRight {
	float: right;
}
.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}
#slider a{
    display:block;
}
.theme-default #slider {
    margin:0px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}
