@font-face {
	font-family: 'KGLoveSomebody';
	src: url('../fonts/KGLoveSomebody.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans/OpenSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansExtraBoldItalic';
    src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/.php, body, div, span, applet, object, iframe,*/*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*a, abbr, acronym, address, big, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
/*b, u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, embed, */
/*figure, figcaption, footer, header, hgroup, */
/*menu, nav, output, ruby, section, summary,*/
/*time, mark, audio, video {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	border: 0;*/
/*	font-size: 100%;*/
/*	font: inherit;*/
/*	vertical-align: baseline;*/
/*}*/

body {
	background-color: 		#F4E4BC;
}
#wrapper {
	background-color: #F4E4BC;
/*	min-width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
}
#content {
}
header {
	width: 100%;
	height: 180px;
	position: relative;
	margin: 0 auto 1% auto;
	padding: 0 0 0 0;
	background-color: #F4E4BC;
	background-color: White;
	background-color: none;
}
header #banner-background {
	max-height:100%;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.3;
}
#header-group {
	display: inline-block;
	margin: 0 auto 0 auto;
}
#house-logo {
    position: absolute;
    float: left;
    height: 160px;
    top:10px;
    left: 10px;
}
.social {
		position: absolute;
		display: block;
		float: right;
		height: 32px;
		left: 500px;
		}
#gplus {
		bottom: 8px;
}
#facebook {
		bottom: 42px;
}
#yelp {
		bottom: 84px;
}
#angies {
		bottom: 126px;
}
#line1 {
    display: block;
    position: absolute;
    left: 210px;
    top: -25px;
    padding: 0;
    margin: 0;
    font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
    font-size: 6.4em;
		font-weight: bolder ;
    color: #C00000;
}
#line2 {
    display: block;
    position: absolute;
    left: 190px;
    bottom: -1px;
    margin: 0;
    padding: 0;
    font-family: "OpenSansBold", "Trebuchet MS", sans-serif;
    font-size: 3.9em;
		color: black;
}
#header-phone-number {
	display: block;
	position: absolute;
	left: 780px;
	bottom: 1000px;
	padding: 0 0 0.26em 0;
	margin: 0;
	font-family: "OpenSansBold", "Trebuchet MS", sans-serif;
  font-size: 2em;
	bottom: 1px;
	color: black;
}

header #banner-phone-number {
	font-family: "OpenSans", sans-serif;
	font-size: 1em;
	padding-left: 0.5em;
	color: FireBrick;
}
header #banner-phone-link {
	display: none;
	font-size: 0.5em;
	color: FireBrick;
}
header #banner-phone-link:hover {
	font-weight: bold;
	}
nav {
	float: left;
	width: 14%;
	min-width: 100px;
	padding: 0 0 0 0;
	margin: 0 1% 2% 0;
	height: 100%;
	clear: both;
}
nav #nav-call {
	display: none;
}
nav #nav-text {
	display: none;
}
nav a {
	display: block;
	height: auto;
	padding: 3% 4% 3% 4%;
	background-color: #4D4D00;
	color: White;
	margin: 0 0 5% 0%;
	text-align: center;
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	/*border-radius: 0.99em 0 0 0.99em;*/
	/*box-shadow: inset 0 0 3em black;*/
	text-decoration: none;
	}
nav a:visited {
	color: White;
}
nav a:active {
	color: White;
}
nav a:link {
	color: White;
}
nav a:hover {
	color: FireBrick;
	background-color: GoldenRod;
	/*box-shadow: inset 0 0 3em DarkOliveGreen;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
	border-radius: 10px;
}

#nav-sample-short {
	display: none;
}
/*#main-nav-articles-link {*/
/*	display: none;*/
/*}*/
#main {
	width: 50%;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 3% 0 1%;
	margin: 0 0 1% 0;
}
#main #headshot {
	width: 35%;
	height: auto;
	float: left;
	margin: 0 3% 1% 0;
}

#main h1 {
	font-variant: small-caps;
	font-size: 2.3em;
	margin: 0 -10% 3% 0%;
	padding: 1% 2% 1% 2%;
	color: white;
	background-color: #4D4D00;
	text-align: center;
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-variant: small-caps;
	font-weight: 600;
	letter-spacing: 0.05em;
	left: -1%;
	/*border-top-right-radius: 0.6em;*/
	/*border-bottom-right-radius: 0.6em;*/
	}

