/* Colors ***************************

Red: #fd1c00;
Blue: #2d99c7;
Black: #000;
White: #fff;

*/

/* Body ****************************/
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('http://keepyourhomefoundation.com/images/common/main_background_shadow.png') center top no-repeat;
	}

/* Reset ****************************/
h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
img{
	border: none;
	}
a, a:hover{ text-decoration: none; }

/* Links ****************************/

a{ color: #fd1c00; }
a:hover{ color: #fd1c00; text-decoration: underline; }

/* Typography (Global) ****************************/

h1{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 28px;
	color: #000;
	}
h2{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
	}
h2.blog_title{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 30px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
h3{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
	}
p{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom: 15px;
	}
blockquote p{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding-bottom: 0px;
	}
blockquote p.quote_link a{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #fd1c00;
	line-height: 14px;
	padding-right: 15px;
	background: url('http://keepyourhomefoundation.com/images/common/icon_arrow_gray.png') center right no-repeat;
	}
blockquote p.quote_link a:hover{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #fd1c00;
	line-height: 14px;
	}
ul{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	}

/* Misc Layout Styles ****************************/

.right{
	float:right;
	margin: 0px 0px 10px 15px;
	}
.left{
	float:left;
	margin: 0px 15px 10px 0px;
	}
.indent{
    padding-left: 10px;
    }
.padded{
	padding: 30px 40px;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* Buttons and Icons ****************************/

/* Blue - Arrow Button */

.blue_button{ /* Blue button, with left aligned white arrow */
	display: block;
	color: #fff;
	background: #2d99c7 url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 10px center no-repeat;
	padding: 6px 10px 6px 25px;
	font-size: 11px;
	text-decoration: none;
}
.blue_button:hover{ /* hovers to red */
	color: #fff;
	background: #fd1c00 url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 10px center no-repeat;
	text-decoration: none;
}

/* Red - Arrow Button */

.red_button{ /* Blue button, with left aligned white arrow */
	display: block;
	color: #fff;
	background: #fd1c00 url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 10px center no-repeat;
	padding: 6px 10px 6px 25px;
	font-size: 11px;
	text-decoration: none;
}
.red_button:hover{ /* hovers to red */
	color: #fff;
	background: #2d99c7 url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 10px center no-repeat;
	text-decoration: none;
}

/* Layout ****************************/

#container{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	}

/* Header */
#header{
	position: relative;
	width: 960px;
	height: 115px;
	}

/* Header - Logo and Tagline */
#header #logo{
	position: absolute;
	left: 36px;
	top: 18px;
	}
#header #tagline{
	position: absolute;
	right: 40px;
	top: 50px;
	width: 246px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('http://keepyourhomefoundation.com/images/common/header_tagline.png') top left no-repeat;
	}

/* Header - Main Nav */
#header #main_nav{
	position: absolute;
	left: 40px;
	bottom: -41px;
	width: 881px;
	height: 40px;
	border-bottom: 1px solid #fff;
	z-index: 2000;
	}
#header #main_nav ul{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
	list-style: none;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav li{
	background: #2d99c7;
	}
#nav li a {
	display: block;
	width: 126px;
	padding: 12px 0px 13px 20px;
	color: #fff;
	text-decoration: none;
	}
#nav li a.active{
	background: #fd1c00;
}
#nav li { /* all list items */
	float: left;
	width: 146px;
	border-right: 1px solid #fff;
	}
#nav li.last{
	width: 145px;
	border-right: none;
}
#nav li ul li{
	border-right: none;
	padding-left: 20px;
	width: 186px;
	font-size: 12px;
	background: url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 20px center no-repeat;
}
#nav li ul li a{
	padding: 5px 0px 5px 15px;
	text-align: left;
	background: none;
}
#nav li ul li a.active{
	background: none;
}
#nav li ul li a:hover{
	background: none;
	text-decoration: underline;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 186px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #6fbad9;
	padding: 10px 0px;
	border-bottom: 5px solid #fff;
	}
