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

body {
	/*background-color: #818e4a;*/
	background-color: #ffffff;
	text-align: center;
}

#vertical{
    float:left;
    height:50%;
    margin-top:-320px;/* half vertical height*/
    width:100%;
}	

#dropshadow {
	background-image: url(images/dropshadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1004px;
	height: 594px;
	padding-left: 22px;
	padding-top: 22px;
	text-align: left;
}

.bottomtext {
	z-index: 2;
	position: absolute;
	top: 477px;
	text-align: left;
}

.hiddentext {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
	text-align: left;
}

.hiddentext p {
	font-size: 10px;
}

#whatever {
	padding-left: 50px;
	float: left;
}

.bottomtext #copy {
	font-size: 10px;
	color: #581b06;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 460px;
	float: left;
	line-height: 13px;
	padding-top: 0px;
	margin: 0px 0px 0px 50px;
	text-align: left;
}

.bottomtext #copy p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 460px;
}


#wrapper {
	margin:0 auto;
	text-align:left;
	width:1004px;
	height:549px;
	clear:both;
	position: relative;
}	

#content {
	width: 960px;
	height: 549px;
	text-align: center;
	position: relative;
}

#flash {
	width: 960px;
	position: relative;
	height: 549px;
	z-index: 2;
}

#footer {
	padding-right: 44px;
	padding-top: 10px;
}

#footer p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #627072;
}

#footer a {
	text-decoration: none;
	color: #627072;
}

#footer a:hover {
	text-decoration: underline;
}

.footerlink {
	font-weight: bold;
	margin-right: 15px;
}

#subfooter {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 30px;
	padding-bottom: 20px;
	font-size: 10px;
	width: 960px;
}