@charset "UTF-8";
/*
	David Sullivan for District Attorney
	Homepage Styles
	Author: TJ Kelly
	Info: Glexia Inc, www.glexia.com
	Date: 27 Apr 2009
*/


/*////////////////////////////////////]  Homepage Feature Rotator  [////////////////////////////////////*/
#feature_rotator {
	width:955px;
	height:340px;
	position:relative;
	overflow:hidden;
	background:#fff url(http://www.davesullivan.org/images/css/main_content_bg.png) repeat-y scroll center center;
	}

/* Homepage Help Dave List */
#homepage_help_dave_wrap {
	margin:0;
	padding:15px;
	border:solid #dfdfdf;
	border-width:1px 1px 1px 0;
	width:289px;
	height:308px;
	float:right;
	background:url(http://www.davesullivan.org/images/common/secondary_content_bg.png) no-repeat 0 0;
	}
#homepage_help_dave_shadow {
	margin:0;
	padding:0 0 15px;
	width:289px;
	height:311px;
	background:url(http://www.davesullivan.org/images/common/secondary_item_shadow.png) no-repeat scroll center bottom;
	}
#homepage_help_dave {
	margin:0;
	padding:10px 0 0;
	width:289px;
	height:298px;
	background:#fafbfd url(http://www.davesullivan.org/images/common/secondary_item_bg.png) no-repeat scroll center top;
	}
#homepage_help_dave h2 {
	margin:0 0 -5px;
	padding:0 0 27px;
	font:italic 2.8em baskerville,georgia,"times new roman",times,serif;
	text-align:center;
	letter-spacing:.5px;
	line-height:1em;
	width:289px;
	color:#b54;
	background:url(http://www.davesullivan.org/images/common/secondary_title_shadow2.png) center bottom no-repeat;
	}
#homepage_help_dave h2 a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	color:#b54;
	}
#homepage_help_dave h2 a:hover {
	text-decoration:underline;
	}
#homepage_help_dave ol {
	margin:0;
	padding:0 5px;
	width:279px;
	}
#homepage_help_dave li {
	padding:0 5px;
	}
#homepage_help_dave li a {
	padding:10px 0 10px 36px;
	display:block;
	}
#homepage_help_dave li#homepage_help_dave_1 a {
	background:url(http://www.davesullivan.org/images/common/icon_1_red.png) 0 7px no-repeat;
	}
#homepage_help_dave li#homepage_help_dave_2 a {
	background:url(http://www.davesullivan.org/images/common/icon_2_red.png) 0 15px no-repeat;
	}
#homepage_help_dave li#homepage_help_dave_3 a {
	background:url(http://www.davesullivan.org/images/common/icon_3_red.png) 0 7px no-repeat;
	}

/* Tabs */
#feature_rotator_tabs {
	margin:0;
	padding:9px 15px 15px;
	width:290px;
	height:316px;
	float:right;
	background:url(http://www.davesullivan.org/images/homepage/feature_tabs_bg.png) 0 0 no-repeat;
	}
#feature_rotator_tabs li {
	margin:6px 0 0;
	line-height:normal;
	width:290px;
	height:73px;
	float:left;
	clear:left;
	}
#feature_rotator_tabs li a {
	padding:3px 12px 8px;
	text-decoration:none;
	width:266px;
	height:62px;
	display:block;
	float:left;
	background-image:url(http://www.davesullivan.org/images/homepage/feature_tabs_li_bg.png);
	background-repeat:no-repeat;
	}
#feature_rotator_tab_1 a {
	color:#359;
	background-position:0 0;
	}
#feature_rotator_tab_1 a:hover,
#feature_rotator_tab_1.feature_rotator_tab_active a {
	background-position:-290px 0;
	}
#feature_rotator_tab_2 a {
	color:#248;
	background-position:0 -73px;
	}
#feature_rotator_tab_2 a:hover,
#feature_rotator_tab_2.feature_rotator_tab_active a {
	background-position:-290px -73px;
	}
#feature_rotator_tab_3 a {
	color:#136;
	background-position:0 -146px;
	}
#feature_rotator_tab_3 a:hover,
#feature_rotator_tab_3.feature_rotator_tab_active a {
	background-position:-290px -146px;
	}
#feature_rotator_tab_4 a {
	color:#025;
	background-position:0 -219px;
	}
#feature_rotator_tab_4 a:hover,
#feature_rotator_tab_4.feature_rotator_tab_active a {
	background-position:-290px -219px;
	}
#feature_rotator_tabs li a strong {
	font:italic 2em baskerville,georgia,"times new roman",times,serif;
	text-align:center;
	text-decoration:none;
	width:266px;
	display:block;
	float:left;
	cursor:pointer;
	color:#fff;
	}

/* Content */
#feature_rotator_content {
	width:635px;
	height:340px;
	float:right;
	}
#feature_rotator_content div {
	position:absolute;
	left:0;
	}
#feature_rotator_content div.feature_rotator_item_active {
	z-index:9;
	}
#feature_image_overlay {
	width:22px;
	height:340px;
	position:absolute;
	top:0;
	left:613px;
	z-index:10;
	background:url(http://www.davesullivan.org/images/homepage/feature_image_overlay.png) right top no-repeat;
	}