/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
   
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('eot'),
         url('../fonts/BebasNeue.woff') format('woff'),
         url('../fonts/BebasNeue.ttf') format('truetype'),
         url('../fonts/BebasNeue.svg#webfontju441nLs') format('svg');
    font-weight: normal;
    font-style: normal;	
}

@font-face {
    font-family: 'Homestead';
    src: url("../fonts/Homestead-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}




/* New styles */
body{
	background-image:url(../img/background.gif);
	font-family: Helvetica, sans-serif;
}

a {
	text-decoration:none !important;	
	color:#f37902 !important;
}

a:hover {
	text-decoration:underline !important;	
	/*color:#f26522 !important;*/
}

#box-container{
	background: url(../img/bg_boxes.gif) repeat-y center top;
	width: 100%;
}

#header-container-wrapper{
	background: url(../img/hero_home.jpg) no-repeat center top;
	width: 100%;
	min-height: 520px;
}


#header-container{
	background: url(../img/hero_home.jpg) no-repeat center top;
	width: 100%;
	min-height: 520px;
	position:relative;
}
#header-container02{
	background: url(../img/hero_home02.jpg) no-repeat center top;
	width: 100%;
	min-height: 520px;
	display:none;
	position:relative;
}

#header-container03{
	background: url(../img/hero_home03.jpg) no-repeat center top;
	width: 100%;
	min-height: 520px;
	display:none;
	position:relative;
}

#header-container-page-life {
	background: url(../img/hero_page_life.jpg) no-repeat center top;
	width: 100%;
	min-height: 426px;
}

#header-container-page-qa {
	background: url(../img/hero_page_qa.jpg) no-repeat center top;
	width: 100%;
	min-height: 426px;
}

#header-container-page-finding {
	background: url(../img/hero_page_finding.jpg) no-repeat center top;
	width: 100%;
	min-height: 426px;
}

#header-container-page-home {
	background: url(../img/hero_page_home.jpg) no-repeat center top;
	width: 100%;
	min-height: 426px;
}


#header-container-page-contact {
	background: url(../img/hero_page_contact.jpg) no-repeat center top;
	width: 100%;
	min-height: 426px;
}

@media screen and (min-width: 1196px){
	#slideshow-container {
		margin:0 auto;
		width:1196px;
	}	
}

@media screen and (max-width: 1195px){
	#slideshow-container {
		margin:0 auto;
		width:100% !important;	
	}	
}

header{
	width: 1046px;
	margin:0 auto;
}

#logo{
	float: left;
	margin: 0px 0 0 5px;
	background-color:rgba(255,255,255,0.7);
	padding:15px;
}

#nav_background_area {
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}

#global-nav{
}
#global-nav ul{
	float: left;
	margin-left: 0px;
	background-color: #ffffff;
	background-color:rgba(255,255,255,0.2);
	padding: 0px 30px 20px 20px;
	margin-top:-15px;
}
#global-nav ul li{
	float: left;
	padding: 6px 11px 6px 11px;
	margin: 18px 0 0 10px;
	background-color: #ffffff;
	opacity:1.0;
}
#global-nav ul li:on{
	background-color: #f26522;
}
#global-nav ul li a{
	color: #8b5e3b !important;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	opacity:1.0;
}
#global-nav ul li a:hover{
	color: #ffffff !important;
	text-decoration:none !important;
}

#global-nav ul li:hover a{
	color: #ffffff !important;
}

#global-nav ul li:hover{
	background-color: #f26522;
}

#global-nav ul li.on a{
	color: #ffffff !important;
}

#global-nav ul li.on{
	background-color: #f26522;
}

#main-container{
	width: 960px;	
	margin:0 auto;
	padding-right:5px;
}
#main{
	background-color:#ffffff;
}

.home-module{
	width: 271px;
	float: left;
	font-size: 13px;
	margin: 30px 0 50px 37px;
	color: #235147;
}
.home-module h2{
	margin: 0;
	padding: 0;
	font-family: "BebasNeue";
	font-size: 19px;
	font-weight:normal;
	color: #346c62;
}
.home-module img{
	padding: 10px 0 10px 0;
}
.home-module a{
	color: #f37902;
}

.home-module h2 a {
	color: #346c62 !important;	
}

#map-section{
	background: url(../img/bg_home.jpg) no-repeat center bottom;
	background-color:#ffffff;
	width: 960px;
	margin:0 auto;
	min-height: 217px;
}

