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

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.footer a, .split a, .btn {
	text-decoration: none !important;
}
.footer a:hover, .split a:hover {
	text-decoration: underline !important;
}

h2 { font-size: 20px !important; }

td {
	text-align:left;
	font-family: inherit;
	color: inherit;
	border:0;
}

table {
	font-family: inherit;
	color: inherit;
	border:0;
}

ul {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 1em;
}

ul.sub_list {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 2px;
}

li {
	margin-bottom: 2px;
	text-align:left;
}

ul.staff_list li { margin-bottom: 15px; }

#dialog {
	margin: 10px 10px 10px 10px;
	font-family:inherit;
	font-size: inherit;
	color: inherit;
	text-align:justify;
}

.nav, .navbar ul {
	padding-left:0;
}

img.page_image {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

img { border:none; }
#side_menu { text-align:center; }
.smurf { display: none; }
.clear { clear: both; }
form { margin-bottom:0; }

#company_slides { margin: 0 auto; width:160px; height:75px; background:#fff }
#company_slides div { width:160px; height:75px; text-align:center; display: none; margin: auto; overflow:hidden }
#company_slides div img { display: block; margin: auto; }
#company_slides div.first_slide { display: block;margin: auto; }

#banner_slides div { display: none; overflow:hidden }
#banner_slides img { display: none; }
#banner_slides img.first_slide { display: block; }


/* CSS for the scrollers */
div.horizontal_scroller, div.vertical_scroller{
	position:relative;
	display:block;
	overflow:hidden;
}
div.scrollingtext{
	position:absolute;
}

/* Form Styles */
#form_div {
	margin: 20px 0 0 0;
}

.fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
}

#qq_interest { font-size:12px; width:195px }

.hiddenDiv {
	display: none;
}

.visibleDiv {
	display: block;
}

.carrier {
	width:200px; background:#FFFFFF; margin: 10px auto;	
}

.payment_list {
	border:#CCCCCC thin dotted;background:#FFFFFF; color: #000000; text-align:center; margin:10px 5px; padding: 5px 10px;
}

.pay_text { padding:5px 0 5px 25px; text-align:left; color:#000000; }

.location_list { margin: 10px 0; }

div.staff_list { border:#000000 1px solid; padding:5px; }

.staff_image { padding:0 10px 10px 0; float:left; }

.staff_page_link { float:right; font-size:.9em; }

.centered {
	text-align:center;
	margin: 0 auto;
}


.gplus { width: 40px; overflow:hidden; margin: 0 10px 0 0 }

.like_div { height:24px; width: 52px; overflow:hidden; text-align:center; margin: 0 auto }

.like_frame { border:none;overflow:hidden; width:200px; height:24px; }

#quick_quote_default {
	 font-size:12px; 
	 font-family: Helvetica, Arial, sans-serif;
}

#quick_quote_default input {
	width: 200px;
}

#quick_quote_default input.qq_fname  { width: 75px }

#quick_quote_default input#qq-btn {
width: auto;
}

/*#quick_quote_default input.qq_lname { width: 119px }*/

#quick_quote_default input.qq_lname { width: 106px; margin-left:5px; }

#quick_quote_default table {
	margin: 0 auto;
}

input#qq-btn_default {
	width:auto;
}

.split { padding:20px }

.split_section { width: 50%; float:left };

.span_section { padding: 5px };

.view_map { color:#0000FF;text-align:left }

#bottom_links div { float:left; }

#bottom_links ul { list-style:none; }

.div_pad { padding: 10px 0; }

.line_pad { padding: 5px 0; }

.section_pad { padding: 20px 0; }

.small_text { font-size: .8em }

.small_text a { font-size: .8em }


/* Read More Buttons
----------------------------------------------------------------------------------------------------*/
.button_arrow {
	color: #ffffff !important;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 26px;
	margin: 0 15px 0em 15px;
	padding: 5px 20px 5px 5px;
	position: relative;
	text-decoration: none !important;
	clear:both;
	margin-top:15px;
	display:block;
	float:left;
	line-height:23px;
	font-weight:bold;
	letter-spacing:.05em;
	padding-right:40px;
}
.button_arrow a {	
	color: #ffffff !important;
}

.button_arrow span {		
		height: 36px;
		left: -15px;
		position: absolute;
		top: -10px;
		width: 15px;
		display:block;
	
	}
.button_arrow  span, .button_arrow  span{
	margin-top:10px;
}


.button_arrow:hover { text-decoration: none; }



/* Black */

.button_arrow_black{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;

}
 
.button_arrow_black:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -36px;

 }

