

/******** General tags ********/
#back_form	{
		
			/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

			/* IE10 Consumer Preview */ 
			background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #001F2E 100%);
				filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#001F2E'); /* IE6 & IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#001F2E')"; /* IE8 */

			/* Mozilla Firefox */ 
			background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #001F2E 100%);

			/* Opera */ 
			background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #001F2E 100%);

			/* Webkit (Safari/Chrome 10) */ 
			background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #001F2E));

			/* Webkit (Chrome 11+) */ 
			background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #001F2E 100%);

			/* W3C Markup, IE10 Release Preview */ 
			background-image: linear-gradient(to top left, #FFFFFF 0%, #001F2E 100%);
			
			
			 
			
			width: 93%;
			height: 53px;
			padding-right:10%;
			
			margin-right:20px;
			padding-top: 4px;
			
		
			}
	#float_left{
		float: left;
	}
	#float_right{
		float:right;
	}
			
body{
font-size: medium;
font: Verdana,Tahoma,Arial,sans-serif;
background:#ffffff url(images/background-800px.gif) top center repeat-y;
color:#404040;
line-height:180%;
margin:0 auto;



}


a{
text-decoration:none;
color:#4088b8;
font-weight:bold;
}

a:hover{text-decoration:underline;}
a img{border:0;}
p{margin:0 0 18px 10px;}
ul,ol,dl{font-size:16px; }
ul ul,ol ol{}

h1{
font-size:2.2em;
letter-spacing:-1px;
margin:0 0 30px 0;
color:#4088b8;
margin-left:70px;

text-shadow: 0px 3px 0px #b2a98f,
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);

}

h1 a{text-transform:none; color:white;}

h2.side_h2{
font-size:1.4em;
color:#4088b8;
/*border-bottom:4px solid #dadada;*/
padding:0 2px 5px 20px;
margin:0 0 10px 0;
letter-spacing:-1px;
}
h2{
font-size:1.4em;
color:#4088b8;
/*border-bottom:4px solid #dadada;*/
padding:20px 2px 20px 45px;
margin:0 0 10px 0;
letter-spacing:-1px;
}


h3{
font-size:1.2em;
font-weight:bold;
color:#4088b8;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

h4{
color:#4088b8;
}
blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

.larger_font{
width:120%;
margin:-10px -30px -10px -30px;		

		
}

/******** Main wrap ********/
#wrap{
color:#404040;
width:95%;

margin:1px 10px 0 5px;
padding:0;
}




#slogan{
font-size:1.5em;
color:white;
font-weight:bold;
letter-spacing:-1px;
padding-top:18px;
line-height:1.2em;


}
/* Navigation .......... */
nav { 
	background-color: Lightgray; 
    margin-top:10px; 		
	margin-bottom:10px; 

	 width: 85%;
	
	padding-right:15%;
	
	border-radius:25px;
	}
	
nav ul { list-style: none; margin: 0 auto; max-width: 100%; overflow: hidden; padding: 0; }
nav ul li { float: left; font-size: 15px; height: 40px; line-height: 40px; margin: 0; padding: 0 10px; width: auto; }
nav ul li a:link, nav ul li a:visited { color:#4088b8; transition: color 0.15s linear; }
nav ul li a:hover, nav ul li a:active { color: #000; }
nav ul li.active a:link, nav ul li.active a:visited, nav ul li.active a:hover, nav ul li.active a:active { color: #000 !important; }
nav ul li.right { float: right; }




/******** sidebar ********/
/*#sidebar{
float:left;
width:200px;
margin:0 0 5px 0;
padding:1px 0 0 0;
}
*/



#sidebar li{
list-style:none;
margin:0 0 4px 0;
padding:0;
}

#sidebar li a{
font-size:1.2em;
font-weight:bold;
padding:2px;
}



#sidebar ul ul li a{font-weight:normal;}
#sidebar h2{margin:3px 0px 8px 0px;}

/* aside */
aside { float: left; max-width: 230px;  padding-top:30px; }
.inside {
	background-color: Lightgray; 
	 padding: 20px; 
	border-radius:50px;
	height:450px;
	line-height:80%;
 }
#sidebar.sticky { float: none; position: fixed; top: 200px; z-index: 6; left: auto; }


			
			
		
}

/* main content */
.main_content { float: right; max-width: 700px; }


/******** Content variations ********/
#content{
float: right; max-width: 700px;
min-width:700px;
margin-top: 30px;
margin-right: 10%;


/*line-height:1.5em;
width:70%;
float:right;
text-align:left;
margin:0;
padding-left:100px;
padding-top:20px; */
}

/*
#contentalt{
line-height:1.5em;
width:545px;
float:left;
text-align:left;
padding:0;
margin-right:20px;
}
**/
#content h3, #contentalt h3{margin:10px 0 8px;}

