@charset "UTF-8";
/* CSS Document */

/*Kenneth J. Blasius, http://www.mungoworks.com */
/*Master CSS*/
/*Site Colors
Site background #C06A45
Page background #FEFBF2
Text Content Buff #FEF4DF
Dark Red #8A1A1C
Menu Blue #637DC3
Lt Orange Border #E88D66
Dark Green Border #005F34
Lt Green Panel #DEEAE5
Dark Gray Text #333
*/

body {
	padding:0;
	margin:0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	background-color: #C06A45;
}
div, p, h1, h2, h3, h4, h5, img, td, tr, ol, ul, li, dl, dd, dt, img, iframe, a {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	background-image: none;
}
a:link {
	color: #333;
	text-decoration: none;
	border:0px;
	background-image: none;
}
a:visited {
	color: #333;
	text-decoration: none;
	border:0px;
}
a:hover {
	text-decoration: underline;
	color: #8A1A1C;
	border:0px;
	background-image: none;
}
a img {
	text-decoration:none;
	border:0px;
	border-color:#FFFFFF;
}

#footer p a {
	color: #8A1A1C;
	text-decoration: none;
	border:0px;
}
#footer p a:hover {
	text-decoration: underline;
}

/*Type Styles*/
p {
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	text-indent: 10px;
	padding-bottom: 6px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #8A1A1C;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005F34;	
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color:#000;
	padding-top: 10px;
	padding-bottom: 6px;
}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #8A1A1C;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A1A1C;
}
h6 {
}

/*Container for all page items */
#pagewrapper {
	margin-top: 0px;
	text-align:left;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	width: 850px;
	height:1050px;
}
#header {
	width: 850px;
	height: 244px;
	background-image: url(../_images_master/HS_header_bkgnd.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	text-indent: -2999px;
}
#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color: #8A1A1C;
	padding-top: 168px;
}
/*Container for all content items*/
#contentwrapper {
	width: 778px;
	height: 652px;
	background-color: #FEFBF2;
	margin-left: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

/*Left Col container menu and did you know box*/
#leftcol {
	width: 224px;
	height: auto;
	float:left;
}

/*Right Col container for main page content*/
#rightcol {
	width: 520px;
	height: 630px;
	float:right;
	padding: 10px;
	background-color: #FEF4DF;
	overflow: scroll;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E88D66;
}
/*Right Col. container no scrolling content*/
#rightcol_ns {
	width: 520px;
	height: 630px;
	float:right;
	padding: 10px;
	background-color: #FEF4DF;
	overflow: hidden;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E88D66;
}
#rightcol ul, #rightcol_ns ul {
	padding-bottom: 6px;
}
#rightcol li, #rightcol_ns li {
	margin-left: 25px;
}
/*Right Col. container news content*/
#rightcol_news {
	width: 540px;
	height: 650px;
	float:right;
	/*padding: 10px;*/
	background-color: #FEF4DF;
	overflow: hidden;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E88D66;
}

.contentimg {
	float:right;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 0;
	margin: 0;
}
/*Menu System*/
#menu {
	width: 224px;
	height: 320px;
	background-color: #637DC3;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display:block;
	width:224px;
	height:32px;
	text-decoration:none;
	text-align:left;
	text-indent: -9999px;
	font-size: 9px;
	overflow: hidden;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#home_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#home_btn a:link, a:visited {
	background-color:none;
}

#home_btn a:hover, a:active {
	background-image: url(../_images_menu/home.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#about_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/about_us.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#about_btn a:link, a:visited {
	background-color:none;
}

#about_btn a:hover, a:active {
	background-image: url(../_images_menu/about_us.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#construction_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/modular_home_construction.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#construction_btn a:link, a:visited {
	background-color:none;
}

#construction_btn a:hover, a:active {
	background-image: url(../_images_menu/modular_home_construction.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#green_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/green_modular_homes.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#green_btn a:link, a:visited {
	background-color:none;
}
#green_btn a:hover, a:active {
	background-image: url(../_images_menu/green_modular_homes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#custom_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/custom_modular_homes.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#custom_btn a:link, a:visited {
	background-color:none;
}
#custom_btn a:hover, a:active {
	background-image: url(../_images_menu/custom_modular_homes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#additions_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/modular_additions.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#additions_btn a:link, a:visited {
	background-color:none;
}
#additions_btn a:hover, a:active {
	background-image: url(../_images_menu/modular_additions.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pictures_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/modular_homes_pictures.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pictures_btn a:link, a:visited {
	background-color:none;
}
#pictures_btn a:hover, a:active {
	background-image: url(../_images_menu/modular_homes_pictures.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#customers_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/customer_testimonials.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#customers_btn a:link, a:visited {
	background-color:none;
}
#customers_btn a:hover, a:active {
	background-image: url(../_images_menu/customer_testimonials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#news_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/media_and_news.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#news_btn a:link, a:visited {
	background-color:none;
}
#news_btn a:hover, a:active {
	background-image: url(../_images_menu/media_and_news.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact_btn a {
	display:block;
	width: 224px;
	height: 32px;
	background-image: url(../_images_menu/contact_and_directions.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contact_btn a:link, a:visited {
	background-color:none;
}
#contact_btn a:hover, a:active {
	background-image: url(../_images_menu/contact_and_directions.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*End Menu System*/

#aftermenuspacer {
	height: 10px;
}
#didyouknow {
	width: 214px;
	height: 306px;
	/*height: 296px;*/
	background-color: #DEEAE5;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005F34;
	margin-top: 10px;
	padding: 5px;
	overflow:hidden;
}
#didyouknow h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color:#000;
	padding-top: 0px;
	padding-bottom: 1px;
}
	
#didyouknow ul {
	padding-bottom: 10px;
}
#didyouknow li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: disc;	
}
#didyouknow a {
	background-image: none;
}

#didyouknow #newslist li {
	padding-bottom: 6px;
}

.wecanhelp {
	font-size: 14px;
	text-indent: 0px;
	font-weight: bold;
	color:#000;
}
.picturesbox {
	width: 490px;
	height: 153px;
	background-color: #DEEAE5;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005F34;
	clear: both;
}
.picturesbox h5 {
	float: left;
	width: 255px;
}
.picturesbox img {
	float: left;
	padding-right: 7px;
}

.testimonialsbox {
	width: 490px;
	height: auto;
	background-color: #DEEAE5;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005F34;
	clear: both;
}
#footer {
	height: 117px;
	clear: both;
	background-image: url(../_images_master/HS_footer_bkgnd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
#footer .copyright {
	color:#000;
	font-weight:bold;
	text-indent: 0px;
}
#footer .bottomlinks {
	text-indent: 0px;
	font-weight:bold;
	color: #8A1A1C;
}
#footer a {
	background-image: none;
}


/* Form Content */
form {
	padding-right: 15px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	border:none;
}
fieldset.submit{
	border:none;
	height:45px;
}
fieldset p {
	clear: both;
	padding-bottom:10px;
}

legend {
	font-weight: bold;
	color: #A62004;
}

fieldset ol {
	padding: 0.5em;
	list-style: none;
}

fieldset li{
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
}

label {
	float: left;
	width: 10em;
	margin-right: .5em;
}
input, select {
	font-size: .9em;
}
.required {
	color:#F00;
	/*font-size:.6em;*/
	font-weight:bold;
}
