@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: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
}
.thrColFixHdr #container {
	width: 800px;
	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;
	padding: 0px;
	word-spacing: normal;
	vertical-align: middle;
	border: 1px none #900;
	background-color: #666;
} 
.thrColFixHdr #header {
	background-color: #666;
	border: 2px none #FFF;
} 
.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: 155px; /* padding keeps the content of the div away from the edges */
	background-color: #666;
	background-image: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 1px; /* padding keeps the content of the div away from the edges */
	background-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px none #FFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20;
	margin-left: 200px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 200;
	padding-left: 10px;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666;
	color: #666;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 150px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.thrColFixHdr #container #sidebar1 #p7EPM_1 #p7EPMt_1 {
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
}
.thrColFixHdr #container #sidebar1 #p7EPM_1 #p7EPMt_1 ul .t1 {
	height: 150px;
	width: 150px;
}
.thrColFixHdr #container #sidebar1 #p7EPM_1 #p7EPMt_1 ul .t1 #p7EPMtrg1_1 {
	background-image: url(graphics/orchardslogo150.jpg);
	height: 150px;
	width: 150px;
}
.thrColFixHdr #container #sidebar1 #p7EPM_2 #p7EPMt_2 {
	background-image: url(graphics/orchardslogo150drop.jpg);
}
.thrColFixHdr #container #sidebar1 #p7EPM_2 #p7EPMt_2 ul .t1 #p7EPMtrg2_1 {
	background-image: url(graphics/orchardslogo150drop.jpg);
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 #p7EPM_3 #p7EPMt_3 ul .t1 #p7EPMtrg3_1 {
	background-image: url(graphics/pondviewlogo150drop.jpg);
	padding: 0px;
}.thrColFixHdr #container #sidebar1 #p7EPM_4 #p7EPMt_4 {
	height: 150px;
	width: 150px;
}
.thrColFixHdr #container #sidebar1 #p7EPM_4 #p7EPMt_4 ul .t1 #p7EPMtrg4_1 {
	height: 150px;
	width: 150px;
	background-image: url(graphics/chapelhill150drop.jpg);
	color: #666;
}
.thrColFixHdr #container #sidebar1 #p7EPM_5 #p7EPMt_5 ul .t1 #p7EPMtrg5_1 {
	height: 150px;
	width: 150px;
	background-image: url(graphics/riverwalklogo150drop.jpg);
}
