/* CSS Document */
#mainRow{
	width:885px;
}
#mainRow .leftColumn{
	width:690px;
	background-image:url(../images/services/leftColumnBG.jpg);
	background-repeat:repeat-x;
	float:left;
}
#mainRow .leftColumn .header{
	width:100%;
	height:40px;
	background-image:url(../images/services/ourServices.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	text-align:center;
}
#mainRow .leftColumn .middle{
	width:630px;
	margin-left:30px;
}
#mainRow .leftColumn .middle .column{ /* COLUMNS FOR SERVICES */
	width:180px;
	float:left;
	padding-left:30px;
}
#mainRow .leftColumn .middle .column .icon{ 
	width:100%;
	height:100px;
	text-align:center;
}
#mainRow .leftColumn .middle .column .icon a{ 
	background-image:none; /* TO GET RID OF UNDERLINE ON LINK */
}
#mainRow .leftColumn .middle .column .description{ 
	width:100%;
}
#mainRow .leftColumn .middle .column .description .header{ 
	width:100%;
	height:20px;
	background-image:none;
}

#mainRow .leftColumn .footer{
	width:100%;
}

#mainRow .rightColumn{
	width:195px;
	background-color:#B6D23F;
	float:left;
}

#mainRow .rightColumn .top{
	width:195px;
	height:250px;
	color:#FFFFFF;
	padding-top:30px;
	background-image:url(../images/services/pageCurl.jpg);
	background-repeat:no-repeat;
}

/* RIGHT NAVIGATION  */
#mainRow .rightColumn .top ul{
	list-style-type: none;
}

#mainRow .rightColumn .top ul li{
	padding-bottom:10px;
}

#mainRow .rightColumn .top ul a{
	color:#FFFFFF;
}

#mainRow .rightColumn .top ul a:hover{
	color:#000000;
}
/* END RIGHT NAVIGATION */



#mainRow .rightColumn .bottom{
	width:100%;
	height:130px;
	background-image:url(../images/services/tree.jpg);
	background-repeat:no-repeat;
}