#main section p {
	font-size: 1em;
	line-height: 1.6em;
	font-family: "KGLoveSomebody", "Comic Sans MS", sans-serif;
	margin: 0 4% 2% 4%;
}

#main a {
	color: FireBrick;
	text-decoration: none;
}

#main a:hover {
	font-weight: bold;
}

#articles-sidebar {
	float: left;
	width: 26%;
	min-width: 180px;
	font-weight: lighter;
	padding-left: 4%;
}

.article-separator {
	border-bottom: 1px solid Olive;
	width: 50%;
	margin: 2% 0 2% 0;
}

#articles-sidebar article {
	margin: 0 0 2% 0;
	padding: 0 1% 0 0%;
}

#articles-sidebar h1 {
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet MS", sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.8em;
	font-weight: 900;
	margin: 0 0 0% 0;
	font-weight: 900;
	text-shadow: 0px 0px 0px 1px black;
	color: red;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#articles-sidebar h2 {
	font-family: "OpenSansBold", "KGLoveSomebody", "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: bold;
	/*line-height: 1em;*/
	margin-bottom: 0.1em;
	/*font-style: italic;*/
}

#articles-sidebar h1 a {
	text-decoration: none;
	color: #C00000;
}

#articles-sidebar h1 a:hover {
	color: FireBrick;
	font-weight: bold;
}

#articles-sidebar h2 a {
	text-decoration: none;
	color: black;
}

#articles-sidebar h2 a:hover {
	color: FireBrick;
}

.more-link {
	text-decoration: none;
	color: FireBrick;
}

.more-link:hover {
	font-weight: bold;
}

#articles-sidebar blockquote {
	font-family: "Georgia", "Times", serif;
	font-size: 0.8em;
	line-height: 150%;
	margin: 0 5% 0 5%;
}

#articles-sidebar hr {
	height: 1px;
	width: 50%;
	color: Olive;
	background-color: Olive;
	padding: 0;
	margin: 0.1em 0 0.1em 0.2em;
}

#article-separator {
	border-bottom: 1px solid Red;
}

#articles-sidebar a {
	color: FireBrick;
}

#articles-sidebar a:hover {
	font-weight: bold;
}

.full-page-article {
	/*background-color: indigo;*/
	float: left;
	min-height: 200px;
	/*margin-right: 30%;*/
	width: 40%;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 5% 0 5%;
}

.full-page-article h1 {
	font-family: "KGLoveSomebody", "OpenSansExtraBold", "Trebuchet MS", sans-serif;
	font-size: 3em;
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: black;
	display: inline-block;
	/*color: #C00000;*/
	/*border: 1px solid black;*/
}

.full-page-article .heading-div {
	isplay: inline-block;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid green;*/
	text-align: center;
}

.full-page-article h2 {
	font-family: "OpenSansBold","Trebuchet MS", sans-serif;
	font-size: 1.4em;
	margin: 1em 0 0.2em 0;
	padding: 0 0 0 0;
	/*font-style: italic;*/
	font-weight: bold;
}

.full-page-article p {
	padding: 0 0 0 0;
	margin: 0 0 0.99em 0;
	/*font-family: "OpenSans", "Trebuchet MS", sans-serif;*/
	font-family: "OpenSans", "Georgia", "Times", serif;
	font-size: 1em;
}

.full-page-article ul {
	font-family: "Georgia","Times", serif;
	font-size: 1em;
}

.full-page-article ul li {
	padding: 0 0 0.2em 0;
	font-size: 1em;
}

.full-page-article ul li ul li a {
	color: Red;
	text-decoration: none;
}

.full-page-article ul li ul li a:hover {
	color: Red;
	font-weight: bold;
}

.check-list {
	width: 70%;
	text-indent: -1.2em;
	list-style: none;
}

.check-list li {
	margin-bottom: 1.5%;
}

.check-list li:before {
	content: "\2714";
	/*content: "\2610";*/
	margin-right:5px;
}

.full-page-article h2 a {
	text-decoration: none;
	color: black;
}

.full-page-article h2 a:hover {
	color: FireBrick;
}

