/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
@font-face {
	font-family: "Ubuntu Condensed";
	src: url('../fonts/Ubuntu-C.eot');
	src: url('../fonts/Ubuntu-C.eot') format('embedded-opentype'),/* IE 9 */
		 url('../fonts/Ubuntu-C.ttf') format('truetype');
}

/* Basic */

	body {
		font-size: 13.5pt;
		/*background-color: #fff;*/
		background-color:#e3e9dc; 
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #494949;
		letter-spacing: -1px;
	}
	
	h1, h2 {
		color:#1a45b8;		
		font-weight: normal;
	} 	

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 0.8em;
	}

	h3, h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: .5em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul.og {
		margin-top: 2em;
		list-style-type:square;
	}

	a {
		color: #5d93a2;		
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
		color:#a01919;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}
	
	.maroon {
		color: #a01919;
	}
	
	.blue {
		color: #1a45b8;
	}
	
	#breadcrumbs {
		margin: -10px 0px 1em;
		color: #a01919;
	}

	#breadcrumbs a {
		color: #a01919;	
	}
	
	#breadcrumbs a:hover {
		color: #1a45b8;	
	}
/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
		margin-top:1em;
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: .65em 0 0 0;
			margin: 0.5em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}
		
		ul.link-list li a {
			text-decoration:none;
		}

/******************************* Blue Button & Hover ********************************/
	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #1a45b8;
		background-image: -moz-linear-gradient(top, #1a45b8, #2575cb);
		background-image: -webkit-linear-gradient(top, #1a45b8, #2575cb);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a45b8), to(#2575cb));
		background-image: -ms-linear-gradient(top, #1a45b8, #2575cb);
		background-image: -o-linear-gradient(top, #1a45b8, #2575cb);
		background-image: linear-gradient(top, #1a45b8, #2575cb);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #1a45b8;
		box-shadow: inset 0px 0px 0px 1px #1a45b8;
		/* for IE */
		background-image:url(ie_pics/button.svg);
	} 

	.button:hover {
		background-color: #a01919;
		background-image: -moz-linear-gradient(top, #a01919, #b01f1f);
		background-image: -webkit-linear-gradient(top, #a01919, #b01f1f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a01919), to(#b01f1f));
		background-image: -ms-linear-gradient(top, #a01919, #b01f1f);
		background-image: -o-linear-gradient(top, #a01919, #b01f1f);
		background-image: linear-gradient(top, #a01919, #b01f1f);
		box-shadow: inset 0px 0px 0px 1px #b01f1f;
		color:#fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #a01919;
		/* for IE */
		background-image:url(ie_pics/button-hover.svg);		
	}
	
	/******************************* Red Button & Hover ********************************/
	.button2 {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #a01919;
		background-image: -moz-linear-gradient(top, #a01919, #b01f1f);
		background-image: -webkit-linear-gradient(top, #a01919, #b01f1f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a01919), to(#b01f1f));
		background-image: -ms-linear-gradient(top, #a01919, #b01f1f);
		background-image: -o-linear-gradient(top, #a01919, #b01f1f);
		background-image: linear-gradient(top, #a01919, #b01f1f);
		border-radius: 10px;
		text-transform: lowercase; 
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		font-weight:bold;
		letter-spacing: -1px;
		border: solid 1px #b01f1f;
		box-shadow: inset 0px 0px 0px 1px #b01f1f;		
		/* for IE */
		background-image:url(ie_pics/button2.svg);	
	}
/*
	.button2:hover {
		background-color: #118eb1;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}*/
	
/*************************** FAQ Page **********************************************/
.faq-a { }

.faq-a dt { position: relative; width: 100%; margin: 0 5px 10px 0; font-weight: bold; }
.faq-a dt span { position: absolute; left: 0; font-size: 12pt }
.faq-a dt a, .faq-a dt a:focus { display: block; margin: 0 0 0 20px; color: #2575cb; font-size: 13.5pt; text-decoration:none }
/*dl dt a:hover { color:#a01919; }
.faq-a dt a:hover, .faq-a dt a:active { color:#a01919; }*/
.faq-a dd, .faq-a dd p { position: relative; margin: 0; padding: 0px; background: #cad3d7; color: #131415; font-size: 13.5pt; }

.faq-a dd { display: none; }
.faq-a dd.active { display: block; }
.faq-a dd * { font-size: 1em; }

.wrap-b { overflow: hidden; width: 100%; margin-bottom: 50px; padding: 0; }


/********************************** Specials Page ***************************************/
.coupons li{
	padding-bottom: 15px;
}

/********************************* Appointment, Survey, & Service Request Page *************************************/
#appt_request{
	background-color: #a5c5de;
	margin: 0 auto;	
	min-width: 650px;
	width: 850px;
	border-radius: 10px;
}

#contact_form{
	background-color: #a5c5de;
	margin: 0 auto;	
	min-width: 550px;
	width: 650px;
	border-radius: 10px;
}

#service_request {
	background-color: #a5c5de;
	margin: 0 auto;	
	width: 650px;
	/* width:850px; */	
	border-radius: 10px;
}

#survey_request {
	background-color: #a5c5de;
	margin: 0 auto;	
	width: 700px;	
	border-radius: 10px;
}

#myform{
	margin: 1em auto;
	width:550px;
	border: #CCC 2px outset;	
	-webkit-border-radius: 10px;
	border-radius: 5px;
	background-color: #EBEBEB;
	color: #1a45b8;
}
	.answerChoices {
		margin:.5em 0 1em 1em;	
	}
	.answerChoices > select {
		margin-left:1.5em;
	}
	
.indent, br ~ label, br ~ textarea {	
	margin-left: 15px;
}
	.indent2 { /* used only by Survey Question #7*/
		margin-left: 25px;	
	}
/* Comment out once survey complete , label ~ select*/
label ~ input {
	margin-left: 10px;
}

.sub {
	vertical-align: sub;
	margin-right: 2px;
	font-size: 14px;
	color: #a01919;
}

.super {
	vertical-align:super;
	font-size: x-small;
	margin-bottom: -5em;
	color: #a01919;
}

.super2 {
	vertical-align: text-top;
	margin-right: 2px;
	font-size: medium;
	color: #a01919;
}

.lg_width { width: 350px; }

.date_width, .robot_width { width: 135px;	}
/* Comment out state & zip once survey complete */
.state_width { width: 35px; }

.zip_width { width: 50px; }

.success { color: #390; }

.error { color: red; }



