
/* In the case of short pages, shim them open with a hidden div */
#shortPageShim {
	float: left;
	height: 550px;
}

#navTopBox {
	clear: both;
	width: 1000px;
	height: 35px;
	border-bottom: 1px #541800 solid;
}
#navTopHeader {
	float: left;
	width: 245px;
	height: 35px;
}
#navTopTabs {
	float: left;
	width: 755px;
	height: 35px;
}

.navTopTab {
	float: left;
	width: 151px;
	height: 35px;
	background: url(http://www.elitermservices.com/idxResources/images/navTop.png) no-repeat;
	font: bold 13pt Geneva, Helvetica, Tahoma, Arial, sans-serif;
}
.navTopTab a {
	display: block;
	margin: 12px 0 0 5px;
}
.navTopTab a:link, .navTopTab a:visited {
	text-decoration: none;
	margin-top: 12px;
	font-size: 13pt;
	color: #F6F0E0;
}
.navTopTab a:hover, .navTopTab a:active {
	text-decoration: none;
	margin-top: 10px;
	font-size: 14pt;
	color: #541800;
}


#navLeftSplash {
	width: 225px;
	height: 201px;
	background: #531B0A;
	border-bottom: 1px #BFAC95 solid;
}
#navLeftSplash img {
	margin: 0 auto;
}
.navLeftItem {
	width: 225px;
	height: 41px;
	background: url(http://www.elitermservices.com/idxResources/images/navLeft.png) repeat-x;
	border-bottom: 1px #BFAC95 solid;
	font-size: 11pt;
}
.navLeftItem a {
	width: 225px;
	height: 41px;
	padding-top: 11px;
	text-align: center;
}
.navLeftItem a:link, .navLeftItem a:visited {
	text-decoration: none;
	font-size: 11pt;
	padding-top: 11px;
	color: #541800;
}
.navLeftItem a:hover, .navLeftItem a:active {
	text-decoration: none;
	font-size: 13pt;
	padding-top: 9px;
	color: #FFFFFF;
}