.full-page-article #inspection-check-list{
	list-style-image: url("/img/mini_house_check_mark.png");
	/*font-family: "OpenSans", "Trebuchet MS", sans-serif;*/
	font-family: "Georgia", "Times", serif;
	font-size: 1em;
}

.full-page-article #inspection-check-list li{
	font-family: "Georgia", "Times", serif;
	font-size: 1em;
	vertical-align: middle;
}

.full-page-article blockquote {
	font-size: 1em;
	/*font-family: "OpenSans", "Trebuchet MS", sans-serif;*/
	font-family: "Georgia", "Times", serif;
	padding: 0;
	margin: 0 0 0 1em;
	text-indent: 2em;
	}
	
.full-page-article li {
	clear: both;
	font-family: "OpenSans", "Georgia", "Times", serif;
	font-size: 1em;
	padding-top: 1em;
}

.full-page-article-image {
	float:right;
	width: 40%;
	margin-left: 0.5em;
}

/**   Testimonials     **/

.testimonial {
	padding: 1em 2em 1em 2em;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.0em;
	line-height: 1.8em;
	margin:0 0 0em 0;
}

/*
#goodbye-dialog h1 {
	font-family: KGLoveSomebody;
	font-weight: bold;
	font-size: 1.8em;
}

#goodbye-dialog p {
	font-family: KGLoveSomebody;
	font-weight: normal;
	font-size: 1.2em;
}

#goodbye-dialog {
	width: 800px;
	height: auto;
	margin: 0;
}
*/

.ui-dialog .ui-widget {
	background: #F4E4BC;
	background-color: #F4E4BC;
	padding: 0;
}

.ui-dialog .ui-widget-header {
	font-family: KGLoveSomebody;
	font-weight: bold;
	font-size: 2em;
	color: #C00000;
	background: #daa520;
}

.ui-widget-content {
	font-family: KGLoveSomebody;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0;
}

#slideshow {
	float: left;
	width: 28%;
	margin: 0 0 0 2%
}

#slideshow-controls {
	float: left;
}

.slideshow-control {
	display: inline-block;
}

.slideshow-control a {
	padding: 0.2em 0.3em 0.2em 0.3em;
	margin: 0 0 0 0.1em;
	font-size: 1em;
	font-family: OpenSansBold;
	text-decoration: none;
	color: black;
	background-color: Goldenrod;
	border-radius: 0.5em;
}

.slideshow-control a.hover {
	background-color: DarkGoldenRod;
}

.slideshow-control a.visited {
	background-color: Goldenrod;
}

.slideshow-control a.active {
	background-color: DarkGoldenRod;
}

#slideshow #slideshow-image {
	display: block;
	width: 350px;
	height: auto;
	margin: 1em 0 2em 0;
	height: auto;
}

#slideshow #caption {
	clear: both;
	font-size: 1em;
	font-family: OpenSans, Georgia, Times, serif;
	width: 350px;
}


/******  Forms  **********/
.form-page {
	float: left;
	min-height: 200px;
	width: 40%;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 5% 0 5%;
}

.form-page h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.5em;
}

fieldset {
	border: 2px solid DarkOliveGreen;
	padding: 2% 4% 2% 4%;
	margin: 2% 0 2% 0;
}

legend {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.sub-fieldset {
	border: 1px dotted DarkOliveGreen;
}

.sub-fieldset-legend {
	font-family: "Georgia", "Times", serif;
	font-size: 1em;
	text-align: left;
}

.radio-button-list-centering-div {
	display: inline-block;
	margin: auto;
	border: 1px solid black;
}

.text-label {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	float: left;
	text-align: left;
	clear: both;
	margin: 0 1% 0.5% 0;
	width: 80%;
}

.text-input {
	font-family: "Courier", monospace;
	font-size: 0.7em;
	float: left;
	clear: left;
	margin: 0 0 1% 0;
	border: 1px solid Goldenrod;
	border-radius: 0 1em 1em 0;
	padding: 1% 1% 1% 1%;
}


.text-input#Email {
	width: 20em;
}

.text-input#street-address {
	width: 25em;
}

.text-input#city {
	width: 20em;
}

.text-input#state {
	width: 10em;
}

.text-input#zip-code {
	width: 10em;
}

