@charset "utf-8";
/* CSS Document */

#QuickLinksCont {
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 85%;
	line-height: 110%;
	color: #7c6a55;
}
img#QuickLinksTitle {
	margin-top: 20px;
}
img#LACC_BBB_logo {
	float: right;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.QuickLinks_Lists {
	position: relative;
	float: left;
	margin-right: 9px;
/*	border: thin solid #00FF33;
*/}
#QuickLinks_Services {
	width: 215px;
	padding-left: 25px;
}
#QuickLinks_Businesses {
	width: 205px;
}
#QuickLinks_Individuals {
	width: 195px;
}
#QuickLinks_WhyVenstar {
	width: 105px;
}
#QuickLinks_OtherPages {
	width: 95px;
}


.QuickLinks_Lists ul {
	margin: 0 0 0 16px;
	padding: 0;
}
.QuickLinks_Lists li {
	margin: 3px 0 0 0;
	padding: 0;
/* list-style-image: url(../images/dot.gif); 
	list-style: none;
*/}
p.heading {
	font-weight: bold;
	padding-left: 0px; /*only for IE 5.5; changed below for all other browsers */
	padding-left/**/:/**/ 2px; /* IE 5.5 does not see this */
}

.QuickLinks_Lists li:hover, .QuickLinks_Lists a:hover {
	color: #b42e34;
}

