body {
	margin: 0;
	padding: 0;
	background: #86764a;
}

#header {
	background: url(../images/header-bg.jpg);
	height: 140px;
}

#header #logo {
	width: 930px;
	height: 140px;
	background: url(../images/header-logo.jpg);
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

/**********************************
			  Nav
***********************************/

#nav {
	background: url(../images/nav-bg.jpg);
	height: 31px;
}

#nav ul {
	width:720px;
	margin: 0 auto;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav li a {
	width: 698px;
	height: 31px;
	display: block;
	text-indent: -5000px;
}

#nav li.home a {
	background: url(../images/nav-Home.jpg);
	width:155px;
}

#nav li.about a {
	background: url(../images/nav-About.jpg);
	width:151px;
}

#nav li.floor-plans a {
	background: url(../images/nav-FloorPlans.jpg);
	width:223px;
}

#nav li.contact a {
	background: url(../images/nav-Contact.jpg);
	width:169px;
}

#nav li a:hover {
	background-position: 0 -31px;
}

#nav li a.selected {
	background-position: 0 -31px;
}

/**********************************
			  Content
***********************************/

#content-wrapper {
	background: #fff url(../../cisco/images/content-bg.jpg) repeat-x;
}

#content {
	width: 675px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#584d30;
	line-height:20px;
}

#content a {
	text-decoration:underline; color:#7c0041; padding:2px;}

#content a:visited {
	text-decoration:underline; color:#7c0041; padding:2px;}

#content a:hover {
	text-decoration:none; background-color:#cdba85; color:#584d30; padding:2px;}



#meet-staff a {
	text-decoration:none; background-color:#7c0041; color:#d8c698; padding:2px 30px 2px 30px;}

#meet-staff a:visited {
	text-decoration:none; background-color:#7c0041; color:#d8c698; padding:2px 30px 2px 30px;}

#meet-staff a:hover {
	text-decoration:none; background-color:#746438; color:#d8c698; padding:2px 30px 2px 30px;}
	
	
#floor-plans a {
	text-decoration:underline; color:#7c0041; padding:2px;}

#floor-plans a:visited {
	text-decoration:underline; color:#7c0041; padding:2px;}

#floor-plans a:hover {
	text-decoration:none; background-color:#7c0041; color:#d8c698; padding:2px 35px 2px 35px;}
	
	
#floor-plan-links a {
	text-decoration:none; background-color:#7c0041; color:#d8c698; padding:2px 35px 2px 35px;}

#floor-plan-links a:visited {
	text-decoration:none; background-color:#7c0041; color:#d8c698; padding:2px 35px 2px 35px;}

#floor-plan-links a:hover {
	text-decoration:none; background-color:#746438; color:#d8c698; padding:2px 35px 2px 35px;}


/**********************************
			  Content Titles
***********************************/

#content #title-Welcome {
	height: 50px;
	background: url(../images/title-Welcome.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-About {
	height: 50px;
	background: url(../images/title-About.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-MeetOurStaff {
	height: 50px;
	background: url(../images/title-MeetOurStaff.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlans {
	height: 50px;
	background: url(../images/title-FloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansEsteban {
	height: 50px;
	background: url(../images/title-EstebanFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansIssac {
	height: 50px;
	background: url(../images/title-IssacFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansMatthew {
	height: 50px;
	background: url(../images/title-MatthewFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansOrchid {
	height: 50px;
	background: url(../images/title-OrchidFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansOhia {
	height: 50px;
	background: url(../images/title-OhiaFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-FloorPlansCattleya {
	height: 50px;
	background: url(../images/title-CattleyaFloorPlans.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-Contact {
	height: 50px;
	background: url(../images/title-Contact.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#content #title-ThankYou {
	height: 50px;
	background: url(../images/title-ThankYou.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

/**********************************
			  Footer
***********************************/

#footer-logo {
	background:url(../images/footer-logo.gif) no-repeat center;
	height:38px;
	padding-top:10px;
	text-indent: -5000px;

}

#footer {
	text-align: center;
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 126px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#594c29;
	line-height:20px;
}

#footer a {
	text-decoration:underline; color:#594c29; padding:2px;}

#footer a:visited {
	text-decoration:underline; color:#594c29; padding:2px;}

#footer a:hover {
	text-decoration:none; color:#ffffb8; padding:2px;}

.padding-left {
	padding-left:20px;
	
}

.padding-right {
	padding-right:20px;
	
}

.HR {
	border-bottom:#999999 thin dotted;
	padding-top:10px;
	padding-bottom:10px;
}

