@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: "Lucida Sans", Tahoma, Arial, Helvetica;
	font-size: 11px;
	line-height: 17px;
	background-color: #FFFFFF;
	background-image: url(css_img/master_bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
form {
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

textarea:focus, input:focus {
	border: 2px solid #2090CB;
}


.Tel {
	font-size: 16px;
	color: #666666;
	float: left;
	line-height: 50px;
}



.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-image: url(css_img/container_bkg_tel_contact.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
} 
.twoColFixRtHdr #header {
	padding: 0 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. */
	text-align: right;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border: 0px solid #2090CB;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #innerFooter {
	width: 780px;
	height: 50px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-indent: 0px;
	padding-top: 0px;
}

.twoColFixRtHdr #wideFooter {
	background-color: #555557;
	width: 100%;
	background-image: url(css_img/footer_bkg.png);
	height: 50px;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}


#siteByHardhat {
	float: right;
	width: 100px;
	color: #FFFFFF;
}
#siteByHardhat a {
	color: #FEBA2E;
	text-decoration: none;
}

.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: 20pt;
	line-height: normal;
	font-weight: normal;
	color: #2090CB;
	letter-spacing: 0em;
}
h2 {
	font-size: 11pt;
	line-height: normal;
	font-weight: bold;
	color: #2090CB;
}
h3 {
	font-size: 13pt;
	line-height: 17pt;
	font-weight: normal;
}
.textToWhite {
	color: #FFFFFF;
}
.textToBlue {
	color: #2090CB;
}
a:hover {
	text-decoration: underline;
}
.leadinText {
	font-size: 14px;
	line-height: 20px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}

.largeTel {
	text-align:center;
	font-size:22px;
	color:#FFFFFF;
	line-height: 30px;
	float: right;
	padding-right: 30px;
	width: 320px;

}

.orangeBullets li{
	padding: 0 0 4px 16px;
	background: url('css_img/orange_bullet.png') 0 .2em no-repeat;
}
.textToLightBlue {
	color: #0099CC;
}
.centeredText {
	text-align: center;
}

.copyright {
	font-size: 9px;
}.twoColFixRtHdr #menu {
	padding: 0px 0px 0;
	height: 40px;
}


a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEBA2E;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


.blue_bullets {
	list-style-image: url(css_img/blue_bullet.gif);
	list-style-position: outside;
	line-height: 20px;
	text-align: left;
}
tr {
	padding-top: 2px;
	padding-bottom: 2px;
}
