/*----------------------------------------------
	HOME.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
----------------------------------------------*/

/*-------------------------------
	FEATURED SLIDER
-------------------------------*/

#featured {
	position:relative;
	float:left;
	width:465px;
	height:288px;
	margin-right:12px;
	overflow:hidden;
}

#featured_slider {
	position:absolute;
	left:0;
	top:0;
	width:9999px;
	height:288px;
	z-index:100;
}

#featured .featured_content {
	float:left;
	width:465px;
	height:288px;
}

#featured img {
	float:left;
	padding:0 0 0 15px;
}

#featured .feat_text {
	float:left;
	width:223px;
	padding:10px 0 10px 10px;
}

#featured .feat_text p{
	font-size:12px;
}

#featured h3 {
	border-bottom:1px solid #DBDBDB;
}

ul#featured_nav {
	position:absolute;
	bottom:0;
	right:0;
	width:225px;
	padding:5px 0 0 0;
	border-top:1px solid #DBDBDB;
	background:#FFF;
	overflow:hidden;
	z-index:150;
}

ul#featured_nav li.prev {
	float:left;
}

ul#featured_nav li.prev a {
	background:url(/assets/images/home/featured_arrows.gif) top left;
	display:block;
	height:14px;
	padding:1px 0 0 20px;
	color:#666
}

ul#featured_nav li.prev a:hover {
	background:url(/assets/images/home/featured_arrows.gif) bottom left;
	color:#005684;
	text-decoration:none;
}

ul#featured_nav li.next {
	float:right;
}

ul#featured_nav li.next a {
	background:url(/assets/images/home/featured_arrows.gif) top right;
	display:block;
	height:14px;
	padding:1px 20px 0 0;
	color:#666;
}

ul#featured_nav li.next a:hover {
	background:url(/assets/images/home/featured_arrows.gif) bottom right;
	color:#005684;
	text-decoration:none;
}
	

/*-------------------------------
	FOUR COLUMNS
-------------------------------*/

#content {
	width: 956px;
	padding: 4px 0 4px 4px;
	background: url(/assets/images/home/four_columns.gif) left top no-repeat;
}

#content .column {
	float: left;
	width: 215px;
	padding: 10px;
	margin-right: 4px;
}

#content .column img {
	margin-bottom: 10px;
}

#content .column img.floatright {
	margin-top: -10px;
}

#content .column p, #content .column ul {
	font-size: 11px;
	margin-bottom:1em;
}

#content .column dl dt {
	font-size: 14px;
}

#content .column h3 span {
	font-size: 12px;
}

#content .column dl dd.date{
	margin-bottom:10px;
	font-weight:bold;
}

/*-------------------------------
	CONTENT HEADER
-------------------------------*/

#homepage_header {
	width: 960px;
	height: 280px;
	margin: auto;
	background: url(/assets/images/template/content_background.gif) left top no-repeat;
}

#homepage_header div.left {
	float:left;
	width: 280px;
	padding: 16px 0 0 18px;
	margin-right: 30px;
	text-align: left;
}

#homepage_header h2.top {
	margin-bottom: 20px;
}


/*---------------------
	SECTORS PANEL 
---------------------*/

#sectors {
	position: relative;
	float: left;
	width: 618px;
	height: 258px;
	padding: 7px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/assets/images/home/sectors.png);
}

#sectors .corners {
	display: block;
	position: absolute;
	top: 0;
	width: 11px;
	height: 270px;
	background-image: url(/assets/images/home/sectors.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#sectors .left {
	left: 0;
	background-position: 0 0;
}

#sectors .right {
	right: 0;
	background-position: 100% 0;
}

#sectors .businesses,
#sectors .individuals {
	top: 0;
	width: 46px;
	height: 46px;
	z-index: 50;
}

#sectors .businesses {
	right: 0;
	background-position: -292px -90px;
}

#sectors .individuals {
	right:7px;
	top:7px;
	background-position: -292px -136px;
}

#window {
	position: relative;
	width: 1146px;
	height: 258px;
	overflow: hidden;
	z-index: 10;
}


/*---------------------
	GENERIC
*/

#individuals,
#businesses {
	position: relative;
	float: left;
	width: 309px;
	height: 258px;
	overflow: hidden;
	background: #000 url(/assets/images/home/sectors_header.gif) repeat-x;
}

#sectors h3 {
	display: block;
	width: 202px;
	height: 46px;
	margin-bottom: 0;
	background: url(/assets/images/home/sectors.png) no-repeat;
	text-indent: -5000px;
}

#sectors div.content {
	position: absolute;
	left: 0;
	bottom: -212px;
	width: 548px;
	height: 188px;
	padding: 12px;
	z-index: 30;
	background: url(/assets/images/template/black.png);
}

#sectors p.intro {
	float: left;
	width: 280px;
	padding-left:4px;
	margin-right: 20px;
	color: #FFF;
}

#sectors p.intro a:hover {
	text-decoration:none;
}

#sectors .content dl {
	float: left;
	width: 240px;
	color: #FFF;
}

#sectors .content dt {
	padding-bottom: 6px;
	font-style: italic;
	font-size: 18px;
	color: #FFF;
}

#sectors .content dd {
	padding: 4px 0 6px 14px;
	border-bottom: solid 1px #57544e;
	margin-bottom: 2px;
	background: url(/assets/images/home/businesses_bullet.gif) 0 10px no-repeat;
	font-size: 14px;
}

#sectors .content dd a {
	color: #FFF;
	text-decoration: none;
	display:block;
}


/*---------------------
	BUSINESSES
*/

#businesses img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#businesses h3 {
	background-position: -90px -90px;
}

#businesses .content dd a:hover,
#businesses p.intro a {
	color: #E12525;
}

/*---------------------
	INDIVIDUALS
*/

#individuals {
	width: 572px;
	background-position: 0 -46px;
}

#individuals h3 {
	background-position: -90px -136px;
}

#individuals .content dd {
	background-image: url(/assets/images/home/individuals_bullet.gif);
}

#individuals .content dd a:hover,
#individuals p.intro a {
	color: #33ABBB;
}
