H1 {
	color: #cb7e2b;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 14px;
}

A {
	color: #cb7e2b;
	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/logoOr.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/logoOr.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/navPropLocatorOr.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/navPropLocatorOr.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/navHomeBuyerOr.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/navHomeBuyerOr.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/navNewsOr.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/navNewsOr.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/navResourcesOr.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/navResourcesOr.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/navAboutOr.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/navAboutOr.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.submitBtn  {
	background-color: #cb7e2b;
	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: #cb7e2b;
	background-image: url(../images/activeNavorange.gif);
	background-repeat: no-repeat;
	background-position: right;
}
