H1 {
	color: #6796a1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 14px;
}

A {
	color: #6796a1;
	text-decoration: none;
}

A:hover {
	
}

.strong {
	font-weight: bold;
	font-size: 10px;
}

.logo {
	/*Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/logoLb.png');
	float: left;
	width: 291px;
	height: 44px;
	background-repeat: no-repeat;
}

.logo[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	float: left;
	width: 291px;
	height: 44px;
	background-image: url(../images/logoLb.png);	
	background-repeat: no-repeat;
}

#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

/* Styles for Dark Bllue Nav Hover States */

A.locator:hover, A.locatorOn {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navPropLocatorLb.png');
	background-repeat: no-repeat;
	width: 92px;
	height: 44px;
	float: left;
	cursor : pointer;
}

A.locator:hover[class], A.locatorOn[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/navPropLocatorLb.png);
	background-repeat: no-repeat;
	width: 92px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.homebuyer:hover, A.homebuyerOn {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navHomeBuyerLb.png');
	background-repeat: no-repeat;
	width: 103px;
	height: 44px;
	float: left;
	cursor : pointer;
}

A.homebuyer:hover[class], A.homebuyerOn[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/navHomeBuyerLb.png);
	background-repeat: no-repeat;
	width: 103px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.news:hover, A.newsOn {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navNewsLb.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 44px;
	float: left;
	cursor : pointer;
}

A.news:hover[class], A.newsOn[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/navNewsLb.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.resources:hover, A.resourcesOn {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navResourcesLb.png');
	background-repeat: no-repeat;
	width: 101px;
	height: 44px;
	float: left;
	cursor : pointer;
}

A.resources:hover[class], A.resourcesOn[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/navResourcesLb.png);
	background-repeat: no-repeat;
	width: 101px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.about:hover, A.aboutOn {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navAboutLb.png');
	background-repeat: no-repeat;
	width: 95px;
	height: 44px;
	float: left;
	cursor : pointer;
}

A.about:hover[class], A.aboutOn[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/navAboutLb.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.submitBtn  {
	background-color: #6796a1;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 2px 4px 2px 4px;
	letter-spacing: 0px;
}

#leftNav A {
	color: #7c6a55;
	margin: 0 0 0 0;
	padding: 0 13px 0 0;
}

#leftNav A:hover, A.subNavOn, A.subNavOnTwoRows {
	color: #6796a1;
	background-image: url(../images/activeNavlightBlue.gif);
	background-repeat: no-repeat;
	background-position: right;
}



