/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, 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;*/
/*}*/
/*/* HTML5 display-role reset for older browsers */*/
/*article, aside, details, figcaption, figure, */
/*footer, header, hgroup, menu, nav, section {*/
/*	display: block;*/
/*}*/
/*body {*/
/*	line-height: 1;*/
/*}*/
/*/*ol, ul {*/*/
/*/*	list-style: none;*/*/
/*/*}*/*/
/*blockquote, q {*/
/*	quotes: none;*/
/*}*/
/*blockquote:before, blockquote:after,*/
/*q:before, q:after {*/
/*	content: '';*/
/*	content: none;*/
/*}*/
/*table {*/
/*	border-collapse: collapse;*/
/*	border-spacing: 0;*/
/*}*/

@font-face {
	font-family: 'KGLoveSomebody';
	src: url('fonts/KGLoveSomebody.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: 		#F4E4BC;
}

#wrapper {
	background-color: #F4E4BC;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*border: 3pt solid black;*/
}

#content {
	/*border: 2pt solid orange;*/
}

header {
	width: 98%;
	height: 180px;
	position: relative;
	margin: 0 auto 1% auto;
	padding: 0 0 0 0;
	background-color: #F4E4BC;
}

header #banner-background {
	max-height:100%;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
}

#header-group {
	display: inline-block;
	margin: 0 auto 0 auto;
}

#house-logo {
    position: absolute;
    float: left;
    height: 160px;
    top:10px;
    left: 10px;
}
#line1 {
    display: block;
    position: absolute;
    left: 210px;
    top: -25px;
    padding: 0;
    margin: 0;
    font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
    font-size: 6.9em;
    color: FireBrick;
}
#line2 {
    display: block;
    position: absolute;
    left: 195px;
    bottom: 2px;
    margin: 0;
    padding: 0;
    font-family:"Trebuchet", sans-serif;
    font-size: 4em;
		/*font-variant: small-caps;*/
}

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 {
	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: 10% 8% 10% 8%;
	background-color: #4D4D00;
	color: White;
	margin: 0 0 10% 0%;
	text-align: center;
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet", sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 0.99em 0 0 0.99em;
	
	text-decoration: none;

	/*-webkit-transition: background-color 1s ease-out, color 0.5s ease-out;*/
	/*-moz-transition: background-color 1s ease-out, color 0.5s ease-out;*/
	/*-o-transition: background-color 1s ease-out, color 0.5s ease-out;*/
	/*transition: background-color 1s ease-out, color 0.5s ease-out;*/
}

nav a:visited {
	color: White;
}

nav a:active {
	color: White;
}

nav a:link {
	color: White;
}

nav a:hover {
	color: FireBrick;
	background-color: GoldenRod;
	/*border: 2px solid FireBrick;*/
}

#nav-sample-short {
	display: none;
}

#main-nav-articles-link {
	display: none;
}

#main {
	width: 50%;
	/*min-width: 360px;*/
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	/*display: inline;*/
	padding: 0 1% 0 1%;
	margin: 0 0 1% 0;
}

#main #headshot {
	width: 35%;
	height: auto;
	float: left;
	margin: 0 3% 1% 0;
}

#main h1 {
	/*width: 60%;*/
	font-variant: small-caps;
	/*font-size: 2.5em;*/
	font-size: 2.3em;
	margin: 0 -6% 3% 0%;
	padding: 1% 2% 1% 2%;
	color: white;
	/*background-color: #385723;*/
	background-color: #4D4D00;
	text-align: center;
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet", 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;
	/*border-radius: 10px;*/
	}

#main section p {
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: "KGLoveSomebody", "Comic Sans MS", sans-serif;
	/*font-variant: small-caps;*/
	margin: 0 4% 2% 4%;
}

#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", sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.8em;
	font-weight: 900;
	margin: 0 0 0% 0;
	font-style: italic;
	font-weight: 900;
}

#articles-sidebar h2 {
	font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet", sans-serif;
	font-size: 1em;
	font-weight: bold;
	/*line-height: 1em;*/
	margin-bottom: 0.5em;
	font-style: italic;
}

#articles-sidebar h1 a {
	text-decoration: none;
	color: black;
}

#articles-sidebar h1 a:hover {
	color: FireBrick;
}

