/* CSS Document */

body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #92876E;
	font-size: 12px;
	color: #3A4151;
}
td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3A4151;
}

a:link {	color: #5A7894 }
a:active {	color: #5A7894 }
a:visited {	color: #5A7894 }
a:hover { color: #7894C4 }

.header_small {
font-size:10px;
color:#000000;
text-align:justify;
line-height:13px;
}

.footer { font-size: 10px; color: black; }
.footer a:link{ font-size: 10px; color: black; }
.footer a:visited{ font-size: 10px; color: black; }
.footer a:active { font-size: 10px; color: black; }
.footer a:hover { font-size: 10px; color: black; }

.rotating_text2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.rotating_text1 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.featured_prop {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
#featured_prop2 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.titles {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}
.buttons {
	border: 4px double #3A4151;
	background-color: #607D98;
	text-align: center;
	line-height:18px;
}
.buttons a:link {
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.buttons a:visited {
	font-size:14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.buttons a:hover {
	font-size:14px;
	font-weight: normal;
	color: #C4BE93;
	text-decoration: underline;
}

.links {
	font-size: 12px;
	line-height:16px;
}
.links a:link {
	font-size: 14px;
	font-weight: bold;
	color: #5A7894;
	text-decoration: underline;
}
.links a:visited {
	font-size:14px;
	font-weight:bold;
	color: #5A7894;
	text-decoration: underline;
}
.links a:hover {
	font-size:14px;
	font-weight:bold;
	color: #7894C4;
	text-decoration: none;
}

.cities a:link {
	font-size: 13px;
	color:#5A7894;
	font-weight: bold;
	text-decoration: underline;
}
.cities a:visited {
	font-size: 13px;
	color:#5A7894;
	font-weight: bold;
	text-decoration: underline;
}
.cities a:hover {
	font-size: 13px;
	color: #7894C4;
	font-weight: bold;
	text-decoration: none;
}
.splash {
	font-size: 14px;
	font-weight: none;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 680px;
}
#percent90 {
	width: 90%;
	line-height: 18px;
}



#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: none;
}

.mainitems a{
text-decoration: none;
}

.subuls{
display: none;
width: 140px;
line-height: 20px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #5A7894;
color: #FFF;
}

.subuls li{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left: 6px;
padding-right: 5px;
width: 100%;
}

.subuls li a{
color: #FFF;
text-decoration: underline;
}
.subuls li a:hover{
color: #A7A98E;
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}