a { text-decoration: underline; color:#900; }
a:hover { text-decoration: none; }
.btn { text-decoration: none !important; }

#social-icons img { width:21px; }

h1 {
	font-size: 32px;
}

h2.phone-number {
	margin:0;
}

/***************************************/
/***  Justified Navbar List Styles  ***/
/***************************************/
  /* Customize the navbar links to be fill the entire space of the .navbar */
  .navbar {
    margin-bottom:0px;
	margin-top:10px;
	width:940px;	
  }

  .navbar .navbar-inner {
    padding: 0;
  }
  .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
  }
  .navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
  }

  .navbar .nav li a {
    font-weight: bold;
	white-space:nowrap;
    text-align: center;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
/*    border-left: none;
    border-right: none;*/
  }
  .navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 8px 0 0 0;
  }
  .navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 8px 0 0;
  }
  
  .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }
  
  .navbar .nav > li > a:hover {
    float: none;
    padding: 10px 15px 10px;
    color: #fff;
	background-color:#760d17;
    text-decoration: none;
    text-shadow: none;
  }
  
  

	.navbar .nav li ul {
/*		width:200px;*/
		margin-top:-2px;
		z-index:9999;
	}

	.navbar .nav li ul li {
	  display: block;
	  width:100%;
	  text-align:left;
	}
	
	.navbar .nav li ul li a {
	  text-align:left;
	  text-decoration:none;
	  font-weight:normal;
	  border-left: 0;
	  border-right: 0;
	}

/*.navbar .nav > li > a {
	padding: 7px;
	word-spacing: 0;
	letter-spacing: -1px;
	font-weight: bolder;
}*/

