/* Add here all your CSS customizations */

 
/*-----------------------------
  LISTS
-------------------------------*/
ul, ol  {
	list-style-position: outside; 
	padding-left: 23px;
	margin-left: 7px;
	margin-top: 5px;	
	xmargin-bottom: 15px;
	}
dl, li, dt, dd {
 	line-height: 22px;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 8px;
	border: 0;
}

h4xx {
	color: #333333;
}
/* Reduce line height for small text class */
.small {
	line-height: 1.4em;
} 

/* Home Intro - Bar under slider */
div.home-intro {
	background-color:#003d83;   
}

/* Footer */
footer {
	background:#003d83;  /* */	
	xpadding: 80px 0 0;
}
/* Copyright */
div.footer-copyright {
	background:#004ea4;
	border-top: 1px solid #333333;
	margin-top: 10px;
	padding: 10px 0 0px 0;
	
}

/* Phone no. in header */
header li.phone {
	font-size:1.4em;
	 xcolor: #FF0000;  /* 16b504  */
}

/* Toll Free Phone no. in footer */
.tollfreefooter {
	font-size:1.6em;
	color: #FFFFFF;  
	xborder: 1px solid white;
}
 
/* Page Top */
section.page-top {
	background-color: #003d83;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

section.page-top h2 {
	border-bottom: 5px solid #CCCCCC;
	color: #CCCCCC;
}
 
/* Make room for text blurb under 3 Circle images on home page -  */
div.home-concept div.process-image {
	height: 425px;  /* set to size of max text below circle.*/
	xborder: 1px solid red;
}
/* Headlines under 3 Circle images on home page */
div.home-concept strong {
	xfont-family: "Shadows Into Light", cursive;
	xfont-size: 2.1em;
	line-height: 1.0em;
}
/* Space between main body area and sidebar */
.colpadding {
	padding-right: 25px;
}
/*--------------------------
Center stuff in a column. eg a well.    <div class="col-md-8 well col-centered"></div>
---------------------------*/
.col-centered {
    float: none;
    margin: 0 auto;
}

/*--------------------------
 Links
---------------------------*/
A:link { xcolor: #ae004f	; text-decoration: none; font-weight: bold;} 
A:active { xcolor:#FF0000; text-decoration: none} 
A:visited {xcolor:#800039; text-decoration: none}  
A:hover {  color:#FF0000; text-decoration: underline} 

/**** top nav (LOGIN)  links ***/
A.bod:link { color: #0088cc; text-decoration: none; font-size: 1.1em; border-bottom: none;}
A.bod:active { color:#FF0000;text-decoration: none; border-bottom: none;}
A.bod:visited {color:#0088cc;text-decoration: none; border-bottom: none;}
A.bod:hover {text-decoration: none; color:#FFFFFF; background-color : #0088cc; border-bottom: none;}

/*---------------------------------------------
  Custom crosshead in well.
--------------------------------------------------*/
.cust-crosshead {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	font-style: italic;
	color: #7886AB;  
	xfont-weight: bold;  
	line-height: 1.4em;
	text-align: center; 
	xpadding-top: 10px;
	xborder: 1px dashed #666666;
}

.cust-services-sidebar-menu {
	margin-top:-22px;
}
/*---------------------------------------------
REVOLUTION SLIDE CAPTIONS
--------------------------------------------------*/
/* BLACK TEXT */
div.slider-container div.top-label-dark {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label-dark {
	color: #000000;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.bottom-label-dark {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
}

/*---------------------------------------------
    SLIDER LABELS - LIGHT (GRAY)
-----------------------------------------------*/
div.slider-container div.top-label-light {
	color: #666666;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label-light {
	color: #666666;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.bottom-label-light {
	color: #666666;
	font-size: 20px;
	font-weight: 300;
}

/*---------------------------------------------
    SLIDER LABELS - MEDIUM WHITE
-----------------------------------------------*/
div.slider-container div.top-label-med {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label-med {
	color: #FFFFFF;
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.main-label-sm {
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Main Label - Medium White */
div.slider-container div.bottom-label-med {
	color: #FFFFFF;
	font-size: 35px;
	line-height: 35px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Main Label 2 - Medium White  (a little smaller */
div.slider-container div.main-label-med2 {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/*---------------------------------------------
    SLIDER LABELS - DARK
-----------------------------------------------*/
div.slider-container div.top-label-dark-med {
	color: #2d5373;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label-dark-med {
	color: #2d5373;
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.main-label-dark-sm {
	color: #2d5373;
	font-size: 45px;
	line-height: 45px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Main Label - Medium Dark */
div.slider-container div.bottom-label-dark-med {
	color: #2d5373;
	font-size: 35px;
	line-height: 42px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Main Label 2 - Medium Dark  (a little smaller */
div.slider-container div.main-label-dark-med2 {
	color: #2d5373;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
/* Main Label 2 - Medium Dark  (a little smaller */
div.slider-container div.main-label-dark-sm2 {
	color: #2d5373;
	font-size: 18px;
	line-height: 36px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Home Slider - Revolution Slider ------------*/
div.slider-container {
	width:100%;
	background: #666;
	 xmax-height: 600px;
}
/*
div.slider {
	 max-height: 600px;
}

.banner{
	width:960px;   // MUST BE THE SAME AS IN THE OPTIONS <strong>startwidth</strong>
	height:600px;   // MUST BE THE SAME AS IN THE OPTIONS <strong>startheight</strong>
}
.bannercontainer{
   max-height:600px;
}
------------------*/

/*----------------------------------------------------------
   Picture with Caption http://www.labnol.org/internet/design/add-text-captions-align-images-html-css/2309/
  <div class="picture left" style="width:278px;"> 
  <img src="google.gif" width="276" height="120" alt="Google Logo" />
  <br />Image Caption goes here. 
  </div>
------------------------------------------------------------*/
.picture { 
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 12px/1.5em Arial, sans-serif; 
	text-align:center;
}
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 5px; 
	margin-top: 5px;
}
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; float:right; 
}
.left { 
	margin: 0.5em 0.8em 0.5em 0; float:left; 
}

/*----------------------------------------------------------
 Seperator horizontal line <div class="sep"> </div> 
 ----------------------------------------------------------*/
.sep {
	border-bottom: 1px dashed #666666;
	padding-bottom: 5px;
}

/*------------------------------------------------
 Thumbnails - theme-elements.cs 
 - Remove padded border around image.
-------------------------------------------------*/
.img-thumbnail {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	padding: 0;
	margin-top: 0;
} 

.img-thumbnail span.zoom {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #CCC;
	border-radius: 100%;
	bottom: 8px;
	color: #FFF;
	display: block;
	height: 30px;
	padding: 6px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: 30px;
}
/*------------------------------------------------
		Home Intro  - Reduce height of bar under the slider
-------------------------------------------------*/
div.home-intro {
	padding: 2px 0 2px 0;  /* 20px 0 10px 0 */
}
/*------------------------------------------------
		Responsive iFrame
-------------------------------------------------*/
 
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Contact Us form */
.form-control {
	height: 26px;
	padding: 5px;
}
/* Override - H tag source in teme-elements.css */
h6 {
	font-size: 1.7em;
	line-height: 27px;
	margin: 0 0 12px 0;
}

.subhead {
	color: #333333;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
	font-size: 3.2em;
	line-height: 44px;
	margin: 0 0 44px 0;
}
.pagetitle {
	color: #AAAAAA;
	font-size: 1.1em;
}

.sidebartitle {
	color: #003D83;
	font-size: 1.6em;
	font-weight: 600;
} 