/* Good Neighbor Temporary Splash Page */

body {
	margin: 0;
	padding: 0;
	background: #bebdbc url(img/bg.gif) repeat-x top left;
	color: #5f5f5f;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

.wrapper {
	width: 870px;
	background-image: url(img/large_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.top_layers {
	width: 870px;
	height: 335px;
	background-image: url(img/coming_soon.gif);
	background-repeat: no-repeat;
}

.screenshot {
	float: left;
	padding: 40px 0 0 55px;
}

.logo {
	float: left;
	padding: 140px 0 0 55px;
}

.text_layers {
	width: 610px;
	float: right;
	margin: 0 0 35px 0;
}

.text_col {
	float: left;
	width: 270px;
	margin: 0 35px 0 0;
}

.contact {
	width: 610px;
	float: right;
}

.contact_wrapper {
	width: 330px;
	padding: 15px;
	height: 500px;
	background-image: url(img/large_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.contact_line {
	width: 300px;
	margin: 0 0 10px 0;
}

label {
	display: block;
	float: left;
}

input[type="text"] {
	width: 295px;
	float: left;
}

textarea {
	width: 295px;
	height: 100px;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea {
	border: 1px solid #999;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 26px;
	margin: 0 0 0 2px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.grey {
	font-size: 9px;
	color: #9f9f9f;
}

/* CLEARFIX */
.clearfix:after {
    content: "."; 
   	display: block;
    height:0px; 
    clear: both; 
    visibility: hidden;
}

/* HOLLY HACK Targets IE Win only */
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* END HOLLY HACK */
