a:link, a:visited {
    color: #555;
}
a:hover, a:visited:hover {
    color: #2244DD;
}
ul.rotator {
        list-style:none;
        margin: 0; padding: 0;
}
ul.rotator li {
        margin: 0; padding: 0;
}

#nav, #nav ul { /* all lists */
	float: left; /* menu positioning */
	padding: 0;
	margin: 0 0 0 0;
	border: solid #000066;
	border-width: 1px 0;
	list-style:none;
	line-height: 1.5; /* this changes the space between drop down text items */
	width: 945px;
	font-size:12px;
	font-weight: bold; /*this is font weight of main menu */
	background: #7195C5 /*background color for main menu */

}

#nav a {
	display: block;
	width: 10em;
	text-decoration: none; /* this gets rid of underline */
	color:#FFFFFF; /*changes color of main fonts*/
	padding: 0.25em 1em; /*changes padding spacing around top menu list items*/
	}

/* anything in this block applies to links when the mouse is over */
#nav a:hover {
	color: #003366; /*color of roll over text */
	font-weight: bold;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #7195C5; /*this changes the color of the drop down background */
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: 1px solid #000;
    border-top: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #FD0511; /*???????? */
}



body {
	background-color: #FAFAFA;
	background-image: url(../images/bcgrnd.jpg);

    color: #003366;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    padding: 12px;
    line-height: 21px;
}


.bodytext {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 12px;
	line-height: 21px;
}
.lrghdr {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 12px;
	line-height: 21px;
}


.rotator {
    width: 597px;
    height: 245px;
    border: 1px solid #FFF;
}

.quicksearch {
    background: url(../images/quicksearch_bg.jpg) top left repeat-x;
    font-size: 11px;
    color: #FFF;
    border: 1px solid #FFF;
    height: 235px;
    padding: 5px;
}
.quicksearch label {
    display: block;
    float: left;
    width: 65px;
    text-align: right;
    margin-right: 4px;
}
.quicksearch p {
    margin: 0;
    padding: 3px 0;
    clear: left;
}
.quicksearch select {
    font-size: 11px;
    width: 200px;
}
.quicksearch select.short {
    width: 89px;
}
.listing-details h1 {
    font-size: 14px;
    padding: 3px 3px 3px 0;
    margin: 0;
}
.listing-details h2, .listing-details h3 {
    font-size: 13px; padding: 3px 3px 3px 0; margin: 0; text-transform: uppercase;
}
.listing-details .box {
    padding: 3px;
    border: 1px solid #777;
    background: #eee;
    margin: 0 0 5px 0;
}
