﻿@charset "utf-8";
body  {
	font: 11px/20px "Trebuchet MS", Arial, sans-serif;
	background: #FFFFFF url(css_img/body_bg.png) repeat-x center top;
	margin: 0 auto auto 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: #666666;
}
.directoryLinks {
	font-size: 9px;
}

.textToOrange {
	color: #FF6600;
}

.whiteHeadingsBlackBox {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #9CB3B9 url(css_img/menu_bkg.jpg) no-repeat center 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dce5e7;
	height: auto;
	color: #669999;
	font-size: 10px;
} 

.twoColFixLtHdr #innerFooter {
	width: 780px;
	height: 50px;
	color: #669999;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-indent: 0px;
	padding-top: 10px;
	font-size: 10px;
}

.twoColFixLtHdr #wideFooter {
	background-color: #dce5e7;
	width: 100%;
	background-image: url(css_img/footer_bkg.png);
	height: 60px;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}




















.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




h1 {
	font-size: 18pt;
	line-height: 22pt;
	font-weight: normal;
	color: #FF6600;
}
h2 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: normal;
	color: #FF6600;
}
h3 {
	font-size: 11pt;
	line-height: 16pt;
	font-weight: normal;
	color: #FF6600;
}
.textToWhite {
	color: #FFFFFF;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #676666;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
}

.tenPxBorder {
border:solid;
border-color:#F0F0F0;
border-width:10px}

#siteByHardhat {
	float: right;
	width: 100px;
	color: #FFFFFF;
}
#siteByHardhat a {
	color: #FEBA2E;
	text-decoration: none;
}


.tintedBox {
	background-color: #F0F0F0;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	bottom: 0px;
}
.tintedBoxThird  {
	background-color: #F0F0F0;
	width: 140px;
	height: auto;
	text-align: left;
	padding: 0px 10px;
	bottom: 0px;
	float: right;
	margin: 0px;
}

.lightGreenText {
	color:#F0F0F0;
}

.bullets {
	list-style-image: url(css_img/green_bullet.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 22px;
}
.teamThumbFloatRight {
	float: left;
	border: 2px solid #FF6600;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainImage {
	height: 184px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.twoColFixLtHdr #blackBlocks {
	background: #1c2122;
	padding: 10px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 145px;
	color: #DCE5E7;
	font-size: 12px;
	margin: 0px auto;
}

.twoColFixLtHdr #menu {
	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 70px;
}
.twoColFixLtHdr #masterWhiteBackground {
	background-color: #FFFFFF;

}
.twoColFixLtHdr #telNumbers {
	height: 25px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
}
.orangeHeadingsBlackBox {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}

form {
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

textarea:focus, input:focus {
	border: 2px solid #FF6600;
}
.flashButtonLineHeight {
	line-height: 20px;
}
.imgFloatLeft {
	float: left;
	margin-right: 30px;
}