/******** Footer ********/
#footer{
clear:both;
text-align:right;
color:#808080;
font-size:0.9em;
border-top:4px solid #dadada;
margin:0 auto;
padding:8px 0;
line-height:1.6em;
}

#footer p{margin:0; padding:0;}
#footer a{color:#808080;}

/******** Various classes ********/
.box{
color:#ffffff;
font-size:16px;
background-color:#4088b8;
border:1px solid #c8c8c8;
 border-top-left-radius: 150px 1em;
  border-bottom-right-radius: 15em 1em;
padding:20px 5px 10px 8px;
z-index:3;
margin-bottom:50px;

}

.box a{color:#f0f0f0;}
.left{float:left; margin:0 15px 4px 0;}
.right{float:right; margin:0 0 4px 15px;}
.textright{text-align:right;}
.readmore{text-align:right; margin:-10px 10px 12px 0;}

.center{text-align:center;}
.blue{color:#4088b8;}
.big{font-size:1.3em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}

.clear{clear:both;}
.hide{display:none;}
.fade{color:#c8c8c8;}
.gray{color:#808080;}

.photo{
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}
/******** Pics ********/

#shocked{
	padding-left:100px;
	padding-top:10px;
	height:auto; 
	width:auto;
	max-width:400px; 
	max-height:300px;
}
/*.sticky {  
    position: fixed;  
   width: 100px;  
	
     left: 0;  
	padding-left:25px;
	padding-top:25px;
    z-index: 100;  
    border-top: 0;  
	height:700px;
	
	border-right:4px solid Lightgray;
}  
*/
#nav_top{
			min-width:1000px;
			height: 20px;
			padding-right:10%;
			margin-right:20px;
				padding-left:25px;
				padding-top:20px;
				border-bottom:4px solid Lightgray;
				display:block;
			
}

#link_top{
		padding-left:5%;
		padding-right:3px;
		font-size:1.4em;
		border-right:2px solid Lightgray;
}

#cont_info{
	float:right;
	font-weight:bold;
}
#para_contact{
	
	margin-bottom:20px;
}
#num_email{
	font-weight:bold;
	display: inline;
	letter-spacing:-1px;
	font-size:1.1em;
	line-height:200%;
	color:#4088b8;
	
text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	
}
#address{
	color:black;
	font-weight:normal;
}
#left_nav{
	font-size:22px;
	color:#4088b8;
	letter-spacing:-1px;
	line-height:230%;
	border-top:4px solid Gray;
	margin-top:30px;
	padding-top:10px;
}

#home_link_id{
	color:black;
	}
	
/* NORMALIZE ............................................ */
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body { height: 100%; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object { margin: 0; padding: 0; } 
:focus { outline: 0 } 
:link, :visited { text-decoration: none } 
/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}

/******** city list1 ********/
.city-list_1 {
  width: 25%;
  float:right;
}

.city-list_1  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.city-list_1  li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
} 
.city-list_1 li:last-child {
  border: none;
} 
.city-list_1  li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
.city-list_1  li a:hover {
	
	text-align:center;
  font-size: 30px;
  background: Lightgray;
  border-radius:25px;
}


/******** city list 2 ********/
.city-list_2{
   width: 25%;
  float:right;
}

.city-list_2  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.city-list_2  li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
} 
.city-list_2 li:last-child {
  border: none;
} 
.city-list_2  li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
.city-list_2  li a:hover {
  font-size: 27px;
   background: Lightgray;
  text-align:center;
   border-radius:25px;
}


/******** city list 3 ********/
.city-list_3{
   width: 25%;
  float:right;
}

.city-list_3  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.city-list_3  li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
} 
.city-list_3 li:last-child {
  border: none;
} 
.city-list_3  li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
.city-list_3  li a:hover {
  font-size: 30px;
  background: Lightgray;
 text-align:center;
  border-radius:25px;
}
/******** city list 4 ********/
.city-list_4{
  width: 25%;
  float:right;
}

.city-list_4  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.city-list_4  li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
} 
.city-list_4 li:last-child {
  border: none;
} 
.city-list_4  li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
.city-list_4  li a:hover {
  font-size: 27px;
  background: Lightgray;
text-align:center;
  border-radius:25px;
}
#maj_city{
		height:200px;
		padding-right:50px;
}


/******** div dividers for scroll ********/

#join_div{
	margin-top:50px;
	margin-bottom:100px;
}

#about_div{
	margin-top:50px;
	margin-bottom:100px;
}




/******** div hide for popup ********/
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
	font-size:20px;
}

#screening_div{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    width:900px;
    min-height: 180px;
}

#dds_div{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    width:900px;
    min-height: 180px;
}


#dh_div{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
     width:900px;
    min-height: 180px;
}


#da_div{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
     width:900px;
    min-height: 180px;
}


#fd_div{
	background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    width:900px;
    min-height: 180px;
	
}

