/* ........................................................... */

/* 1. Reset default html styles, basic styles. */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,div,dl,dt,dd,hr
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-indent: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
}

ul,li { list-style-type: none; }
ol { margin: 0; padding:0; }

ol li
{
	list-style-type: decimal;
	list-style-position: inside;
}

em, i { font-style: italic; }
.clear { clear: both; }
.clearnone { clear: none; }
.hide { display: none; }
#skip { display: none; }

.xouter
{
	position: relative;
	left: 50%;
	float: left;
	clear: both;
}

.xinner
{
	position: relative;
	left: -50%;
	text-align: center;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix { zoom: 1; }

/* IE6 */
*:first-child+html .clearfix { zoom: 1; }

/* IE7 */
/* ........................................................... */

/* Image replacement */
#brand h1 a, 
#brand h2, 
#brand p, 
#navigation ul li#purchase a, 
#page_break ul li#rebuilding a,
#page_break ul li#twitter a,
#page_break ul li#facebook a,
#page_break ul li#sba a,
.ir
{
	text-indent: -9999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ........................................................... */

/* Links */
a, img a { outline: none; }

a,a:link,a:visited,a:active
{
	color: #851000;
	text-decoration: none;
}

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

#text a { font-weight:bold; }

#text a:hover { border-bottom:1px dashed #666; }

/* ........................................................... */

html, body
{
	background-color: #fff;
	color: #222;
}

html
{
	background-color: #fff;
	background-image: url('../images/body_bg.png');
	background-repeat: repeat;
}

body
{
	background-color: transparent;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3;
	background-image: url('../images/header.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

.container
{
	font-size: 100%;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* ........................................................... */

#brand_container
{
	/* height = push the navigation down */
	height: 62px;
	z-index: 200;
}

#brand
{
	width:260px;
	overflow:visible;
	z-index: 190;
	position: absolute;
	top: 0;
	left: 0;
}

#brand h1 a
{
	display: block;
	height: 277px;
	width: 212px;
	background-image: url('../images/brand.png');
	z-index:200;
}

/* ........................................................... */

#navigation_wrapper
{
	width: 960px;
	margin:0 auto;
}

#navigation
{
	z-index: 100;
	height: 44px;
	position: relative;
	margin-left: 285px;	
}

#navigation ul li ul { margin-left: 0; }

#navigation ul li
{
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
	float: left;
	padding: 0 1px 0 48px;
	background-image: url('../images/nav_arrows.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/* Safari/Chrome adjustment */
	#navigation ul li { margin-top:-2px;background-position: 7px 17px;}
}

#navigation ul li a
{
	height: 29px;
	display: block;
	height:44px;
	line-height:44px;	
}

#navigation ul li ul li a { padding:0; margin:0; height:auto; line-height:15px;	
}

/*
#navigation ul li a#the_homes
{
	padding-left:6px;
	padding-right:6px;
	margin-left:-6px;
	margin-right:-6px;	
	display:block;
}
*/

#navigation ul li ul li
{
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	float: none;
	margin-top: 0px;
	padding: 0 0 0 0;
	background-image: none;
}

#navigation ul li.first
{
	padding-left: 0;
	background-image: none;
}

#navigation ul li a,#navigation ul li a:link,#navigation ul li a:visited,#navigation ul li a:active
{
	color: #FFFFDE;
	text-decoration: none;
}

#navigation ul li a:hover
{
	color: #f60;
	text-decoration: none;
}

#navigation ul li a#the_homes:hover
{
	color: #FFFFDE;
	text-decoration: none;
}

#the_homes_navigation a,#the_homes_navigation a:link,#the_homes_navigation a:visited,#the_homes_navigation a:active { color: #fff !important; }
#the_homes_navigation a:hover { color: #781B00 !important; }

#the_homes_navigation
{
	position: absolute;
	top: 0;
	left: -6px;
	background-color: transparent;
	padding: 60px 16px 20px 16px;
	background-image: url('../images/dropdown_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	z-index:-1;
	display: none;
}

#the_homes_navigation li { padding: 2px 0 !important; }

/* ........................................................... */

#navigation ul li#purchase { background-image: none; }

#navigation ul li#purchase a
{
	display: block;
	height: 116px;
	width: 116px;
	position: absolute;
	padding:0 !important;
	top: -54px;
	left: 580px;
	background-image: url('../images/purchase.png');
}

#navigation ul li#purchase a:hover { background-position: left bottom; }

/* ........................................................... */

#content_wrapper
{
	width: 100%;
	background-image: url('../images/content_wrapper_bg.png');
	background-repeat: repeat;
}

body#homepage #content
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
	background-position: left top;
}

body#subpage #content
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/content_subpage_bg.png');
	background-repeat: repeat;
	background-position: left top;
}

body#homepage #content #image
{
	position: absolute;
	top: 0;
	left: 100px;
	width: 545px;
	overflow: hidden;
}

#text
{
	width: 255px;
	margin: 0 20px 0 645px;
	padding: 30px 20px 20px 20px;
	min-height: 350px;
	height: auto;
	background-color: #E6D5C6;
	text-align: center;
}

body#subpage #text
{
	float: left;
	width: 335px;
	margin: 0 0 0 100px;
	padding: 50px 25px 20px 185px;
	min-height: 330px;
	height: auto;
	background-color: transparent;
	text-align: left;
}

body#homepage #text ul
{
	width: 261px;
	padding: 0 0 20px 2px;
	text-align: center;
	height: 58px;
}

body#subpage #text ul
{
	font-size: 1.3em;
	padding-bottom: 20px;
}

body#homepage #text ul li
{
	display: block;
	float: left;
	width: 75px;
	height: 38px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 10px;
	background-color: #EFE3D9;
	color: #3D0F00;
	border: 1px solid #BAAFA5;
	font-size: 1.2em;
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: -0.1em;
}

body#homepage #text ul li span
{
	padding-top: 3px;
	font-size: 1.5em;
	letter-spacing: -0.1em;
}

body#homepage #text h1
{
	clear: both;
	color: #851000;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
}

body#subpage #text h1
{
	clear: none;
	color: #851000;
	font-size: 2em;
	font-weight: normal;
	padding-left: 35px;
	margin-left: -37px;
	padding-bottom: 20px;
	background-image: url('../images/builder_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

body#homepage #text h2
{
	clear: both;
	color: #851000;
	font-size: 1.6em;
	font-weight: normal;
	background-image: url('../images/h2_arrows.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto;
	padding-top: 30px;
	width: 230px;
}

body#subpage #text h2
{
	clear: both;
	color: #444;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0.5em 0;
	width: 100%;
}

body#subpage #text h3
{
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: none;
}

body#subpage #text strong,
body#subpage #text b { color: #443; }

body#homepage #text p
{
	font-size: 1.3em;
	color: #3D0D00;
	width: 220px;
	margin: 0 auto;
}

body#subpage #text p
{
	font-size: 1.3em;
	color: #333;
	padding-bottom: 20px;
}

body#subpage #text ol
{
	font-size: 1.2em;
	color:#222;
	font-weight: normal;
	margin-bottom: 3em;
	margin-left:-20px;
	letter-spacing: 1px;
	padding:20px 20px 20px 22px;
	border:3px double #CEBFB2;
	background:#F2E9E2;
}

body#subpage #text ol li { line-height:1.6; }

body#subpage #text #website a { font-weight: bold; }

/* ........................................................... */

#builder_gallery ul { height: 90px; }

#builder_gallery ul li
{
	display: inline;
	width: 90px;
	height: 90px;
}

#builder_gallery ul li img
{
	width: 86px;
	height: 86px;
	padding: 2px;
}

a img { border: 0; }

#builder_gallery ul li a
{
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	background: #B8A38F;
	margin-right: 15px;
}

#builder_gallery ul li a:hover { background: #666; border:none; }

/* ........................................................... */

#sidebar
{
	float: left;
	display: inline;
	height: auto;
	width: 295px;
}

#sidebar h3
{
	font-size: 1.7em;
	text-align: left;
	color: white;
	background-color: #A49589;
	width: 275px;
	padding: 15px 0 15px 20px;
}

#sidebar ul
{
	padding: 10px 0 0 20px;
	font-size: 1.3em;
}

#sidebar ul li { padding: 1px 0; }
#sidebar ul li a { color: #3D0D00 !important; }
#sidebar ul li a:hover { color: #851000 !important; }
#sidebar ul li a.here { color: #666; }

/* ........................................................... */

#page_break_wrapper
{
	clear: both;
	width: 100%;
	background-image: url('../images/page_break_wrapper_bg.png');
	background-repeat: repeat;
}

#page_break
{
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/wood.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

/* ........................................................... */

#page_break ul li#rebuilding a
{
	display: block;
	height: 110px;
	width: 195px;
	position: absolute;
	top: 20px;
	left: 120px;
	background-image: url('../images/page_break_links.png');
	background-position: left top;
}

#page_break ul li#rebuilding a:hover { background-position: left bottom; }

/* ........................................................... */

#page_break ul li#twitter a
{
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 20px;
	left: 510px;
	background-image: url('../images/page_break_links.png');
	background-position: right top;
}

#page_break ul li#twitter a:hover { background-position: right -110px; }

/* ........................................................... */

#page_break ul li#facebook a
{
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 80px;
	left: 510px;
	background-image: url('../images/page_break_links.png');
	background-position: right -60px;
}

#page_break ul li#facebook a:hover { background-position: right bottom; }

/* ........................................................... */

#page_break ul li#sba a
{
	display: block;
	height: 110px;
	width: 66px;
	position: absolute;
	top: 20px;
	left: 435px;
	background-image: url('../images/sba.png');
	background-position: right top;
}

#page_break ul li#sba a:hover { background-position: right bottom; }

#page_break ul li#habitat a
{
	display: block;
	height: 110px;
	width: 100px;
	position: absolute;
	top: 20px;
	left: 325px;
	background-image: url('../images/habitat.png');
	background-position: right top;
	text-indent: -9999em;
}

#page_break ul li#habitat a:hover { background-position: right bottom; }

/* ........................................................... */

#newsletter
{
	position: absolute;
	top: 20px;
	left: 665px;
	width: 255px;
	overflow: hidden;
	color: #fff;
}

#newsletter h3
{
	font-weight: normal !important;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#newsletter .input
{
	width: 251px;
	height: 19px;
	background: #7C665C;
	border: 0;
	color: #fff;
	padding: 0 2px;
}

#newsletter label { display: none; }
#newsletter #f_name,
#newsletter #l_name { width: 121px; }
#newsletter #f_name { float: left; }
#newsletter #l_name { float: right; }

#newsletter #email
{
	width: 255px;
	margin-top: 5px;
}

#newsletter #sign_up
{
	width: 64px;
	height: 21px;
	margin-top: 10px;
	background: transparent url('../images/sign_up.png') no-repeat center top;
	border: 0;
	cursor: pointer;
	/* hand-shaped cursor */
	float:right;
}

#newsletter #sign_up:hover { background-position: left bottom; }

#newsletter	#thanks
{
	position: absolute;
	/*
	top: 428px;
	left: 472px;
	width: 381px;
	height: 122px;
*/
	background-color: transparent;
	background-image: url('assets/images/thanks.html');
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000em;
}

/* ........................................................... */

#sponsors_wrapper_outside
{
	width: 100%;
	background-image: url('../images/sponsor_wrapper_bg.png');
	background-repeat: repeat;
}

#sponsors_wrapper_inside
{
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/sponsor_bg.png');
	background-repeat: repeat-y;
	background-position: left top;
}

#sponsors
{
	width: 840px;
	margin-left: 100px;
}

#sponsorshipInfo{position: relative; float: left; width: 727px; padding: 10px; margin: 45px; font-size: 14px; line-height: 16px; border: 1px solid #3F0707; background: #e6d0b6;}

/* ........................................................... */

#sponsors h3
{
	font-size: 2.1em;
	padding: 40px 0;
	text-align: center;
	color: #321202;
}

#sponsors dl
{
	float: left;
	display: inline;
	margin-right: 30px;
}

#sponsors dl.box_row_start { margin-left: 45px; }

#sponsors #box_row dl
{
	width: 230px;
	background: #fff;
	min-height: 460px;
	height: auto;
	margin-bottom: 60px;
}

#sponsors #row dl
{
	width: 230px;
	padding-bottom: 60px;
}

#sponsors .two_cols dl {width: 360px!important;}

#sponsors #box_row dt
{
	padding: 13px 0;
	background: #3F0707;
	color: #fff;
	text-align: center;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 20px;
}

#sponsors #row dt
{
	padding: 10px 0 8px 0;
	background: #3F0707;
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/* Safari/Chrome adjustment */
	#sponsors #row dt { line-height: 27px; }
}

#sponsors #box_row dd
{
	width: 210px;
	margin: 0 10px 20px 10px;
	font-size: 1.2em;
	text-align: center;
}

#sponsors #row dd
{
	width: 210px;
	margin: 5px 10px;
	font-size: 1.2em;
}

#sponsors #row dl dd a { color: #600; }
#sponsors #row dl dd a:hover { text-decoration: underline; }

/* ........................................................... */

#footer_wrapper
{
	width: 100%;
	background-image: url('../images/page_break_wrapper_bg.png');
	background-repeat: repeat;
}

#footer
{
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/wood.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

#footer p
{
	margin: 60px 0 0 120px;
	color: #75615A;
	line-height: 1.6;
	font-size: 1.1em;
}
