/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7E7E7E;
	margin: 0 auto;
}

h1 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #777777;
}

.inputfield {
	width: 200px;
	border: solid 1px #444444;
	background-color: #AAAAAA;
	margin-bottom: 5px;
	height: 20px;
	color: #000000;
	font: Arial, Helvetica, sans-serif 14px normal;
}

.textfield {
	width: 200px;
	border: solid 1px #444444;
	background-color: #AAAAAA;
	margin-bottom: 5px;
	height: 100px;
	color: #000000;
	font: Arial, Helvetica, sans-serif 14px normal;
}

.submit {
	border: solid 1px #444444;
	background-color: #AAAAAA;
	color: #000000;
	font: Arial, Helvetica, sans-serif 14px normal;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 248px;
	margin-bottom: 30px;
}
#headerintro {
	height: 500px;
}

#content-header {
	width: 807px;
	margin: 0 auto;
	height: 20px;
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
}

#content-text {
	padding: 5px 25px 5px 25px;
	text-align: justify;
}

#content-bg {
	width: 807px;
	margin: 0 auto;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}

#content-footer {
	width: 807px;
	margin: 0 auto;
	height: 17px;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
}

#bread-crumbs {
	margin: 0 15px 0 15px;
	font-size: 11px;
	height: 26px;
	background-image: url(images/bread-line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#slideshow-title {
	float: right;
	margin-right: 1px;
	height: 26px;
	width: 350px;
	text-align: right;
	color: #999999;
	background-image: url(images/bread-line.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#flashcontent {
	text-align: center;
	margin-left: 13px; 
	margin-right: 13px;
	height: 600px;
}

#footer {
	background-image: url(images/footer-curve.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	height: 92px;
}

#flash {
	display: block;
}