/**/
/************************************************************/
/* Styling for the Site Content */
/************************************************************/
/**/
#site_content {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
/**/
/************************************************************/
/* Styling for the Site Location */
/************************************************************/
/**/
#site_location {
	width: auto;
	padding: 10px;
	font: normal 85% helvetica, arial, sans-serif;
}
#site_location a {
	color: #6A6A57;
	text-decoration: none;
}
#site_location a:hover {
	color: #6A6A57;
	text-decoration: underline;
}
.active {
	color: #009999;
	text-decoration: none;
	display: inline;
}
/**/
/************************************************************/
/* Styling for the Content */
/************************************************************/
/**/
#content {
	width: 880px;
	height: 490px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_item {
}
.content_item .left_container {
	float: left;
}
.content_item .left_container .top {

	width: 358px;
	background: transparent url(./images/contact_background.jpg) no-repeat;
	margin: 10px 10px 10px 10px;
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 30px 0px 30px 0px;
	font: normal 90% corbel, arial, sans-serif;
	color: #6A6A57;
	text-align: justify;
}
.content_item .left_container .bottom {
	width: 400px;
	float: left;
}
.content_item .left_container .bottom .lcImg {
	height: 180px;
	display: block;
	margin: auto;
}
.content_item .right_container {
	float: left;
	width: 450px;
	background: #FFF;
	padding-right: 10px;
}
.content_item .srImg1 {
	position: relative;
	width: 450px;
	z-index: 2;
}
.content_item .srImg2 {
	position: relative;
	width: 450px;
	margin: -40px 0px 0px -90px;
	z-index: 1;
}
.content_item .srImgFloatRight {
	float: right;
	height: 160px;
}
.content_item .srFrame1 {
	width: 388px;
	height: 440px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #dddddd;
	border-radius: 30px 0px 30px 0px;
}