@charset "UTF-8";
body  {
	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: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9DE060;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
} 
#MainBG {
	background-image: url(images/MainBG.jpg);
	background-repeat: no-repeat;
	margin-left: 24px;
	height: 636px;
}
.twoColFixLtHdr #header {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	height: 90px;
} 
.twoColFixLtHdr #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 */
}
.header {
	font-size: 12px;
	text-align: right;
	float: right;
	margin-top: 0px;
	padding-right: 50px;
}
.tabs {
	margin-left: 72px;
}
.logo {
	margin-top: -15px;
	margin-left: 25px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	margin-top: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(images/dashedLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
.color1 {
	color: #F63;
}
.blck {
	color: #000200;
}
.imgBox {
	float: right;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 50px;
	margin-left: 200px;
} 
#HomePromo1 {
	width: 800px;
	text-align: center;
	margin-top: 20px;
	float: right;
}
.twoColFixLtHdr #footer {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin-top: -14px;
} 
.twoColFixLtHdr #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 */
	color: #444;
	font-size: 10px;
	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;
}
.mainContent h5 {
	color: #444;
}
.smallNine {
	font-size: 12px;
	text-align: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ServBG {
	background-image: url(images/servBG.jpg);
	background-repeat: no-repeat;
	margin-left: 24px;
	height: 864px;
}
.serviceslist {
	margin-left: 30px;
}
#gallery1 {
	text-align: left;
	width: 700px;
	margin-right: 100px;
	margin-top: 20px;
}
.twoColFixLtHdr #footer2 {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin-top: -14px;
}
.serviceslistbullets {
	margin-left: 35px;
}
.Highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #063;
}
.largefont {
	font-size: 21px;
	color: #000000;
}
#ProdBG {
	background-image: url(images/prodBG.jpg);
	background-repeat: no-repeat;
	margin-left: 24px;
	height: 1099px;
}
