
.secondary_page
{
	width: 905px;
	margin: 0 45px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #414141;
	background: url(images/sections/content_bg.gif) repeat-y;
}

.content_landing .secondary_page
{
	background: url(images/sections/content_landing_bg.gif) repeat-y;
}

.content_sparse .secondary_page
{
	width: 900px;
	background: url(images/sections/content_landing_bg.gif) repeat-y;
}


/*** Main Column ***/

.main_column
{
	float: right;
	width: 750px;
}

.content_sparse .main_column
{
	width: 745px;
}

.content_landing .main_column
{
	padding-bottom: 30px;
}

.main_column .content
{
	padding-bottom: 30px;
}

.main_column .content,
.content_landing .introduction
{
	padding-top: 15px; 
	padding-left: 20px;
	width: 465px;
} 

.main_column .ecards
{
	padding-top: 15px; 
	padding-left: 20px;
	width: 650px;
	background-color:#FFFFFF;	
	min-height:400px;
} 

.ecards .page_tools
{
	float: right;
	width: 110px;
	margin-top: 5px;
	text-align: right;
	margin-right:35px;
}

.content_sparse .main_column .content
{
	width: 650px;

}

.content_landing .introduction .min_height
{
	width: 1px;
	height: 215px;
	float: right;
}

.content .content
{
	float: left;
}



.content_landing .introduction p,
.main_column .content p
{
	line-height: 14px;
	margin: 10px 0 0 0;
}

.main_column .content h3,
.main_column .module h3
{	
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/minor_heading_cutout.gif);
	background-position: 0 -10px;
	background-repeat: repeat-y;
}

.main_column .content h3
{
	padding: 1px 0 1px 22px;
	margin: 22px 0 -6px 0;
}

.main_column .content h3 a,
.main_column .content .link_list a
{
	font-weight: normal;
}

.main_column .content .link_group
{
	margin-top: 10px;
}

.main_column .content .link_group h3
{
	padding-top: 0;
	padding-bottom: 0;
	margin: 5px 0 0 0;
}

.main_column .content .link_list
{
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
}

.main_column .content .link_list li
{
	margin: 5px 0 0 0;
}

.main_column .content ul
{
	list-style: none;
	margin: 10px 0;
	padding: 0px 0 0px 18px;
}

.main_column .content .bullets
{
	list-style: disc !important;
}

.main_column .related
{
	float: right;
	width: 240px;
	padding-top: 228px;
}
.main_column .recipe_related
{
	float: right;
	width: 240px;
	padding-top: 0;
	/* this 0 padding is needed for the Recipe section to OFFSET ".main_column .related"!!!!!!! */
}
.related .inner1
{ 
	padding: 7px 0 0 0;
	margin-bottom: 10px;
}

.related ul
{
	list-style: none;
	margin: 7px 0;
	padding: 0;
}

.related li
{
	padding-left: 10px;
	padding-bottom: 9px;
	background-image: url(images/list_arrow_cutout.gif);
	background-position: 0 3px; 
	background-repeat: repeat-y;
}

.page_tools
{
	float: right;
	width: 110px;
	margin-top: 5px;
	text-align: right;
}

