@import url('common.css');


/**************** SiteMap *********************/
#sitemap {
	padding-left: 64px;
}
#sitemap a {
	display: block;
	margin: 8px;
	text-decoration: none;
	font-weight: bold;
}
	#sitemap a:hover {
		text-decoration: underline;
	}




#content {
	background: url(/images/beach_second.jpeg) right 202px no-repeat;
}
#right {
	width: 122px !important;
	vertical-align: top;
	text-align: left;
	padding-top: 201px;
/* 	background: url(/images/right_bg2.jpeg) left 200px no-repeat;*/
 	background: url(/images/right_bg2.jpeg) right 201px no-repeat; 
}
#people {
	position: relative;
	/*top: -10px;*/
	left: -130px;
}
.formc label {
	display: block;
	font-weight: bold;
	margin: 16px 0 4px;
}

.news_item {
	padding: 0 0 32px 140px;
	min-height: 80px;
}
	* html .news_item {
		height: 80px;
	}
	.news_item h4 {
		margin: 0;
	}
	.newsimg, .newsdate {
		width: 140px;
		float: left;
		margin-left: -140px;
		}
		* html .newsimg, * html .newsdate {
			margin-left: -70px;
		}
	.news_item a {
		text-decoration: none;
	}
		.news_item a:hover {
			text-decoration: underline;
		}

.gb_item {
	width: 480px;
	padding: 16px 0;
}
	cite {
		font-weight: bold;
		display: block;
	}
	.gb_item small {
		display: block;
		text-align: right;
		font-style: italic;
		font-size: 90%;
	}

#gb_form label {
	display: block;
	margin: 16px 0 0;
	font-weight: bold;
}
#gb_form button {
	display: block;
}

