/* CSS Document */
body {
	text-align: center;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
	background-color: #284D28;
	
	padding: 0;
	
	margin: 0;
	
	border: 0;
	
}

a { 
	color: #000;
}

table {
	border: 0;
}

/*div {
	margin: 0;
	padding: 0;
}*/

.mainWrapper {
	position: absolute;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	width: 900px;
	top: 10px;
	text-align: left;
	left: 50%;
	margin-left: -790px;

}

.header {
	position: absolute;	
	z-index:99999999;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	width: 100%;
	text-align: center;    
}
/*.constrictor {
	height: 600px;
	margin-left: auto;
	margin-right: auto;*/
}
.menu {
/*	background-color: #bb8811;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	padding: 0;
	text-align: center;
	width: 900px;
}

.menu ul {
/*	border-right: 1px solid #ffffff;*/
	margin: 4px 0 0 0;
}

.menu ul li {
	display: inline;
	list-style: none;
/*	border-left: 1px solid #c7caaf;
	border-right: 1px solid #c7caaf; */
	padding: 0;
}
.menu ul li.firstMenu {
	border-left: 2px solid #c7caaf;
}

.menu ul li.lastMenu {
	border-right: 2px solid #c7caaf;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold; 
	padding: 0 2px 0 2px;
}

.menu a:hover {
	text-decoration: underline;
}

.imageSplash {
/*change made here*/
	position: relative;
	background-color: #284D28;
	overflow:hidden;
	height: 580px;

}

.lowContent {
/*	filter:alpha(opacity=75);   
    -moz-opacity: .75; 
    opacity: .75;*/
	width: 100%;

}

.infoText {
	/*background-color: #FFFFFF;
	border: 2px solid #bb8800;*/
	padding: 0 8px;
	color: #ffffff;
	vertical-align: top;
}

.text {
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.text ul {
	margin: 4px 0 0 0;
}

.text ul li {
	display: inline;
	list-style: none;
/*	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	padding: 0;
}
/*
.text a {
	text-decoration: none;
	color: #0000ff;
	font-weight: normal;
	padding: 0 4px 0 4px;
}

.text a:hover {
	text-decoration: none;
	
}
*/

.search {
	color: #290928;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
.search .spacer {
	width: 10%;
}
.search td {
	background: #999999;
	color: #320033;
	font-weight:bold;
	border: 1px solid #c7caa7;
	font-size: 12px;
}

.search .text{
	
}
.search .submit{
	border: 1px solid #956b55;
	background-color: d6ac96;
	color: #956b55;
}


.footer {

	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
.footer a {
	color: #ffffff;
	font-style:normal
}

/* custom css for image fader*/
.idupe {

}