/* Start of CMSMS style sheet 'gestalt-home' */
/* styling specific to the Gestalt Home page */

div#content {
	background: url(/uploads/images/images-index/box-bg.jpg) no-repeat;
}
div#main {
	padding-top: 150px;
}
.hidetext {
	display: none;
}
.opening-blurb {
	color: white;
	font-size: 1em;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 40px;
}

/* column gubbins */

div#column-wrapper {
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	margin: 0;
}

div#homeTopContent {
	height: 235px;
	margin: 0 0 20px;
	padding-bottom: 0;
}
div#homeRightContent {
	float: right;
	width: 48%;
	padding-right: 5px;
	margin-bottom: 20px;
}
div#homeLeftContent {
	float: left;
	width: 48%;
	margin: 0 0 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ff6600;
}
div#homeBottomContent {
	clear: both;
	height: 212px;
	margin-left: 7px;
	background-repeat: no-repeat;
	border-top: 1px dashed #ff6600;
	width: 97%;
	padding-top: 10px;
	margin-top: 20px;
	float: none;
}
/* End of 'gestalt-home' */

