#header_wrapper {
	height: 400px;
	z-index: 1;
	margin-bottom: 170px;
	background-image: url("/images/bg_top_wide.png");
	background-repeat: no-repeat;
}

#slider {
	width: 1200px;
	height: 389px;
	margin-top: 10px;
	position: relative;
}

#sliderShadow {
	background-image: url("/images/slider_shadow.png");
	height: 36px;
	width: 1200px;
}

ul#menu ul {
	z-index: 10;
}

#container {
	width: 1200px;
	margin: 0px auto;
}

#leftPromo {
	float: left;
	width: 382px;
	height: 382px;
	margin-right: 10px;
}

#homepageContent {
	float: left;
	width: 698px;
	height: 310px;
	background-color: #fdfdea;
	padding: 35px 55px;
}

#homepageContent h1 {
	padding: 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 48px;
	line-height: 60px;
}

#homepageContent p.pageDescription {
	font-size: 22px;
	padding-bottom: 15px;
}

#homepageContent p {
	padding: 0px; margin: 0px;
	text-align: justify;
}

div.line {
	border-bottom: 1px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
}

#bottom {
	margin-top: 10px;
	background-color: #fdfdea;
	min-height: 500px;
	padding-bottom: 50px;
}

#bottom h2 {
	border-bottom: 1px solid black;
	font-size: 46px;
	font-weight: normal;
}

#bottom #articles {
	width: 720px;
	margin-left: 20px;
	float: left;
}


#bottom #articles h3 {
	font-weight: normal;
	font-size: 24px;
}

#bottom #articles div {
	width: 216px;
	float: left;
}

a.readMore {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #3b3b3b;
	text-align: center;
	color: white;
	text-decoration: none;
	border-radius: 7px;
}

#bottom #articles div:not(:last-child) {
	margin-right: 36px;
}

#bottom #links {
	width: 300px;
	margin-right: 20px;
	float: right;
}

#bottom #links ul {
	background-color: #f2f2ea;
	width: 270px;
	margin: 0px auto;
	padding: 20px 0px;
}

#bottom #links ul li {
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px dashed black;
}

#bottom #links ul li a {
	color: black;
	text-decoration: none;
}

#bottom #links ul li a:hover {
	text-decoration: underline;
}


#footer_wrapper {
	top: -50px;
	position: relative;
	z-index: -1;
	width: 100%;
	padding-top: 30px;
}

#footer_wrapper #footer_wrapper_inner {
	position: relative;
	bottom: 150px;
	height: 50px;
	padding-top: 50px;
}



/*  NIVO   */
.nivo-controlNav {
	position: relative;
	top: -380px;
	margin-right: 20px;
	text-align: right;
	color: white;
	z-index: 99;
	height: 0px;
	float: right;
}
.nivo-controlNav a {
	cursor:pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-image: url("/images/bullets.png");
	background-position: top;
	margin: 0 4px;
}
.nivo-controlNav a.active {
	background-position: bottom;
}