/*#######################################################
 -------------------------------------------------------------------------------------------------------------
	CONTRACTORS PORTAL
	This stylesheet contains styles specific to the Contractors Portal (e.g. Layout & skin.css overrides)
	Global Styles are contained in skin.css
 -------------------------------------------------------------------------------------------------------------	
#######################################################*/

/*#######################################################
	STRUCTURAL CSS
	These relate to the structure of the page and should not contain design rules. 
#######################################################*/ 

/*#######################################################
	DESIGN CSS
	These control the design of the site and its modules
#######################################################*/ 

div#header { 
	height: 130px;
}

#pageBody {
	background: url("/portals/contractors/contractors_pageBody_bg.jpg") no-repeat top left; 
}

#contentColumn{
}

.bottomPane {
	padding-top: 160px;
	background: url("/portals/contractors/contractors_pageBody_bottom_bg.jpg") no-repeat top left; 
}

ul.featureList {
	margin: 0;
	list-style: none;
	padding: 0;
}

	ul.featureList li { margin: 0 0 1.5em 0;	}
	ul.featureList li.odd { color: #8fc0e3; }
	ul.featureList li.even { }
	
	