/* ElementFusion */
/* landing.css */
/* Created November 10, 2008 */
/* Modified November 19, 2008
--------------------------------------- */

body {color: #201f1b;}

.left {float: left; margin-right: 0.25em;}
.right {float: right; margin-left: 0.25em;}

#extraCol {display: none;}
#container {width: 100%;}
#mainCol {width: 340px; float: left; border: none; padding: 0}
#subCol {width: 600px; float: right; border: none; padding: 0; margin: 0;}

.element {border: none !important; padding: 0 !important; margin: 0 !important;}
span.req {color: #c96300;}
.fieldRow, .fieldInstructions, .fieldTitle, .fieldItem {padding: 0 !important;}
.formHeader {display: none !important;}
.form_container {margin: 0 0 1.5em !important;}

#flash {margin: 1em 0 1.5em;}

#mainCol h1 + p {
	margin: 0 0 1.4615em;
	padding: 0;
	color: #fbfbf4;
	background: none;
	color: #201f1b;
	font-size: 1.3076em;
	line-height: 1.2941em;
	display: block;
}

#mainCol h1 {
	font-size: 3.0769em;
	line-height: 0.95em;
	margin-top: 0.5em;
}

.callOut {
	background: #fef1d8 url(i/maincol_callout_bg.jpg) no-repeat center top;
	padding: 0.25em 1.5em;
	margin: 0 0 1.5em;
}

#subCol .callOut {
	background: #e9dbb7 url(i/subcol_callout_bg.jpg) no-repeat center top;
}

#footer {
	clear: both;
	background: #1f1e1a;
	padding: 0.5em 0 2em;
	color: #b3af9e;
	border-top: 0.5em solid #c96300;
	margin-top: 1.5em;
}

#footer a, #footer a:visited {color: #b3af9e !important; text-decoration: none; border: none; font-weight: normal;}
#footer a:hover {color: #f1eeda; text-decoration: underline; border: none;}
#footer .contents {background: none;}

#footer .credits {
	float: left;
	padding: 1em 0;
	height: auto !important;
	height: 76px;
	min-height: 76px;
	width: 216px;
}
 
#footer .credits h1 {
	text-indent: -999em;
	width: 167px;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0.5em;
}

#footer .credits a {
	text-decoration: none;
	display: block;
	background: url(i/elementfusion.png);
	height: 42px;
}

#footer .meta {
	float: left;
	font-size: 0.9230em;
	margin-top: 1.75em;
	font-weight: normal;
}

h2, .form h3 {
	font-size: 1.8461em !important;
	line-height: 1em !important;
	margin: 1.2272em 0 0.4090em !important;
	color: #c95f00 !important;
	font-weight: bold !important;
	margin-bottom: 0;
}

#header h2 {
	float: right !important;
	color: #766f5b !important;
	font-weight: normal !important;
	margin: 3.5em 0 0 !important;
	text-transform: capitalize;
}

label {display: block;}

.form p {margin-bottom: 0.5em;}
.form .medium {width: 25em;}

.form .message {
	padding: 0.5em 1em 0.5em 30px;
	display: block;
	background: #ffe99e url(i/icon_fail.png) no-repeat 6px 6px;
	color: #8F3503;
	display: none;
}
.form .success {background: #dfedb5 url(i/icon_success.png) no-repeat 6px 6px;}

.form p.foot a.send {
	background: url(i/btn_send.png);
	width: 74px;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 34px;
	border: none;
	margin-right: 1em;
}

.form p.foot strong {padding-top: 0.5em; float: left;}
.nobullets {margin-left: 0; margin-right: 0;}
