@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:14px;
}

.thrColFixHdr #container { 
	width: 990px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.thrColFixHdr #maincol {
	float: left; /* since this element is floated, a width must be given */
	width: 485px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 332px;
	background-image:url(images/logobkgrd.gif);
	background-repeat: no-repeat;
	padding-top:110px;
	padding-right:10px;
	z-index:1;
}
.thrColFixHdr #maincol p {
	font-size:11px;
	line-height:14px;
	padding-left:14px;
	margin-top:0px;
}
.thrColFixHdr #maincol ul, li {
	font-size:11px;
	line-height:14px;
}
.thrColFixHdr #hmmaincol {
	float: left; /* since this element is floated, a width must be given */
	width: 495px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 442px;
	background-image:url(images/hmbkgrd.gif);
	background-repeat: no-repeat;
	font-size:11px;
	padding-top:20px;
}
.thrColFixHdr #hmmaincol p {
	font-size:11px;
	line-height:14px;
	padding-right:275px;
	padding-left:14px;
}

.thrColFixHdr #hmmaincolfeat {
	float: left; /* since this element is floated, a width must be given */
	width: 495px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 442px;
	background-image:url(images/hmfeatbkgrd.gif);
	background-repeat: no-repeat;
	font-size:11px;
	padding-top:20px;
	z-index:1;
}
.thrColFixHdr #hmmaincolfeat p {
	font-size:11px;
	line-height:14px;
	padding-right:275px;
	padding-left:14px;
}

.thrColFixHdr #hmmaincolfeatimg {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position:absolute;
	height: 152px;
	z-index:2;
	left: 228px;
	top: 193px;
	width: 236px;
}

.thrColFixHdr #maincolservices {
	float: left; /* since this element is floated, a width must be given */
	width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background:#FFFFFF;
}
.thrColFixHdr #maincolservices p {
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	padding-left:14px;
}
.thrColFixHdr #maincolservices ul, li {
	font-size:11px;
	line-height:14px;
}
.thrColFixHdr #photocol {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:309px;
	margin-top: 0px;
	margin-right: 186px;
	margin-bottom: 0px;
	margin-left:495px;
	z-index:1;
} 
.thrColFixHdr #rgtcol {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
	margin: 0px;
}
.thrColFixHdr #footer { 
	background-image:url(images/footerbkgrd.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 990px;
	margin:0px;
} 
.thrColFixHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* 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:#FFFFFF;
	font-size:10px;
	text-indent:14px;
}
.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;
}
