html,textarea{
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
html,body{
	width:100%;
	margin:0;
	padding:0;
}

body{
	background:#E5B259 url('/images/layout/background.jpg') no-repeat center 100px;
}

a{
	color:rgb(150,58,33);
}

a img{
	border:none;
}

#container{
	width:944px;
	margin:75px auto 0 auto;
}

#head{
	position:relative;
	height:50px;
	padding-left:190px;
}
#head h1{
	width:219px;
	height:45px;
	margin:0;
	padding:0;
	background:url('/images/layout/logo.gif') no-repeat left top;
}
#head h1 span{
	display:none;
}
#head .numbers{
	position:absolute;
	top:0;
	right:0;
	width:168px;
	height:26px;
	background:url('/images/layout/numbers.gif') no-repeat left top;
}
#head .numbers p{
	display:none;
}
#head .quick-links{
	position:absolute;
	top:34px;
	right:0;
	width:200px;
}
#head .quick-links ul{
	margin:0;
	padding:0;
	list-style:none;
}
#head .quick-links ul li{
	display:block;
	float:right;
	width:12px;
	height:12px;
	margin-left:10px;
}
#head .quick-links ul li a{
	display:block;
	width:12px;
	height:12px;
	background-repeat:no-repeat;
	background-position:center;
}
#head .quick-links ul li.home a{
	background-image:url('/images/layout/quick_home.gif');
}
#head .quick-links ul li.sitemap a{
	background-image:url('/images/layout/quick_sitemap.gif');
}
#head .quick-links ul li.contact a{
	background-image:url('/images/layout/quick_contact.gif');
}
#head .quick-links ul li a span{
	display:none;
}


#nav{
	float:left;
	width:170px;
	padding-top:50px;
}
#nav h2{
	height:8px;
	margin:0 0 8px 0;
	padding:0;
	background-repeat:no-repeat;
	background-position:10px top;
}
#nav h2.whatwedo{
	background-image:url('/images/layout/whatwedo.gif');
}
#nav h2.findingyourway{
	background-image:url('/images/layout/findingyourway.gif');
}
#nav h2.bathrooms{
	background-image:url('/images/layout/bathrooms.gif');
}
#nav h2 span{
	display:none;
}
#nav ul{
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}
#nav ul li{
	display:block;
	width:100%;
	margin-bottom:2px;
}
#nav ul li a{
	display:block;
	width:100%;
	padding:5px 4px;
	font-size:8pt;
	border-left:6px solid #AD562D;
	background-color:#BB713B;
	color:white;
	text-decoration:none;
}
#nav ul li a:hover,#nav ul li.selected a{
	border-left:6px solid #762D1A;
	background-color:#963A21;
}

#nav ul li ul{
	margin:2px 0 0 0;
}
#nav ul li.selected ul li a{
	width:168px;
	padding:3px;
	margin-left:4px;
	font-size:7pt;
	border-left:6px solid #AD562D;
	background-color:#ce9632;
}
#nav ul li.selected ul li a:hover,#nav ul li.selected ul li.selected a{
	text-decoration:underline;
}

#content{
	width:450px;
	margin-top:10px;
	margin-left:190px;
	color:white;
	min-height:450px;
}
#content h1{
	margin:0 0 0.5em 0;
	font-size:13pt;
	color:white;
	text-transform:uppercase;
}

#foot{
	clear:both;
	font-size:0.8em;
	padding-left:190px;
	color:#333;
}
#foot ul{
	list-style:none;
	margin:0;
	padding:0;
}
#foot ul li{
	float:left;
	margin-right:5px;
}
#foot ul li.last{
}
#foot ul li a{
	color:black;
	font-size:0.8em;
	text-decoration:none;
}
#foot ul li a:hover{
	text-decoration:underline;
}


#contact-us p{
	margin:5px 0 0 0;	
}
#contact-us p label{
	display:block;
	width:150px;
	float:left;
	font-weight:bold;
}
#contact-us p.foot{
	padding-left:150px;
}
#contact-us p.dummy{
	display:none;
}

.gallery{
	width:100%;
}
.gallery h2{
	font-size:8pt;
	margin-top:0;
}
.gallery h2 a{
	color:white;
	text-decoration:none;
}
.gallery td{
	text-align:center;
}
.gallery-view h2{
	font-size:10pt;
}
.gallery-view table h2{
	font-size:8pt;
	margin-top:0;
}
