﻿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 #header  {
	background: url('../images/sAndSHeader.jpg') no-repeat center top;
	width: 978px;
	height: 357px;
}

body#quote #header  {
	background: url('../images/quoteHeader.jpg') no-repeat center top;
	width: 978px;
	height: 357px;
}

body#contact #header  {
	background: url('../images/contactHeader.jpg') no-repeat center top;
	width: 978px;
	height: 357px;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 978px;
}

#header {
	background: url('../images/homeHeader.jpg') no-repeat bottom center;
	height: 357px;
	width: 978px;
}

#content {
	background: #d4d4d4 url('../images/bodyContentBG.jpg') repeat-y top left;
	min-height: 650px; 
	height: auto !important; /* IE FIX FIX FOR MIN-HEIGHT */
	height: 650px; /* IE FIX FIX FOR MIN-HEIGHT */
	width: 978px;
}

.contentLeft {
	/*border: 1px fuchsia solid;*/
	float: right;
	margin-left: 150px;
	padding-right: 40px;
	width: 650px;
}

.contentRight {
	/*border: 1px fuchsia solid;*/
	font-size: .8em;
	float: right;
	margin-right: 10px;
	width: 300px;
}


#contentEndCap {
	background: url('../images/bodyEndCap.jpg') no-repeat center top;
	height: 40px;
	width: 978px;
}

#footer {
	background-color: #bababa;
	height: 170px;
	margin: 60px auto 0px auto;
	text-align: left;
	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;
}

.loginFrame {
	background: url('../images/loginFrame.png') no-repeat left top;
	font-size: 12pt;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	height: 198px;
	padding: 20px;
	width: 330px;
}




/* 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;
}

.loginFrame h3 {
	background: none;
	color: black;
}

#content a {
	color: black;
}