@charset "utf-8";
/* CSS Document */

/* Tweeks to YUI */
#custom-doc {margin:auto;text-align:left; /* leave unchanged */
	width:69.23em;/* non-IE */
	*width:67.56em;/* IE */
	min-width:900px;/* optional but recommended */}
#hd {height:150px; background-image:url(../Images/header_background.png); background-repeat:no-repeat;}
#bd {background-image:url(../Images/main-body-top-background.png); background-repeat:no-repeat; }
#ft {height:45px; background-image:url(../Images/footer_background.png); background-repeat:no-repeat;padding-top:10px;}
/* HTML Tags */
html { background-image:url(../Images/Diamond.png); background-repeat:repeat;}
h1, h2, h3, h4, p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size:2.2em; margin-bottom:6px}
h2 {font-size:1.8em; margin-bottom:6px}
h3 {font-size:1.2em;}
p {
	margin-bottom:6px;
	line-height:1.5em;
	text-align: left;
}
ol li{list-style-type:decimal; list-style-position:inside;}
ul li{list-style-type:disc; list-style-position:inside;}
ul {margin:0 0 20px 0}
strong {font-weight:bold;}

/*Classes*/
.home-copy{margin:200px 0 15px 0;}
.header-contacts{
	float:right;
	padding:20px 12px 0 0;
	width:120px;
	font-size:0.8em;
	text-align:right;
}
.header-contacts a:hover {color:#FF6600;}

.property-notes{ font-size:.8em; line-height:1.2em;padding:60px 5px 0 5px;}
.property-notes p {line-height:1.2em;}

.property-charts table { background-color:#FFFFFF;  border:1px black solid; font-size:.8em}
.property-charts tr {}
.property-charts th {padding:2px;}
.property-charts td {width:35px; text-align:center;padding:2px;}
.cell-border{ border-left:1px black solid; border-right:1px black solid;}
.zebera-row { background-color:#FDC872}

#menu {margin:41px 0 0 334px;
	float:left;
   /* font-size:93%;*/
    line-height:normal;
}
#menu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    }
#menu ul li {
    float:left;
	width:81px; height:100px;
	margin:0 13px 0 13px;
    padding:0;
	list-style-type:none;
    }
	
#menu ul li a {
    display:block; 
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:83px 0 0 0;
	background:url(../Images/Menu_Rollers.png) no-repeat right top;
    }
	
#menu #current a {
    background:url(../Images/Menu_Rollers.png) no-repeat left top; 
    }
	
#menu ul li a:hover {
    background:url(../Images/Menu_Rollers.png) no-repeat center top; 
    }
	
	
#ft p{text-align:center; font-family:Arial, Helvetica, sans-serif; color:#fff;font-size:0.7em; line-height:1em; margin-bottom:4px; }
#ft a:link, a:hover, a:visited {vertical-align: middle; text-decoration:none; color:#fff;}
#ft a:hover {color:#FF6600}