.dropdown-menu {
	left:auto;
	max-width:auto;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  z-index:9999;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.btn-warning {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#960c17+0,760d17+100 */
background: #960c17; /* Old browsers */
background: -moz-linear-gradient(top,  #960c17 0%, #760d17 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #960c17 0%,#760d17 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #960c17 0%,#760d17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960c17', endColorstr='#760d17',GradientType=0 ); /* IE6-9 */

}
.btn-warning:hover, .btn-warning:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#760d17+0,960c17+100 */
background: #760d17; /* Old browsers */
background: -moz-linear-gradient(top,  #760d17 0%, #960c17 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #760d17 0%,#960c17 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #760d17 0%,#960c17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760d17', endColorstr='#960c17',GradientType=0 ); /* IE6-9 */

}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
background: rgb(94,94,94); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(94,94,94,1) 0%, rgba(58,58,58,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(100%,rgba(58,58,58,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(58,58,58,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(58,58,58,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(58,58,58,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,94,94,1) 0%,rgba(58,58,58,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */

  
  border: 1px solid #d4d4d4;
  border-bottom:0;
  
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;


  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;

  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  
		  
/*  behavior: url(/d1000/assets/css/pie2/PIE.htc);*/
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background: #760d17 !important;
}

/************************************************************/
/***  			Breadcrumb Styles (main product lines)  			***/
/************************************************************/
.breadcrumb {
	padding: 6px 10px 2px 10px;
	font-size:12px;
	
	width:918px;
	
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/d1000/assets/css/pie2/PIE.htc);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	


    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;

    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

/************************************************************/
/***  Justified Home Button Bar Styles (main product lines)  ***/
/************************************************************/
  /* Customize the navbar links to be fill the entire space of the .navbar */

	.homebtns > li > a {
		display: block;
	}

	.btnbar .homebtns {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	}
	.homebtns {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	}

  .btnbar .btnbar-inner {
    padding: 0;
	margin:0 20px;
  }

	.btnbar-inner {
		min-height: 40px;
		padding-right: 20px;
		padding-left: 20px;
	
		background-color: #fafafa;
		background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
		background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
		background-repeat: repeat-x;
	
		background-color: #e2e2e2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#c0c0c0)); /* Chrome, Safari 4+ */
		background-image: -webkit-linear-gradient(top, #e2e2e2, #c0c0c0); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:    -moz-linear-gradient(top, #e2e2e2, #c0c0c0); /* Firefox 3.6-15 */
		background-image:      -o-linear-gradient(top, #e2e2e2, #c0c0c0); /* Opera 11.10-12.00 */
		background-image:         linear-gradient(to bottom, #e2e2e2, #c0c0c0); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#c0c0c0', GradientType=0);

	
		border: 1px solid #999;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		behavior: url(/d1000/assets/css/pie2/PIE.htc);
	
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	
		-moz-box-shadow: 0px 2px 3px #ccc;
		-webkit-box-shadow: 0px 2px 3px #ccc;
		box-shadow: 0px 2px 3px #ccc;
		/* For IE 8 
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#cccccc')";
		/* For IE 5.5 - 7 
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#cccccc');*/
	}

	.btnbar-inner .container {
		max-width:864px;
	}

  .btnbar .homebtns {
    margin: 0;
    display: table;
    width: 100%;
  }
  .btnbar .homebtns li {
    display: table-cell;
    width: 1%;
    float: none;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#c0c0c0', GradientType=0);
  }
  .btnbar .homebtns li a {
    font-weight: bold;
    text-align: center;
	  font-size:120%;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  .btnbar .homebtns li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
  }
  .btnbar .homebtns li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
  }

.btnbar .homebtns > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #777777;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #ffffff;*/
}

.btnbar .btnbar-inner {
	z-index: 5000;
}

.btnbar {
	margin-top:-30px;
	margin-bottom: 20px;
	letter-spacing:-1px;
	word-spacing:0px;
	
	position:relative;
	z-index:9000;
}




/************************************************************/
/***  				Justified Feature Bar				  ***/
/************************************************************/

.featuredbar.row {
	margin-left:-12px;
}

.featuredbar .well.span2 {
	margin-left:10px;
	width:160px;
	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.featuredbar .span2 h3 {
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	height:28px;
	display:table-cell;
	vertical-align:bottom;
	margin-bottom:10px;

	table-layout:fixed;
	width:160px;
	height:36px;
}

.featuredbar .well.span2 ul {
	margin-left:0px;
	margin-top:10px;
	height:115px;
/*	overflow:hidden;*/
	
}
.featuredbar .well.span2 ul > li {
	margin:0;
	padding:0;
	line-height:16px;
	font-size:12px;
/*	list-style-type:circle;*/
}




/***************************************/
/***  Footer Styles  ***/
/***************************************/

.footer-wrapper {

	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#2A2A2A)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #111111, #2A2A2A); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #111111, #2A2A2A); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #111111, #2A2A2A); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #111111, #2A2A2A); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#2A2A2A', GradientType=0);*/

	width:100%;
}

.footer {
	margin-left:-11px;
	margin-top:20px;
	width:940px;
	padding:10px 10px 0 10px;
	
	color:white;
	

	
	/* GREEN VERSION 
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#135831), to(#222222)); 
	background-image: -webkit-linear-gradient(top, #135831, #222222); 
	background-image:    -moz-linear-gradient(top, #135831, #222222); 
	background-image:      -o-linear-gradient(top, #135831, #222222); 
	background-image:         linear-gradient(to bottom, #135831, #222222); */
}

.footer a, .footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color:white;
	text-decoration:underline;
}

.footer a:hover { text-decoration:none; }




.btn-quote {
  font-size:1.75em;
/*  letter-spacing:1px;*/
  word-spacing:2px;
  padding-top:14px;
  margin-top:5px;
  height:35px;
	
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#760d17+0,960c17+100 */
background: #760d17; /* Old browsers */
background: -moz-linear-gradient(top,  #760d17 0%, #960c17 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #760d17 0%,#960c17 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #760d17 0%,#960c17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760d17', endColorstr='#960c17',GradientType=0 ); /* IE6-9 */

}

.btn-large.btn-quote {
	height:auto;
}

.btn-small.btn-quote {
	height:25px;
	padding-top:3px;
    font-size:1.2em;
}

.btn-quote:hover,
.btn-quote:focus,
.btn-quote:active,
.btn-quote.active,
.btn-quote.disabled,
.btn-quote[disabled] {
  color: #ffffff;
  background-color: #A0BD6A;
  *background-color: #5F8813;
}

.btn-quote:active,
.btn-quote.active {
  background-color: #A0BD6A \9;
}

.well-white {
	background: #fff;
}




/*
	ARROW QUOTE BUTTON
*/
.btn-arrowquote {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	

	
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#960c17+0,760d17+100 */
background: #960c17; /* Old browsers */
background: -moz-linear-gradient(top,  #960c17 0%, #760d17 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #960c17 0%,#760d17 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #960c17 0%,#760d17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960c17', endColorstr='#760d17',GradientType=0 ); /* IE6-9 */

}

.btn-arrowquote:hover,
.btn-arrowquote:focus,
.btn-arrowquote:active,
.btn-arrowquote.active,
.btn-arrowquote.disabled,
.btn-arrowquote[disabled] {
  color: #ffffff;
  background-color: #034072;
  *background-color: #5F8813;
}

.btn-arrowquote:active,
.btn-arrowquote.active {
  background-color: #034072 \9;
}







/***************************************/
/***  Banner Slides  ***/
/***************************************/
  /* Main marketing message and sign up button */
  .jumbotron {
    margin: 0px 0 5px 0;
    text-align: center;
	padding:0;
	
	width:938px;
	height:240px;

/*	border: 1px solid #ccc;*/
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;

    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;

	overflow:hidden;
	z-index:2000;
  }
  
  
  
  
  #cities, #bottom_links, #site_by {
	  text-align:center !important;
	  margin-bottom:20px;
  }
  
  #bottom_links {
	  margin-bottom:25px;
  }
  #bottom_links li a {
	  text-decoration:none;
	  font-size:12px;
	  line-height:16px !important;
  }