.button_arrow_black span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
 }
.button_arrow_black:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -36px;
}

/* Red */

.button_arrow_red{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -72px;

}
 
.button_arrow_red:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -108px;

 }

.button_arrow_red span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -72px;
 }
.button_arrow_red:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -108px;
}

/* Green */

.button_arrow_green{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -144px;

}
 
.button_arrow_green:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -180px;

 }

.button_arrow_green span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -144px;
 }
.button_arrow_green:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -180px;
}

/* Blue */

.button_arrow_blue{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -216px;

}
 
.button_arrow_blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -252px;

 }

.button_arrow_blue span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -216px;
 }
.button_arrow_blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -252px;
}

/* Gray */

.button_arrow_gray{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -288px;

}
 
.button_arrow_gray:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -324px;

 }

.button_arrow_gray span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -288px;
 }
.button_arrow_gray:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -324px;
}

/* White */

.button_arrow_white{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -360px;

}
 
.button_arrow_white:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -396px;

 }

.button_arrow_white span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -360px;
 }
.button_arrow_white:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -396px;
}

a.button_arrow_white {	
	color: #000 !important;
}


/* Light Blue */

.button_arrow_light_blue{
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -432px;

}
 
.button_arrow_light_blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right -468px;

 }

.button_arrow_light_blue span { 
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -432px;
 }
.button_arrow_light_blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left -468px;
}



/*BUTTONS*/

/* SHORTCODE SMALL ROUNDED BUTTONS */

.button_small {
	color: #ffffff !important;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 23px;
	margin: 0 1em 1em 15px;
	padding: 5px 20px 5px 5px;
	position: relative;
	text-decoration: none !important;
	clear:both;
	margin-top:15px;
	display:block;
	float:left;
	line-height:23px;
	font-weight:bold;
	letter-spacing:.05em;



}
.button_small a {	
	color: #ffffff !important;
}

.button_small span {		
		height: 33px;
		left: -15px;
		position: absolute;
		top: -10px;
		width: 15px;
		display:block;
	
	
	}
.button_small  span, .button_big  span{
	margin-top:10px;
}


.button_small:hover { text-decoration: none; }





/* COLORS */
/*blue/default */

span.button_small_container .light_blue {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right top;

}
 
span.button_small_container .light_blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -33px;

 }

span.button_small_container .light_blue span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left top;
 }
span.button_small_container .light_blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}



/* Blue */

span.button_small_container .blue {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -66px;
	color:#fff!important;

	
}
 
span.button_small_container .blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -99px;

 }

span.button_small_container .blue span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -66px;
 }
span.button_small_container .blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -99px;
}

/*green */

span.button_small_container .green {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -132px;
	color:#fff!important;
	
}
 
span.button_small_container .green:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -165px;

 }

span.button_small_container .green span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -132px;
 }
span.button_small_container .green:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -165px;
}



/*black */
span.button_small_container .black {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -198px;
	color:#fff!important;

}
 
span.button_small_container .black:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -231px;

 }

span.button_small_container .black span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -198px;
 }
span.button_small_container .black:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -231px;
}


/*gray */

span.button_small_container .gray {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -264px;
	color:#fff!important;

}
 
span.button_small_container .gray:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -297px;

 }

span.button_small_container .gray span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -264px;
 }
span.button_small_container .gray:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -297px;
}


/*white */
span.button_small_container .white {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -330px;
	color:#333!important;
	
}
 
