body {
	background-color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'Verdana', arial, sans-serrif;
	font-size: 11px;
	color: #336699;
}

#page{
background: url('../images/main_bg.jpg') repeat-y;
width: 828px;
margin: 20px auto 20px;
}

#content{
background: url('../images/build_side.jpg') no-repeat top right;
text-align: left;
}

#site-map_content{
background: url('../images/site-map_side.jpg') no-repeat top right;
text-align: left;
}

#floor-plan_content{
background: url('../images/fp_side.jpg') no-repeat top right;
text-align: left;
}

#location_content{
background: url('../images/loc_side.jpg') no-repeat top right;
text-align: left;
}


#news-event_content{
background: url('../images/news_side.jpg') no-repeat top right;
text-align: left;
}

#contact_content{
background: url('../images/contact_side.jpg') no-repeat top right;
text-align: left;
}

hr{
color: #eee;
background: #eee;
height: 1px;
border: 0;
}


a{
	color: #b56718;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ------------------------------------------------------------- */
     /* Index Page Layout */
/* ------------------------------------------------------------- */

.title{
width: 380px;
float: left;
padding: 40px 10px 0 40px;
}

.title h1{
	background: transparent url('../images/size-mat_txt.gif') no-repeat; 
	width: 376px; 
	height: 115px; 
	margin: 0;
}

.title h1 span{
	display:none;
}


#main-content{
clear: both;
padding: 40px 0 0 40px;
width: 440px;
}

#map-content p,  #fp-content p, #loc-content p, #news-content p, #contact-content p{
padding-left: 40px;
}


#fp-content ul, #loc-content ul{
padding-left: 60px;
}

#map-content, #fp-content, #loc-content, #news-content, #contact-content {
clear: both;
width: 440px;
padding-top: 28px;
*padding-top: 42px;
}

h2#site-map{
	background: transparent url('../images/site-map_title.jpg') no-repeat; 
	width: 542px; 
	height: 51px; 
}

h2#site-map span{
	display:none;
}

h2#contact{
	background: transparent url('../images/contact_title.jpg') no-repeat; 
	width: 542px; 
	height: 51px; 
}

h2#contact span{
	display:none;
}


h2#fp{
	background: transparent url('../images/fp_title.jpg') no-repeat; 
	width: 542px; 
	height: 51px; 
}

h2#fp span{
	display:none;
}

h2#loc{
	background: transparent url('../images/address.jpg') no-repeat; 
	width: 542px; 
	height: 169px; 
}

h2#loc span{
	display:none;
}


h2#news{
	background: transparent url('../images/news_title.jpg') no-repeat; 
	width: 542px; 
	height: 51px; 
}

h2#news span{
	display:none;
}


#footer{
padding: 20px 0 20px 30px;
}

#footer h2{
	background: transparent url('../images/footer_txt.gif') no-repeat; 
	width: 613px; 
	height: 37px; 
	margin: 0;
}

#footer h2 span{
	display:none;
}

.nav{
width: 145px;
margin: 40px 0 0 70px;
text-align: right;
float: left;
}

.nav ul{
padding: 0;
margin: 0;
}

.nav ul li{
list-style: none;
margin: 2px 0;
padding: 1px 0;
}

.nav ul li.current{
background: transparent url('../images/link_marker.gif') no-repeat right;
padding: 0 17px 3px 0;

}