form h3 {
	clear: both;
	font-family: "Georgia", "Times", serif;
	font-size: 100%;
	text-align: center;
	margin: 2% 0 2% 0;
}

.button-input {
	float: left;
	clear: both;
}

.radio-label {
    float: left;
		margin: 0 3% 3% 1%;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 100%;
}
.radio-input {
    float: left;
}

.radio-list-heading {
	clear: both;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	text-align: left;
	padding: 0% 0 0 0;
	margin: 1% 0 1.2% 0;
}

textarea {
	font-family: "Courier", monospace;
	font-size: 0.7em;
	float: left;
	clear: both;
	margin: 0 0 2.5% 0%;
	border: 1px solid Goldenrod;
	border-radius: 0 1em 1em 0;
	padding: 1% 1% 1% 1%;
	width: 75%;
}

input #resetForm {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	clear: both;
	float: left;
	display: block;
}

textarea #Comments {
	clear: both;
	float: left;
}

form #buttonSend {
	background-color: GoldenRod;
	color: FireBrick;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	border: none;
	clear: both;
	/*box-shadow: inset 0 0 10px Goldenrod;*/
	padding: 0.2em 1.5em 0.2em 1.5em;
	border-radius: 0em 1em 1em 0em;
	margin: 0 0 1% 0;
}

form #buttonClear {
	background-color: GoldenRod;
	color: FireBrick;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	border: none;
	/*clear: both;*/
	/*box-shadow: inset 0 0 10px Goldenrod;*/
	padding: 0.2em 1.5em 0.2em 1.5em;
	border-radius: 1em 0em 0em 1em;
}

fieldset #contact_methods {
	clear: both;
	display: block;
}

label #email_method {
	clear: both;
}

a #contact-phone-link {
  text-decoration: none;
}

a #contact-phone-link:hover {
  color: black;
}

a #contact-phone-link:visited {
  color: black;
}

.form-page #contact-phone-link #link {
		display: none;
	}
	
.form-page #contact-phone-number {
		display: block;
	}

.contact-phone-button {
	display: none;
}

.contact-phone-button a {
    text-decoration: none;
    color: FireBrick;
}
#contact-phone-number {
	display: inline-block;
    font-size: 1.5em;
    color: FireBrick;
    display: inline-block;
    font-family: "Trebuchet MS", serif;
}

.form-page p {
	font-family: "OpenSans", "Trebuchet MS", sans-serif;
	font-size: 0.7em;
}

/***  Footer   ***/

footer {
	/*background-color: red;*/
	text-align: center;
	clear: both;
	padding: 0 2% 2% 2%;
	/*border: solid 1pt red;*/
	margin-top: 2em;
	border-top: 1px solid black;
}

footer section {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
}

footer #AHIT {
	float: left;
	width: 6%;
	height: auto;
	margin: 0.5% 0.5% auto 0;
	position: relative;
}

footer a {
	color: DarkGoldenRod;
	text-decoration: none;
}

footer a:hover {
	color: DarkOliveGreen;
}

fppter .footer-nav {
	text-align: center;
	margin: 0 auto 0 auto;
}

footer .footer-nav-separator {
	color: DarkOliveGreen;
}


/*** Tablet Specific  ***/

