@charset "utf-8";
/* CSS Document */


.social-media{
	
	
	float:right;
	
	padding-top:10px;
	
	
}

.registration-form{
	float:right;
	text-align:center;
	width:310px;
	background: none repeat scroll 0 0 #7c0000;
    border: 1px solid #dadada;
    border-radius: 3px 3px 3px 3px;
    margin: 36px 0;
    padding: 12px 12px 0;
	opacity:0.7;
	}
	
	.color-white{
		
		color:#ffffff}
.form input{
	
	height:25px;
	width: 290px;
	margin:15px 0 0 0;
	background:#dcdbdb;
	
	}	
	
	.border{
		
		border-right:1px solid #7c0000
		}

.center{
	text-align:center
	}
	
	.middle-section{
		
		
		padding:5px 15px 5px 15px;
		margin: 15px 0 15px 0;
		border-bottom:2px solid #7c0000;
		
		background-color:#f6f6f8;}
	
	h1{
		font-size:24px;
		font-weight:bold;
		
		
		}
		h2{
		font-size:20px;
		font-weight:bold;
		
		
		}
		h3{
		font-size:18px;
		font-weight:bold;
		
		
		}
		h4{
		font-size:16px;
		font-weight:bold;
		
		}
		
		h5{
		font-size:14px;
		font-weight:bold;
		
		
		}
		.brandcolor{
			color:#7c0000;}
			
			.bubble{
				
				float:left;
				}
			
		.bubble > nav a {
	display: block;
	float: left;
	position: relative;
	
	line-height:11px;
	background: url(../../images/buuble-link.png);
	width:86px;
	height:102px;
	text-transform:uppercase;
	
	
	color:#000000;
	text-align:center;
	padding-top:34px;
	font-size:10px;
	font-weight:bold;
}

 .bubble > nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.bubble > header nav a:hover:after {
	opacity: 1;
}

.bubble-margintop{
	
	margin-top:10px}

/*.bubble > nav a:hover {
	background: #47a3da;
}
*/
/*.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}*/

 .bubble > nav a:hover:before {
	color: #fff;
}


.area{
	
	
	 margin:20px 50px 0 15px;
	
	 }
.margin-top20{
	
	
	margin-top:20px;}	 
	
	.FL{
		
		float:left}
		
		.FR{
			
			float:right;}
			
			@media (min-width:768px){.bunnle{ float:none}}
			
			
			
			input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"],  input[type="time"], input[type="url"] {
   
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 25px;
    margin: 10px 0 0;
   
    transition: all 0.15s linear 0s;
    width: 100%;
}
input[type="tel"],input[type="address"],select{
   
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 10px 5px 0 0;
  
    transition: all 0.15s linear 0s;
    width: 135px;
	display:inline;
	float:left;
}

 textarea{
	 
	 margin:10px 0 0 0 ;
	  width: 100%;
	   border: 1px solid;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    
	transition: all 0.15s linear 0s;}
	
	.button {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 10px;
    outline: medium none;
    padding: 8px 17px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}

.footer-link{
	
	background:
	#f9f9fb;
	font-size:14px;
	color:#575757;}
	
	.services-header{
		border-bottom: 1px solid #7c0000;
		}
		.services-list
		{
			
			
			list-style-image:url(../../images/bullet.png)}
			.services-list  li
			
			{
				
				line-height:28px;
				}
				
				
			.collapsibleList li{
  /*list-style-image:url(../../images/button.png);*/
  list-style-type:none;
  cursor:pointer;
}

.collapsibleList {
	
	 margin:0px;
  padding:0px;}

.collapsibleList li ul{
  margin:0px;
  padding:0px;
  list-style-type:none;
}

li.collapsibleListOpen{
 /* list-style-image:url(../../images/button-open.png);*/
 list-style-type:none;
  cursor:pointer;
}

li.collapsibleListClosed{
  /*list-style-image:url(../../images/button-closed.png);*/
  list-style-type:none;
  cursor:pointer;
}	
	.countytab a{
		
		padding:10px !important;
		color:#575757; }
	
	 
/*.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
*/