@charset "utf-8";

p {
	margin: 0;
}

#main_container {
	position: relative;
	width: 864px;
	margin-left: -433px;
	left: 50%;
	background-color: #e9dece;
}

#main_content_container {
	position: relative;
	width: 827px;
	margin-top: -86px;	
	left: 19px;
	float: left;
}

#page_title {
	font-weight: bold;
	font-size: 28pt;
	line-height: 28pt;
	color: #4b443f;
	margin-top: 10px;
}

.header_divider {
	float: left;
	clear: both;
	margin-top: 5px;
	height: 6px;
	line-height: 6px;
	width: 100%;
	background-color: #7b6f5d;
}

#facts_and_info_container {
	position: relative;
	margin-top: 21px;
	background-color: #fdf6ec;
	width: 100%;
	padding-bottom: 20px;
}

#facts_and_info_content_container {
	position: relative;
	top: 21px;
	left: 17px;
	width: 792px;
	padding-bottom: 20px;	
}

#facts_and_info_content_container h2 {
	float: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #7b6f5d;
}

#more_info {
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #4b443f;
}

#more_info a {
	color: #9e240e;
}

#more_info a:hover {
	text-decoration: underline;
}

.facts_and_info_item_container {
	position: relative;
	float: left;
	clear: both;
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}

.facts_and_info_item_container_content {
	position: relative;
	margin-top: 13px;
	margin-left: 14px;
	width: 763px;
}

.facts_and_info_item_container_content h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #7b6f5d;
	width: 100%;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7b6f5d;
}

.facts_and_info_item_container_content .left_column {
	float: left;
	width: 583px;
}

.facts_and_info_item_container_content p {
	margin-top: 14px;
	font-size: 12px;
	line-height: 16px;
	color: #7b6f5d;
}

.facts_and_info_item_container_content a {
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	color: #8a5f3d;
	display: block;
}

.facts_and_info_item_container_content a:hover {
	text-decoration: underline;
}

a.pdf_icon {
	margin-top: 19px;
	margin-left: 98px;
	width: 58px;
	float: left;
}

#images_container {
	position: relative;
	margin-top: 10px;
	width: 100%;
	padding-bottom: 27px;
	background-color: #fdf6ec;
}

#images_container_content {
	position: relative;
	top: 20px;
	left: 17px;
	width: 792px;
	/* height: 510px; */
}

#images_container_content h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #7b6f5d;
}

.margin1 {
	margin-top: 1px;
}

#image_list {
	position: relative;
	margin-top: 20px;
	left: 2px;
	width: 788px;
	float: left;
	clear: both;
}

.image_list_row {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 141px;
}

.image {
	position: relative;
	float: left;
	width: 145px;
	height: 141px;
	margin-left: 15px;
}

.top_margin_0 {
	margin-top: 0;
}

.left_margin_0 {
	margin-left: 0;
}

.image img {
	width: 132px;
	height: 93px;
	border-width: 7px 6px 6px 7px;
	border-color: #fff;
	border-style: solid;
	display: block;
}

.image_text_container {
	margin-top: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

.image_text_container p {
	color: #333;
}

.image_text_container a {
	display: block;
	margin-top: 7px;
	font-weight: bold;
	color: #8a5f3d;
}

#recipes_container {
	position: relative;
	margin-top: 10px;
	width: 100%;
	padding-bottom: 27px;
	background-color: #fdf6ec;
	float: left;
}

#recipes_container_content {
	position: relative;
	margin-top: 18px;
	left: 18px;
	width: 792px;
}

#recipes_container_content h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #7b6f5d;
}

#recipes_list {
	margin-top: 15px;
	margin-left: 2px;
	width: 788px;
}

.recipes_list_row {
	clear: both;
	margin-top: 17px;
}

.top_margin_0 {
	margin-top: 0;
}

.recipe {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 145px;
	height: 174px;
	text-align: center;
}

.left_margin_0 {
	margin-left: 0;
}

.recipe img {
	display: block;
	border-style: solid;
	border-color: #fff;
	border-width: 7px 6px 6px 7px;
}

.recipe_title {
	margin-top: 7px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
}

.recipe_download_links {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 145px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.recipe_download_links a {
	display: block;
	color: #8a5f3d;	
}

.recipe_download_links a:hover {
	text-decoration: underline;
}

#videos_container {
	position: relative;
	margin-top: 10px;
	width: 100%;
	background-color: #fdf6ec;
	float: left;
	padding-bottom: 22px;
}

#videos_container_content {
	position: relative;
	margin-top: 20px;
	left: 17px;
	width: 792px;
}

#videos_container_content h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #7b6f5d;
}

#video_white_box_container {
	position: relative;
	margin-top: 10px;
	width: 100%;
	padding-bottom: 18px;
	background-color: #fff;
	float: left;
}

#video_white_box_container_content {
	position: relative;
	margin-top: 18px;
	margin-left: 21px;
	width: 755px;
}

#video_white_box_container_text_content {
	float: left;
	width: 455px;
}

#video_white_box_container_text_content h4 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #7b6f5d;
}

#video_white_box_container_text_content .text-body {
	margin-top: 10px;
}

#video_white_box_container_text_content .text-body p {
	font-size: 12px;
	line-height: 16px;
	color: #7b6f5d;
}

#video_white_box_container_video_content {
	float: right;
	width: 288px;
}

#video_white_box_container_video_content img {
	display: block;
}

#video_btns {
	margin-top: 5px;
}

#video_btns a img {
	display: inline;
}

#preview_clip_btn {
	float: left;
}

#download_mov_btn {
	float: right;
}

#footer_image {
	background-image: url(/common_blog_files/images/footer_bg.png);
	background-repeat: no-repeat;
	width: 1148px;
	height: 131px;
	clear: both;	
}


#footer_text_container {
	margin-top: -190px;
}

#footer_bg_tile {
	background-image: url(/common_blog_files/images/footer_bg_tile_update.jpg);
	background-repeat: repeat-x;
	height: 210px;
	margin-top: -55px;
	background-color: #574938;
	min-width: 1148px;
}

#footer_text_container {
	margin-top: -115px;
}

#footer_text_title {
	display: none;
}

#share-the-movement{ 
background:url(/common_blog_files/images/ftr-get_involved.jpg) no-repeat;
width:795px;
height:131px;
display:block;
position:relative;
top:-1px;
    left: 50%;
    margin-left: -433px;
	 padding:30px 35px 0 35px;
}

#share-the-movement h2{margin-bottom:15px; color:#2e5089;}
#fb-community{ width:510px; float:left;}
#fb-community img{ float:left;}

#fb-community p{ color:#574938;}
.fb-date{ color:#2e5089; font-size:10px;}
#fb-container{ margin-left:70px; margin-top:-4px;}
#ftr-share{ width:230px; float:right;}
.pull-left{ float:left;}
.fb-like{ width:95px;}
.email-btn{ background:url(../images/email-share.gif) no-repeat; width:22px; height:24px; float:left; cursor:pointer; margin-top:-2px; margin-right:7px;}
.email-btn:hover{ background-position:0 bottom;}
.clear{ clear:both; overflow:hidden}
