/****** Elements ******/

html {
	font-family: Arial;
	font-size: 100%;
}

body {
	font-size: 14px;
	color: #454545;
	padding: 0px !important;
	line-height: inherit;
}

h1, h2
{
	font-size: 24px;
	margin: 20px 0;
	color: #696969;
        font-family: Arial, Arial;
}

h1
{
	color: #3E3E3E;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .83em;
	margin: 1.5em 0;
}

h6 {
	font-size: .75em;
	margin: 1.67em 0;
}

fieldset {
	border: 1px dotted gray;
}

legend {
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	margin-left: 10px;
	padding: 0 5px;
}

ul {
	margin: 1.12em 0;
}

li {
	display: list-item;
}

/****** Skin ******/

.skn-header {
	background-color: white;
	border: 1px gray solid;
	margin-bottom: 10px;
}

.skn-topnav {
	background-color: #EEE;
	border: 1px gray solid;
}

.skn-footer {
	background-color: white;
	border: 1px gray solid;
}

.skn-banner {
	background-color: white;
	border: 1px gray solid;
}

#home-page .skn-content {
	
}

#interior-page .skn-content {

}

.button
{
	background:none;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;	
	background-color: #36bfa6;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	height: auto;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.button:hover 
{
	color: white;
	text-decoration: none !important;
	background-color: #2e8f7d;	
}

.button-div
{
	margin-top:30px;
}

.background
{
	overflow: hidden;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

.footerLine 
{
    background-color: #9A9A99;
    height: 11px;
}
	
/****** breadcrumbs ******/

.breadcrumbs 
{
	background-color: #3e3e3e;
	opacity: 0.7;
	color: white;
	padding: 3px 0;
}

.breadcrumbs a 
{
	color: white;
	text-decoration: none;
}	

.breadcrumbs a:first-child
{
    margin-left: 9px;
}

.breadcrumbs a:hover 
{
	text-decoration: underline;
}

.breadcrumb-header
{
	font-size: 48px;
	font-weight: 300;
}

.left-col {
	background-color: white;
	background-image: url('images/main-right-border.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.right-col 
{
	background-color: #f1f1f1;
}

.featured-products-header
{
	background-image: url('images/FeaturedProducts.png');
	background-repeat: no-repeat;
	background-position: -5px 0;
	overflow: hidden;
}

.featured-products-header h2
{
	position: absolute;
	top: -5000px;
	left: 0;
}

.rotator-prev, .rotator-next
{
	width: 37px;
	height: 22px;
	background-color: #36A38F !important;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 2px;
}

.rotator-prev
{
	float: left;
	background-image: url("images/arrow-left-inactive.png");
	margin-left: 4px;
}

.rotator-prev.active 
{
    background-image: url("images/arrow-left.png");
}

.rotator-next
{
	float: right;
	background-image: url("images/arrow-right-inactive.png");
	margin-right: 4px;
}


.rotator-next.active 
{
    background-image: url("images/arrow-right.png");
}

.rotator-item a{
	text-decoration: none;
}


/***** location rotator ******/
.locations-inner
{
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.location-prev, .location-next
{
	background-color: #484847;
	float: left;
	height: 34px;
	margin: -1px !important;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 1px;
}

.location-prev
{
	background-image: url("images/arrow-left.png");
	border-right: 1px solid #343433;
	width: 50% !important;
}

.location-prev:hover, .location-next:hover
{
	background-color: #36BFA6 !important;
}

.location-next
{
	background-image: url("images/arrow-right.png");
	border-left: 1px solid #717171;
}

.location-title{
	background-image: url('images/MapPin_icon.png');
	background-repeat: no-repeat;

	padding-left: 40px;

	font-size: 24px;
	color: black;
	font-weight: bold;
	line-height: 42px;

}

.right-col .location h3, .location h4
{
	font-size: 13px;
	color: #454545;
}

.right-col .location-phone span
{
	font-weight: normal;
}

.right-col .location h3 
{
	font-weight: bolder;
}

.location h4 
{
    font-weight: normal;
    margin: 0px;
}

.location .contact-us
{
	width: 165px;
}

.location-functions 
{
	list-style-image: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style: none;
}
.location-functions li a 
{
	background-color: #027dc0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	width: 181px;
	height: 21px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 29px;
	background-image: url(images/bulletArrow.png);
	background-repeat: no-repeat;
	background-position: 8px center;	
}
.location-functions li a:hover 
{
	text-decoration: none;	
	background-color: #026094;
}

.listings .location-functions li a
{
	color: #0090DF;
	background: none;
	padding-left: 0;
}

/****** carriers ******/
.listings {
	margin-left: 0px;
	padding-top: 0px;
}

.listings, .listing{
	width: 100%;
	list-style: none;
}

.listing {
	clear: both;
	padding:1em 0;
}

.providers{
	display: block;
	background-color: white;
}

.provider{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display:none;
}

.right-col .providers{
	background-image: none;
	background-color: white;
}

.carrier-logo{
	width: 90%;
	/* hack to force width when no logo exists */
	/* i have no idea why this works */
	padding: 1px;
}

/******* testimonials *******/

.testimonial{
	display:none;
}

.testimonial-rotator
{
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;

	background: url(images/bubble-gradient.png) repeat-x;
	color: white;

	-moz-border-radius: 15px 15px 15px 0;
	border-radius: 15px 15px 0 15px;

}

.testimonial-author
{
	margin-top: 8px;
	display: block;
	color: #454545;
	font-weight: normal;
}

.testimonial-controls
{
	background-repeat: no-repeat;
        height: 30px;
}

.testimonial-controls div:hover
{
	cursor: pointer;
}

.full-testimonial 
{
	display:none;
}

.full-testimonial-box 
{
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	background-color: #abbd2d;
	color: white;
	-moz-border-radius: 15px 15px 15px 0;
	border-radius: 15px 15px 15px 0;
}

.testimonial-prev{
	background-image: url(images/arrow-right-sprite.png);
	background-position:0 0;
}

.testimonial-prev:hover{
	background-position:0 -13px;
}

.testimonial-next{
	background-image: url(images/arrow-left-sprite.png);
	background-position:-15px 0;
}

.testimonial-next:hover{
	background-position:-15px -13px;
}

/***** footer product listing ******/
.quick-links{
	background-color: #584e45;
	font-size: 13px;
}

.quick-links a{
	color: white;
	text-decoration: none;
}

.quick-links a:hover{
	text-decoration: underline;
}

.landing {
	font-weight:bold;
}


/****** footer ******/
.footer{
	font-size: 11px;
	color: white;
        background-color: #343433;
        overflow: hidden;
        padding-bottom: 88px;
	clear: both;
}

.footer a{
	color: white;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.footer .footer-links {
	padding-top: 14px;
}

.footer .certifications {
	float: left;
}

.footer .sm-chicklets {
	float: right;
}

.upper-footer
{
    margin-bottom: 33px;
    margin-top: 18px;
}

.certifications img {
	margin-right: 39px;
	height: 80px;
}

.sm-chicklets a{
	background-image: url('images/SocialMediaChicklets.png');
	background-repeat: no-repeat;
	margin-left:3px;
}

.sm-chicklets .facebook-url{
	background-position: 0px 0px;
}
.sm-chicklets .facebook-url:hover{
	background-position: 0px -28px;
}

.sm-chicklets .linkedin-url{
	background-position: -39px 0px;
}
.sm-chicklets .linkedin-url:hover{
	background-position: -39px -28px;
}

.sm-chicklets .twitter-url{
	background-position: -77px 0px;
}
.sm-chicklets .twitter-url:hover{
	background-position: -77px -28px;
}

.sm-chicklets .google-url{
	background-position: -116px 0px;
}
.sm-chicklets .google-url:hover{
	background-position: -116px -28px;
}

.sm-chicklets .youtube-url{
	background-position: -154px 0px;
}
.sm-chicklets .youtube-url:hover{
	background-position: -154px -28px;
}

.sm-chicklets .instagram-url{
	background-position: -190px 0px;
}
.sm-chicklets .instagram-url:hover{
	background-position: -190px -28px;
}

.sm-chicklets .blog-url{
	display:none;
}

/****** header ******/

.header
{
    padding-top: 84px;
    overflow: hidden;
}

.logo
{
	max-width: 100%;
	float: left;
	margin-bottom: 12px;
	color: #454545;
	text-decoration: none;
}

.logo div {
	padding: 34px 0;
	line-height: 100%;
}

.phone-number
{
    	margin-top: 28px;
	margin-bottom: 10px;
	position: relative;
	font-family: Arial, Arial;
	font-size: 31px;
        float: right;
        color: #36BFA6;
        font-weight: bold;
	line-height: 29px;
	text-align: center;
}

.phone-number.refer
{
	margin-top: 15px;
}

.phone-number-header
{
	text-align: center;
        font-weight: 300;
	padding: 0 10px;
	background-color: white;
	font-size: 21px;
	color: #36BFA6;
}

.fb-like {
	width: 50px;
	overflow: hidden;
}

/****** staff ******/

.bio-link, .hide-bio-link {
	width:115px;
}

.phone span {
	font-weight: bold;
	width: 100px;
	float: left;
}

.email{
	margin-top: 10px;
}

.email span{
	font-weight: bold;
}

.staff-pic {
	width: 20%;
	margin-right: 3%;
	padding: 1px;
}

.staff-pic > img {
	display: block;
	margin: 0 auto;
	max-height: 200px;
	max-width: 100%;
}

.staff-name, .staff-contact, .staff-office {
	width: 25%;
}

.staff-office .address {
	background-image: url('images/MapPin_icon.png');
	background-repeat: no-repeat;

	min-height: 45px;
	padding-left: 40px;
	margin-bottom: 10px;
}

.staff-office .directions-link {
	padding-left: 40px;
	padding-top: 31px;
}

.bio {
	padding-left: 10%;
	width: 80%;
	display:none;
	margin-top: 20px;
}



/******* product page *******/
.quote-link {
	width: 200px;
}

/******* related products *******/
.related-products li {
	display: inline;
	float: left;
	width: 274px;
	height: 120px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px #000000;
	box-shadow: 0px 1px 5px 0px #000000;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));

}

.related-products li img {
	width: 102px;
	float: left;
}

.related-product-details {
	float:left;
	width: 153px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 16px;
}

.related-product-details h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0090df;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 15px;
}

/****** locations page ******/

.locations-container .address
{
	width: 100%;
}

.address, .map{
	width: 50%;
}

.address > h3 {
	font-size: 13px;
	margin: -4px 0 3px;
	padding: 0;
	width: 100%;
	color: black;
	font-weight: bold;
}

.listing > .address > * {
	float: left;
}

/******* top nav ******/
.top-nav{
	background: #f1f3f5; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f1f3f5 0%, #d6dbde 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f1f3f5), color-stop(100%,#d6dbde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #f1f3f5 0%,#d6dbde 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #f1f3f5 0%,#d6dbde 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #f1f3f5 0%,#d6dbde 100%); /* IE10+ */
	background: linear-gradient(135deg, #f1f3f5 0%,#d6dbde 100%); /* W3C */
	z-index: 99;
}

.top-nav-stripes
{
	height: 78px;
	background-image: url("images/stripe.png")
}

.nav-container{
	font-size: 14px;
	font-family:Oswald;
	color: #454545;
	z-index: 5;
}

.nav-container > ul > li > a {
	text-transform: uppercase;
}

.nav-container a{
	text-decoration: none;
}

.nav-container ul{
	z-index: 5;
}

.nav-container ul {
    
}

.nav-container ul li a
{
    color: #3e3e43;
}

.nav-container > ul > li > a {
	color: #343433;
}

.nav-container ul  ul li:hover > a{
	color: #eeeeee;
}


.home-link a{
	background-image: url('images/HomeIcon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.nav-container > ul > li
{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 11px;
    padding-top: 0px;
    margin-left: 7px;
}
 
.nav-container > ul > li:hover
{
    background-color: rgba(0, 0, 0, 0.08);
}


.dropdown ul{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px #000000;
	box-shadow: 0px 1px 5px 0px #000000;
}

.dropdown li {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.dropdown >ul li:nth-last-child(1){
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.dropdown >ul li li:nth-child(1){
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.dropdown >ul li li:nth-last-child(1){
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/* nav-products */
.product-div {
	overflow: hidden;
	display:none;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.products:hover > div, .products:hover  ul{
	display:block;
}

.top-product-list {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

.products > li{
	display: block;
}

.products .top-product-list li:hover{
	color:#eeeeee;
	background-color:#454545;
}

.product-info{
	background-color: white;

	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 15px;

}

.product-info h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

.product-details {
	border-left: 1px solid #d2d2d2;
}

.nav-container ul .subproducts li a{
    color: #0090df;
    margin-left: 15px;
    margin-bottom: 17px;
    line-height: 1;
}

.nav-container ul .subproducts li a:hover{
	color: #0090df;
	text-decoration: underline;
}

.nav-container .right-items{
	color: #0090df;
}

.nav-container .right-items li:hover{
	color: #065a87;
}

.locations-widget-button {
	background-image: url('images/locationIcon.png');
	background-repeat: no-repeat;
	background-position: left;
}

.locations-widget .location{
	clear: both;
}
.locations-widget .content{
	display: none;
	font-family: arial, sans-serif;
	background-color: #eeeeee;
	position: absolute;
	top:100%;
	left: -400px;
}

.directions-wrapper{
	padding: 5px;
}


.page, .wrapper, .locations-widget .content > div{
	background-color: white;
}

.vert-arrow {
	height: 13px;
	width: 13px;
	background-image: url('images/ArrowsVertical.png');
	background-repeat: no-repeat;
	background-position: 4px -11px;
	padding-right: 18px;
	margin-left: 5px;
}

.horz-arrow {
	float: right;
	height: 12px;
	width: 8px;
	background-image: url('images/BW_arrow.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 15px;
}

li:hover > a > .horz-arrow{
	background-position: 0 -13px;
}

.locations-widget .page, .locations-widget .content {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

}

.email-widget {
	background-image: url('images/emailIcon.png');
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
}

.carrier-info{
	width: 100%;
}

.carrier div, .carrier h3{
	float: left;
}

.carrier{
	list-style-type:none;
}

.carrier-name {
	width:62%; 
	padding-left:3%;

	font-size:24px;
	font-weight:bold;
	color: #0090df;
}

.carrier-details {
	display:none;
	clear:both; 
	padding-left: 25%; 
	width: 70%; 
}
.carrier-details dl {
	padding: 10px 30px;
}

.functions {
	width: 9%;
}
.plus-minus {
	display:block;
	width: 28px;
	height: 28px;
	background-image: url('images/PlusMinus.png');
}

.carrier-logo:hover, .carrier-name:hover, .plus-minus:hover{
	cursor:	pointer;
}
.plus-minus:hover{
	background-position: 0 28px;
}

.expanded .plus-minus{
	background-position: 28px 0;
}
.expanded .plus-minus:hover{
	background-position: 28px 28px;
}

.carrier-logo-box {
	width:24%;

	border-right: #dedede 1px solid;
}

.carrier-details a{
	text-decoration: none;
}
.carrier-details a:hover{
	text-decoration: underline;
}


/******* form ******/

.checkbox {
	display: inline;
	height: 14px;
	width: 15px;

}



form .button {
	display: block;
	width: 150px;
	border: 0;
	margin-top: 14px;
}


.left-col form input, .left-col form select, .left-col form textarea {
	margin-bottom: 20px;
}

/****** jscrollpane override ******/
.jspVerticalBar {
	width: 8px;
}

.jspTrack {
	background-color: #bfc7c8;
}

.jspDrag {
	background-color: #9fa2a3;
}

.subproducts .jspTrack {
	background-color: #eeeeee;
}

.subproducts .jspDrag {
	background-color: #343434;
}



/******* jquery ui overrride *******/
.ui-widget-overlay { 
	opacity: .80;
	filter:Alpha(Opacity=80); 
}

/****** Site Structure ******/

.str-header {
	margin-bottom:10px;
}

.str-banner {
	width: 500px;
	height: 375px;
	float: left;
}

#home-page .str-content {
	float: left;
	margin-left: 10px;
}

#interior-page .str-content {

}

.frame {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.str-footer {
	margin-top: 10px;
}

.left-col {

}

.right-col {
	padding-left:10px;
}

/****** featured products rotator *******/
.featured-products-header 
{
	background: none;
	background-color: #36bfa6;
	height: 32px;
	margin-top: 37px;
}

.featured-products-header h2 
{
	line-height: 37px;
	position: static;
	font-family: "Oswald", Arial, sans-serif !important;
	font-size: 18px !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	margin-top: -2px !important;
	margin-bottom: 0px !important;	
	margin-left: 9px !important;
}

.rotator {
	margin-top: 24px;
}

.rotator-prev {
	background-image: url('images/arrow-left-inactive.png');
	margin-left: 5px;
}

.rotator-next
{
	background-image: url('images/arrow-right-inactive.png');
}

.rotator-prev.active
{
	background-image: url('images/arrow-left.png');
}

.rotator-next.active
{
	background-image: url('images/arrow-right.png');
}

.rotator-items 
{
	height: 345px;
}

.rotator-window 
{
	width:3000px;
}

.rotator-item 
{
	float:left;
	margin-right: 26px;
	width: 221px;
}

.locations-inner .rotator-item
{
	width: 222px;
}

.featuredProducts
{
	overflow: hidden;
}

.featured-product-label
{
	background: none;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	padding: 0;
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

.featured-product
{
	width: 220px;
	height: 143px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .25);
}

.featured-product img
{
	height: 61px;
}

.featured-product-desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #343433;
	margin-top: 16px;
	margin-bottom: 5px;
	padding-right: 14px;
	height: 102px;
	overflow:hidden;
}

.featuredProducts .rotator-arrows
{
	height: 27px;
	width: 100%;
	background: #36BFA6;
}

.grayButton {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #343433;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.grayButton:hover {
	background-color: #686866;
	color: #FFFFFF;
}

/****** locations rotator ******/
.locations-container
{
	margin-bottom: 22px;
}

.locations-viewport 
{
	clear: both;
	width: 225px;	
	overflow: hidden;
}

.locations .rotator-item
{
	padding: 14px;
}

.right-col .location 
{
	float: left;
	margin: 20px 0;
}

.right-col .location div
{
	width: 225px;
	display: block;
}

.location-phone
{
	width: 215px;
	margin-top: 8px;
}

.location-phone h4
{
	background-color: #36BFA6;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 20px;
	margin: 0 0 5px;
	padding: 3px 0 0 7px;
}

.office-hours 
{
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	width: 218px;
	padding: 0;
	font-weight: normal;
	margin-top: 13px;
	padding-bottom: 5px;
	line-height: 18px;
}

.office-hours h4 
{
	background-color: #36bfa6;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-left: 7px;
	margin-bottom: 5px;
}

.office-hours span
{
	display: inline-block;
	font-weight: normal;
	width: 22%;
	padding-left: 7px;
}

.listings .location .office-hours
{
	margin-top: -2px;
}

.map 
{
	height: 265px;
}

/****** carriers ******/
.providers
{
	height: 164px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.provider
{
	width: 100%;
	height: 123px;
}

.right-col .providers 
{
	width: 240px;
	height: 140px;
	padding-left: 0px;
}

.right-col .provider
{
	width: 75%;
	margin: 0 auto;
}

/****** testimonials ******/
.testimonials h2
{
	color: #000000;
	font-family: "Oswald",Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.testimonial-rotator 
{
	background: none repeat scroll 0 0 transparent;
	color: #36BFA6;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-style: italic;
	height: 250px;
}
.testimonial-controls div
{
	background-image: url("images/Arrows.png");
	float: right;
	height: 13px;
	width: 12px;
	margin-top: 4px;
}

#home-page .testimonials
{
	margin-left: 2%;
	width: 48%;
	float: left;
}

.testimonial {
	height: 120px;
	overflow: auto;
}

.full-testimonial {
	display:none;
}

.full-testimonial-box {
	padding: 10px;
}

.fb_reset
{
	float: left;
}

/****** breadcrumbs ******/
.breadcrumb-header{
	margin: 0;
        margin-top: 20px;
}

/****** header ******/
.sm-like-buttons{
	margin-top: 36px;
}

/****** footer ******/
.copyright{
	margin:0;
}

.sm-chicklets a{
	width:29px;
	height:28px;
	float: right;
}	


/****** staff page *******/
.staff-name h2, .pp_inline h2 {
	margin: 0;

}

/******* top nav ******/
.top-nav{
	height: 78px;
	margin-bottom: 8px;
	width: 100%;
	position: fixed;
}

ul {
	list-style: disc outside none;
	margin-left: 13px;
}

ul a{
	display:block;
}
.nav-container ul ul{
	display:none;
	margin: 0;
}
.nav-container ul ul ul ul {
	max-height: 300px;
	overflow-y: auto;
	width: 300px;	
}
.nav-container{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	height: 45px;
}

.nav-container ul{
	margin: 0;
	z-index: 5;
	padding: 0;
}

.nav-container > ul > li{
	display: block;
	line-height: 53px;
	vertical-align: middle;
	float: left;
        height: 57px;
}

.nav-container .dropdown > ul li:hover{
	position: relative;
}

.nav-container > li > a
{
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.home-link a {
	width: 50px;
	display: block;
}

.nav-container .dropdown > ul {
	margin-left: -13px;
	margin-top: -10px;
}

.nav-container .dropdown > ul li{
	position: relative;
	color: #e9e9e9;
	background-color:#eeeeee;
        min-width: 285px;
}
.nav-container .dropdown > ul li a {
    margin-left: 20px;
}

.nav-container .dropdown > ul li:hover{
	color: #eeeeee;
	background-color: #454545;
	position: relative;
}

.nav-container .top-product-list > li > a{
        margin-left: 20px;
}

.dropdown > ul{
	margin-left: -15px;
}

.dropdown > ul:hover ul{
	position: absolute;
	top: 100%;
}

.dropdown:hover > ul{
	display: block;
	position: absolute;
	top: 100%;
}

.nav-container .contact-us > ul li{
	position: relative;
	color: #454545;
	background-color:#eeeeee;
	width: 230px;
}

.nav-container .contact-us > ul li:hover{
	color: #eeeeee;
	background-color: #454545;
	position: relative;
}

.contact-us:hover > ul{
	display: block;
	position: absolute;
	top: 100%;
}

.nav-container .dropdown li {
	display: block;
}

.dropdown li:hover > ul{
	display: block;
}

.dropdown:hover ul ul{
	position: absolute;
	top: 0;
	left: 100%;
}

/* nav-products */
.products{
	position: relative;
}

.product-div{
	position: absolute;
	top:100%;
	left:0;
	width: 260px;
}

.products .top-product-list {
	float: left;
	width: 260px;
	display: block;
	background-color:#eeeeee;
}

.products .top-product-list li{
	width: 230px;
}


.product-info{
	width: 505px;
	float: left;
	overflow: hidden;
}

.product-info h3{
	margin: 15px;
}

.subproducts{
	width:240px;
	float: left;
	overflow: hidden;
	line-height: 10px;
}
.subproducts li{
	width: 100%;

}

.product-details{
	width: 250px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}

.product-details > div {
	margin-top: 10px;
	width: 220px;

}

.nav-container .right-items{
	float: right;
}

.locations-widget {
	position:relative;
}

.locations-widget-button {
	padding-left: 20px;
	margin-right: 20px;
}

.locations-widget .location div{
	padding: 10px;
	float: left;
}

.info-container{
	line-height: 20px;
}

.info-container ul{
	margin: 10px 0;
}

.info-container li{
	line-height: 20px;
	display: block;
	float: none;
}

.info-container span {

}

.info-container h3{
	font-weight: bold;
}

.page{
	max-height: 600px;
	overflow: auto;
}

/****** Generic Helper Classes ******/

.hlp-wrapper {
	padding: 10px;
}

.hlp-clear {
	clear: both;
}

.hlp-left {
	float: left;
}

.hlp-right {
	float: right;
}

.hlp-round-corners {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.hlp-box-shadow {
	-webkit-box-shadow: 0px 1px 5px 0px #000000;
	box-shadow: 0px 1px 5px 0px #000000;
}

.hlp-first {
	margin-top: 0;
}

.hr {
	background-image: url('images/divider.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 8px;
}

.listings {
	border-bottom: 1px solid #dad6d3;
	margin-bottom: 30px;
}

.listing {
	border-top: 1px solid #dad6d3;
	padding: 30px 0;
}

.prettyPhoto-content {
	display: none;
}

.active {
    
}
.active:hover {
	opacity: 1;
	cursor: pointer;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;    
	max-width: 990px;
}

.content {
	float: left;
	width: 66%;
	margin-right: 2.2%;
	padding-bottom: 20px;
}

.lower
{
	background-color: #e9e9e9;
	overflow: hidden;
	font-size: 15px;
	font-family: Arial;
	padding-top: 30px;
}

#home-page .lower h1
{
    color: #3E3E43 !important;
    font-family: "Oswald",Arial,sans-serif !important;
    font-size: 32px !important;
    font-weight: normal !important;
    line-height: normal !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

.banner
{
	width: 100%;
	height: 302px;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.get-a-quote
{
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 42px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 220px;
	width: 100%;
	padding-bottom: 18px;
}

.get-a-quote .banner-copy
{
	padding-top: 18px;
	padding-left: 27px;
}

.get-a-quote .button
{
	position: absolute;
	right: 20px;
	top: 23px;
}

.gplus
{
    float: left;
    margin-right: 8px;
    margin-left: 8px;
}

#interior-page .main ul
{
	list-style: inside;
	float: none;
	display: block;
}

#interior-page .right-bar
{
    padding: 15px;
    border-radius: 5px;
    background-color: #e9e9e9;
    overflow: hidden;
    font-size: 15px;
    font-family: Arial;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

#interior-page .right-bar .providers
{
	height: auto;
	width: auto;
	padding: 0px;
	background: white;
	-webkit-box-shadow: 0px 1px 5px 0px #000000;
	box-shadow: 0px 1px 5px 0px #000000;
}

#interior-page .right-bar .testimonial-controls
{
	padding-left: 205px;
	background-position: 232px 0px;
}

.rightSide h2
{
	color: #000000;
	font-family: "Oswald",Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.rightSide .address
{
	width: 210px;
	font-size: 13px;
	font-family: Arial;
	color: #454545;
}

.rightSide .location-image,
.right-bar .location-image
{
	width: 220px;
}

.dividerLine 
{
    background-color: rgba(255, 255, 255, 0.5);
    height: 12px;
}

.locations-widget .location .info-container {
    float: left;
    font-family: Arial;
    font-size: 14px;
    width: 165px;
}
.locations-widget .location .info-container ul {
    clear: both;
    display: block;
}
.locations-widget .location .info-container a {
    color: #0066CC;
}

.locations-widget .page, .locations-widget .content
{
	border-radius: 0 0 5px 5px;
	padding: 7px;
	width: auto !important;
	box-shadow: 0 0 6px rgba(33, 17, 1, 0.6);
}

.wrapper
{
    background-color: #D6DBDE;
    background-image: url("images/stripe2.png");
    background-repeat: repeat;
}

.leftSide
{
	float: left;
	margin-right: 27px;
	max-width: 713px;
	width: 72%;
}

.rightSide
{
	float: left;
	max-width: 250px;
	width: 28%;
}

h2.breadcrumb-header
{
	color: #3E3E3E;
}

.bubbleTail
{
	float: right;
}

.lower
{
	background: white;
	clear: both;
}

.lower .inner
{
	width: 100%;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.home-content
{
    float: left;
    margin-left: 2%;
    width: 46%;
}

.mobileNavigation
{
	display: none;
}

#jPanelMenu-menu
{
	margin: 0px;
	background: #F5F5F5;
	box-shadow: 0 0 4px 0 #888888 inset;
}

#jPanelMenu-menu
{
	list-style: none;
}

#jPanelMenu-menu ul
{
	display: block;
	float: none;
	margin: 0px;
	list-style: none;
}

#jPanelMenu-menu ul.level-2
{
	display: none;
}

#jPanelMenu-menu li
{
	line-height: 30px;
	position: relative;
}

#jPanelMenu-menu li:after
{
	content: '\f0da';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	right: 8px;
	top: 5px;
}

#jPanelMenu-menu li a
{
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #FFFFFF;
}

#jPanelMenu-menu > li:first-child a
{
	border-top: 0px;
}

#jPanelMenu-menu li a
{
	margin-left: 3px;
	padding: 0.25em;
	padding-left: 5px;
	color: #1FB6E6;
	font-size: 14px;
	font-family: Open Sans, Arial;
}

#jPanelMenu-menu > li > a 
{
	font-weight: bold;
	text-transform: uppercase;
}

.mobileNavButtons
{
	display: none;
}

.mobileNavButton
{
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	height: 57px;
	margin-left: 7px;
	margin-top: 9px;
	padding: 2px;
	width: 63px;
	cursor: pointer;
	float: right;
	margin-right: 2%;
	text-align: center;
}

.mobileNavButton span
{
	font-size: 40px;
	margin-top: 6px;
	display: block;
	color: #0090DF;
}

.mobilePhoneBucket
{
	display: none;
	opacity: 0;
	left: 0;
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 9999;
}

.mobilePhoneBucket .inner
{
	background: white;
	width: 94%;
	padding: 2% 3%;
	position: relative;
	top: 0px;
	left: 0px;
}

.mobilePhoneBucket .inner h3
{
	margin: 0px;
	padding: 0px;
}

.darkScreen
{
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	height: 1500px;
}

.phoneButton
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    font-size: 27px;
    padding: 10px;
    margin-top: 10px;
    color: #333;
}

.phoneButton .icon-phone
{
	color: #0090DF;
}

#showNavButton
{
	float: left;
}

h3.location-title
{
	padding-left: 34px;
}

.mobileFeaturedProducts
{
	display: none;
	font-family: Open Sans, Arial;
}

.mobileFeaturedProducts ul
{
	display: block;
	float: none;
	overflow: hidden;
	list-style: none;
	margin-top: 0px;
}

.mobileFeaturedProducts ul li
{
	font-size: 23px;
	border: 1px solid #DCDCDC;
	border-bottom: 0px;
	margin: 0;
	padding: 11px;
	position: relative;
	line-height: 34px;
}

.mobileFeaturedProducts ul li:last-child
{
	border-bottom: 1px solid #DCDCDC;
}

.mobileFeaturedProducts ul li img
{
	width: 27px;
}

.viewAllProducts
{
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	cursor: pointer;
	display: block;
	font-size: 23px;
	padding: 5px 5px 5px 11px;
}

.viewAllProducts.expanded
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #F1F1F1;
}

#featuredIcon
{
	float: right;
	margin-right: 10px;
	color: #333;
}

.zeroHeight
{
	height: 0px;
}

.testimonial-quote
{
	width: 95%;
	overflow: hidden;
}

.related-products li div
{
	text-decoration: none;
}

#directionsPage .locationLeft .office-hours
{
	padding-top: 10px;
}
iframe#requestQuote {
	height: 1600px;	
}

@media (max-width: 1000px)
{
	.leftSide
	{
		margin-left: 1%;
		width: 69%;
		margin-right: 0px;
	}

	.rightSide
	{
		margin-right: 1%;
		margin-left: 3%;
		width: 26%;
	}

}

@media (max-width: 980px) 
{
	#menu
	{
		display: none;
	}

	.mobileNavButtons
	{
		display: block;
	}

	.center {
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}

	.location.listing .location-info,
	.location.listing .office-hours
	{
		width: 48%;
	}

}

@media (max-width: 905px)
{
	.leftSide
	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		max-width: inherit;
	}

	.rightSide
	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		max-width: inherit;
	}

	.rightSide .locations
	{
		width: 48.5%;
		float: left;
		margin-left: 3%;
	}

	.rightSide .carriers
	{
		width: 48.5%;
		float: left;
	}

	.rightSide .carriers .providers
	{
		width: 190px;
		margin-left: auto;
		margin-right: auto;
	}

	.locations-inner
	{
		width: 50%;
		min-width: 241px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonial-rotator
	{
		height: auto;
		margin-bottom: 10px;
	}

	.location-functions li a 
	{
		width: 168px;
	}

}

@media (max-width: 768px) 
{
	.banner
	{
		margin-bottom: 15px;
	}

	.logo img
	{
		width: 90%;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.floatDiv.carriers
	{
		display: none;
	}

	.floatDiv
	{
		width: 47%;
	}

	.phone-number
	{
    		display: none !important;
	}

	.phone-number-header
	{
		font-size: 23px;
	}

	.vert-arrow
	{
		display: none;
	}

	.home-link a
	{
    		margin-left: auto;
    		margin-right: auto;
	}

	.location.listing .address
	{
		width: 100%;
		margin-bottom: 18px;
	}

	.location.listing .map
	{
		width: 100%;
	}

	.listing .staff-contact, 
	.listing .staff-office,
	.listing .staff-name,
	.listing .staff-pic
	{
    		border-bottom: 1px solid #DDDDDD;
    		float: none;
    		margin-bottom: 4px;
    		margin-left: auto;
    		margin-right: auto;
    		padding: 3px;
    		width: 70%;
	}

	.footer .footer-links
	{
		font-size: 16px;
	}

	.content {
		padding-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}


	.right-bar {
		clear:both;
	}

	.staff-pic > img
	{
		width: auto;
		display: block;
		max-height: 200px;	
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.staffPage .staff-name
	{
		padding-top: 15px;
		padding-bottom: 15px;	
	}

	.staffPage .listing .button-div
	{
		display: none;
	}

	.staffPage .listing .staff-contact
	{
		padding-top: 15px;
		padding-bottom: 15px;	
	}

	.staffPage .listing .staff-office
	{
		padding-top: 15px;
		padding-bottom: 15px;		
	}

	.staffPage .listing .phone span
	{
		display: inline-block;
		margin-right: 8px;
		width: auto;
	}
}

@media (max-width: 650px)
{
	.featured-products-header
	{
		display: none;
	}

	.featuredProducts.rotator
	{
		display: none;
	}

	.mobileFeaturedProducts
	{
		display: block;
	}

	.get-a-quote 
	{
 		font-size: 44px;
		height: 171px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 58px;
		width: 287px;
	}

	.get-a-quote .button 
	{
    		position: absolute;
    		right: 73px;
    		top: 133px;
	}
}

@media (max-width: 637px)
{
	.home-content
	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.testimonials
	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	#home-page .testimonials
	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 15px;
	}
}

@media (max-width: 580px)
{
	.rightSide .locations
	{
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.rightSide .carriers
	{
		width: 100%;
		float: none;
	}

	.related-product-details h3
	{
		font-size: 11px;
	}

	.related-products li div
	{
		font-size: 9px;
	}
}

@media (min-width: 500px)
{
	#mobilePhoneButton
	{
		display: none;
	}
}


@media (max-width: 480px)
{

	.home-content, .floatDiv
	{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#interior-page .logo
	{
		display: none;
	}

	.phone-number
	{
		margin-top: 0px;
	}

	.top-nav
	{
		position: static;
	}

	.header
	{
		padding-top: 0px;
	}

	.nav-container
	{
		width: 100%;
		overflow: hidden;
		height: auto;
		padding-bottom: 11px;
	}

	.get-a-quote
	{
		font-size: 41px;
	}


	.home-link
	{
		width: 78% !important;
	}

	.top-nav
	{
		height: auto;
	}

	.nav-container > ul > li
	{
		line-height: 30px;
    		height: auto;
    		line-height: 30px;
    		margin-left: 5%;
    		margin-right: 5%;
    		width: 30%;
	}

	.banner
	{
		height: 225px;
	}

	.get-a-quote
	{
		top: 17px;
	}

}

@media (max-width: 410px)
{
	.mobileNavButton
	{
		margin-right: 0.5%;
	}

	.home-link
	{
		width: 78% !important;
	}

	.nav-container > ul > li
	{
		line-height: 30px;
    		width: 30%;
		height: auto;
	}

	.related-products li
	{
		width: 214px;
	}	

	.related-product-details
	{
		width: 144px;
	}

	.related-products li img	
	{
		width: 60px;
	}
}

@media (max-width: 320px)
{
	.products	
	{
		display: none !important;
	}

	.nav-container > ul > li
	{
		line-height: 36px;
    		width: 78%;
		height: auto;
		margin-top: 4px;
	}

	.home-link
	{
		width: 78% !important;
	}

	.email-widget
	{
		display: none;
	} 
}
