img	{ border: 0;}

/************* HEADER & NAV ****************/

#nav ul { width: 70% !important; }
#nav ul ul li { float: none; }

#topnav .topnav-right{padding:0 0 0 0;} .topnav-right ul{list-style:none;} 
.topnav-right img{margin-top: -6px;} .topnav-right li{float:right;margin:0 0 0 5px}


/************* MISC CONTENT ****************/

#content h1.entry-title { margin: 10px 0 25px 0; }
#content h2.entry-title { margin: 35px 0 10px 0; }

#rotator {
	position: relative;
	width: 650px;
	height: 280px;
	margin: 0; padding: 0;
	overflow: hidden;
}
#rotator img {
	min-width: 650px;
}

#content table { width: 100%; }

#content ol li { min-height: 40px; padding-left: 0px; }
#content ol li img { float: left; margin: -5px 30px 0 -30px; }

label.error { color: #d00; font-weight: bold; }
input.error { border: 1px solid #d00 !important; }

/* USED FOR HONEYPOT */
#user-enter-data { display: none !important; }

.rate-table {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.rate-table td,
.rate-table th {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px;
	text-align: left;
	margin: 0;
	border-spacing: none;
}

.blog-date {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
}
#blog-feature-image {
	float: left;
	margin: 0 25px 15px 5px;
	width: 200px;
}

#payment-address {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #CCC;
	float: right;
	width: 30%;
}
.billpay-direct-link {
	 margin: 20px auto; 
	 width: 370px;
}
.billpay-direct-link.small {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 5px 0 0 0;
	width: auto;
}

#google-map {
	margin: 0 0 20px 0;
	height: 350px;
}

.related-documents em {
	font-size: 11px;
	font-style: normal;
	color: #999;
}



/************* IMAGE ON PAGE ****************/

#page-photo-single {
	text-align: center;
	overflow: hidden;
/*	max-height: 660px; */
	margin: 10px 0 20px 0;
}

#page-photo-thumbnail,
.project-photo-thumbnail,
.news-photo-thumbnail {
	position: relative;
	float: right;
	text-align: left;
	margin: 10px 0 20px 0;
	left: -50%;}
#page-photo-thumbnail-inner,
.project-photo-thumbnail-inner,
.news-photo-thumbnail-inner {
	position: relative;
	left: 50%;
}
#page-photo-thumbnail a,
.project-photo-thumbnail a,
.news-photo-thumbnail a {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 9px;
	display: block;
	text-align: center;
	vertical-align: center;
	border: 1px solid #ddd;
}
#page-photo-thumbnail img,
.project-photo-thumbnail img,
.news-photo-thumbnail img {
	max-width: 180px;
	max-height: 180px;
	margin: 10px;
	vertical-align: center;
}
#page-photo-thumbnail a em,
.project-photo-thumbnail a em,
.news-photo-thumbnail a em {
	display: none;
	color: #000;
	position: absolute;
	bottom: 0;
	width: 180px;
	background: #eee;
	padding: 10px;
	font-size: 10px;
	line-height: 140%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#page-photo-thumbnail a:hover em,
.project-photo-thumbnail a:hover em,
.news-photo-thumbnail a:hover em {
	display: block;
}

#page-photo-slideshow {
	text-align: center;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
#page-photo-slideshow div {
	width: 640px;
	height: 640px;
	margin: 10px;
	text-align: center;
	vertical-align: center;
	background: #fff;
}
#page-photo-slideshow img {
	max-width: 620px;
	max-height: 620px;
	margin: 10px;
	vertical-align: center;
}
#page-photo-single img {
	max-width: 620px;
	max-height: 620px;
}
#page-photo-slideshow em,
#page-photo-single em,
.project-photo-slideshow em,
.news-photo-slideshow em {
	display: block;
	color: #333;
	width: 640px;
	padding: 10px;
	font-size: 14px;
	line-height: 140%; 
}


/************* IMAGE ON PAGE ****************/

.document-related-links {
	text-align: right;
	margin: 20px 0 10px 0;
}


/************* forms ****************/

#content table {
  width: 100%; 
	margin: 10px 0 20px 0;
}
#content td {
  vertical-align: top;
}
#content .labelfield {
  text-align: right;
  white-space: nowrap;
}
#content input[type=text], 
#content textarea, 
#content select { 
  width: 100%
}
#content textarea { 
  height: 100px;
}