#seal{
	float: left;
	background: url(../img/seal.png) no-repeat left;
	min-height: 79px;
	width: 480px;
	margin: 73px 0 0 40px;
	padding: 0 0 0 99px;
	font-size: 14px;
	line-height: 18px;
}
#seal h2{
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
}
#seal span{
	display: block;
	float: left;
	height: 17px;
	color: #ffffff;
}
#seal a{
	display: block;
	float: left;
	height: 17px;
	background: url(../img/nav_arrow.png) no-repeat right;
	background-position: top right;
	padding-right: 20px;
	color: #ffff00 !important;
	text-decoration: none;
}
#seal a:hover{
	text-decoration: underline !important;
	background-position: bottom right;
}

#qalink{
	float: left;
	background-color: #715433;
	margin: 65px 0 0 75px;
	padding: 25px;
	border: 3px solid #8d7157;
	font-size: 14px;
	line-height: 18px;
}
#qalink h2{
	margin: 0px 0 0px 0;
	padding: 0;
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
}
#qalink a{
	display: block;
	float: left;
	height: 17px;
	background: url(../img/nav_arrow.png) no-repeat right;
	background-position: top right;
	padding-right: 20px;
	color: #ffff00 !important;
	text-decoration: none;
	font-weight: bold;
}
#qalink a:hover{
	text-decoration: underline !important;
	background-position: bottom right;
}

footer{
	min-height: 150px;
	background-color: #3c2814;
	color: #a38a6d;
}
footer div.outer_item_cont {
	float:left;	
	font-size:12px;
	line-height:16px;
	margin-top:30px;
	margin-left:38px;
	font-weight:bold;
	color:#e8d5bc !important;
}

footer div.outer_item_cont span {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#a38a6d !important;
}

footer div.contact_section {
	float:left;	
	font-size:12px;
	line-height:16px;
	margin-top:30px;
	margin-left:80px;
	font-weight:bold;
	color:#e8d5bc !important;
}

footer div.contact_section a {
	color:#f46424 !important;
}



footer ul{
	float: left;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
footer ul li{
	float: left;
	font-size:10px;
	line-height:18px;
	margin-top:30px;
	margin-left:20px;
}
footer ul li a{
	color: #e0d1bf !important;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-size:10px;
	line-height:18px;
	font-weight:bold;
}
footer ul li a:hover{
	color: #a38a6d !important;
}

#social_area {
	float:left;
	width:270px;
	margin-left:150px;
}	

.social_item {
	float:left;
	width:90px;	
	overflow:hidden;
}

/* Subpage styling
----------------------------------------------------*/

#main h1 {
	font-size:32px;
	line-height:19px;
	color:#8a6845;
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:25px;
}

#subpage_content_head {
	float:left;
	margin-left:66px;
	margin-right:66px;
	width:850px;
}

.image-left {
	float:left;
	margin-right:10px;	
}

p.quote {
	float:left;
	color:#5f5753;
	font-size:15px;
	line-height:15px;
	margin:0px;
	padding:0px;
	margin-bottom:15px;	
	width:100%;
	margin-left:60px;
	font-style:italic;
}

.indent1 {
	margin-left:90px !important;	
}

.indent2 {
	margin-left:120px !important;	
}

#subpage_content_body {
	float:left;
/*	width:582px;  CL 4/2023: Changed because alignment was messed up */
width:80%;
	margin-left:66px;	
	margin-bottom:70px;
}

#subpage_content_body h2 {
	font-size:17px;
	line-height:19px;
	font-family:Helvetica, sans-serif;	
	color:#4c331f;
	margin-bottom:30px;
}

#subpage_content_body h3 {
	font-size:18px;
	line-height:19px;
	font-family: 'Homestead', helvetica, sans-serif;
	color:#336a60;	
	text-transform:uppercase;
	margin-bottom:0px;
	padding-bottom:0px;
}

#subpage_content_body p {
	color:#5f5753;
	font-size:15px;
	line-height:19px;	
	font-family:Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	margin-bottom:17px;
}



#subpage_content_body li {
	color:#5f5753;
	font-size:15px;
	line-height:19px;	
	font-family:Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

#subpage_content_body ul {
	margin:0px;
	padding:0px;
	list-style-position:bottom;
	list-style-image:url(../img/bullet.jpg);
	margin-top:15px;
	margin-left:25px;	
}

.bodyimagesnip {
	margin-bottom:90px;
	margin-top:15px;
}

.bodysnipimagetop {
	margin-bottom:100px;	
}

.head_border {
	margin-left:-66px;
	margin-top:30px;	
}

