H1 {
	color: #79a32f;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 14px;
}

A {
	color: #79a32f;
	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/logoGr.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/logoGr.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/navPropLocatorGr.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/navPropLocatorGr.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/navHomeBuyerGr.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/navHomeBuyerGr.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/navNewsGr.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/navNewsGr.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/navResourcesGr.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/navResourcesGr.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/navAboutGr.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/navAboutGr.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.submitBtn  {
	background-color: #79a32f;
	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: #79a32f;
	background-image: url(../images/activeNavgreen.gif);
	background-repeat: no-repeat;
	background-position: right;
}



