* { margin: 0; padding: 0; }

body {
	background:  #44484e url(../img/layout/bg.jpg) top center repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #2b2422;
	}
#container {
	width: 960px;
	margin: 0 auto;
	}
h1#logo {
	width: 365px;
	height: 158px;
	margin-top: 15px;
	text-indent: -999em;
	background: url(../img/logo.png);
	}
#contact-info {
	height: 40px;
	overflow: hidden;
	width: 500px;
	}
#contact-info h2 {
	float: left;
	width: 180px;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
	}
#contact-info a {
	float: left;
	color: #f0a700;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin-top: 13px;
	}
#contact-info a:hover {
	color: #fff;
	}
.main-p {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	margin:35px 0 40px;
	width:530px;
	}
.yellow-bar {
	width: 690px;
	text-align: center;
	background: #f0a700;
	padding: 15px 0;
	color: #04182f;
	font-size: 14px;
	font-weight: bold;
	}
	
#main-content {
	background: #fff url(../img/layout/bg-container.gif) top center no-repeat;
	padding-bottom: 30px;
	}
#main-content p {
	font-size: 12px;
	line-height: 21px;	
	color: #3a424c;
	margin-bottom: 28px;
	}
	
#left-column {
	width: 428px;
	float: left;
	margin-left: 22px;
	_margin-left: 10px;
	}
#right-column {
	width: 428px;
	float: right;
	margin-right: 22px;
	_margin-right: 10px;
	}
#left-column h1 {
	width: 347px;
	height: 44px;
	padding: 14px 0 0 38px;
	_width: 340px;
	_padding: 14px 0 0 45px;
	background: url(../img/layout/bg-h1-left.png);
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	float: left;
	margin: 40px 0 0 -38px;
	}
	
#right-column h1 {
	width: 342px;
	height: 29px;
	padding: 12px 0 0 15px;
	background: url(../img/layout/bg-h1-right.png);
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	float: left;
	margin: 40px 0 16px -5px;
	}
	
.img-bordered {
	border: 1px solid #868686;
	margin-bottom: 12px;
	}
	
#action {
	border-top: 1px solid #111315;
	color: #111315;
	font-weight: bold;
	margin: 30px 0 0 0;
	line-height: 19px;
	padding-top: 20px;
	}
	
#email-form {
	}
#email-form h3 {
	margin-bottom: 10px;
	}
fieldset {
	border: none;
	margin-bottom: 5px;
	}
label {
	color:#C00307;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	}
input.text, textarea.text {
	border: 1px solid #c5c5c5;
	background: #ececec;
	padding: 6px 2px;
	width: 330px;
	float: right;
	}
#submit {
	clear: both;
	}
	
#footer {
	background: #2e3135 url(../img/layout/bg-footer.jpg) top center no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 60px 20px 40px 20px;
	}
	
	
/* ---------- Misc. Styles ---------- */

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
* html .clear { height: 1px; }
*:first-child+html .clear { min-height: 1px; }
.cleared { clear: both; }