html {
	background-color: #0a5790;
}

.rowFluid {
	background-color: white;
}

.topBarBack {
	height: 110px;
	background-image: url(/images/topBarBack.gif);
	background-position: bottom;
}

.logo {
	height: 1px;
	z-index: 1;
}

.containerOutter {
  margin: 0 auto;
  max-width: 1250px;
}

.containerOutter2 {
  margin: 0 auto;
  max-width: 1200px;
}

.containerInner {
  margin: 0 auto;
  max-width: 1200px;
}

.containerInnerShadow {
	margin: 0 auto;
	background-image: url(/images/containerInnerShadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.containerOutterShadow {
	margin: 0 auto;
	background-image: url(/images/containerOutterShadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.header {
	padding: 6px 0px 0px 0px;
}

.headerDivider {
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcdcd;
	margin: 0px 10px;
}

.headerDivider2 {
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcdcd;
	margin: 0px 10px;
}

.phone, .phone a:link, .phone a:visited, .phone a:active { 
	font-weight: normal;
	font-style: normal;
	font-family: calibri_light;
	font-size: 16px;
	color: black;
	text-align: right;
	padding-top: 10px;
}
.phone a:hover {
	color: #0a5790;
	text-decoration: none;
}

.nav {
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-family: calibri_light;
	font-size: 16px;
}

.mainMenu {
	margin-top: -40px;
	background: none;
	margin-bottom: 18px;
}

.states {
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.scroller {
	padding: 0 15px;
}
.fade2 {
	float: left;
	width: 50%;
	z-index: 1;
	position: relative;
	background-image: url(/images/scrollerBackLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 15px;
	margin-top: -17px;
}
.fade3 {
	float: left;
	width: 50%;
	margin-top: -65px;
	z-index: 1;
	position: relative;
	background-image: url(/images/scrollerBackLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 65px;
}

.arrowLeft {
	background-image: url(/images/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 100%;
	z-index: 11;
}

.arrowRight {
	background-image: url(/images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 100%;
	z-index: 11;
}

.topLeft {
	padding: 0px 5px 5px 0px;
}
.topRight {
	padding: 0px 0px 5px 5px;
}
.bottomLeft {
	padding: 5px 5px 0px 0px;
}
.bottomRight {
	padding: 5px 0px 0px 5px;
}

.padding0 {
	padding: 0;
}

h1 {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	line-height: 100%;
	font-size: 40px;
	color: #0a5790;
	font-weight: normal;
	font-style: normal;
	font-family: calibri_light;
}

h2 {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	line-height: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	font-family: calibri_light;
}

h3 {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	line-height: 100%;
	font-size: 35px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	font-family: calibri_light;
}

h4 {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	line-height: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	font-family: calibri_light;
}

.footerBack {
	background-image: url(/images/footerBack.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 200px;
	margin-top: 50px;
	padding-top: 25px;
	color: #cccccc;
}
.footerLink, .footerLink a:link, .footerLink a:visited, .footerLink a:active {
	color: #cccccc !important;
	font-weight: normal !important;
	text-align: left !important;
	float: left !important;
}
.footerLink a:hover {
	color: white !important;
}

.dropdown-menu {
	left:auto;
	right:0;
}

.paddingTop {
	padding-top: 50px;
}

.paddingTop2 {
	padding-top: 25px;
}

.paddingTop3 {
	padding-top: 75px;
}

.footnote {
	color: #999999;
	font-size: 14px;
	line-height: 14px;
}

.img-thumbnail2 {
  padding: 10px !important;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0px 10px;
}

.colCentered{
    float: none;
    margin: 0 auto;
}

blockquote.style3 {
	padding-top: 22px;
	margin: 5px;
	background-image: url(/images/openquote2.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 65px;
}
blockquote.style3 span {
	display: block;
	background-image: url(/images/closequote2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

hr.quote {
    border: 0;
    height: 0;
    border-top: 5px solid #CCC;
}















.navbar-collapse2 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse2:before,
.navbar-collapse2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse2:after {
  clear: both;
}
.navbar-collapse2:before,
.navbar-collapse2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse2:after {
  clear: both;
}
.navbar-collapse2.in {
  overflow-y: auto;
}









@media (max-width: 767px) {
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: black;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  z-index: 0;
}

.headerDivider {
	display: none !important;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse2 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.footerLink, .footerLink a:link, .footerLink a:visited, .footerLink a:active {
	color: #0a5790 !important;
	font-weight: normal !important;
	text-align: left !important;
	float: none !important;
}
.footerLink a:hover {
	color: black !important;
}

.states {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
}




@media (min-width: 767px) {
.navbar-collapse2 {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse2.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse2.in {
	overflow-y: visible;
}
.navbar-collapse2 .navbar-nav.navbar-left:first-child {
	margin-left: -15px;
}
.navbar-collapse2 .navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}
.navbar-collapse2 .navbar-text:last-child {
	margin-right: 0;
}

.dropdown-menu:after {
	position: absolute;
	top: -8px;
	right: 10px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	content: '';
}

.dropdown-menu:before {
	position: absolute;
	top: -9px;
	right: 9px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ccc;
	border-left: 9px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
}




@media (max-width: 767px) {
.navbar-collapse2 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
}

@media (max-width: 479px) {
.headerDivider2 {
	display: none !important;
}
}




@media (max-width: 320px) {
.phone {
	display: block;
	line-height: 10px;
}
}




@media (min-width: 1px){
.carousel-control.left {
	left: 0px;
}

.carousel-control.right {
  right: 0px;
}	
}
@media (min-width: 900px){
.carousel-control.left {
	left: -50px;
}

.carousel-control.right {
  right: -50px;
}	
}




@media (max-width: 1000px) {
.bannerImage {
	padding: 0px;
}
}














.btn {
	background-image: url(/images/btnArrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 5px center !important;
}




.btnRed {
	background-color: #c62127;
	border-color: #c62127;
	color: white;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	width: 100%;
	white-space: normal;
	box-shadow: 0px 10px 10px -10px #000000;
}
.btnRed:hover,
.btnRed:focus,
.btnRed:active,
.btnRed.active {
	background-color: #b01d23;
	border-color: #9a1a1e;
	color: white;
}
.btnRed.disabled:hover,
.btnRed.disabled:focus,
.btnRed.disabled:active,
.btnRed.disabled.active,
.btnRed[disabled]:hover,
.btnRed[disabled]:focus,
.btnRed[disabled]:active,
.btnRed[disabled].active,
fieldset[disabled] .btnRed:hover,
fieldset[disabled] .btnRed:focus,
fieldset[disabled] .btnRed:active,
fieldset[disabled] .btnRed.active {
	background-color: #c62127;
	border-color: #c62127;
	color: white;
}




.Email_Confirmation2 {
	background-image: url(/images/Email_Confirmation2.gif);
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px;
}