/*CSS Document
============================================================
Header Styles
============================================================*/
#nav-wrap-top
{
	width: 960px;
	height: 60px;
}
#nav-signin-wrap
{
	width: 100px;
	height: 40px;
	float: right;
	margin-top: -47px;
	margin-right: 10px;
}
#nav-logo
{
	width: 760px;
	height: 60px;
	margin-top: 26px;
	background-image: url(../images/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#nav-signin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #454855;
	text-align: right;
	height: 12px;
	margin-bottom: 5px;
}
#nav-register
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #454855;
	text-align: right;
	height: 12px;
	margin-bottom: 2px;
	padding-top: 5px;
	border-top: 1px solid #C4C4C2;
}
#nav-signin A
{
	color: #454855;
	text-decoration: none;
}
#nav-register A
{
	color: #454855;
	text-decoration: none;
}
.search
{
	width: 130px;
	height: 24px;
	line-height: 24px;
	padding: 10px 0 0 26px;
	background: none;
	border: none;
	color: #AAA;
	font-size: 0.75em;
}
/*============================================================
Navigation Styles
============================================================
==================
BASE
====================*/
#nav-wrap
{
	margin: -15px -32px 0 -42px;
}
UL#nav LI
{
	display: block;
	float: left;
	border: none;
	list-style-type: none;
}
UL#nav LI A
{
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.jpg) no-repeat 0 0;
	text-indent: -5000px;
}
UL#nav LI#nav-home A
{
	width: 88px;
	background-position: 0 0;
}
UL#nav LI#nav-about A
{
	width: 104px;
	background-position: -88px 0;
}
UL#nav LI#nav-testimonials A
{
	width: 133px;
	background-position: -192px 0;
}
UL#nav LI#nav-why A
{
	width: 116px;
	background-position: -323px 0;
}
UL#nav LI#nav-how A
{
	width: 130px;
	background-position: -438px 0;
}
UL#nav LI#nav-faq A
{
	width: 67px;
	background-position: -568px 0;
}
UL#nav LI#nav-contact A
{
	width: 108px;
	background-position: -637px 0;
}
UL#nav LI#nav-blog A
{
	width: 90px;
	background-position: -750px 0;
}
UL#nav LI#nav-findagent A
{
	width: 150px;
	float: left;
	background-position: -840px 0px;
}
/*==================
ACTIVE
====================*/
.indentme
{
	display: block;
	outline: none;
	text-indent: -5000px;
}
UL#nav LI#nav-home-on
{
	width: 88px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.png) no-repeat;
	background-position: 0 -34px;
}
UL#nav LI#nav-about-on
{
	width: 104px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -88px -34px;
}
UL#nav LI#nav-testimonials-on
{
	width: 133px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -192px -34px;
}
UL#nav LI#nav-why-on
{
	width: 116px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -323px -34px;
}
UL#nav LI#nav-how-on
{
	width: 130px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -438px -34px;
}
UL#nav LI#nav-faq-on
{
	width: 67px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -568px -34px;
}
UL#nav LI#nav-contact-on
{
	width: 108px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -637px -34px;
}
UL#nav LI#nav-blog-on
{
	width: 100px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -750px -34px;
}
UL#nav LI#nav-findagent-on
{
	width: 124px;
	display: block;
	outline: none;
	height: 34px;
	background: transparent url(../images/nav-image.gif) no-repeat;
	background-position: -848px -34px;
}
/*==================
ROLLOVER
====================*/
UL#nav LI#nav-home A:hover
{
	background-position: 0 -34px;
}
UL#nav LI#nav-about A:hover
{
	background-position: -88px -34px;
}
UL#nav LI#nav-testimonials A:hover
{
	background-position: -192px -34px;
}
UL#nav LI#nav-why A:hover
{
	background-position: -323px -34px;
}
UL#nav LI#nav-how A:hover
{
	background-position: -438px -34px;
}
UL#nav LI#nav-faq A:hover
{
	background-position: -568px -34px;
}
UL#nav LI#nav-contact A:hover
{
	background-position: -637px -34px;
}
UL#nav LI#nav-blog A:hover
{
	background-position: -750px -34px;
}
UL#nav LI#nav-findagent A:hover
{
	background-position: -840px -34px;
}

