ul li {
	width: 200px;
}

.accordian a:visited { color: #888; }

.portBody {
	height: 230px;
	width: 315px; 
	padding-top: 1.5em;
}

.portBodyR {
	height: 230px;
	padding-top: 1.5em;
}

.portBody h1 {
	text-align: left;
	font-size: 1.6em;
}

.portBodyR h1 {
	text-align: left;
	font-size: 1.6em;
}

#resPic {
	background: url(../images/residentialGreen.png) no-repeat 0 0;
	height: 150px;
	margin: 5px 0 0 0;
}

#othPic {
	background: url(../images/otherGreen.png) no-repeat 0 0;
	height: 150px;
	margin: 5px 0 0 0;
}

.accordian {
	float: left;
	text-align: left;
}

.accordian li{
	text-decoration: none;
	list-style-type: none;
}

.accordian .toggler {
	font-size: 1.2em;
	color: #ccc;
	cursor: pointer;
}

.accordian ul{
	diplay: inline;
	font-size: .8em;
	text-decoration: none;
}

.accordian li ul {
	width: 200px;
}

.accordian li:hover ul {
}

.accordian ul li{
	list-style-type: none;
}

.catImageDisL, .catImageDisR {
	float: left;
	width: 300px;
	height: 200px;
	text-align: left;
	padding: 10px;
}

.catImageDisL {
	margin: 20px 0 20px 160px !important;
}

.catImageDisR {
	margin: 20px 0 20px 100px !important;
}

.catImageDisL img, .catImageDisR img {
	position: absolute;
}

.proBody {
	margin: 0 0 0 90px;
}

.proText {
	float: left;
	width: 300px;
	text-align: justify;
/*	margin: 0 0 0 100px;*/
}

.proText h2 { color: #555; font-size: 1.6em; text-align: left; }
/* Image Displays */

.gallery {
 	float: left;
	margin: 10px 0 0 20px;
	text-align: left;
	padding-left: 20px;
/*	background: #fff;*/
	margin: 70px 0 0 20px;
}

.thumbsCon {
	text-align: center;
	width: 75px;
	height: 50px; 
	position: relative;
	float: left;
	margin-bottom: 5px;
}

.thumbsCon img { 
	position: relative; 
	z-index: 1;
	margin-right: 5px;
	cursor: pointer;
}
.thumbDescription { position: absolute; z-index: 100; color: #fff; background-color: #111; margin-top: -19px; }

.proThumbReg {
	float: left;
	clear: both;
	width: 400px;
}

.proDisReg{
	float: left;
	clear: both;
	height: 310px;
}

.proDisImg{
	position: absolute;
	margin: -59px 0 0 20px;
}
