
/*	 Homepage Businesses Links 	*/
	
.business_label{
	color:#fff;
	font-size:12px;
	width:156px;
	height:35px;
	background:url(../gfx/label.png) no-repeat;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
}
.business{
	position:relative;
	margin:0 28px 20px 0;
}
.business_top{
	height:5px;
	width:270px;
	position:relative;
	top:-9px;
}
.business td {z-index:1;}
.business_description{
	background:url(../gfx/bgs/bg_business_bottom.png) bottom center no-repeat;
	color:#fff;
	padding:5px 10px 30px 10px;
	float:left;
	position:absolute;
	bottom:180px;
	width:250px;
	display:none;
	border-top:1px solid white;
	z-index:100;
}

.business_description h1{
	color:#EE8D0B;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.business_description h2{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	margin:5px 0 0;
	padding:0;
}
/* END */
#content{
	float:left;
	width:740px;
	background:none;
}
#sub-content{
	float:right;
	width:220px;
	margin-top:0px;
}
#footer{background:none;width:960px;}
#strapline{
	width:190px;
	background:url(../gfx/bgs/leader.png) no-repeat;
	height:114px;
	padding:10px 15px;
	color:#fff;
	margin:0;
	font-size:20px;
}
#get-quote, #sponsors{
	width:200px;
	padding:10px;
	margin-top:5px;
}
#get-quote strong{font-size:110%; color:#333;}
#homepage_links_container{
	width:960px;
	height:220px;
	background:url(../gfx/bgs/bg_home_links.jpg) no-repeat;
	float:left;
}
.homepage_link_white, .homepage_link_emergency{
	width:200px;
	height:135px;
	padding:10px;
	float:left;
	font-size:80%;
}
.homepage_link_white{
	background:url(../gfx/bgs/hp_link_white.png) no-repeat;
	margin: 31px 26px 0 0;
}
.homepage_link_emergency{
	background:url(../gfx/bgs/hp_link_emergency.png) no-repeat;
	margin: 31px 0 0 0;
	padding-top: 10px;
	color:#fff;

}
.homepage_quote{
	background:url(../gfx/quote_open.png) no-repeat;
	padding:1em 30px;
	margin:0;
	position:relative;
}
.quote_close{
	position:absolute;
	border:0;
	right:0;
	width:18px;
	height:15px;
	background:url(../gfx/quote_close.png) no-repeat;
}
.quick_links ul{
	margin:1em 0;
	padding: 0 0 0 30px;
}
.quick_links li{
	list-style-image:url(../gfx/quick_links_bullet.png);
	margin:0;
	margin:3px 0;
}
.quick_links li a{
	padding:0 5px;
}
.quick_links li a:hover{
	background:#EE8D0B;
	color:#fff;
}
h4.waste_management{
	padding-left:20px;
	background:url(../gfx/pixel_arrow_black.png) left center no-repeat;
	margin-bottom:4px;

}
h4.emergency{
	padding:4px 0 4px 20px;
	background:url(../gfx/pixel_arrow_green.png) left center no-repeat;
	margin-bottom:4px;
	color:#F6A231;
}
p.waste_management{
	padding-left:65px;
	background:url(../gfx/questionmark.png) left center no-repeat;
	font-size:12px;
	line-height:120%;
	margin:0;
}

.emergency_number{
	font-size:170%;
	font-weight:bold;
	margin-top:5px;
	display:block;
}

a.white:link {font-weight: bold; text-decoration: none; color: #fff}
a.white:visited {font-weight: bold; text-decoration: none; color: #fff}
a.white:hover {font-weight: bold; text-decoration: none; color: #fff}
a.white:active {font-weight: bold; text-decoration: none; color: #fff}

a.orange:link {font-weight: bold; text-decoration: none; color: #F6A231}
a.orange:visited {font-weight: bold; text-decoration: none; color: #F6A231}
a.orange:hover {font-weight: bold; text-decoration: none; color: #F6A231}
a.orange:active {font-weight: bold; text-decoration: none; color: #F6A231}

a.orange1:link {font-weight: bold; text-decoration: none; color: #cc6600}
a.orange1:visited {font-weight: bold; text-decoration: none; color: #cc6600}
a.orange1:hover {font-weight: bold; text-decoration: none; color: #cc6600}
a.orange1:active {font-weight: bold; text-decoration: none; color: #cc6600}