@media only screen and (max-width: 1024px) {
	
	#wrapper {
		width: 100%;
		min-width: 775px;
		margin: 0;
		padding: 0;
	}

	header {
		width: 100%;
		/*height: 22vh;*/
		height: 150px;
		position: relative;
		margin: 0 0 1% 0;
	}
	/*header #banner-background {*/
	/*	max-height:100%;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	position: absolute;*/
	/*	opacity: 0.3;*/
	/*}*/
	
	#header-group {
			/*margin: 0 auto 0 auto;*/
	}
	#house-logo {
			position: absolute;
			float: left;
			height: 145px;
			top: 2px;
			left: 2px;
	}
	#line1 {
			display: block;
			position: absolute;
			left: 180px;
			top: -10px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 4.8em;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 160px;
			bottom: -3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet MS", sans-serif;
			font-size: 3.0em;
	}
	#header-phone-number {
		display: block;
		position: absolute;
		left: 600px;
		bottom: 1000px;
		padding: 0 0 0.26em 0;
		margin: 0;
		font-family: "OpenSansBold", "Trebuchet MS", sans-serif;
		font-size: 1.5em;
		bottom: 1px;
		color: black;
	}
	
	header #banner-phone-number {
		font-size: 1em;
		padding-left: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link {
		display: none;
		font-size: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link:hover {
		font-weight: bold;
		}

	nav {
		width: 20%;
	}

	nav a {
		font-size: 1.2em;
	}
	nav a #sample-short {
		display: block;
	}
	
	nav a #sample {
		display: none;
	}
	
	#main {
		width: 76%;
		/*min-width: 360px;*/
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		/*border-right: 1px solid black;*/
	}
	
	#main headshot {
		width: 25%;
	}
	
	#main h1 {
		font-size: 1.7em;
		margin-right: 0;
		padding-right: 0;
	}
	
	#main section p {
		font-size: 1em;
		line-height: 1.9em;
	}
	
	nav #main-nav-articles-link {
    display: block;
  }

	#articles-sidebar {
		display: none;
	}

	.full-page-article {
		width: 70%;
		min-width: 360px;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	.full-page-article h1 {
		font-size: 1.8em;
	}

	.form-page {
		width: 70%;
		min-width: 360px;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
		
	#slideshow {
		display: none;
		width: 14%
	}
	
	#slideshow #slideshow-image {
	display: block;
	width: 200px;
	height: auto;
	margin: 1em 0 2em 0;
	height: auto;
}

#slideshow #caption {
	width: 200px;
}
	
	.images {
		display: none;
		width: 0;
	}
/*	*/
/*	.contact-phone-button {*/
/*    font-size: 1.5em;*/
/*    background: GoldenRod;*/
/*    border-radius: 10px;*/
/*    display: inline-block;*/
/*    width: 4em;*/
/*    padding: 0.2em;*/
/*    text-align: center;*/
/*    font-family: "Trebuchet MS", serif;*/
/*	}*/
	
}

@media only screen and (max-width: 799px) {
	
	#wrapper {
				min-width: 0px;
	}
	
	header {
		width: 100%;

		height: 120px;
		position: relative;
		margin: 0 0 1% 0;
	}
	
	/*header #banner-background {*/
	/*	max-height:100%;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	position: absolute;*/
	/*	opacity: 0.4;*/
	/*}*/
	
	#header-group {
			/*margin: 0 auto 0 auto;*/
	}
	#house-logo {
			position: absolute;
			float: left;
			height: 115px;
			top: 2px;
			left: 2px;
	}
	#line1 {
			display: block;
			position: absolute;
			left: 143px;
			top: -0px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 3.4em;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 130px;
			bottom: -3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet MS", sans-serif;
			font-size: 2.8em;
	}
	
	#header-phone-number {
		display: none;
	}
	
	header #banner-phone-number {
		font-size: 1em;
		padding-left: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link {
		display: none;
		font-size: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link:hover {
		font-weight: bold;
		}
	
	nav a {
		font-size: 1em;
	}
	
	#main section p {
		font-size: 0.9em;
		line-height: 1.6em;
	}
		
	.full-page-article h1 {
		font-size: 1.6em;
	}

}

/***  Mobile Specific  ***/

