/* ------------------------------------------------------ FORMAT ------------------------------------------------------ */

div.splashleft {
	width: 680px;
	height: 305px;
	margin-top: 100px;
	background: transparent url(../images/splash_logo.gif) no-repeat top left;
	float: left;
	}
	
div.splashright {
	width: 212px;
	margin-left: 58px;
	float: left;
	}
	
/* ------------------------------------------------------ ELEVATOR SPEECH ------------------------------------------------------ */
	
div.elevator_speech {
	width: 212px;
	height: 170px;
	margin: 160px 0px 20px 0px;
	float: left;
	}
	
/* ------------------------------------------------------ CONTACT ------------------------------------------------------ */

div.contact {
	width: 100%;
	border-bottom: 1px solid #4F4949;
	margin-bottom: 15px;
	float: left;
	}
	
/* ------------------------------------------------------ NEWSLETTER FORM ------------------------------------------------------ */

div.newsletter {
	margin: 0px 0px 15px 0px;
	float: left;
	}
div form {
	width: 212px;
	}
div.form {
	width: 212px;
	margin-bottom: 5px;
	clear: both;

	}
	
div.form_submit {
	width: 60px;
	height: 22px;
	margin: 0 0 0 47px;
	display: inline;
	}
	
div.entry_title {
	width: 45px;
	float: left;
	}
	
label {
	width: 47px;
	display: block;
	float: left;
	}
	
input[type="text"], textarea {
	width: 163px;
	height: 13px;
	background: transparent;
	border: 1px solid #4F4949;
	}
	textarea {
		height: 50px;
	}
	
input[type="submit"] {
	width: auto;
	padding: 1px 4px;
	font-weight: bold;
	background: #7A7070;
	color: #FFFFFF;
	cursor: pointer;
	}
	
/* ------------------------------------------------------ PRIVATE VIEW ------------------------------------------------------ */
	
div.private_view {
	width: 210px;
	border: 1px solid #4F4949;
	float: left;
	}
	
div.private_list {
	width: 170px;
	height: 64px;
	padding: 10px 20px;
	border-top: 0px;
	color: #4F4949;
	float: left;
	overflow: auto;
	}
div.private_list ul {
	padding-bottom: 15px;
}
div.private_example {
	width: 210px;
	height: 113px;
	border: 1px solid #4F4949;
	border-top: 0px;
	float: left;
	display: none;
	}
	
img.private_arrow {
	margin-right: 6px;
	cursor: pointer;
	float: left;
	}