@charset "UTF-8";

#main_wrapper {
	background: url(../images/wrapper_vtile.png) top repeat-y !important;
}

#top_left {
	float: left;
	width: 642px;
}
#top_right {
	float: right;
	width: 358px;
	height: 428px;
	background: url(../images/text/home_right.png) top left no-repeat;
}
#top_right p { display: none; }
#top_left, #top_right {
	border-bottom: 10px solid #ffe210;
}

#bottom_wrapper {
	padding-top: 14px;
	padding-bottom: 10px;
	clear: both;
}

#first_lady_feature {
	float: left;
	width: 625px;
	margin-left: 10px;
}
#first_lady_feature h4 {
	height: 24px;
	background: url(../images/text/home_first_lady.png) top left no-repeat;
}
#first_lady_feature h3 {
	color: #333;
	font-size: 15px;
	font-style: italic;
	padding-bottom: 2px;
}
#first_lady_feature h5 {
	font-size: 12px;
	padding-bottom: 2px;
}
#first_lady_feature img {
	float: left;
	margin: 0 8px 5px 0;
	border: 2px solid #ffe210;
}
#first_lady_feature p a { color: #333; }
#first_lady_feature .more {
	margin-left: 132px;
	margin-top: 6px;
}
#first_lady_feature .more a {
	display: block;
	text-decoration: none;
	background: url(../images/content/btn_home_first_ladies.png) top left no-repeat;
	width: 292px;
	height: 27px;
}


#blog_feature {
	float: right;
	width: 346px;
}
#blog_feature h4 {
	height: 24px;
	background: url(../images/text/home_latest_blog_posts.png) top left no-repeat;
}
#blog_feature ul {
	list-style-type: none;
	margin-bottom: 4px;
}
#blog_feature li {
	background: url(../images/text/li_bullet_star.png) 0 1px no-repeat;
	padding: 0 10px 6px 16px;
}
#blog_feature li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#blog_feature li a:hover {
	text-decoration: underline;
}
#blog_feature div.more a {
	display: block;
	text-decoration: none;
	background: url(../images/content/btn_home_all_blog_posts.png) top left no-repeat;
	width: 179px;
	height: 27px;
}