/* Print Noir Design */
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #FDB813 url(images/backg-strip.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 845px;
	background: #FFF;	
}
#masthead {	
}
#masthead #headerTop {
	height: 314px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	padding: 0 20px;
	margin-bottom: 15px;
}
#sideContent {
	width: 259px;
	float: left;
}
#mainContent {
	width: 726px;
	float: right;
}
#footer {
	color: #FFF;	
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 43px;
	background: url(images/footer.gif) no-repeat left top;
}
#footer p {
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px 0px 10px;
	color: #87c6f1;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
}
h3 {	
	font-size: 14px;
	
}
p {
	line-height: 1.4em;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
	color: #333;
	font-size: 12px;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;	
}
img {
	border: none;
}
ul {	
	margin-left: 10px;
}

/* ------------- MISC ------------------------ */
.yellowBold {
	color: #FDB813;
	font-weight: bold;
}
.greenBold {
	color: #417011;
	font-weight: bold;
}
.logoLeft, .logoRight {
	float: left;
	width: 180px;
	margin: 3px 55px 20px 20px;
	text-align: center;

}
.logoRight {
	margin-right: 0;


/* ------------- CONTACT FORM ------------- */
#contactForm {
	margin: 30px 0 0 0;
}
#contactForm label, #contactForm input, #contactForm select, #contactForm textarea {
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#contactForm label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	border: none;
}
#contactForm .submitButton {
	border: 1px solid #417011;
	background: #417011;
	font-weight: bold;
	color: #FFF8CC;
	width: 80px;
	cursor: pointer;
	padding: 0;
}
#contactForm br {
	clear: left;
}