@media only screen and (max-width: 599px) {
		
  #wrapper {
    width: 100%;
		min-width: 0px;
    margin: 0;
    padding: 0;
    /*border: 1px solid orange;*/
  }

	header {
		width: 100%;
		/*height: 22vh;*/
		height: 100px;
		position: relative;
		margin: 0 0 1% 0;
	}
	
	/*header #banner-background {*/
	/*	max-height:100%;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	position: absolute;*/
	/*	opacity: 0.4;*/
	/*}*/
	
	#header-group {
			/*margin: 0 auto 0 auto;*/
	}
	
	#house-logo {
			position: absolute;
			float: left;
			height: 90px;
			top: 5px;
			left: 0px;
	}
	
	#line1 {
			display: block;
			position: absolute;
			left: 110px;
			top: 0px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 2.7em;
	}
	
	#line2 {
			display: block;
			position: absolute;
			left: 100px;
			bottom: 1px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet MS", sans-serif;
			font-size: 2.3em;
	}
	
	header #banner-phone-number {
		font-size: 1em;
		padding-left: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link {
		display: none;
		font-size: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link:hover {
		font-weight: bold;
		}
	
	header #banner-phone-link:hover {
		font-weight: bold;
	}
	
	nav {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 0px auto;
	}
	
	nav a {
		display: block;
		width: 100%;
		background-color: #4D4D00;
		color: White;
		text-align: center;
		font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet MS", sans-serif;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: 0.1em;
		/*border-radius: 0.99em 0.99em 0.99em 0.99em;*/
		padding: 2% 0 2% 0;
		margin: 1% auto 1% auto;
		
		text-decoration: none;
	}
	
	nav a:hover {
		color: FireBrick;
		background-color: Goldenrod;
	}
	
	nav #nav-before {
		display: none;
	}
	
	nav #nav-sample {
		display: none;
	}
	
	nav #nav-sample-short {
		display: none;
	}
	
	nav #main-nav-articles-link {
    display: block;
  }
	
	
	#mobile-links {
		text-align: center;
		margin: auto;
		margin: auto;
		/*border: 1px solid blue;*/
	}
		
	nav #nav-call {
		width: 40%;
		position: relative;
		margin: 0;
		padding: 0;
		display: inline-block;
		/*border: 1px solid green;*/
	}
	
	nav #nav-text {
		width: 40%;
		position: relative;
		margin: 0;
		padding: 0;
		display: inline-block;
		/*border: 1px solid green;*/
	}

	
  #main {
    width: 100%;
    /*border: 1px solid blue;*/
    padding: 0;
    margin: 0;	
		float: none;
  }
	
	#main  p {
		font-size: 0.9em;
		line-height: 1.3em;
	}
	
	#main h1 {
		display: none;
	}
		
	.form-page {
		width: 100%;
		min-width: 0;
		border: none;
		padding: 0 0 0 2%;
		margin: 0;
		float: none;
	}
		
	.full-page-article h1 {
		font-size: 1.6em;
	}
	
	.form-page #contact-phone-link {
		display: block;
	}
	
	.form-page #contact-phone-number {
		display: none;
	}
	
	.form-page #contact-phone-link a {
		text-decoration: none;
		color: FireBrick;
	}
	
	.form-page #contact-phone-link a:hover {
		color: Olive;
	}
	
	.form-page #contact-phone-link a:visited {
		color: FireBrick;
	}
	
	.form-page {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		float: none;
	}
	
	.images {
		display: none;
	}
	
	.full-page-article {
		width: 100%;
		min-width: 0;
		border: none;
		padding: 0;
		margin: 0;
		float: none;
	}
	
	#ahit {
		display: none;
	}
	
	.full-page-article {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	#images {
		display: none;
	}
	
	#slideshow {
		margin: 3em;
		clear: both;
	}
	
	#slideshow #slideshow-image {
		width: 300px;
		height: auto;
	}
	
	#slideshow .slideshwo-controls {
		display: inline;
	}
	
	.slideshow-control a {
		display: inline;
		padding: 0.2em 0.3em 0.2em 0.3em;
		margin: 0 0 0 0.1em;
		font-size: 1em;
		font-family: OpenSansBold;
		text-decoration: none;
		color: black;
		background-color: Goldenrod;
		border-radius: 0.5em;
	}
	
	
	
	.contact-phone-button {
    font-size: 1.2em;
    background: GoldenRod;
    border-radius: 7px;
    display: inline-block;
    width: 3em;
    padding: 0.17em;
    text-align: center;
    font-family: "Trebuchet MS", serif;
	}

}


