/* NAVIGATION CSS Document */

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}

p a:link {
	color: #000000;
	text-decoration: none;
}

p a:visited {
	color: #000000;
	text-decoration: none;
}

p a:hover {
	color: #336699;
	text-decoration: none;
}

p a:active {
	color: #000000;
	text-decoration: none;
}

/* search type navigation */

ul#search_type {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
	color: #0099FF;
	text-indent: 5px;
	margin: 0px;
	list-style-type: none;
	line-height: normal;
}

ul#search_type  li {
	text-indent: 16px;
	background-image: url(../images/page/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	padding: 0px;

}

ul#search_type  li a:link {

}

ul#search_type  li a:hover {
	background-position: left -16px;
	background-image: url(../images/page/arrow_red.gif);
	background-repeat: no-repeat;
}

ul#search_type  li a:visited, ul#search_type  li a:active {
}


/* MAIN NAVIGATION */

ul#main_nav {
	height: 11px;
	list-style: none;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	margin-left: 0px;
}

ul#main_nav li {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#main_nav li a:link {
}

ul#main_nav li a:hover {
	background-position: left 0px;
}

ul#main_nav li a:visited, ul#main_nav li a:active {
}

li#home a {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 50px;
	text-indent: -9999px;
}

li#home a.current {
	background-position: left 0px;
}

li#search a {
	background-image: url(../images/nav/search.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 125px;
	text-indent: -9999px;
}

li#search a.current {
	background-position: left 0px;
}

li#agents a {
	background-image: url(../images/nav/agents.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 62px;
	text-indent: -9999px;
}

li#agents a.current {
	background-position: left 0px;
}

li#marketing a {
	background-image: url(../images/nav/marketing.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 88px;
	text-indent: -9999px;
}

li#marketing a.current {
	background-position: left 0px;
}

li#featured a {
	background-image: url(../images/nav/featured.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 140px;
	text-indent: -9999px;
}

li#featured a.current {
	background-position: left 0px;
}

li#favorites a {
	background-image: url(../images/nav/favorites.gif);
	background-repeat: no-repeat;
	background-position: left -16px;
	display: block;
	height: 11px;
	width: 78px;
	text-indent: -9999px;
}

li#favorites a.current {
	background-position: left 0px;
}

li#contact a {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	background-position: left -16px;	
	display: block;
	height: 11px;
	width: 75px;
	text-indent: -9999px;
}

li#contact a.current {
	background-position: left 0px;
}

ul.links {
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: inline;
}
