 html { width: 100%; height: 100%; }
        
        body
        {
            width: 100%;
            height: 100%;
            background: url(/welcome/walnut-cove/images/cliffs_kf_navtile.gif) top left;
            margin: 0;
            color: #454015;
            font: 12px Tahoma, Georgia, Times New Roman;
            line-height: 17px;
        }
        
        a	{color: #747050; font-weight: bold;}
        a:hover	{color: #b8670e}
        
        img { border: none; }
        
        #outer_wrapper { border-collapse: collapse; width: 100%; margin: 0; }
        #top {  }
			#top h1 {
				display: none;
			}
        #middle
        {
            padding-top:11px;
            min-width: 100%;
            height: 392px;
            background: url(/welcome/walnut-cove/images/cliffs_wc_bodytile.gif) repeat-x;
        }
        * html #middle { width: 100%; }
        #middle_expander {width: 996px; }
        #middle_expander img { display: block; }
        #mp_flash { float: left; width: 600px; height: 346px; }
        #flash_error {  width: 677px; height: 346px; border: 1px solid red; border-collapse: collapse; }
        #top_spacer, #copyright, #copyright a
        {
            font-family: verdana;
            font-size: 10px;
            color: #A1A185;
            text-align: center;
            vertical-align: bottom;
            text-decoration: none;
        }
        #copyright div { margin-bottom: 5px; color: #AA9399; }
		#copyright a { color: #AA9399; }
        #copyright a:hover { text-decoration: underline; }  

/*navigation*/
#nav {
    width: 950px; 
    height: 75px;
    /*background:url(/welcome/walnut-cove/images/cliffs_wc_nav.gif);*/
	background-repeat: no-repeat;
    margin: 0px; padding: 0;
    position: relative;
	z-index: 1000;
	}

#nav dd {margin: 0; padding: 0; list-style: none;
position: absolute; top: 0; 
background-image: url(/welcome/walnut-cove/images/cliffs_wc_nav_b.gif);
background-repeat: no-repeat;
text-indent: -999px;
}
#nav a.ir {
background: url(/welcome/walnut-cove/images/cliffs_wc_nav.gif) 0px 0px no-repeat;
display: block; 
height: 86px;
}

#nav dt {position: absolute;
  			  top: -200em;} 

dd#home{left: 0px; width: 110px;}
dd#membership{left: 110px; width: 122px;}
dd#golf {left: 232px; width: 70px;}
dd#club {left: 302px; width: 131px;}
dd#nature {left: 433px; width: 145px;}
dd#living {left: 578px; width: 154px;}
dd#cove {left: 732px; width: 100px;}

dd#home,#home a.ir {background-position: -0px 0px;}
dd#membership,#membership a.ir {background-position: -110px 0px;}
dd#golf,#golf a.ir {background-position: -232px 0px;}
dd#club,#club a.ir {background-position: -302px 0px;}
dd#nature,#nature a.ir {background-position: -433px 0px;}
dd#living,#living a.ir {background-position: -578px 0px;}
dd#cove,#cove a.ir {background-position: -732px 0px;}

#nav a.ir:hover {background: transparent none;}

#nav ul {
 	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	font-weight: normal;
	padding-bottom: 0px;
	position: absolute;
	top: -200em;
	width: 10em;
	}

#nav li {	
    width: 100%;
	position:relative; 
	background: #FFF;
	float: none; 
	padding-bottom:0px;
	padding-top:0px; 
	border-right: 0px solid #FFF; 
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#nav li#bot {border-bottom: 4px solid #698C38;}
#nav li:hover, #nav li.IEhover {z-index:10000; }
#nav li ul { left: 13em; font-weight: normal; }

#nav li a {
    display: block;
	padding-bottom:3px;
	padding-top:3px;
    padding-left: 5px;
	padding-right:5px;
}

* html #nav li a {height:1%;}

#nav li a:hover {
	color: #2965AE;
	background-position: 3px 50%; 
}

	#nav dd:hover>ul  { top: 38px; }
	#nav li:hover>ul { top: 0; z-index: 100000; }
	#nav dd.IEhover ul.ddesc, #nav dd ul.closeing { top: 38px; }
	#nav li.IEhover ul.ddesc, #nav li ul.closeing { top: 0; z-index:100000; }

/* =HACKS (only @ IE WIN/Mac )
*************************/
/* hidden from IE mac \*/

* html #nav li a { height: 1%; }
* html #nav li { float:left; clear:left; height: 1%; }

/* stop hiding from IE mac */           
        
