@charset "utf-8";
/* CSS Document */


<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
	
a.contentLinks:link { color:#000000; text-decoration:underline; }
a.contentLinks:visited { color:#000000; text-decoration:underline; }
a.contentLinks:hover { color:#ffffff; text-decoration: underline; }
a.contentLinks:active { color:#ff0000; text-decoration: underline; }
	
a.sub_nav:link { color: #B18E6B; text-decoration: none; }
a.sub_nav:visited { color: #B18E6B; text-decoration: none; }
a.sub_nav:hover { color: #875530; text-decoration: none; }
a.sub_nav:active { color: #875530; text-decoration: none; }
	
a.sub_nav_current:link { color: #875530; text-decoration: none; }
a.sub_nav_current:visited { color: #875530; text-decoration: none; }
a.sub_nav_current:hover { color: #B18E6B; text-decoration: none; }
a.sub_nav_current:active { color: #B18E6B; text-decoration: none; }
	
a.footer:link { color: #666666; text-decoration: none; }
a.footer:visited { color: #666666; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: none; }
a.footer:active { color: #000000; text-decoration: none; }


.twoColFixRtHdr #container { 
	width: 989px;  /* 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. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff; 
	padding: 0;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; display: inline;
	width: 192px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 150px 0 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 192px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #time-to-upgrade { 
	position: absolute;
	margin-top: 304px;
	margin-left: 15px;
}

.twoColFixRtHdr #top-nav-spacing {
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #navlist li a, .twoColFixRtHdr #navlist li a:link {
	background: #fff;
	text-decoration: none;
	padding: 0;
	display: block;
}

.twoColFixRtHdr #home-top { 
	width: 794px; height: 335px;
	/*background-image:url(top-794.jpg);
	background-repeat: no-repeat;*/
}

.twoColFixRtHdr #home-bottom { 
	width: 794px; height: 400px;
	/*border-top: 1px solid #ffffff;*/
	background-image: url(images/floorplan02.gif);
	background-repeat: no-repeat;
}

.twoColFixRtHdr #section-heads {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 30px; font-weight: bold; padding-right: 20px; color: #ffffff;
	padding-top: 5px; 
}

.twoColFixRtHdr #sub-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; color: #000000; font-weight: bold;
	padding-top: 5px; 
}

.twoColFixRtHdr #sub-sub-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; color: #000000; font-weight: bold;
	padding-top: 5px; 
}


/* SERVICES SERVICES SERVICES */

.twoColFixRtHdr #services-banner { 
	width: 794px; height: 120px;
}

/*
.twoColFixRtHdr #services-body { 
	width: 794px; height: 100%;
	padding-bottom: 10px;
	background-color: #DBC8A7;
}

.twoColFixRtHdr #services-frame { 
	width: 774px; 
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
}

.twoColFixRtHdr #services-frame p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
	padding-top: 0; margin-top: 10px;
}
*/

.twoColFixRtHdr #sectionOne {
	margin-top: 10px;
	width: 230px; height: 130px;
	padding: 10px 0 0 5px; 
	background-color: #C6AB89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
}

html .twoColFixRtHdr #sectionOne {
	\width: 230px; /* 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 */
	w\idth: 230px; /* 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: 130px;
	padding: 10px 10px 0 10px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
}



/* ABOUT US   ABOUT US   ABOUT US */

.twoColFixRtHdr #about-body { 
	width: 794px;  height: 100%	;
	background-color: #DBC8A7;
}

.twoColFixRtHdr #header-frame { 
	width: 774px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
}

.twoColFixRtHdr #about-frame { 
	width: 774px;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
}

.twoColFixRtHdr #about-frame p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
	padding-top: 0; 
}

.twoColFixRtHdr #about-frame li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; line-height: 18px;
	padding-top: 0; 
}





.twoColFixRtHdr #footerBox { 
	width: 794px; height: 10px;
	background: #875530; 
	border-top: 1px solid #ffffff;
} 

.twoColFixRtHdr #footer { 
	width: 794px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	background:#ffffff; 
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; line-height: 16px;
} 

.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;
}
	

.twoColFixRtHdr #contentBox {
	float:left;filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; 
	padding: 10px 0 0 10px; 
	margin-bottom: 5px;
	background-color: #DBC8A7; 
	border: 1px solid #ffffff; 
	width: 354px; height: 79px; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold;
	text-decoration: none;
}
	

/*#myPDlarge {
	width: 364px; 
	}*/
	
.twoColFixRtHdr #myPDlargebox { 
	background-color: #DBC8A7; 
	border: 1px solid #ffffff; 
	width: 354px; height: 79px; 
	padding: 10px 0 0 10px; 
	margin-bottom: 5px;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold;
	}

.twoColFixRtHdr #myPDlargebox a:link, .twoColFixRtHdr #myPDlargebox a:visited  { 
	float:left;filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; 
	background-color: #DBC8A7; 
	width: 354px; height: 79px; 
	padding: 10px 0 0 10px; 
	margin-bottom: 5px;
	border: 1px solid #ffffff; 
	text-decoration: none;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold;
	}

.twoColFixRtHdr #myPDlargebox a:hover { 
	float:left; filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99; 
	background-color: #DBC8A7;
	width: 354px; height: 79px; 
	padding: 10px 0 0 10px; 
	margin-bottom: 5px;
	border: 1px solid #ffffff; 
	text-decoration: none;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold;
	}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