#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: "Trebuchet", sans-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: "Trebuchet", sans-serif;
	font-size: 1.6em;
	margin: 0 auto 0.6em auto;
	text-align: center;
	font-weight: bold;
	width: 70%;
	display: inline-block;
	/*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: "Trebuchet", sans-serif;
	font-size: 1.1em;
	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: Times;
	font-size: 120%;
}

.full-page-article h2 a {
	text-decoration: none;
	color: black;
}

.full-page-article h2 a:hover {
	color: FireBrick;
}

.images {
	float: left;
	width: 28%;
	margin: 0 0 0 2%
}

.images img {
	width: 50%;
	height: auto;
	display: block;
	margin: 10% auto 10% 0;
	padding: 0;
}


/******  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%;
}

fieldset {
	border: 2px solid DarkOliveGreen;
	padding: 2% 4% 2% 4%;
	margin: 2% 0 2% 0;
}

legend {
	font-family: "Trebuchet", sans-serif;
	font-size: 150%;
	font-weight: bold;
}

.sub-fieldset {
	border: 1px dotted DarkOliveGreen;
}

.sub-fieldset-legend {
	font-family: "Times", serif;
	font-size: 120%;
	text-align: left;
}

.radio-button-list-centering-div {
	display: inline-block;
	margin: auto;
	border: 1px solid black;
}

.text-label {
	font-family: "Trebuchet", sans-serif;
	font-size: 120%;
	float: left;
	text-align: left;
	clear: both;
	margin: 0 1% 0.5% 0;
	width: 80%;
}

.text-input {
	font-family: "Courier", monospace;
	font-size: 0.8em;
	float: left;
	clear: left;
	margin: 0 0 2.5% 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-label#state {
	width: 2em;
}

text-label#zip-code {
	width: 10em;
}

form h3 {
	clear: both;
	font-family: "Times", serif;
	font-size: 120%;
	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", sans-serif;
		font-size: 120%;
}
.radio-input {
    float: left;
}

.radio-list-heading {
	clear: both;
	font-family: "Trebuchet", sans-serif;
	font-size: 120%;
	text-align: left;
	padding: 0% 0 0 0;
	margin: 1% 0 1.2% 0;
}

textarea {
	font-family: "Courier", monospace;
	font-size: 0.8em;
	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", sans-serif;
	font-size: 1em;
	clear: both;
	float: left;
	display: block;
}

textarea #Comments {
	clear: both;
	float: left;
}

form #buttonSend {
	color: Orange;
	font-family: "Trebuchet", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	border: none;
	clear: both;
	box-shadow: inset 0 0 10px Goldenrod;
	padding: 0.1em 1em 0.1em 1em;
	border-radius: 0em 1em 1em 0em;
}

form #buttonClear {
	color: Orange;
	font-family: "Trebuchet", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	border: none;
	/*clear: both;*/
	box-shadow: inset 0 0 10px Goldenrod;
	padding: 0.1em 1em 0.1em 1em;
	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;
	}


/***  Footer   ***/

footer {
	/*background-color: red;*/
	text-align: center;
	clear: both;
	padding: 0 2% 2% 2%;
	/*border: solid 1pt red;*/
	margin-top: 0%;
	border-top: 1px solid black;
}

footer small {
	font-family: "Trebuchet", sans-serif;
	font-size: 0.8em;
}

footer #AHIT {
	float: left;
	width: 6%;
	height: auto;
	margin: 0.5% 0 auto 0;
	position: relative;
}

footer a {
	color: DarkGoldenRod;
	text-decoration: none;
}

footer a:hover {
	color: DarkOliveGreen;
}

footer .footer-nav-separator {
	color: DarkOliveGreen;
}


/*** Tablet Specific  ***/

@media only screen and (max-width: 1024px) {
	
	#wrapper {
		width: 100%;
		min-width: 800px;
		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.4;
	}
	
	#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: 5.3em;
			color: FireBrick;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 160px;
			bottom: -3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet", sans-serif;
			font-size: 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;
		}

	nav {
		width: 20%;
	}

	nav a {
		font-size: 1.2em;
	}
	nav a #sample-short {
		display: block;
	}
	
	nav a #sample {
		display: none;
	}
	
	#main {
		width: 70%;
		min-width: 360px;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	#main headshot {
		width: 25%;
	}
	
	#main h1 {
		font-size: 1.7em;
	}
	
	#main section p {
		font-size: 1.3em;
		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;
	}

	.form-page {
		width: 70%;
		min-width: 360px;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	.images {
		display: none;
		width: 0;
	}
	
}

