body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
/*
*  HEADER
*/
#header {
	width: 100%;
	height: 124px;
	background: #404042;
}
#headerinner {
	position: relative;
	margin: 0 auto 0 auto;
	width: 998px;
	height: 124px;
	text-align: left;
}
#header img {
	margin: 18px 0 0 14px;
}
#header p {
	position: absolute;
	top: 12px;
	right: 190px;
	margin: 0;
	font-size: 105%;
	xfont-weight: bold;
	color: #000000;
	text-align: right;
}
#header p span {
	display: block;
	color: #B5A04F;
	margin: 5px 20px 0 0;
	font-weight: bold;
	line-height: 1.5;
	font-size: 110%;
}
#header p span span {
	margin: 0;
	font-size: 80%;
}
#page {
	width: 100%;
	text-align: center;
	background: url(/images/pageB.gif) left bottom repeat-x;
}
/*
* MAIN MENU
*/
#menu {
	width: 100%;
	background: url(/images/menu.gif) left top repeat-x;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
#menu table {
	margin: 0 auto 0 auto;
}
#menu a {
	display: block;
	padding: 10px 12px 0 10px;
	height: 34px;
}
#menu a:link, #menu a:visited {
	color: #B5A04F;
	text-decoration: none;
}
#menu a:hover {
	color: #65649D;
}
#menu td.current {
	background: url(/images/menuR.gif) right top no-repeat;
}
#menu td.current a {
	background: url(/images/menuL.gif) left top no-repeat;
}
/*
*  INDUSTRY FEATURES
*/
#industries {
	margin: 0 auto 0 auto;
	height: 226px;
	background: url(/images/industry.jpg) left top repeat-x;
}
#industries2 {
	height: 226px;
	background: url(/images/industryL.jpg) left top no-repeat;
}
#industries3 {
	height: 208px;
	background: url(/images/industryR.jpg) right top no-repeat;
	padding: 6px 6px 12px 6px;
}
.industry {
	position: relative;
	float: left;
	border-right: solid 1px #F5F1E6;
	width: 182px;
	height: 203px;
	padding: 5px 8px 0 8px;
}
.industry img {
	border: solid 1px #646464;
}
.industry p {
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.industry .button {
	position: absolute;
	left: 23px;
	bottom: 4px;
}
.button a {
	display: block;
	width: 152px;
	height: 23px;
	padding: 6px 0 0 0;
	font-size: 13px;
	text-align: center;
}
.button a:link, .button a:visited {
	color: #ffffff;
	background: url(/images/button.gif) left top no-repeat;
	text-decoration: none;
}
.button a:hover {
	background: url(/images/buttonH.gif) left top no-repeat;
}
/*
*  MAIN CONTENT AREA
*/
#main {
	position: relative;
	margin: 5px auto 0 auto;
	width: 1008px;
	background: url(/images/main.gif) left top repeat-y;
	text-align: left;
}
#main2 {
	width: 1008px;
	background: url(/images/mainT.gif) left top no-repeat;
}
#main3 {
	width: 586px;
	background: url(/images/mainB.gif) left bottom no-repeat;
	padding: 0 211px 10px 211px;
}
/*
*  CONTENT
*/
#content {
	width: 526px;
	padding: 18px 30px 10px 30px;
	color: #272931;
}
#content h1 {
	font-size: 112%;
	color: #272931;
	margin: 10px 0 10px 0;
}
#content h2 {
	font-size: 96%;
	color: #307DE3;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 88%;
	color: #272931;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size: 88%;
	color: #307DE3;
	margin: 10px 0 10px 0;
}
#content h5 {
	font-size: 88%;
	color: #272931;
	margin: 10px 0 0 0;
}
#content h6 {
	font-size: 88%;
	color: #307DE3;
	margin: 10px 0 0 0;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 80%;
}
#content ul {
	margin: 0 0 10px 35px;
	padding: 0;
	font-size: 80%;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 80%;
}
#content ul p, #content ol p {
	font-size: 100%;
}
#content li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #FC6603;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:hover {
	color: #ff0000;
}
#content .imgleft {
	float: left;
	margin: 5px 8px 5px 0;
}
#content .imgright {
	float: right;
	margin: 5px 0 5px 8px;
}
#content .imgborder {
	border: solid 1px #000000;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #4b4b4b;
	text-decoration: none;
}
#content .mediumtext {
	font-size: 100%;
}
#content .largetext {
	font-size: 120%;
}
#content .largertext {
	font-size: 160%;
}
#content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#content .courier {
	font-family: "Courier New", Courier, monospace;
}
#content .size48 {
	font-size: 3em;
}
#content .size32 {
	font-size: 2em;
}
#content .size24 {
	font-size: 1.5em;
}
#content .size22_7 {
	font-size: 1.45em;
}
#content .size21_3 {
	font-size: 1.4em;
}
#content .size20 {
	font-size: 1.25em;
}
#content .size18_7 {
	font-size: 1.2em;
}
#content .size18 {
	font-size: 1.125em;
}
#content .size16 {
	font-size: 1em;
}
#content .size13 {
	font-size: 0.814em;
}
#content .redtext {
	color: #ff0000;
}
#content .darkredtest {
	color: #a60000;
}
#content .bluetext {
	color: #0000ff;
}
#content .blacktext {
	color: #000000;
}
#content .highlight {
	background: #ffff00;
}
img {
	border: 0px;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  LEFT COLUMN
*/
#leftcol {
	position: absolute;
	left: 13px;
	top: 10px;
	width: 170px;
	padding: 10px;
	border: solid 1px #c8c8c8;
}
#leftcol ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
#leftcol li {
	margin: 5px 0 10px 0;
}
#leftcol ul a {
	font-size: 100%;
	font-weight: bold;
}
#leftcol ul ul a {
	font-size: 90%;
	font-weight: normal;
}
#leftcol ul a:link, #leftcol ul a:visited {
	color: #505050;
	text-decoration: none;
}
#leftcol ul a:hover {
	color: #DE383A;
}
#leftcol ul ul {
	list-style-type: disc;
	margin: 0 0 0 18px;
}
#contact p {
	margin: 5px 0 5px 0;
	font-size: 80%;
	font-weight: bold;
}
#contact p span {
	color: #B3A14D;
}
#contact p a:link, #contact p a:visited {
	color: #B3A14D;
	text-decoration: none;
}
#contact p a:hover {
	color: #DE383A;
}
/*
*  RIGHT COLUMN
*/
#rightcol {
	position: absolute;
	right: 12px;
	top: 10px;
	width: 192px;
}
#news {
	width: 170px;
	padding: 10px;
	border: solid 1px #c8c8c8;
	background: url(/images/news.jpg) right top no-repeat;
}
#news h3 {
	margin: 0;
	font-size: 120%;
	color: #030303;
}
#news .feature {
	border-bottom: solid 1px #636363;
	padding: 0 0 5px 0;
}
#news .feature h2 {
	font-size: 100%;
	margin: 5px 0 5px 0;
}
#news .feature h2 a:link, #news .feature h2 a:visited {
	color: #B3A14D;
	text-decoration: none;
}
#news .feature h2 a:hover {
	color: #DE383A;
}
#news .feature p {
	margin: 0 0 5px 0;
	color: #323232;
	font-size: 70%;
}
#news .feature p.more {
	font-weight: bold;
	font-style: italic;
}
#news .feature p a:link, .feature p a:visited {
	color: #404040;
	text-decoration: none;
}
#news .feature p a:hover {
	color: #DE383A;
}
.panel {
	width: 170px;
	height: 172px;
	margin: 0 0 10px 0;
	padding: 11px;
	background: #C2AF6D url(/images/panel.jpg) left top no-repeat;
	text-align: center;
}
.panel h3 {
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #ffffff;
}
.panel p {
	margin: 5px 0 5px 0;
	font-size: 70%;
	color: #323232;
	text-align: left;
}
.panel .button {
	margin: 0 auto 0 auto;
	width: 152px;
	font-weight: bold;
}
/*
*  FOOTER
*/
#footer {
	width: 100%;
	background: #9D8B59;
	font-size: 60%;
	padding: 4px 0 4px 0;
}
#footer a:link, #footer a:visited {
	color: #58451A;
	text-decoration: none;
}
#footer a:hover {
	color: #DE383A;
}
/*
*  CONTACT FORMS
*/
.error {
	color: #ff0000;
	font-weight: bold;
}
.info {
	color: #008000;
	font-weight: bold;
}
.imsform {
	margin: 0;
	font-size: 80%;
	font-family: Arial;
}
#content .imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}
.imsform .row {
	clear: left;
	padding: 20px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	xfloat: right;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #DBE0FF;
}
#content .imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 130%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
/*
*  OLD RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}