.head_border_qa {
	margin-left:-66px;
	margin-bottom:10px;
	margin-top:-15px;	
}

.body_border_finding {
	margin-left:-15px;
	margin-bottom:15px;
	margin-top:10px;	
}

#subpage_content_rightcol {
	float:left;	
	width:305px;
}

#reasons_link_box {
	float:left;
	width:226px;
	height:122px;
	background-image:url(../img/img_body_link01.jpg);
	margin-left:42px;
	margin-top:20px;
}

#reasons_link_box:hover {
	float:left;
	width:226px;
	height:122px;
	background-image:url(../img/img_body_link01_on.jpg);
	margin-left:42px;
	margin-top:20px;
}

#reasons_link_box span {
	float:left;
	margin-top:20px;
	margin-left:80px;
	font-size:19px;
	line-height:19px;
	color:#336a60;
	text-transform:uppercase;
	font-weight:normal;
	font-family: "BebasNeue";
}

#reasons_link_box a{
	display: block;
	float: left;
	text-decoration: none;
	font-size:15px;
	font-weight:normal;
	color:#4c4c4c !important;
	margin-left:20px;
	margin-top:15px;
	line-height:14px;
}

#reasons_link_box div{
	display: block;
	float: left;
	text-decoration: none;
	font-size:15px;
	font-weight:normal;
	color:#4c4c4c !important;
	margin-left:20px;
	margin-top:15px;
	line-height:14px;
}

.answer p {
	float:left;
	padding-left:35px !important;
	width:542px;
	background-image:url(../img/bg_qa_answer.gif);	
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:35px !important;
}

.question p {
	float:left;
	padding-left:35px !important;
	width:542px;
	background-image:url(../img/bg_qa_question.gif);	
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:22px !important;
	font-weight:bold;
}

#subpage_content_finding {
	float:left;
	width:870px;
	margin-left:66px;
	position:relative;
}	

#finding_existing {
	float:left;
	width:430px;
}

#finding_build {
	float:left;
	width:410px;
	margin-left:17px;
	position:relative;
}
#finding_build2 {
	float:left;
	width:410px;
	margin-left:250px;
	position:relative;
}

#buildahome-button {
	position:absolute;
	top:145px;
	left:70px;
}	

h3.magnify {
	padding-left:29px;
	background-image:url(../img/bg_finding_magnify.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-left:23%;
	position:relative;
	z-index:10000;
}

h3.build {
	padding-left:29px;
	background-image:url(../img/bg_finding_tools.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-left:25%;
}
h3.build2 {
	padding-left:29px;
	background-image:url(../img/bg_finding_tools.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-left:25%;
}

#finding_or {
	position:absolute;
	top:135px;
	left:380px;
}

.existing_homes {
	float:left;
	width:100%;	
	text-align:center;
	font-size:12px;
	margin-top:5px;
}

.existing_homes a {
	text-decoration:underline !important;
}

.existing_homes a.small {
	text-decoration:none !important;
}

.build_links {
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;	
}

.build_links .pdflink {
	padding-right:26px;
	background-image:url(../img/bg_finding_pdficon.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

ul#rightcol_finding_links {
	margin:0px;
	padding:0px;
	list-style-position:bottom;
	list-style-image:url(../img/bullet.jpg);
	margin-left:90px;
}

.openlink {
	padding-right:24px;
	background-image:url(../img/bg_finding_openicon.gif);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:13px;
}

ul#rightcol_finding_links .pdflink {
	padding-right:24px;
	background-image:url(../img/bg_finding_pdficon.gif);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:13px;
}

#subpage_content_head h2 {
	font-size:17px;
	line-height:19px;
	font-family:Helvetica, sans-serif;	
	color:#4c331f;
	margin-bottom:20px;
	margin-top:-10px;
}

ul#moorhead_schools_list {
	margin:0px;
	padding:0px;
	list-style-position:bottom;
	list-style-image:url(../img/bullet_check.gif);
	margin-top:-10px !important;
	margin-left:105px !important;	
}

.indicators {
	float:left;
	margin-top:491px;
	margin-left:-80px;	
	cursor:pointer;
}

.slideshow {
	width: 100%;
	min-height: 520px;
}

.hero_button01 {
	position:absolute;
	top:345px;
	left:200px;
}

.hero_button02 {
	position:absolute;
	top:345px;
	left:276px;
}

.hero_button03 {
	position:absolute;
	top:345px;
	left:276px;
}

.contact-content {
	width:290px;
	float:left;	
}

.expand-content {
	display:none;	
}



















