html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color:#663300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/bgImage.jpg);
	background-attachment: fixed;
	background-position:top;
	/*background-position: -35px top;*/
}

#menu {
	background: #a3121f;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#content {
	float: left;
	width: 575px;
	margin-left: 50px;
	_margin-left: 0px;
	text-align: left;
	padding-top: 35px;
}


#productLine {
	width:305px;
	float: right;
}


#commercial {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------------------- FORMS */

#tblContact input, #tblContact textarea, .jobApp input, .jobApp textarea, .jobApp select, textarea.jobApplication{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #F2D7B9;
}

#tblContact input[type=text], #tblContact textarea {
	width: 400px;
}

.formlabel, .requiredFormLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
#tblContact td {
	padding-bottom: 10px;
}



.imgRight {
	margin-left:10px;
}

.imgLeft {
	margin-right:10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
	line-height: 150%;
}

h2 {
	color: #A3121F;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	margin-bottom: 5px;
}

a {
	color: #A3121F;
}

.footer {
	text-align:center;
	color:#ffffff;
	line-height: 140%;
	clear: both;
}

.eventLinks {
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	margin:10px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background: #a3121f;
	padding: 5px 10px;
	
}

.eventLinks a{
	
	text-decoration:none;
}


.clear {
	clear: both;
}

.21 {
	font-size: 30px;
	color: #FFFFFF;
}

.shadedbackground {
	background-image: url(images/shadedbkg.png);
	background-repeat: repeat;
	padding: 25px;
}

.error {
	font-weight:bold;
	color:#C00;}
