@charset "utf-8";
/* CSS Document */

body {
	background-color: #101734;
	background-image: url(images/about/bg_about.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font: 13px;
	color: #FFFFFF;
}
#container {
	overflow:hidden;
	width:977px;
	margin:0 auto;
}
#header-container {
	margin-left:5px;
}

#title-image-container {
	margin-left:5px;
}
#footer {
	margin-left:5px;
}

/* ---FRONT-IMAGE-HOVER--- */
#title-image-front {
	overflow:hidden;
	width: 972px;
	margin-left:5px;
}
/* ---CONTENT--- */
#content-container {
	overflow:hidden;
	margin:7px 0 0 0;
	width: 977px;
}
#content-left {
	background-image:url(images/about/contact-sidebar.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:581px;
	width:350px;
	float:left;
	color:#000;
}
#content-left h3 {
	margin:2px 0 0 25px;
	font-size: 19px;
}
.address-1 {
	margin-top:76px;
	font-size:12px;
	margin-left:45px;
}
.address-1 a, .address-1 a:visited, .address-1 a:hover {
	color:#000;
	text-decoration:none;
}
.address-2 {
	margin-top:42px;
	font-size:12px;
	margin-left:45px;
}
.address-2 a, .address-2 a:visited, .address-2 a:hover {
	color:#000;
	text-decoration:none;
}

/* ---CONTENT-RIGHT --- */
#content-right {
	width:573px;
	float:right;
	padding-top:10px;
	padding-right:30px;
}

#content-right p{
	font-size:12px;
	line-height:18px;
}
.body-text {
	padding-bottom:20px;
	border-bottom: #707a97 1px solid;
}
.map {
	margin:23px 0 20px 80px;
}
.back a, .back a:visited, .back a:hover {
	font-size:11px;
	color:#e7cf00;
	float:right;
	text-decoration:none;
	margin-bottom:10px;
}

