* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

html {
	height: 100%;

}

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%;
	width: 30000px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;

}
.cleaner {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}


#document {
	margin-top: -284px;
	position: absolute;
	top: 50%;
	height: 568px;
	width: 20000px;

}
.header {
	width: 990px;
	height: 181px;
	position: relative;

}
.header ul {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	_bottom: -1px;
}
.header ul li {
	display: block;
	float: left;
}
.header ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header ul li a:hover {
	color: #000;
	background-color: #FFF;
}
.header ul li .active {
	color: #000;
	background-color: #FFF;
}

.logo {
	float: left;
	margin-left: 57px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	display: block;
	width: 600px;
	overflow: hidden;
	text-align: right;
	float: right;
	margin-right: 20px;
	letter-spacing: 1px;
}
.column {
	float: left;
}


.teaser {
	display: block;
	float: left;
	height: 370px;
	width: 196px;
	position: relative;
}
.teaserInfo {
	background-color: #FFF;
	height: 370px;
	width: 196px;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.teaser .arrow {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

.contentArea {
	float: left;
	height: 568px;
}

.textBlock {
	background-color: #FFF;
	float: left;
	height: 370px;
	overflow: hidden;
}
.wrapper {
	padding-top: 21px;
	padding-bottom: 21px;
	padding-right: 21px;
	padding-left: 21px;
}
h2 {
	display: block;
	height: 68px;
	position: relative;
	margin-bottom: 21px;
}
h2 span {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 16px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 18px;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-bottom: 14px;
}
.moreLink {
	color: #000;
	text-decoration: none;
	background-image: url(../images/shared/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	display: block;
}
.textBlock a:hover {
	color: #F30;
}
.textBlock a {
	color: #000;
}
#menu  p{
	font-size: 11px;
	margin-bottom: 12px;
}
.outerText {
	color: #FFF;
	float: right;
}
.outerText a {
	color: #FFF;
}
