#pageImage {
} 

body.get-help #colContent,
body.get-informed #colContent,
body.get-involved #colContent,
body.landing #colContent {
	width: 860px;
	margin: 0;
	padding-top: 0;
}

#landingHeader {
	background: #336699 url(../images/design/symbols.gif) 20px 30px no-repeat;
	height: 217px;
	position: relative;
}
	p.landingHeader {
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 600px;
		font-size: 80px;
	}
	
	#landingHeader .links {
		position: absolute;
		bottom: 1em;
		right: 1em;
	}
		#landingHeader .links a {
			color: #fff;
			font-size: 1.4em;
			border-color: #fff;
			display: inline-block;
			margin: 0.5em;
		}

.header {
	padding-top: 1.5em;
	padding-bottom: 2em;
	background: url('../images/design/quote_right.png') 95% 100% no-repeat;
}
.header.orange {
	background-color: #ff9933;
} 
.header.green {
	background-color: #339966;
}
.header.magento {
	background-color: #cc0066;
}

.header h2 {
	color: #fff;
	margin: 0;
}

.thirdBlock,
.halfBlock {
	float: left;
	
	margin-bottom: 10px;
/*	background-color: #f5f5f5;*/
}

div.grey {
	min-height: 300px;
	background-color: #f5f5f5;
}

.thirdBlock {
	width: 280px;
	margin-left: 10px;
}
	.thirdBlock.first {
		margin-left: 0;
	}
	
.thirdBlock .box {
	color: #fff;
	min-height: 280px;
	padding: 10px;
	background-color: #339999;
}
	.thirdBlock .box a { color: #fff; }
	
.halfBlock {
	width: 425px;
	margin-left: 10px;
}
	.halfBlock.first {
		margin-left: 0;
	}