/*-----------------------------------------------------
 >> This is the CSS for the placeholder page only <<             
-----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
	background:#ffffff;
	color: #383a39;
	font-size:12px;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px 0;
}
.footer, .push {
	height: 40px; 
}


.footer {
	background:#eaeae2;
}

.footer p {
	width:731px;
	padding:12px 40px 0 40px;
	position:relative;
	margin:0 auto;
}
.content {
	height:414px;
	width:771px;
	padding:80px 40px 0 0;
	position:relative;
	margin:0px auto 0 auto;
	background:url(/static/images/mainridge-home.jpg) top left no-repeat;
}

.content h1 {
	display:none;
}


