@charset "utf-8";
body {
	background-image: url(images/sitebg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #adds {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.box {
	border: solid 1px #000000;
	padding: 10px;
	margin-bottom: 2em;
}
.box h1 a, .box h2 a {
	color:#FFF;	
}
.box h1, .box h2, .box h3, .floatRgt h1, .floatRgt h2, .floatRgt h3, .boxProfiles h3, .boxProfiles h2, .boxProfiles h1{
	color:#FFFFFF;
	background-color: #0099CB;
	padding: .2em .5em;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
}
.floatRgt a{
	color:#FFF

}
.boxProfiles {
	text-align:left;
	font-weight: bold;
}
.boxProfiles img{
	float:left;
	border: 1px solid #000000;
	margin: 5px 35px 10px 0;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	
}
.boxProfiles h1, .boxProfiles h2, .boxProfiles h3{
	text-align:center;
}
.boxProfiles hr{
	clear:both;
}
.boxProfiles ul{
	margin-left: 275px;
}


/************
Slide Show
************/
#centerdiv
{ /*IE method of centering a relative div*/
	text-align: center;
	float: left;
	width: 50%;
	padding-top: 20px;
}

#centerdiv>div{ /*Proper way to center a relative div*/ 
    margin: 0 auto;
}

#centerdiv img
{
	border: solid 1px #000000;
}

.clearBoth {
	clear:both;
}
.innerBox{
	background-color: #D9EBEC;
	border: 1px solid #666666;
	padding: 15px;
	margin-bottom: 2em;
	box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
}
.floatRgt {
	float: right;
	width: 375px;
}
.floatRgt p, .floatRgt li{

}
.floatLft {
	float: left;
	width: 50%;
}
.imgLft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: solid 1px #000000;
}
.imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid 1px #000000;
}
.textBig {
	font-size: 115%;
	font-weight: bold;
}
.adds img{
	border: 1px solid #000;
}
.centerBorder{
	border: 1px solid #000;	
	text-align: center;
}
.ppbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
	margin: 0;
	padding: 0 .5em .5em .5em;
}
.ppbox p {
	margin: 0.5em;
}
.topIMG {
	margin: 5px 0;
	background: url(images/topHome.jpg) no-repeat top center;
	height: 450px;
	display:block;
}
.topIMG2 {
	margin: 5px 0;
	background: url(images/topService.jpg) no-repeat top center;
	height: 450px;
	display:block;
}
.topIMG3 {
	margin: 5px 0;
	background: url(images/topSales.jpg) no-repeat top center;
	height: 450px;
	display:block;
}
.quotes{
	position:relative;
	margin: 370px 80px 0 80px;
	text-align: center;
	color:#FFF;
	padding: 4px 0;
}
.quotes h2{
	color:#FFFFFF;
	background-color: #0099CB;
	padding: .2em .5em;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0;
	font-size:18px;
	
}
.quoteName {
	margin: 0 20px;
}
