#content p
{
	margin:15px 30px 15px 30px;
}

#content > .leftOfTwoColumns
{
	float:left;
	width:480px; /* content width 1050; (1050 - 30 * 3) / 2 = 480 */
	margin: 0px 0px 0px 30px; 
}

#content > .rightOfTwoColumns
{
	float:right;
	width:480px;
	margin: 0px 30px 0px 0px;
}

#intendedContent h2, h3, h4
{
	margin-left: 30px;
}

#featuresContent ul
{
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}

p.underlinedHeader
{
	font-size:24px !important; /* #content p dominates otherwise */
	text-transform:uppercase;
	font-family: 'Oxygen', 'PT Sans', sans-serif;
	display:block;
	width:65%;
	border-bottom: solid 1px #909090;
	margin: 30px 0px 15px 0px !important;
}

ul.verticalRows
{
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

ul.verticalRows > li
{
	list-style-type: none;
	display: block;
	position: relative;
	background-color:#efefef;
	overflow:hidden;
	margin: 15px 7px 22px 0px; /* 7px is shadow; optically margin seems like 15px/0px/15px/0px, though */
	-webkit-box-shadow:4px 4px 7px #bbb;
	-moz-box-shadow:4px 4px 7px #bbb;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

ul.verticalRows > li:nth-child(even)
{
	background-color:#e5e5e5;
}

ul.verticalRows > li > p
{
	text-align:justify;
	font-size: 12px;
	margin: 15px !important; /* otherwise #content p stronger */
}

ul.verticalRows > li > h2
{
	font-family: 'Oxygen', 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-indent: 15px;
	line-height: 45px;
	color: #ff9500;
	background-image:-webkit-linear-gradient(top, #404040 0%, #303030 50%, #2a2a2a 51%, #1a1a1a 100%);
	background-image:-moz-linear-gradient(top, #404040 0%, #303030 50%, #2a2a2a 51%, #1a1a1a 100%);
	background-image:-o-linear-gradient(top, #404040 0%, #303030 50%, #2a2a2a 51%, #1a1a1a 100%);
	background-image:-ms-linear-gradient(top, #404040 0%, #303030 50%, #2a2a2a 51%, #1a1a1a 100%);
	background-image:-linear-gradient(top, #404040 0%, #303030 50%, #2a2a2a 51%, #1a1a1a 100%);
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

ul.verticalRows > li > h2 + strong
{
	font-weight: normal;
	font-size: 12px;
	position:absolute;
	right:0px;
	top:0px;
	margin:15px 15px 0px 0px !important;
	color:#aaa;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
}

ul.verticalRows > li > img
{
	float:left;
	margin: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 0px 15px #404040;
	-moz-box-shadow: 0px 0px 15px #404040;
}

br.contentStretcher
{
	clear:both;
}