@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.8em;
			color: FireBrick;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 130px;
			bottom: -3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet", sans-serif;
			font-size: 2.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;
		}
	
	nav a {
		font-size: 1em;
	}
	
	#main section p {
		font-size: 1.1em;
		line-height: 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: 100px;
			top: 0px;
			left: 0px;
	}
	
	#line1 {
			display: block;
			position: absolute;
			left: 130px;
			top: -0px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 3em;
			color: FireBrick;
	}
	
	#line2 {
			display: block;
			position: absolute;
			left: 120px;
			bottom: -3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet", sans-serif;
			font-size: 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%;
		height: auto;
		margin: 0 auto 0px auto;
	}
	
	nav a {
		display: block;
		width: 100%;
		background-color: GoldenRod;
		color: White;
		text-align: center;
		font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet", 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 #nav-call {
		width: 48%;
		display: inline-block;
		padding: 0;
	}
	
	nav #nav-text {
		float: right;
		width: 48%;
		display: inline;
		margin: 0 0 0 0;
	}
	
	nav #nav-before {
		display: none;
	}
	
	nav #nav-sample {
		display: none;
	}
	
	nav #nav-sample-short {
		display: none;
	}
	
	nav #main-nav-articles-link {
    display: block;
  }
	

  #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;
	}
	
	.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;
	}

}


@media only screen and (max-width: 480px) {
	
  #wrapper {
		min-width: 0px;
  }
	
	header {
		width: 100%;
		height: 85px;
		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: 47px;
			left: -1px;
	}
	#line1 {
			display: block;
			position: absolute;
			left: 10px;
			top: -10px;
			padding: 0;
			margin: 0;
			font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
			font-size: 2.9em;
			color: FireBrick;
	}
	#line2 {
			display: block;
			position: absolute;
			left: 44px;
			bottom: 3px;
			margin: 0;
			padding: 0;
			font-family:"Trebuchet", sans-serif;
			font-size: 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 a {
		clear: both;
		display: block;
		width: 100%;
		background-color: GoldenRod;
		color: White;
		text-align: center;
		font-family: "KGLoveSomebody", "Comic Sans MS", "Trebuchet", sans-serif;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 0.1em;
		border-radius: 0.99em 0.99em 0.99em 0.99em;
		padding: 2% -1% 2% -1%;
		margin: 1% 0 1% 0;
		
		text-decoration: none;
	}
	
	#mobile-links {
		text-align: center;
		margin: auto;
		margin: auto;
		border: 1px solid blue;
	}
		
	nav #nav-call {
		width: 40%;
		position: relative;
		margin: 0.2em 0 0.2em 0;
		padding: 0;
		display: inline-block;
		border: 1px solid green;
	}
	
	nav #nav-text {
		width: 40%;
		position: relative;
		margin: 0.2em 0 0.6em 0;
		padding: 0;
		display: inline-block;
		border: 1px solid red;
	}

	

	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;
  }

	.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;
	}
	
	#images {
		display: none;
	}

}

@media only screen and (max-width: 360px) {
    #wrapper {
        width: 100%;
        min-width: 0px;
        margin: 0;
        padding: 0;
    }
		
		
	header {
		width: 100%;
		height: 70px;
		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: 40px;
		left: -1px;
	}
	
	#line1 {
		display: block;
		position: absolute;
		left: 5px;
		top: -10px;
		padding: 0;
		margin: 0;
		font-family:"KGLoveSomebody", "Comic Sans MS", sans-serif;
		font-size: 2.5em;
		color: FireBrick;
	}
	
	#line2 {
		display: block;
		position: absolute;
		left: 40px;
		bottom: -5px;
		margin: 0;
		padding: 0;
		font-family:"Trebuchet", 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;
	}
	
	.text-input #street-address {
		width: 1em;
	}
}

/* http://www.pixy.cz/blogg/clanky/css-3col-layout/ */

/* http://www.pmob.co.uk/temp/3colfixedtest_explained.htm*/