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

body {
	background-color: #fff;

	font-family:arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	color: #242424;
}

a {
	font-family:arial,sans-serif;
	font-size: 1.0em;
	color:#d79700;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #6cb001;
	text-decoration: underline;
}

img {
	border: 0px;
}

fieldset {
	border: 1px solid #b2b2b2;
	padding:2px 8px 3px;
}

legend {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	
	font-family:Arial,sans-serif;
	font-size: 1.0em;
	color:#6cb001;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 4px;
}

fieldset span {
	color: #b2b2b2;
}

.clear {
	clear: both;
}

p {
	line-height: 1.4em;
}

hr {
	background-color:#B2B2B2;
	border:0 none;
	color:#B2B2B2;
	height:1px;
	margin-bottom: 25px;
}

h1 {
	font-family:Georgia,serif;
	font-size: 1.7em;
	color:#6cb001;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.0em;
	margin-top: 2px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a9acae;
}

h1.red {
	color: #b70000;
}

h2 {
	color:#7e8183;
	font-family:Georgia,serif;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
	text-decoration:none;
	text-transform:none;
	margin-top: 15px;
}

h3 {
	font-family:Georgia,serif;
	font-size: 1.3em;
	color:#6cb001;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.0em;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
}

dl dt {
	background:url(/images/base/dt.gif) no-repeat;
	font-size:1em;
	line-height:1.45em;
	padding-left:12px;
}

dl dd {
	background:url(/images/base/dd.gif) no-repeat;
	font-size:1em;
	line-height:1.45em;
	margin:0 0 15px;
	padding-left:12px;
}


table {
	margin-bottom: 10px;
}

p.quote {
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #242424;
	font-weight: bold;
	text-align: justify;
}

label {
	font-family:Arial,sans-serif;
	font-size: 1.0em;
	color:#6cb001;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 4px;
}

	label span {
		color: #d79700;
	}

input, textarea {
	width: 360px;
	border-style: solid;
	border-width: 1px;
	border-color: #b2b2b2;
	font-family:arial,sans-serif;
	font-size: 1.2em;
	color:#313030;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 7px;
}

input[type=image] {
	width: 97px;
	height: 33px;
	border: 0;
}

input.send {
	float: right;
}

textarea {
	height: 200px;
	padding-top: 4px;
}

span.required {
	color: #b70000;
}

.hidden {
	display: none;
}
	
/* ************************* Pagination ************************* */
#pageWrapper {
	background: white;
	width: 920px;
	margin: auto;
}

#topWrapper {
	width: 920px;
	margin-top: 10px;
}

	#logo {
	
	}
	
	#topBox {
		background: transparent url(/images/base/topimage.png) no-repeat;
		width: 920px;
		height: 388px;
	}
	
		#topBoxArt {
			width: 920px;
			height: 330px;
		}
		
		#menu {
			width: 920px;
			height: 46px;
			padding-top: 15px;
			text-align: center;
		}
		
.contentWrapper {
	clear: both;
	float: left;
	width: 920px;
}

	.story {
		clear: both;
		float: left;
		width: 492px;
		padding-left: 20px;
	}
	
		.story img.border {
			border: 1px solid #ccc;
			padding: 5px;
			margin: 8px;
		}
		
		.story hr.leafs {
			display: block;
			background: transparent url(/images/base/hr.leafs.png) no-repeat;
			width: 492px;
			height: 26px;
		}
		
		.story h3 {
		
		}
	
	.columnRight {
		float: left;
		width: 368px;
		margin-left: 20px;
		padding-top: 37px;
		padding-left: 20px;
	}
	
		.columnRight h1 {
			font-size: 1.5em;
			background: transparent url(/images/base/h1.colurmnRight.background.png) no-repeat;
			border: 0;
			height: 45px;
			padding-left: 47px;
			padding-top: 4px;
			margin: 0 0 0 -20px;
		}
	
		.columnRight h3 {
			font-size: 1.15em;
			font-weight: normal;
			border: 0;
			margin: 0;
			color: #6cb001;
			font-family: arial, sans-serif;
		}
	
		.columnRight .subHeadline {
			margin: -20px 0 0 0;
		}
		
		.columnRight p.closeToHeadline {
			margin-top: -18px;
		}
		
		.columnRight p {
			text-align: justify;
		}

#footer {
	clear: both;
	float: left;
	width: 920px;
	border-top: 1px solid #a9acae;
	margin-top: 20px;
	padding-top: 5px;
	line-height: 1.2em;
}

	#footer .col1 {
		clear: both;
		float: left;
		width: 273px;
		padding-left: 10px;
	}

	#footer .col2 {
		float: left;
		width: 250px;
	}

	#footer .col3 {
		float: left;
		width: 210px;
	}
	
		#footer .subCol1 {
			display: block;
			clear: both;
			float: left;
			width: 60px;
		}
	
		#footer .subCol2 {
			display: block;
			float: left;
			width: 150px;
		}

	#footer .col4 {
		float: left;
		width: 170px;
		text-align: right;
		padding-right: 4px;
	}

	.photo {
		float: right;
		width: 180px;
	}
	
		.photo img {
			margin-bottom: 0 !important;
		}
	
		.photo p {
			font-size: 0.85em;
			margin-left: 4px;
		}
	
/* ************************* Pagination ************************* */
a.paginationPrevious {
	width: 15px;
	height: 15px;
	background: transparent url(/images/base/round_small.png) 0 -150px scroll no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
}

	a.paginationPrevious:hover {
		background: transparent url(/images/base/round_small.png) 0 -165px scroll no-repeat;
	}
	
a.paginationNext {
	width: 15px;
	height: 15px;
	background: transparent url(/images/base/round_small.png) 0 -120px scroll no-repeat;
	display: block;
	float: right;
	margin-top: -14px;
}

	a.paginationNext:hover {
		background: transparent url(/images/base/round_small.png) 0 -135px scroll no-repeat;
	}
	
div.paginationPageItems {
	width: 400px;
	text-align: center;
	margin: auto;
}

#pagination {
	padding: 3px 4px 5px 3px;
	margin-top: 3px;
	border-top: 1px dashed #b2b2b2;
}