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

div#featuresnav {
	float: left;	
}
/* Controls main div */
div#featurescontent {
	background: #ececec url(../graphics/sideNavBack_Off.gif) repeat-y left;
	clear: both;
}
/* Controls content positioning and adds image to top right corner */
div#featuresinvest {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/featureInvest.jpg) no-repeat right top;
}
div#featuressupport {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/featureSupport.jpg) no-repeat right top;
}
div#featuresmaximize {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/featureMaximize.jpg) no-repeat right top;
}
div#featurescommit {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/featureCommit.jpg) no-repeat right top;
}
/* Clears space for images */
div#featurespace {
	float: right;
	height: 250px;
	width: 315px;	
}
/* Controls the page title - H1 */
div#featurescommit h1, div#featuresmaximize h1, div#featuressupport h1, div#featuresinvest h1 {
	color: #BE0F34;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 0px;
}
/* Controls the page title - H2 */
div#featurescommit h2, div#featuresmaximize h2, div#featuressupport h2, div#featuresinvest h2 {
	font-weight: normal;
	padding-bottom: 20px;
}
/* Controls unordered list */
div#featurescommit ul, div#featuresmaximize ul, div#featuressupport ul, div#featuresinvest ul {
	font: .9em/1.6em Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 25px;
}
/* Controls space between list items */
div#featurescommit ul li, div#featuresmaximize ul li, div#featuressupport ul li, div#featuresinvest ul li {
	padding-bottom: 5px;	
}
