/* CSS Document */
#wrapper {	
	position:absolute;
	top: 35px;
	left: 50%;
	width: 1000px;
	margin-left: -500px; 
}

body {
	background: url(../images/burgundy_bg.jpg) top left repeat-x;
	background-color: #310000;
}

#header {
	float:left;
	width: 1000px;
	height: 190px;
	background: url(../images/header.gif) top left no-repeat;

}
#header p{
font-family: helvetica, arial;
font-size: 12px;
color: #310000;
}

#contentHolder {
float:left;
width: 1000px;
padding: 0px 0px 10px 0px;
background: url(../images/white_floral_bg.gif) top left no-repeat;
background-color: #FFFFFF;
}
#contentDetail {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px 0px 0px 50px;
}

#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 {
	float:left;
	padding: 30px 10px 0px 0px;
	text-align: right;
	width: 908px;
	height: 34px;
	background: url(../images/footer.gif) top left no-repeat;
}

#footer p {
font-family: helvetica, arial;
color: #FFFFFF;
font-size: 10px;
}

.quickSearch {
position: absolute;
z-index: 2;
top: 30px;
left: 800px;
width: 110px;
padding: 0px;
margin:0px;
}
.myFavorites {
position: absolute;
z-index: 3;
top: 97px;
left: 815px;
width: 110px;
padding: 0px;
margin:0px;
}

.quickSearch input {
margin: 0px;
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: #669900;
}
.suggestion  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #666666;
margin: 10px 0px 10px 0px;
}
/*MAIN NAV*/
#nav {
position: absolute;
top: 110px;
left: 400px;
}

/*sub navs*/
#subLinks1 {
position: absolute;
top: 98px;
left: 326px;
}
#subLinks2 {
position: absolute;
top: 98px;
left: 326px;
}
#subLinks3 {
position: absolute;
top: 98px;
left: 326px;
}
#subLinks4 {
position: absolute;
top: 98px;
left: 326px;
}
#subLinks5 {
position: absolute;
top: 98px;
left: 326px;
}