/* CSS Document */

body {
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #426382;
	padding: 0;
	margin: 0;
	border: 0;
	height: 600px;
}

a { 
	color: #000;
	
}

table {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
}

.header {
	position: absolute;
	font-size: 28px;
	font-weight: regular;
	color: #426382;
	width: 982px;
	text-align: center;
	left: 0px;
	top: 24px;
	height: 180px;
} /*
.constrictor {
	width: 982px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
} */
.menu {
/*	background-color: #bb8811;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding: 0;
	text-align: center;
}

.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: 1px solid #c7caaf; */
}

.menu ul li.lastMenu {
	border-right: 1px solid #c7caaf;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: regular;
	padding: 0 6px 0 6px;
}

.menu a:hover {
	text-decoration: underline;
}

.imageSplash {

	position: relative;
	background-color: #426382;
/*	z-index: 30000; */
	z-index: -1;
	overflow:hidden;
	height: 600px;

}

.lowContent {
/*	filter:alpha(opacity=75);   
    -moz-opacity: .75; 
    opacity: .75;*/
	width: 100%;

}

.infoText {
	/*background-color: #FFFFFF;
	border: 2px solid #bb8800;*/
	font-size: 12px;
	padding: 0 8px;
	color: #ffffff;
	vertical-align: top;
	
}


.title {
	clear: right;
	width: 100%;
	text-align: center;
/*	padding: 0px 10px 0px 10px;
	background-color: #ffffff;*/
	font-weight: bold;
	font-size: 20px;
/*	border-bottom: 2px solid #0066CC;*/
	margin-bottom: 5px;
	color: #ffffff;
} 


.infoSection {
	width: 100%;
	text-align: left;
	color: #FFFFFF;
/*	padding: 10px;
	margin: 3px 3px 0 0;
	border: 0;
	background-color: #ffffff;
	border: 3px solid #72a4d5;
	border-right: 4px solid #72a4d5;*/
	font-size: 14px;
	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 {

}