span.button_small_container .white:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -363px;

 }

span.button_small_container .white span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -330px;
 }
span.button_small_container .white:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -363px;
}



/*red */
span.button_small_container .red {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -396px;
	color:#fff!important;
	text-shadow: 0px 0px 1px #000;
}
 
span.button_small_container .red:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -429px;

 }

span.button_small_container .red span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -396px;
 }
span.button_small_container .red:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -429px;
}

/*pink */
span.button_small_container .pink {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -462px;
	color:#fff!important;

}
 
span.button_small_container .pink:hover { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: right -495px;

 }

span.button_small_container .pink span { 
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -462px;
 }
span.button_small_container .pink:hover span {
	background-attachment: scroll;
	background-image: url(img/button_small.png);
	background-repeat: no-repeat;
	background-position: left -495px;
}




/* BIG ROUNDED BUTTONS */
a.button_big {	
	color: #ffffff !important;
	font: 16px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 38px;
	margin: 0 1em 1em 16px;
	padding: 10px 20px 5px 5px;
	position: relative;
	text-decoration: none !important;
	text-align:center;
	margin-top:15px;
}
span.button_big_container a {	

}
span.button_big_container a em {	
	line-height: inherit;
	clear:both;

}
a.button_big:visited{	
	color: #ffffff !important;
	
}

	.button_big span {		
		height: 53px;
		left: -15px;
		position: absolute;
		top: -10px;
		width: 20px;
	}
	
	.button_big em {
	font-size:14px;
	font-style: italic;
	font-weight:normal;
	}
	
.button_big:hover { text-decoration: none; }


/* COLORS */

/* short code big buttons light blue
----------------------------------------------------------------------------------------------------*/
span.button_big_container .light_blue {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-shadow: 0px 0px 1px #666;
}
 
span.button_big_container .light_blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -53px;

 }

span.button_big_container .light_blue span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left top;
 }
span.button_big_container .light_blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -53px;
}



/* short code big buttons Blue
----------------------------------------------------------------------------------------------------*/
span.button_big_container .blue {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -106px;
	color:#fff!important;
	 text-shadow: 0px 0px 1px #666;

}
 
span.button_big_container .blue:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -159px;

 }

span.button_big_container .blue span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -106px;
 }
span.button_big_container .blue:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -159px;
}

/*green */
span.button_big_container .green {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -212px;
	color:#fff!important;
	text-shadow: 0px 0px 1px #333;

}
 
span.button_big_container .green:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -265px;

 }

span.button_big_container .green span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -212px;
 }
span.button_big_container .green:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -265px;
}

/* short code big buttons black
----------------------------------------------------------------------------------------------------*/
span.button_big_container .black {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -318px;
	color:#eee!important;
	text-shadow: 0px 0px 1px #000;

}
 
span.button_big_container .black:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -371px;

 }

span.button_big_container .black span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -318px;
 }
span.button_big_container .black:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -371px;
}


/* short code big buttons gray
----------------------------------------------------------------------------------------------------*/
span.button_big_container .gray {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -424px;
	color:#fff!important;
	text-shadow: 0px 0px 1px #333;

}
 
span.button_big_container .gray:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -477px;

 }

span.button_big_container .gray span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -424px;
 }
span.button_big_container .gray:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -477px;
}


/* short code big buttons white
----------------------------------------------------------------------------------------------------*/
span.button_big_container .white {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -530px;
	color:#333!important;
	text-shadow: 0px 0px 1px #999;

}
 
span.button_big_container .white:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -583px;

 }

span.button_big_container .white span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -530px;
 }
span.button_big_container .white:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -583px;
}
/* short code big buttons red
----------------------------------------------------------------------------------------------------*/
span.button_big_container .red {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -636px;
	color:#eee!important;
	text-shadow: 0px 0px 1px #333;

}
 
span.button_big_container .red:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -689px;

 }

span.button_big_container .red span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -636px;
 }