#nav li ul li ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
#nav li:hover, #nav li.sfhover{
	background: #6fbad9 url('http://keepyourhomefoundation.com/images/common/main_nav_hover.png') top left no-repeat;
	}
#nav ul li:hover, #nav ul li.sfhover{
	background: url('http://keepyourhomefoundation.com/images/common/icon_arrow.png') 20px center no-repeat;
	}

/* Header Image */
#header_image{
	position: relative;
	width: 960px;
	height: 286px;
	overflow: hidden;
	}
#header_image #header_image_headline{
	position: absolute;
	left: 0px;
	bottom: 70px;
	padding: 17px 40px 20px 40px;
	background: url('http://keepyourhomefoundation.com/images/common/alpha_black_80.png');
	}
#header_image #header_image_headline p{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 32px;
	color: #fff;
	padding-bottom: 0px;
	}

/* Content Container */

#content_container{
	width: 880px;
	padding: 40px;
	margin-top: 10px;
	overflow: hidden;
	background: url('http://keepyourhomefoundation.com/images/common/element_horizontal_shadow.png') top center no-repeat;
	}

/* Content Container - Middle Row */
#content_container #home_middle_row{
	width: 960px;
	padding-bottom: 30px;
	overflow: hidden;
	}
#content_container #home_middle_row #home_headline_column{
	float: left;
	width: 400px;
	margin-right: 40px;
	}
#content_container #home_middle_row #home_callouts_column{
	float: left;
	width: 440px;
	}
#content_container #home_middle_row #home_callouts_column div.callout{
	float: left;
	width: 215px;
	height: 113px;
	margin-right: 10px;
	}
#content_container #home_middle_row #home_callouts_column div.callout a{
	display: block;
	width: 215px;
	height: 113px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	}
#content_container #home_middle_row #home_callouts_column div.callout a:hover{
	background-position: 0px -113px;
	}
#content_container #home_middle_row #home_callouts_column div.resources a{
	background: url('http://keepyourhomefoundation.com/images/common/callout_homepage_resources.jpg') 0px 0px no-repeat;
	}
#content_container #home_middle_row #home_callouts_column div.gethelp a{
	background: url('http://keepyourhomefoundation.com/images/common/callout_homepage_gethelptoday.jpg') 0px 0px no-repeat;
	}
#content_container #home_middle_row #home_callouts_column div.gethelp{
	margin-right: 0px;
	}

/* Content Container - Bottom Row */
#content_container #home_bottom_row{
	clear: left;
	background: url('http://keepyourhomefoundation.com/images/common/element_horizontal_shadow.png') top center no-repeat;
	overflow: hidden;
	}
#content_container #home_bottom_row #home_content{
	float: left;
	width: 400px;
	padding-top: 40px;
	margin-right: 40px;
	}
#content_container #home_bottom_row #home_blog_excerpts{
	float: left;
	width: 370px;
	padding: 30px 30px 0px 40px;
	background: url('http://keepyourhomefoundation.com/images/common/vertical_gradient_gray_to_white.png') top left repeat-x;
	}
div.excerpt p{
	padding-bottom: 0px;
	}
div.excerpt div.excerpt_title{
	padding-bottom: 5px;
	}
div.excerpt div.excerpt_summary{
	padding-bottom: 15px;
	}
div.excerpt div.excerpt_title a{
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
	color: #333;
	}
div.excerpt p.excerpt_title a:hover{
	color: #fd1c00;
	text-decoration: none;
	}
#content_container #home_bottom_row #home_blog_excerpts p.view_more_posts{
	float: right;
	padding-bottom: 0px;
	}

/* Footer */
#footer{
	clear: both;
	background: url('http://keepyourhomefoundation.com/images/common/element_horizontal_shadow.png') top center no-repeat;
	padding: 20px 40px;
	}
#footer p{
	float: left;
	font-size: 11px;
	}
#footer ul{
	float: right;
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#footer ul li{
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #ccc;
	}
#footer ul li.last{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
	}
