/*------------------------------------------------------------------
[Homepage Stylesheet]

Theme Name:		Manning
Version:		1.0
Last Change:	12/12/2009 - MJC

[Table of Contents]

1. Columns & Titles
2. Accordion
3. Content

[Notes]

-------------------------------------------------------------------*/

/* 1. COLUMNS & TITLES */

#columns {padding-top:0; padding-bottom:10px;}


/* Homepage Columns */
.homepage_column {}
.homepage_column #column_1 {width:749; margin:11px auto 0 auto; padding-bottom:0px;}



/* 2. ACCORDION */
ul#home_accordion {display:none;}

/*Main Container*/
.acc_container {margin-left:8px; width:907px; overflow:hidden; height:396px; background:#200500;}
.acc_container ul {margin: 0px; padding:0px; width:917px; /* hack: this is bigger than the container */
	list-style-type: none;}
.acc_container li {margin: 0px; padding:0px;
	display:inline;}

/*Handle*/
.acc_handle {width:87px; height:396px; float:left;
	text-align:center;}
#home_accordionListItem0 .acc_handle {background:url('../images/template/accordion_handle_bg.png') no-repeat left top;}
#home_accordionListItem0 .acc_handle_over, #home_accordionListItem0 .acc_handle_selected {background:url('../images/template/accordion_handle_bg.png') no-repeat -87px top;}
#home_accordionListItem1 .acc_handle {background:url('../images/template/accordion_handle_bg.png') no-repeat -174px top;}
#home_accordionListItem1 .acc_handle_over, #home_accordionListItem1 .acc_handle_selected {background:url('../images/template/accordion_handle_bg.png') no-repeat -261px top;}
#home_accordionListItem2 .acc_handle {background:url('../images/template/accordion_handle_bg.png') no-repeat -348px top;}
#home_accordionListItem2 .acc_handle_over, #home_accordionListItem2 .acc_handle_selected {background:url('../images/template/accordion_handle_bg.png') no-repeat -435px top;}
#home_accordionListItem3 .acc_handle {background:url('../images/template/accordion_handle_bg.png') no-repeat -522px top;}
#home_accordionListItem3 .acc_handle_over, #home_accordionListItem3 .acc_handle_selected {background:url('../images/template/accordion_handle_bg.png') no-repeat -609px top;}
#home_accordionListItem4 .acc_handle {background:url('../images/template/accordion_handle_bg.png') no-repeat -696px top;}
#home_accordionListItem4 .acc_handle_over, #home_accordionListItem4 .acc_handle_selected {background:url('../images/template/accordion_handle_bg.png') no-repeat -783px top;}
.acc_handle img {}
.acc_handle_over {cursor:pointer;}
.acc_handle_over img {}
.acc_handle_selected {}

/*Content Container*/
.acc_content_wrapper {width:649px;}
.acc_content_inner_wrapper {height:396px;}
.acc_content_wrapper h3 {}
.contentContainer {padding-left:0px; width:0px; height:396px; float:left; overflow:hidden;}

/* Panel 1 */
#home_accordionContent0 .acc_content_inner_wrapper {height:67px; padding-top:329px;
	background:url('../images/template/accordion_panel_1_649.png') no-repeat left top;}
a#acc_core_services {width:211px; height:42px; display:block; margin-left:277px; overflow:hidden;
	text-indent:-5000px;
	background:url('../images/template/accordion_link_btn_1.png') no-repeat;}

/* Panel 2 */
#home_accordionContent1 .acc_content_inner_wrapper {height:67px; padding-top:329px;
	background:url('../images/template/accordion_panel_2_649.png') no-repeat left top;}
a#acc_manning_edge {width:218px; height:42px; display:block; margin-left:172px; overflow:hidden;
	text-indent:-5000px;
	background:url('../images/template/accordion_panel_2_btn.png') no-repeat;}

/* Panel 3 */
#home_accordionContent2 .acc_content_inner_wrapper {height:67px; padding-top:329px;
	background:url('../images/template/accordion_panel_3_649.png') no-repeat left top;}
a#acc_success_stories {width:218px; height:42px; display:block; margin-left:277px; overflow:hidden;
	text-indent:-5000px;
	background:url('../images/template/accordion_panel_3_btn.png') no-repeat;}

/* Panel 4 */
#home_accordionContent3 .acc_content_inner_wrapper {height:67px; padding-top:329px;
	background:url('../images/template/accordion_panel_4_649.png') no-repeat left top;}
	
/* No Javascript panel */
.no_js {margin-left:8px; height:396px; width:907px;
	background:url('../images/template/home_slides_bg.png') repeat-x left top;}

.no_js div {height:67px; padding-top:329px;
	background:url('../images/template/accordion_panel_1_649.png') no-repeat left top;}



/* 3. CONTENT */
#content .tagline {padding:5px 0;}
#content .phone_home {padding:0 0; margin-bottom:20px;}







