﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

body {
	background: white url('../images/bg.jpg') repeat-x top left;
	margin: 0px auto;
	padding: 0px auto;
	text-align: center;
}


.png {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
}

body#solutionsAndServices #content  {
	background: url('../images/sAndSHeader.jpg') no-repeat center top;
	width: 978px;
	height: 533px;
}

body#quote #content  {
	background: url('../images/quoteHeader.jpg') no-repeat center top;
	width: 978px;
	height: 533px;
}

body#contact #content  {
	background: url('../images/contactHeader.jpg') no-repeat center top;
	width: 978px;
	height: 533px;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 978px;
}

#header {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	height: 154px;
	width: 978px;
}

#content {
	/*background: #d4d4d4 url('../images/bodyContentBG.jpg') repeat-y top left;*/
	background-color: #d4d4d4;
	padding: 2px 20px;
	margin: 0px auto;
	min-height: 650px; 
	height: auto !important; /* IE FIX FIX FOR MIN-HEIGHT */
	height: 650px; /* IE FIX FIX FOR MIN-HEIGHT */
	width: 926px;
}

.loginTable td {
	padding: 5px;
}

.rightnav {
	background-color: #acd4b1;
	border-left:1px #939393 solid;
	height: 200px;
	margin: -26px -25px 0px 0px;
	position: relative;
	z-index: 1000;

}



#footer {
	background-color: #bababa;
	height: 170px;
	margin: 60px auto 0px auto;
	width: 928px;
}

.footerAddress {
	float: right;
	font-size: .75em;
	margin: 3px 10px 0px 0px;
	text-align: right;
	width: 192px;
}

.footerQuote {
	float: left;
	font-size: 1.1em;
	margin: 10px;	
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* IMAGES, TEXT, LINKS */
.headerLogo {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	float: left;
	margin: 0px 0px 0px 30px;
	border:0px;
}


.footerQuote a {
	font-size: .75em;
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4 {
	/*background: url('../images/h.gif') repeat-x left bottom;
	color: black;*/
	margin-top: 0px;
	padding-bottom: 3px;
}

a {
	color: black;
}

#content td a {
	font-size: .8em;
}

.rightnav a {
	color: #5c5c5c;
}
