/* CSS Document */

#wrapper {	
	position:absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height: 600px;
	margin-top: -300px;
	margin-left: -450px; 
}

body {
	background-color: #edf0ea;
}


#header {
	width: 900px;
	height: 105px;
}
#homeFlash {
margin: 0px;
padding: 24px 0px 0px 0px;
}

.flashNav {
position: relative;
top: 39px;
left: 390px;
margin: 0px;
padding: 0px;
}

#content {
	width: 800px;
	height: 439px;
	background-color: #ffffff;
}

#footer {
	width: 800px;
	height: 28px;
	background: url(../images/footer_bg.gif) top left no-repeat;
}

.quickSearch {
position: absolute;
top: 125px;
left: 745px;
width: 110px;
padding: 0px;
margin:0px;
}

.quickSearch input {
margin: px 0px 0px 4px;
padding: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 10pt;
text-align: center;
}

.quickSearch label {
font-family: Georgia, "Times New Roman", Times, serif;
color: #ffffff;
}

.copyRight {
float: left;
text-align:right;
width: 390px;
height: 28px;
margin:0px;
padding: 0px;
}
.copyRight p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
margin: 10px 10px 0px 0px;
}
.copyRight a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration: underline;
}
.copyRight a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration: underline;
}
.copyRight a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration:none;
}

.mandatoryField {
color: #660066;
}
.suggestion  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #666666;
margin: 10px 0px 10px 0px;
}