body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #759bb3;
	text-decoration: none;
}
img {
	border: none;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
}
#page {
	display: block;
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	line-height: 18px;	
}
#links {
	float: right;
	z-index: 100;
	height: 20px;
	margin-top: 25px;
}
/* DEFAULT LISTS */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	float: left;
	position: relative;
	width: 89px;
	height: 20px;
}
li a {
	display: block;
	width: 89px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../img/tab.gif);
	color: #6988a9;
	line-height: 18px;
}
li a div {
	margin-left: 15px;
}
li ul {
	display: none;
	position: absolute; 
	top: 20px;
	left: 0;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	width: 178px;
}
li ul.short_ul {
	display: none;
	position: absolute; 
	top: 20px;
	left: 0;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	width: 89px;
}
li ul li {
	width: 178px;
}
li ul li.short_li {
	width: 89px;
}
li ul li a {
	background: none;
	color:#FFF;
	width: 178px;
}
li ul li a.short {
	width: 89px;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ display: block; }
li:hover a {
	background-position: 0 -24px;
	color: #FFF;
}
li ul li a:hover {
	background-color:#6988a9;
}
#title {
	position: relative;
	top: 25px;
	left: 5px;
	width: 100px;
}
#sub_title {
	height: 45px;
}
#logo {
	height: 45px;
	overflow: hidden;
}
#nav {

}
#page_title {
	font-weight: lighter;
	color:#759BB3;
	font-size: 19px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Helvetica, sans-serif;
}
#content {	
	display: block;
	width: 756px;
	background-color:#f2f5f7;
	margin-bottom: 20px;		
}
#content span {
	color:#666;
	padding-left: 240px;
	display: block;
	padding-top: 30px;
}
#about_content {	
	display: block;
	width: 756px;
	background-color:#f2f5f7;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;	
}
#bottom_left {
	display: block;
	height: 6px;
	width: 230px;
	background-color:#759BB3;
	float: left;
	clear: left;
}
#bottom_right {
	display: block;
	height: 6px;
	width: 520px;
	background-color:#CCCCCC;
	float: right;
}
#footer {
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	color: #ADC4DC;
	font-size: 9px;
}
#footer a{
	color: #ADC4DC;
	text-decoration: none;
}
#footer a:hover{
	color: #666;
}
#left_footer {
	width: 240px;
	float: left;
}
#right_footer {
	width: 350px;
	float: right;
	text-align: right;
}	

/* SUB PAGE IMAGE VIEWER */
#image_container {
	height: 334px;
	width: 526px;
	background-color: #000;
}
#image_inner {
	height: 334px;
	width: 526px;
	text-align: center;
}
#image_text {
	width: 526px;
	height: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden;
	color: #666;
}
#sub_image_container {
	width: 526px;
	height: 120px;
	overflow:hidden;
}
#sub_image_nav {
	margin-top: 10px;
	margin-bottom: 20px;
}
#sub_image_nav img:hover{
/* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}
#header_image {
	height: 240px;
	width: 756px;
	z-index: 0;
}
#subpages {
	color:#666;
	display: block;
	overflow: hidden;
	width: 490px;
}
.page {
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.page a {
	text-decoration:none;
	color: #759bb3;
}

#item_location {

}
#item_architect {

}
#item_text {
	padding-bottom: 20px;
	margin-left: 75px;

}
.label_left {
	width: 75px;
	float:left;

}
.spacer {
	height: 7px;
	width: 300px;
	overflow: hidden;
}
.nav-spacer {
	margin-left: 121px;
}
.directions-label {
	float: left;
	width: 100px;
	display: block;
	margin-bottom: 20px;
}
.directions {
	float:left;
	width: 350px;
	display: block;	
	margin-bottom: 20px;	
}
