body  {
	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: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #000000;
} 
.thrColFixHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
/*
	background-image: url(images/orange_logo_header.gif);
*/
/* NOTE: path for image must be relative to the dir in which this css file is located */
	background-image: url(../images/orange_logo_header.gif);
	background-repeat: no-repeat;
	width: 800px;
	background-position: right top;
	background-attachment: scroll;
	height: 107px;
} 
.headerTelnumber {
	width: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 29px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 73px;
}

.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 238px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.homeunderboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	width: 198px;
	padding: 0 0 0 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 237px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightHometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #666666;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #mainContent {
	width: 240px;
	float:left;
	border: 1px none #00CC00;
	height: auto;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 20px;
} 
.roundBoxmiddlegreen {
	width: 238px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CC00;
	border-left-color: #00CC00;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.homeBoxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	text-align: center;
	padding: 0 10px 0 10px;
}
.roundBoxtop {
	width: 240px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
} 
.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: auto;
	margin: 0;
}
.footerCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 40%;
	float: left;
	margin-top: 10px;
}
.footerNavigation {
	float: right;
	padding: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.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;
}
.roundBoxmiddleorange {
	width: 238px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F98500;
	border-left-color: #F98500;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.homePagetitles {font-size: 120%; font-weight: bold; color: #00CC00; }
.style6 {color: #00CC00}
.links {color: #00CC00; font-weight: bold; }

.phonenumber {
	font-size: 36px;
	font-weight: bold;
	color: #00CC00;
	line-height: 70%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00cc00;
	font-size: 150%;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:0;
}

.pageContentcontainer {
	width: 760px;
	border: 1px none #00CC00;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 10px;
	margin: 0px;
	font-size: 80%;
}
.roundBoxbottom{
	margin: 0px;
	padding: 0px;
	width: 238px;
	border-right-style: none;
	border-right-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 45px;
}
.headermenu{
	height: 32px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
.greyBoxtop {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 22px;
	width: 743px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}
.greyBoxmiddle {
	width: 737px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.greyBoxbottom {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 22px;
	width: 743px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	padding-right: 15px;
	margin-top: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}
.jobTable {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}
img{
	border:0;
}