@media only screen and (max-width: 480px) {
	
  #wrapper {
		min-width: 0px;
  }
	
	header {
		width: 100%;
		height: 95px;
		position: relative;
		margin: 0 0 1% 0;
	}
	
	/*header #banner-background {*/
	/*	max-height: 100%;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	position: absolute;*/
	/*	opacity: 0.4;*/
	/*}*/
	
	#header-group {
			/*margin: 0 auto 0 auto;*/
	}
	#house-logo {
			position: absolute;
			float: left;
			height: 35px;
			top: 53px;
			left: -1px;
	}
	#line1 {
			display: block;
			position: absolute;
			left: 0px;
			top: -10px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 2.7em;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 43px;
			bottom: -2px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet MS", sans-serif;
			font-size: 2.2em;
	}
	
	header #banner-phone-number {
		font-size: 1em;
		padding-left: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link {
		display: none;
		font-size: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link:hover {
		font-weight: bold;
		}

	header #banner-phone-link:hover {
		font-weight: bold;
	}
	
	nav {
			float: none;
			width: 100%;
			margin: 0 auto 0px auto;
			text-align: center;
		}
	
	nav {
			float: none;
			width: 100%;
			margin: 0 auto 0px auto;
			text-align: center;
		}

	nav a:hover {
		color: FireBrick;
		background-color: Goldenrod;
	}
	
	nav #nav-before {
		display: none;
	}

	nav #nav-before {
		display: none;
	}
	
	nav #nav-sample {
		display: none;
	}
	
	nav #nav-sample-short {
		display: none;
	}
	
	nav #main-nav-articles-link {
    display: block;
  }
	
  #main {
		min-width: 0;
  }

	#main h1 {
		display: none;
	}

	#main #headshot {
		width: 25%;
	}
	
  #main section p {
    font-size: 1.0em;
		line-height: 1.5em;
  }
		
	.full-page-article h1 {
		font-size: 1.4em;
	}

	.form-page {
		width: 100%;
		min-width: 0;
		border: none;
		padding: 0 0 0 2%;
		margin: 0;
		float: none;
	}
	
	.form-page #contact-phone-link {
		display: block;
	}
	
	.form-page #contact-phone-number {
		display: none;
	}
	
	.form-page #contact-phone-link a {
		text-decoration: none;
		color: FireBrick;
	}
	
	.form-page #contact-phone-link a:hover {
		color: Olive;
	}
	
	.form-page #contact-phone-link a:visited {
		color: FireBrick;
	}
	
	.form-page {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		float: none;
	}
	
	.images {
		display: none;
	}
	
	.full-page-article {
		width: 100%;
		min-width: 0;
		border: none;
		padding: 0;
		margin: 0;
		float: none;
	}
	
	#ahit {
		display: none;
	}
	
	.full-page-article {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	.full-page-article h1 {
		font-size: 2em;
	}
	
	#images {
		display: none;
	}
	
	.contact-phone-button {
    font-size: 1.2em;
    background: GoldenRod;
    border-radius: 7px;
    display: inline-block;
    width: 3em;
    padding: 0.15em;
    text-align: center;
    font-family: "Trebuchet MS", serif;
	}

}

@media only screen and (max-width: 360px) {
	#wrapper {
			width: 100%;
			min-width: 0px;
			margin: 0;
			padding: 0;
	}
	
	
	header {
		width: 100%;
		height: 80px;
		position: relative;
		margin: 0 0 1% 0;
	}
	
	/*header #banner-background {*/
	/*	max-height: 100%;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	position: absolute;*/
	/*	opacity: 0.4;*/
	/*}*/
	
	#header-group {
			/*margin: 0 auto 0 auto;*/
	}
	
	#house-logo {
		position: absolute;
		float: left;
		height: 30px;
		top: 45px;
		left: -1px;
	}
	
	#line1 {
		display: block;
		position: absolute;
		left: 2px;
		top: -5px;
		padding: 0;
		margin: 0;
		font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
		font-size: 2.4em;
	}
	
	#line2 {
		display: block;
		position: absolute;
		left: 40px;
		bottom: -1px;
		margin: 0;
		padding: 0;
		font-family:"Trebuchet MS", sans-serif;
		font-size: 1.8em;
	}
	
	header #banner-phone-number {
		font-size: 1em;
		padding-left: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link {
		display: none;
		font-size: 0.5em;
		color: FireBrick;
	}
	
	header #banner-phone-link:hover {
		font-weight: bold;
		}

	header #banner-phone-link:hover {
		font-weight: bold;
	}
	
	#main {
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
		min-width: 0;
	}
	
	#main section p {
		font-size: 0.9em;
		line-height: 1.4;
	}
	
	#articles-sidebar h1 {
		font-size: 1.5em;
	}
		
	.full-page-article h1 {
		font-size: 1.5em;
	}
	
	.text-input #street-address {
		width: 1em;
	}
}

/* http://www.pixy.cz/blogg/clanky/css-3col-layout/ */

/* http://www.pmob.co.uk/temp/3colfixedtest_explained.htm*/