.page_tools a { padding-left: 22px; color: #414141 !important; text-decoration: none; }

.page_tools .send_to_friend
{
	padding-bottom: 5px;
	background: url(images/dotted_line.gif) 0 100% repeat-x;
}

.page_tools .send_to_friend a 
{
	background: url(images/send_icon.gif) no-repeat;
}

.page_tools .print_page
{
	margin-top: 5px; 
}

.page_tools .print_page a 
{
	background: url(images/print_icon.gif) no-repeat;
}

.page_tools .back_to_recipe
{
	/*padding-bottom: 5px;
	background: url(images/dotted_line.gif) 0 100% repeat-x;*/
}

.page_tools .back_to_recipe a 
{
	background: url(images/return_recipe_icon.gif) no-repeat;
}


/*** send to friend popup ***/

#send_container
{
	position: absolute; 
	width: 431px;
	height: 197px;
	margin-top: -5px;
	margin-left: -420px;
}

#send_container .frame
{
	height: 195px;
	padding: 1px;
	background: url(images/popup/send_popup.png) no-repeat;
}

#send_container .close
{
	position: absolute;
	left: 402px;
	top: 4px;
	width: 22px;
	height: 15px;	
}

#send_container .send
{
	position: absolute;
	left: 339px;	
	top: 150px;
	width: 60px;
	height: 18px;
	background: url(images/send_friend_button.gif) no-repeat;
}

#send_container .cancel
{
	position: absolute;
	left: 264px;	
	top: 150px;
	width: 62px;
	height: 18px;
	background: url(images/cancel_button.gif) no-repeat;
}

#send_container form { display: none; }
#send_container .opt_out { display: none; }
#send_container.opt_out .opt_out { display: block; }
#send_container .thank_you { display: block; }
#send_container.opt_out .thank_you { display: block; }
#send_container.form form { display: block; }
#send_container.form .thank_you { display: none; }
#send_container.opt_out .thank_you { display: none; }

#send_container h2 { position: absolute; margin: 2px 0 0 0; left: 61px; font-weight: normal; text-transform: lowercase; top: 18px; font-family: helvetica, sans-serif; font-size: 20px; color: #333; }
#send_container h2 .error { color: #f00; }
#send_container h2 .details { font-size: 11px; }
#send_container input { border: 1px solid #666; }
#send_container input.error { border: 1px solid #666; color: #f00; }
#send_container #send_your_name { position: absolute; top: 74px; left: 31px; width: 178px; }
#send_container #send_your_email { position: absolute; top: 74px; left: 220px; width: 178px; }
#send_container #send_friends_email { position: absolute; top: 102px; left: 31px; width: 368px; }
#send_container .privacy { position: absolute; top: 155px; left: 36px; font-size: 10px; color: #333; }
#send_container .required { position: absolute; top: 58px; left: 31px; padding-right: 30px; font-size: 10px; color: #333; }

.top_border,
.main_column
{  
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.secondary_page .top_border 
{
	height: 30px;
}

.secondary_page h1,
.related h1
{
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: 100;
	text-transform: lowercase;
	margin: 0;	
}

.secondary_page h2,
.related h3
{
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: 100;
	text-transform: lowercase; 
	margin: 0;
}

/*** Sidebars ***/

.float_right 
{ 
	float: right; 
	margin: 0 0 7px 10px;
}

.float_left
{
	float: left;
	margin: 0px 10px 7px 0;
}

.sidebar
{
	width: 227px;
	background: url(images/sidebar_bg.gif) no-repeat;
}

.sidebar .liner
{
	padding: 20px 25px 15px 25px;
	background: url(images/sidebar_bottom.gif) 0 100% no-repeat;
}

.sidebar h3
{
	font-family: arial, sans-serif;
	font-size: 19px !important;
	font-weight: 100 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

ul.no_bullets
{
	margin: 10px 0;
	padding: 0 0 0 15px;
}

ul.no_bullets li
{
	margin: 5px 0;
}


/*** Section Modules ***/

.module 
{
	position: relative;
	height: 100%;	
	margin: 5px 0 5px 15px;
	border-top: 5px solid #ECECEC; 
}

.module .graphic
{
	float: right;
	margin: 5px 0 0 15px;
}

.module .graphic img 
{
	display: block;
}

.recipe_row .recipe .liner .text .description p
{
	padding: 0px;
	margin:0 0 0 -10px;
}


.module .description
{
	padding-left: 22px;
}


.module h3
{
	padding: 1px 0 6px 22px;
	margin: 15px 0 0 0;
}

.module .go_button
{
	position: absolute;
	bottom: 5px;
	left: 420px;
}


/*** Related Box ***/

.related .box
{
	background: url(images/gray_box_top.gif) no-repeat;
}

.related .box .liner
{
	padding: 18px 30px 22px 30px;
	background: url(images/gray_box_bottom.gif) 0 100% no-repeat;
}

.related .box .liner a
{
	text-decoration:none;
}
.related .box .liner a:hover
{
	text-decoration:underline;
}

/* For new brown "buy now" boxes requested by Arnold */

.related .box2
{
	background: url(images/brown_box_top.gif) no-repeat;
}

.related .box2 .buy_now
{
	padding: 18px 30px 22px 30px;
	margin:0 auto 15px auto;
	background: url(images/brown_box_bottom.gif) 0 100% no-repeat;
/*	width:151px;
	background-color:#42110d;*/
	color:#fff;
}

.related .box2 .buy_now h3
{
	color:#fff !important;
}

.related .box2 .buy_now li
{
	background-image: url(images/list_arrow_cutout_brown.gif);
}

.related .box2 .buy_now a
{
	text-decoration:none;
	color:#fff !important;
}
.related .box2 .buy_now a:hover
{
	text-decoration:underline;
	color:#fff !important;
}


/*** Menu Column ***/


.menu_column
{
	float: left;
	width: 155px;
	margin-bottom: 20px;
	background-color: #fff;
	background-repeat: repeat-y;
}

.menu_column .inner1 
{ 
	margin-top: 5px;
	padding: 12px 11px 18px 5px;
}

.menu_column a
{
	display: block;
	padding: 0 0 0 12px;
	text-decoration: none;
}

.menu_column .other_section
{
	color: #333 !important;
}

.menu_column .dotted_line
{
	height: 1px;
	margin: 8px 0 6px 12px;
	background: url(images/dotted_line.gif) repeat-x;
}

.menu_column .dotted_line span
{
	display: none;
}

.menu_column .children a
{
	margin: 4px 0 4px 0;
}

.menu_column .children a.current_page
{
	padding: 0 0 0 10px;
	background: url(images/menu_current_cutout.gif) 0 -17px repeat-y;
}

.menu_column .current_section
{
	padding: 0 0 0 12px;
	font-weight: bold;
	background: url(images/menu_highlight_cutout.gif) 0 -75px no-repeat;
}

.menu_column .children
{
	padding: 0 0 0 12px;	
}

.menu_column .children a
{
	padding: 0;
}


/*** Recipe List ***/

#cooking_section .recipes .main_column .content 
{ 
	width: 480px;
	padding-left: 10px;
}

#cooking_section .recipes .main_column h1, 
#cooking_section .recipes .main_column h2,
#cooking_section .recipes .main_column p
{ 
	padding-left: 10px; 
}

#recipes_section .recipes .main_column .content 
{ 
	width: 480px;
	padding-left: 10px;
}

#recipes_section .recipes .main_column h1, 
#recipes_section .recipes .main_column h2,
#recipes_section .recipes .main_column p
{ 
	padding-left: 10px; 
}

.recipe_row
{
	clear: left;
}

.recipe_row .recipe
{
	position: relative;
	float: left;
	width: 240px;
	background: url(images/sections/cooking/recipes/gray_box_top.gif) no-repeat;
}

.recipe_row .highlight
{
	background-image: url(images/sections/cooking/recipes/pink_box_top.gif);
}

.recipe_row .liner
{
	padding: 12px 13px 50px 13px;
	background: url(images/sections/cooking/recipes/gray_box_bottom.gif) 0 100% no-repeat;
}

.recipe_row .highlight .liner
{
	background-image: url(images/sections/cooking/recipes/pink_box_bottom.gif);
}

.recipe_row .text 
{
	padding: 0 2px;
	line-height: 14px;
}

.recipe_row .title
{
	margin: 10px 0 4px 0;
	font-weight: bold;
	font-size: 10px;
}

.recipe_row .title .subtitle
{
	font-weight: normal;
	line-height: 10px;
}

.recipe_row .recipe .go_button
{
	position: absolute;
}

.scharffen_seal
{
	position: absolute;
	z-index: 10;
	right: -10px;
	top: 40px;
	width: 83px;
	height: 84px;
	background: url(images/sections/cooking/recipes/scharffen_seal.png) no-repeat;
}


/*** Sitemap ***/

.column3
{
	float: left;
	width: 210px;
	margin-right: 5px;
}

.main_column .content .column3 .understanding a { background-color: #7D2A15; color: #7D2A15; }
.main_column .content .column3 .understanding ul a { color: #7D2A15; }
.main_column .content .column3 .understanding ul ul a { background-color: #7D2A15; }

.main_column .content .column3 .sitemap
{
	font-weight: bold;
}

.main_column .content .column3 .sitemap ul a 
{
	font-weight: normal; 
	background-color: #fff; 
	text-decoration: none;
}	

.main_column .content .column3 ul
{
	padding: 0;
	margin: 0;
}

.column3 ul a
{
	display: block;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	background: url(images/minor_heading_cutout.gif) 0 -10px repeat-y;
}

.main_column .content .column3 ul ul
{
	padding-left: 20px;
}

.main_column .content .column3 ul ul li
{
	margin-right: 20px;
	padding: 7px 0 5px 0;
	background: url(images/dotted_line.gif) 0 100% repeat-x;
}

.main_column .content .column3 ul ul li.last
{
	background: none;
	padding-bottom: 0px;
}

.main_column .content .column3 ul ul ul li	
{
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	background: url(images/sitemap_cutout.gif) 0 -17px repeat-y;
}

.column3 ul ul a
{
	display: block;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 5px;
	background: none;
}

.column3 ul ul ul a
{
	display: inline;
	color: #333 !important;
	margin: 0;
	padding: 0;	
}

.main_column .content .column3 ul ul ul
{
	padding-left: 15px;
	margin-bottom: 5px;
}

/* search page */
#misc_section .search_result, #misc_section .search_result_sub { margin: 15px 0 30px 0; color:#666666; }
#misc_section .search_result_sub { margin-left: 30px; }
#results_navigation { font-weight: bold; color: #571E14; margin-top: 25px; padding-bottom: 50px; }
#results_navigation a:link, 
#results_navigation a:hover, 
#results_navigation a:active, 
#results_navigation a:visited 
{ 
	color: #571E14; text-decoration:none; 
}
#results_navigation .active_result { padding-top:5px;padding-left:5px;width:20px;height:20px;color:#FFFFFF;background: url(images/selected_result_page.gif) 0 0 no-repeat;display:block;float:left}
.result_link {padding-top:5px;padding-left:5px;width:15px;height:20px;float:left;}
/*.result_link { padding: 10px 10px 0 0; text-align: right; color: #571E14; font-weight: bold; } */
.result_link a { color: #571E14 !important; }
.result_link2 { padding: 10px 10px 0 0; text-align: right; color: #571E14; font-weight: bold; }
.result_link2 a { color: #571E14 !important; }

.page_tools .google { color: #666666; }
#misc_section .content h2.search_result_header { font-weight: bold; margin: 30px 0 0 0; padding: 0; color: #571E14; font-size: 13px; }

/* content module 2 */
.content .module2 
{
	width: 465px;
	height: 180px;
	border-top: 4px solid #ECECEC;
	padding-top: 10px;
	margin-top: 10px;
}

.content .module2 h3 
{
	margin: 10px 0 8px 0;
	float: none;
}


/* sponsors */
#sponsors{
	width: 865px;
	margin: 0 45px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #414141;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#sponsors h1{
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	margin-top:5px;	
}

.sponsor_module {
	border: 1px solid #979797;
	border-width: 1px 0 1px 0;
	background-color: #F0F0EF;
}

.sponsor_module .go_button{position:relative;left:460px;}


.sponsor_inside_border{
	border: 1px solid #FFFFFF;
	border-width: 2px 0 2px 0;	
}

.sponsor_image{width:300px;float:left;padding:10px;}

.sponsor_content{width:520px;float:left;}

.sponsor_line {
	height:10px;
	padding-bottom: 5px;
	background: url(images/double_dotted_line.gif) 0 100% repeat-x ;
	background-position: center center;
}

#sponsors h3
{	
	font-size: 10px;
	font-weight: bold;
	margin-top:5px;
	padding-left:20px;
	background: url(images/minor_heading_cutout.gif) 0 -10px repeat-y;
}

#sponsors p{margin-top:0px;}






/*** Professionals Theme ***/

#pro_section .top_border { border-top: 5px solid #905334; background: #905334 100% 0 no-repeat; }
#pro_section #content a { color: #905334; }
#pro_section .secondary_page h1 { color: #905334; }
#pro_section .related h3 { color: #905334; }
#pro_section .menu_column { background-image: url(images/sections/professionals/menu_border.gif); }
#pro_section .menu_column .inner1 { background: url(images/sections/professionals/menu_bg.gif) 0 100% repeat-y; }
#pro_section .menu_column .current_section { background-color: #905334; color: #905334 !important; }
#pro_section .related li { background-color: #905334; }
#pro_section #newsletter_form { color: #905334; }
#pro_section #newsletter_form .submit { background: #905334; }

#pro_section .secondary_page { background: url(images/sections/professionals/content_bg.gif) repeat-y; }

.video_row
{
	position: relative;
	height: 205px;
}

.video_row .liner
{
	position: absolute;
	left: -10px;
	top: 0;
	width: 500px;
}

.video_row .video_link
{
	float: left;
	width: 240px;
	margin-right: 5px;
}


/*** Miscellaneous Themes ***/

#misc_section p, 
#misc_section #content a:link, 
#misc_section #content a:visited, 
#misc_section #content a:active, 
#misc_section #content a:hover { color: #666666; }
#misc_section .inline_heading { color: #571E14; }

#misc_section.content_sparse .secondary_page { border: 5px solid #571E14; border-width: 5px 0 0 5px; }
#misc_section .secondary_page h1 { color: #571E14; }
#misc_section .secondary_page h2 { color: #a1652c;}
#misc_section .secondary_page .content h3 { color: #571E14; background-color: #571E14;}

#misc_section .top_border { border-top: 5px solid #571E14; background: #571E14 url(images/sections/misc/drip/top_bg.jpg) 100% 0 no-repeat; }
#misc_section .form .main_column { background: url(images/sections/misc/drip/related_bg.jpg) 100% 0 no-repeat; }
#misc_section .form .secondary_liner {border-left: 5px solid #571E14 !important;height:100%;}
#misc_section .form_element {display:block;margin:5px 0 10px 0;font-family:arial;font-size:1.2em;width:200px;}
#misc_section .form_elements { padding-left:25px; color:#573c22; background: url(images/bar_bullet.gif) 0 3px no-repeat;}
#misc_section .content .search_result h3, 
#misc_section .content .search_result_sub h3 
{
	background: url(images/bar_bullet.gif) 0 3px no-repeat; color:#573c22; margin-top:10px;margin-left:0px;
}
#misc_section .search_form_element {display:block;color:#573c22;margin-top:10px;margin-left:0px;float:left;}
#misc_section #newsletter_form { color: #573c22; }
#misc_section #newsletter_form .submit { background: #573c22; }



/*** "Enjoying Chocolate" Themes ***/

#enjoying_section .top_border { border-top: 5px solid #B37C05; background: #B37C05 100% 0 no-repeat; }
#enjoying_section #content a { color: #B37C05; }
#enjoying_section .secondary_page h1 { color: #B37C05; }
#enjoying_section .secondary_page h4 { color: #5F260F; text-transform:none; font-size:18px; margin:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
#enjoying_section .related h3 { color: #B37C05; }
#enjoying_section .menu_column { background-image: url(images/sections/enjoying/menu_border.gif); }
#enjoying_section .menu_column .inner1 { background: url(images/sections/enjoying/menu_bg.gif) 0 100% repeat-y; }
#enjoying_section .menu_column .current_section { background-color: #B37C05; color: #B37C05 !important; }
#enjoying_section .related li { background-color: #B37C05; }
#enjoying_section #newsletter_form { color: #B37C05; }
#enjoying_section #newsletter_form .submit { background: #B37C05; }



/*** "Chocolate Resources" Themes ***/

#resources_section .secondary_page { width: 900px; border-left: 5px solid #AB5D2B; background-position: -5px 0; }
#resources_section .related h3 { color: #AB5D2B; background: #fff !important; }

#resources_section .top_border { border-top: 5px solid #AB5D2B; background: #AB5D2B 100% 0 no-repeat; }
#resources_section.content_sparse .secondary_page { border: 5px solid #AB5D2B; border-width: 5px 0 0 5px; }
#resources_section #content a { color: #863805; }


#resources_section .link_list { color: #863805; }
#resources_section #send_container { background-image: url(images/popup/resources_bg.gif); }


#resources_section .top_border { border-top: 5px solid #AB5D2B; background: #AB5D2B 100% 0 no-repeat; }
#resources_section #content a { color: #AB5D2B; }
#resources_section .secondary_page h1 { color: #AB5D2B; }
#resources_section .related h3 { color: #AB5D2B; }
#resources_section .menu_column { background-image: url(images/sections/resources/menu_border.gif); }
#resources_section .menu_column .inner1 { background: url(images/sections/resources/menu_bg.gif) 0 100% repeat-y; }
#resources_section .menu_column .current_section { background-color: #AB5D2B; color: #AB5D2B !important; }
#resources_section .related li { background-color: #AB5D2B; }
#resources_section .resource_group { margin: 10px 0 30px 0; }
#resources_section .secondary_page h1 { color: #AB5D2B; }
#resources_section .secondary_page h2 { color: #333; }
#resources_section .secondary_page h3 { color: #AB5D2B; background-color: #AB5D2B; }
#resources_section #newsletter_form { color: #AB5D2B; }
#resources_section #newsletter_form .submit { background: #AB5D2B; }


/*** "Cooking With Chocolate" Themes ***/

#cooking_section .top_border { border-top: 5px solid #290302; background: #290302 100% 0 no-repeat; }
#cooking_section #content a { color: #290302; }
#cooking_section .secondary_page h1 { color: #290302; }
#cooking_section .related h3 { color: #290302; }
#cooking_section .menu_column { background-image: url(images/sections/cooking/menu_border.gif); }
#cooking_section .menu_column .inner1 { background: url(images/sections/cooking/menu_bg.gif) 0 100% repeat-y; }
#cooking_section .menu_column .current_section { background-color: #290302; color: #290302 !important; }
#cooking_section .related li { background-color: #290302; }
#cooking_section #newsletter_form { color: #290302; }
#cooking_section #newsletter_form .submit { background: #290302; }

/*** "Recipes" Addition Themes ***/

#recipes_section .top_border { border-top: 5px solid #290302; background: #290302 100% 0 no-repeat; }
#recipes_section #content a { color: #290302; }
#recipes_section .secondary_page h1 { color: #290302; }
#recipes_section .related h3 { color: #290302; }
#recipes_section .menu_column { background-image: url(images/sections/cooking/menu_border.gif); }
#recipes_section .menu_column .inner1 { background: url(images/sections/cooking/menu_bg.gif) 0 100% repeat-y; }
#recipes_section .menu_column .current_section { background-color: #290302; color: #290302 !important; }
#recipes_section .related li { background-color: #290302; }
#recipes_section #newsletter_form { color: #290302; }
#recipes_section #newsletter_form .submit { background: #290302; }


/*** "Chocolate & Health" Themes ***/

#health_section .top_border { border-top: 5px solid #93A849; background: #93A849 100% 0 no-repeat; }
#health_section #content a { color: #536419; }
#health_section .secondary_page h1 { color: #93A849; }
#health_section .related h3 { color: #93A849; }
#health_section .menu_column { background-image: url(images/sections/health/menu_border.gif); }
#health_section .menu_column .inner1 { background: url(images/sections/health/menu_bg.gif) 0 100% repeat-y; }
#health_section .menu_column .current_section { background-color: #93A849; color: #93A849 !important; }
#health_section .related li { background-color: #93A849; }
#health_section #newsletter_form { color: #536419; }
#health_section #newsletter_form .submit { background: #93A849; }


/*** "Understanding Chocolate" Themes ***/

#understanding_section .top_border { border-top: 5px solid #7D2A15; background: #7D2A15 100% 0 no-repeat; }
#understanding_section #content a { color: #7D2A15; }
#understanding_section .secondary_page h1 { color: #7D2A15; }
#understanding_section .related h3 { color: #7D2A15; }
#understanding_section .menu_column { background-image: url(images/sections/understanding/menu_border.gif); }
#understanding_section .menu_column .inner1 { background: url(images/sections/understanding/menu_bg.gif) 0 100% repeat-y; }
#understanding_section .menu_column .current_section { background-color: #7D2A15; color: #7D2A15 !important; }
#understanding_section .related li { background-color: #7D2A15; }
#understanding_section #newsletter_form { color: #7D2A15; }
#understanding_section #newsletter_form .submit { background: #7D2A15; }



/*** Newsletter Sign-Up Form ***/

#newsletter_form .confirmation { display: none; }
#newsletter_form .submit { background: blue; width:60px; height:16px; float:right; }
#newsletter_form #newsletter_email { width: 170px; }
#newsletter_form .error { display: none; color: #d00; }

/** Hide the signup since it is not being used **/
#newsletter_form {
	display:none;
}
