/* Container (Adjustments for Cutout Layout) */
#container{
	position: relative;
}
/* Header Image */
#subpage_header_image{
	position: relative;
	width: 960px;
	height: 219px;
	}
#subpage_header_image #subpage_header_image_headline{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 490px;
	padding: 17px 40px 20px 40px;
	background: #000;
	}
#subpage_header_image #subpage_header_image_headline p{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 32px;
	color: #fff;
	padding-bottom: 0px;
	}

/* Subnav */

#sub_nav{
	padding: 18px 0px 22px 40px;
}
#sub_nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sub_nav ul li{
	float: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	margin-right: 7px;
	padding-right: 7px;
	background: url('http://keepyourhomefoundation.com/images/common/sub_nav_divider.png') center right no-repeat;
}
#sub_nav ul li.last{
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
#sub_nav ul li a.active{
	color: #fd1c00;
	text-decoration: none;
}
#sub_nav ul li a{
	color: #666;
	text-decoration: none;
}
#sub_nav ul li a:hover{
	color: #2d99c7;
	text-decoration: none;
}
#sub_nav ul li a.active:hover{
	color: #fd1c00;
	text-decoration: none;
}

/* Content */

#content{
	float: left;
	width: 535px;
	margin-right: 50px;
}
#content h1{
	display: none;
}

/* Cutout */

#cutout{
	position: absolute;
	right: 56px;
	top: 234px;
	z-index: 1000;
}

/* Sidebar */

#sidebar{
	float: left;
	width: 295px;
	text-align: center;
	overflow: hidden;
}
#sidebar #resources{
	width: 295px;
	background: #efefef;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
}
#sidebar #resources ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#sidebar #resources ul li{
	padding-left: 20px;
	background: url('http://keepyourhomefoundation.com/images/common/icon_arrow_gray.png') 0px 3px no-repeat;
	padding-bottom: 10px;
}
#sidebar #resources h4{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	color: #fff;
	background: #fd1c00 url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 96% 50% no-repeat;
	padding: 10px 20px;
}
#sidebar #facebook{
	text-align: left;
	margin-bottom: 30px;
}

/* Misc */

div.padded{
	padding: 20px;
	overflow: hidden;
}

/* Form Fields */

input.text-field{
	width: 300px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #999;
}
.text-area{
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #999;
}