
/* ========================================
	GENERAL STUFF
======================================== */

#main {width: 700px;}

h1 {}

.headlineSubtitle {clear: both; display: block; font-size: 1.3em; color: #00508C; margin: 0px; padding: 0px;}


/* ========================================
	GRADIENT BLOCKS
======================================== */
.row {clear: both; display: block; margin-bottom: 30px;}
.row .inner {padding: 15px; display: block;}
.row .column {	
background: -moz-linear-gradient(top,  rgba(210,222,227,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,222,227,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dee3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
-khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.row .column-solid {background: #d2dee3; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.row .inner .row .column {background: none;}
.row .blank {background: none;}

.one {width: 710px; padding-bottom: 10px;}
.two {width: 335px; float: left; margin-right: 30px; padding-bottom: 10px;}
.two.last {margin-right: 0px;}