span.button_big_container .red:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -689px;
}
/* short code big buttons pink
----------------------------------------------------------------------------------------------------*/
span.button_big_container .pink {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -742px;
	color:#fff!important;
	text-shadow: 0px 0px 1px #222;

}
 
span.button_big_container .pink:hover { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: right -795px;

 }

span.button_big_container .pink span { 
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -742px;
 }
span.button_big_container .pink:hover span {
	background-attachment: scroll;
	background-image: url(img/button_big.png);
	background-repeat: no-repeat;
	background-position: left -795px;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#666;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000;
	font-size:12px;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background: url(../img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(../img/bubble.gif) no-repeat bottom;
}


#staff_list .media-object.thumbnail {
/*	height:64px;*/
	width:90px;
	margin-right:5px;
	height:auto;
}


#staff_list .clearfix {
	margin-top:40px;
	margin-bottom:10px;
	clear:both;
	border-bottom: 1px solid #eee;
}




/* Simple Quick Quote in the Banner */
#quick_quotebanner h4 {
	color:white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-top:0;
}

.input-small {
	width: 95px !important;
}

input#qq-btnbanner.btn {
	width:220px;
}

div#quick_quotebanner form {
	margin-bottom:0;
}

div#quick_quotebanner {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	
	background-color:rgba(0,0,0,0.5);
	border:1px solid white;
	
	margin:10px;
	padding:5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 5px !important;
}



/* Double Column Dropdown */

/*ul.dropdown-menu.double-column {
	width:420px;
}

ul.dropdown-menu.double-column li {
	width:210px !important;
	float:left;
}*/


li.dropdown ul.dropdown-menu.twocol {
	width:500px;
}
li.dropdown ul.dropdown-menu.twocol > li {
	width:250px;
	float:left;
}
li.dropdown ul.dropdown-menu.twocol > li a {
	overflow:hidden;
	width:210px;
}



li.dropdown ul.dropdown-menu.threecol {
	width:750px;
}
li.dropdown ul.dropdown-menu.threecol > li {
	width:250px;
	float:left;
}
li.dropdown ul.dropdown-menu.threecol > li a {
	overflow:hidden;
	width:210px;
}



/* THUMBNAIL PULL-RIGHT -- IMAGES IN CONTENT */

.thumbnail.pull-right {
	margin-left:10px;
	margin-bottom:10px;
}



/* BLOG RELATED STYLES */
h1.blog_article {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
}
span.blog_article_info {
    color: #999999;
    display: block;
    margin-bottom: 10px;
}

.blog-entry.well {
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.blog-entry .date {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.blog-entry .subject {
    font-size: 18px;
    font-weight: bolder;
}
.blog-entry a.subject:hover {
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
}
.blog-content {
    margin-left: 10px;
}

.blog-cal {
    float: left;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    height: 50px;
    margin-right: 10px;
    width: 52px;
}
.month {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    height: 15px;
    width: 50px;
}
.month p {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    margin: -2px 8px 0;
    padding: 0 0 1px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.day {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC;
    height: 30px;
    width: 50px;
}
.day p {
    color: #444444;
    font-size: 28px;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.red {
    background: -moz-linear-gradient(center top , #A90329 0%, #8F0222 44%, #6D0019 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.green {
    background: -moz-linear-gradient(center top , #8AB66B 0%, #398235 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.blue {
    background: -moz-linear-gradient(center top , #4F85BB 0%, #24588C 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.yellow {
    background: -moz-linear-gradient(center top , #FFCB49 1%, #F8B500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.online-insurance-quotes .btn-quote {
	float: none;
	display: block;
	margin: 2% 3%;
	padding: 4px 6px 4px 42px;
	text-align: left;
	line-height: 30px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
}
.online-insurance-quotes .btn-quote-block {
	width: 33.3333%;
	float: left;
}
.online-insurance-quotes .btn-quote img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
}

.dropdown-menu.threecol {
	left: -340px !important;
}
.navbar .nav > li > .dropdown-menu.threecol:after {
	left: 370px !important;
}

.placeholder { color: #aaa; }