H1 {
	color: #004d7a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 14px;
}

A {
	color: #004d7a;
	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/logoDb.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/logoDb.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/navPropLocatorDb.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/navPropLocatorDb.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/navHomeBuyerDb.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/navHomeBuyerDb.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/navNewsDb.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/navNewsDb.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/navResourcesDb.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/navResourcesDb.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/navAboutDb.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/navAboutDb.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 44px;
	/*float: left;*/
	cursor : pointer;
}

A.submitBtn  {
	background-color: #004d7a;
	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: #004d7a;
	background-image: url(../images/activeNavdarkBlue.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*not currently in use

#leftNav A:hover, A.subNavOn, A.subNavOnTwoRows {
	color: #004d7a;
	background-image: url(http://williamsmarketing.oaktree.com../images/activeNavdarkBlue.gif);
	background-repeat: no-repeat;
	background-position: right;
}

A.subNavOnTwoRows
{	
	background-position: right;
}*/