/******** div hide for popup ********/
#a_list {
  max-width: 600px;
  height:480px;
background-color:white;
  padding-left: -50px;
  border-radius:25px;
}
 
.a_list_list ul{
  list-style-type: none;
 
list-style-position:outside;
}
 

 
.a_list_list li img {
  float: left;
  margin: 0 10px 0 0;
  width:100px; 
    height: auto;
}
 

 
.a_list_list li{
  
  padding: 10px;
  overflow: auto;
    margin-left: 0px;
	 width: 250px;
	  list-style-type: none;
	  list-style-position:outside;
	 
}
 

/********resourece links ********/

#res_div{
	height:250px;
	width:700px;
	 display:none; 
	 background-color:black;
border-radius:25px;
	
}

	.spacer{
		margin-top:10px;
		
	}
#h3_links {

color:#4088b8;
 font-size:28px;
 
border-bottom:1px solid #dadada;
text-shadow:1px 1px Lightgray;
padding-bottom: 10px;
}
.links ul {
  overflow: auto;
  list-style-type: none;
}
 
.links li {
  height: 25px;
 padding-top:50px;
  margin-right: 0px;

  padding: 0 20px;
  list-style-type: none;
}
 
.links li:last-child {
  border-right: none;
}
 
.links li a {
  text-decoration: none;
  color: black;
  font: 25px/1 Helvetica, Verdana, sans-serif;
  text-transform: uppercase;

 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.links li a:hover {
  color: #666;
}
#screened{
color:#4088b8;
}
/********banner links ********/

#banner_1 {
background-attachment: absolute;
			background-position: 50% 0;
			background-repeat: no-repeat;
			
			position: relative;
}


/*#side_border{
top: 0;
position: fixed;
left:98%;
width:50px;
height:100%;
background-color:#4088b8;
 border-top-left-radius: 200%;
  border-bottom-left-radius: 200%;
}

#side_border_2{
top: 25%;
position: fixed;
left:98%;
width:20px;
height:30%;
background-color:#4088b8;
 border-top-left-radius: 100px;
  border-bottom-left-radius: 70%;
}

#side_border_3{
top: 50%;
position: fixed;
left:98%;
width:20px;
height:30%;
background-color:#4088b8;
 border-top-left-radius: 100px;
  border-bottom-left-radius: 70%;
}
*/

#img_container{

display: inline;
}

.section_bg {        
 /* 	 border-top: 4px solid #000;
	  border-bottom: 4px solid #000;  */
      position:relative;
    z-index:1;
    height:300px;
	width:1525px;
    background-attachment:fixed;    /* this keeps the background in place */
	margin-left:-500px;
    background-repeat:no-repeat;
	   background-size:100% 100%;
	   

}
 

 /********accordion ********/ 
#accordion {
    height: 100%;
	width:100%;
	 margin-right:-20px;
}

 #accordion-resizer {
    padding: 10px;
    width: 100%;
    height: auto;
  }
  
.scroll_acc{

    height:250px;
    overflow-y:scroll;

}


  
 /********mobile ********/ 
  @viewport{
	
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

.test {
  width:100%;
  display:inline-block;
  overflow: auto;
  white-space: nowrap;
   margin:-5px 5px -10px 5px;
   overflow-y:hidden;
   
}

button{ 
	background-color: white; 
    margin-top:5px; 		
	margin-bottom:10px; 
	border-radius:25px;
	height:40px;
	width:80px;
	
	
}

#ul_indent{
	    padding: 0;
}

#emailfield{
width:120px;
height:20px;
}
#faxfield{
width:100px;
height:20px;
}

.ul_spacing{
line-height:2;
margin-left:-12%;
}

input[type="submit"]{
width:50px;
height:25px;
border-radius: 5px;
}

input[type="submit"]:hover{
background-color:#ededed;
font-weight:bold;
color:#4088b8;
cursor: pointer;
}

/******** div hide for email/fax forms ********/

#email_form{
display:none; 
margin-left: 15px;
}

#fax_form{
display:none; 
margin-left: 15px;
}

.form_background{

background-color: #e4e4e4;
height:30px;
padding: 7px;
padding-left:40px;
}

/********time sheet sent message********/

#ts_msg{
background-color: #ededed;
background-attachment: fixed;
color:#4088b8;
font-size: 24px;
font-weight: 700;
margin-top:10px;
padding-top:10px;
width: 100%;
height: 40px;
padding-right:15%;
text-align:center;		
margin-right:20px;
display:none;


}


		.animated{
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:4s;
-moz-animation-duration:4s;
-ms-animation-duration:4s;
-o-animation-duration:4s;
animation-duration:4s;  
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}	25% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    75% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}	25% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    75% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}	25% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    75% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}	25% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    75% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
}

.fadeInLeft {
	
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

a.a_under{text-decoration:underline;}
