@charset "utf-8";

/* CSS Document */
.containerTop {
	background-image: url(../images/contentBgTop.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
}
.containerBackground {
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 1075px;
}
.containerBottom {
	background-image: url(../images/contentBgBottom.jpg);
	height: 48px;
	background-repeat: no-repeat;
	width: 1075px;
}
.navLeft {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 98px;
	padding-top: 25px;
}
.navLeft ul {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: disc;
	padding-left: 10px;
}
.navLeft   li  {
	text-decoration: none;
}
.navLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

.navLeft a:hover {
	text-decoration: underline;
}

.areaRight {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	width: 650px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.areaRight h2 {
	font-size: 22px;
	font-weight: normal;
	font-family: tahoma;
	display: inline;
	line-height: 36px;
}
.areaRightHr  {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9E8B49;
	margin-top: 10px;
	height: 25px;
}
.marginLeft {
	padding-left: 20px;
}

.contact-logo {
	width: 325px;
	float: left;
	text-align: right;
}
