html { min-height: 100%; margin-bottom: 1px; }

body {
	font: .75em/1.63em Arial, sans-serif;
	color: #000;
	background: transparent url("/ezstatic/data/nvbr/i/v2/bg-body-forest-green.jpg") repeat-x left top;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding: 0;
}
 
h1 {
	font-size: 1.6em;
	font-family: Arial, sans-serif;
	color:#121596;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	color:#524b3f;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

h3 {
	font-size: 1.0em;
	color:#524b3f;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

h4 {

}

p {
	margin: 14px 0;
}

a {
	text-decoration: none;
	outline: 0;
	color: #121596;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}


table {
	margin: 20px auto;
}

th {
	background: #333;
	color: #fff;
	padding: 4px;
}

td {
	vertical-align: top;
	padding: 4px;
}

table td p {
	margin: 0;
	padding: 0;
}


.clearboth {
	clear: both;
}

.redtext {
	color: #c00;
	font-weight: bold;
}
#ezarticleviewtpl{
	clear:both;
}
div#ezarticleviewtpl ul {
	margin-left: 40px;
}

.smaller {
	font-size: 80%;
	display: block;
}

img#logoforprint {
	display: none;
}

.eznav,
.ezdetails,
.ezreadmore img {
display: none;
}

.ezreadmore {
text-align: right; 
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
}


/* 
	TEMPLATE
	--------
*/
#outerwrapper {
	background: transparent url("/ezstatic/data/nvbr/i/v2/roundcover-short.jpg") no-repeat center 110px;
}
.sitewrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#sitename {
	margin: 0;
	padding: 0;
}

#sitename a {
	display: block;
	background: transparent url("/ezstatic/data/nvbr/i/v2/logo-nvbr.png") no-repeat left bottom;
	text-indent: -999em;
	width: 278px;
	height: 108px;
	margin: 0;
	padding: 0;
}

#sitetop {
	height: 304px;
	margin: 0;
	padding: 0;
	background: transparent url("/filemanager/download/14411/") no-repeat 298px 109px;
	position: relative;
}

#w {
	/* wrapper */
	background: transparent url("/ezstatic/data/nvbr/i/v2/bg-content.gif") repeat-y right top; 
}

#l {
	/* left */
	width: 280px;
	float: left;
	margin: 20px 0 20px;
	padding: 0;
}

#l table {
	margin: 0;
}

#l table ul,
#l table ol {
	margin-left: 30px;
}


#r {
	/* right */
	width: 640px;
	float: right;
	margin: 20px 20px 120px 0;
	padding: 0 0;
	display: inline;
}


/* 
	NAVIGATION
	------------
*/

ul#navbar {
	margin: 0;
	padding: 0;
}

#navbar {
	background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat 0px 0px;
	width: 650px;
	height: 26px;
	position: absolute;
	margin: 0 auto;
	top: 82px;
	right: 32px;
	list-style: none;
	z-index:100;
}

#navbar li {
	list-style: none;
	position: absolute;
	top: 0;
	z-index: 200;
}

ul#navbar li,
#navbar li a {
	height: 26px;
	display: block;
	margin: 0;
	padding: 0;
}


#nb0 { left: 0; width:102px; }
#nb1 { left: 102px; width:142px; }
#nb2 { left: 244px; width: 98px; }
#nb3 { left: 342px; width:102px; }
#nb4 { left: 444px; width:100px; }
#nb5 { left: 544px; width:105px; }

#nb0 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat 0 -26px;}
#nb1 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat -102px -26px;}
#nb2 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat -244px -26px;}
#nb3 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat -342px -26px;}
#nb4 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat -444px -26px;}
#nb5 a:hover { background: transparent url("/ezstatic/data/nvbr/i/v2/navbar-live.gif") no-repeat -544px -26px;}

ul#navbar li a {
	text-indent: -9999px; 
	text-decoration: none;
	outline: none;
}

/* dropdowns */

ul#navbar li ul {
	font-size: 90%;
	position: absolute;
	left: -9999px;
	width: 170px;
	margin: 0;
	background: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	padding: 0 3px 6px;
	z-index: 125;
	border: 1px solid #d1d0cf;
}

ul#navbar li:hover ul, 
ul#navbar li.sfhover ul {
	left: 0;
	z-index: 550;
	position:static; 
	/* prevents sticky ie 7 */
}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
	line-height: normal;
}


ul#navbar li ul li a {
	text-indent: 0px;
	color: #121596;
	font-weight: bold;
	text-indent: 0px;
	background: transparent;
	display: block;
	min-height: 20px;
	padding: 0 2px;
}

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}

ul#navbar li ul li a:hover { color:#285624; background:transparent; }

/* for crappy browsers */
* html ul#navbar li ul li, * html ul#navbar li ul li a {  

}


/* 
	TOP NAV
	-------
*/
ul#topnav {
	position: absolute;
	top: 5px;
	right: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#topnav li {
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
	float: left;
	background: transparent url("/ezstatic/data/nvbr/i/v2/bg-dot.gif") repeat-y left top;
}

ul#topnav li#tn0 {
	background-image: none;
}

ul#topnav li a {
	color: #777793;
}

/* 
	ARTICLE SEARCH
	--------------
*/

#form-articlesearch {
	position: absolute;
	top: 55px;
	right: 30px;
}

/* SOCIAL LINKS */

ul#social-links {
	position: absolute;
	top: 30px;
	right: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#social-links li {
	float: left;
	margin-left: 5px;
}

ul#social-links li img {
	height: 20px;
}

/* 
	QUICK LINKS
	-----------
*/
#quicklinks {
	position: absolute;
	top: 130px;
	left: 20px;
}

#quicknav {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

#quicknav li {
	margin: 0 0 8px 0;
}

#quicknav li a {
	color: #fff;
}

.hdr-quicknav {
	display: block;
	margin: 0;
	padding: 0;
	width: 243px;
	height: 25px;
	background: transparent url("/ezstatic/data/nvbr/i/v2/hdr-quicklinks-live.png") no-repeat left top;
	text-indent: -999em;
}

/*
	SIDEBAR - RELATED LINKS
	-----------------------
*/
#hdr-relatedlinks {
	width: 271px;
	height: 28px;
	background: transparent url("/ezstatic/data/nvbr/i/v2/hdr-relatedlinks-live.gif") no-repeat left top;
	text-indent: -999em;
}

#sb-relatedlinkslist ul {
	list-style: none;
	font-weight: bold;
}

#sb-relatedlinkslist ul li {
	border-bottom: 1px solid #eaeaea;
	padding: 4px 0;
	margin: 0 6px 0 0;
}

#sb-relatedlinkslist ul li a {
	display: block;
}

/*
	SIDEBAR - EVENTS
	----------------
*/

#hdr-events {
	background: transparent url("/ezstatic/data/nvbr/i/v2/hdr-events-live.gif") no-repeat left top;
	width: 274px;
	height: 29px;
	text-indent: -999em;
}

.event-item {
	color: #285624;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

a.event-link {
	color: #285624;
	display: block;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}


/*
	SIDEBAR - IN THE NEWS
	---------------------
*/

#hdr-inthenews {
	background: transparent url("/ezstatic/data/nvbr/i/v2/hdr-inthenews-live.gif") no-repeat left top;
	width: 272px;
	height: 26px;
	text-indent: -999em;
}

.sb {
	font-size: .9em;
}

p.sb {
	margin: 12px 0 0 0;
}

p.news-title {
	color: #285624;
	text-transform: uppercase;
	font-weight: bold;
}

p.lnk-more {
	margin: 0;
	padding: 0;
}

p.lnk-more a {
	color: #285624;
	display: block;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}


/*
	CORPORATE SPONSORS
	------------------
*/

.hdr-corporatesponsors {
	margin: 0;
	padding: 0;
}

#corporate-sponsors {
	margin: 0;
	padding: 0;
	position: relative;
}

#cs {
	position: absolute;
	top: -100px;
	left: 320px;
	width: 700px;
}

ul.sponsors-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sponsors-list li {
	float: left;
	margin: 0 4px 0 0;
}

ul.sponsors-list li h5 {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0;
}

ul.sponsors-list li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}




/* 
	FOOTER
	------------
*/

#footer {
	background: #285624 url("/ezstatic/data/nvbr/i/v2/bg-footer-live.jpg") repeat-x left top;
}

#footer .sitewrapper {
	background: transparent url("/ezstatic/data/nvbr/i/v2/bg-realtornvbr.png") no-repeat left 20px;
	min-height: 120px;
}

#footer .sitewrapper {
	height: auto !important;
	height: 120px;
}

#footernav {
	margin-top: 1em;
	margin-left: 300px;
	padding-top: .6em;
}

#footernav ul, #footernav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav ul {
	padding: 5px 0 4px;
	text-align: center;
}

#footernav ul li {
	display: inline;
	margin-right: .75em;
}

#footernav ul li.last {
	margin-right: 0;
}

#footernav ul li a {
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
}

#footernav ul li a span {
	padding: 5px 1em;
}

#footernav ul li a:hover span {
	color: #69C;
	text-decoration: underline;
}

/*\*//*/
#footernav ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#footernav ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #footernav ul li a {
	padding: 0;
}
/**/

/* 
	USMTAG
	------------
*/
#usmtag {
	/*
	position: absolute;
	left: 320px;
	top: 75px;
	*/
	margin: 30px 0 0 520px;
	padding: 0;
}

#usmtag a {
	display: block;
	width: 213px;
	height: 30px;
	background: transparent url("/ezstatic/data/nvbr/i/v2/usmtag.png") no-repeat left top;
	text-indent: -999em;
}



/*
	PAGE
	CALENDAR OF EVENTS
	------------------
*/
.memberlisttable {
	width: 100%;
	border-collapse: collapse;
}

.memberlisttable td {
	padding: 6px 4px;
	border: 1px solid #ccc;
}

.memberlist {
	width: 100%;
	border-collapse: collapse;
}

.memberlist td {
	padding: 6px 4px;
	border: 1px solid #ccc;
}

td.labelcell { background: #e7e7e7; }
td.fieldcell { background: #f5f5f5; }

.nameinfo,
.moreinfo {
	white-space: nowrap;
	vertical-align: top;
}



/*
	HOME PAGE & SLIDE GALLERY
	-----------------------
*/
body.article10542 #outerwrapper {
		background: transparent url("/ezstatic/data/nvbr/i/v2/roundcover-tall.jpg") no-repeat center 110px;
}

body.article10542 #sitetop {
	height: 379px;
	background: transparent;
}

/* header slideshow */
#bannerslideshow {
	width: 651px;
	height: 269px;
	position: absolute;
	left: 298px;
	top: 109px;
	overflow: hidden;
}

.heading10542,
.heading24804 {
	display: none;
}

/* content slideshow */
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for sample Gallery
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
}

div.gallerylayer {
	border: 1px solid #ccc;
}

#homegallery-sidebox{
	float:right;
	width:225px;
	text-align:left;
	position:relative;
	top:-20px;
}


/* =Page Styles: FIND A MEMBER SECTION
-----------------------------------------------
*/

div#findrealtorformwrapper table td {
	padding: 4px;
}
p.navigatorbacksearch {
text-align:right;
}

div#findrealtorformwrapper table td {
	padding: 4px;
}
p.navigatorbacksearch {
text-align:right;
}


div#eznavigatortpl {
background:#2c8871;
background: #7f8756;
padding: 2px;
margin: 10px 0;
clear:both;
color:#fff;
font-size:smaller;
}


div.backtotop {
background:#2c8871;
padding: 2px;
margin: 10px 0;
clear:both;
color:#fff;
font-size:smaller;
text-align:right;
}

div#eznavigatortpl a, div.backtotop a {
color:#fff;
}

div.findrealtorlisting {
padding: 0 0 14px 0;
margin: 0 0 14px 0;
border-bottom: 1px solid #bfdac1;
}


div.realtorimgblock {
width: 100px;
height: 100px;
float:left;
display:block;
margin: 0 10px 0 0;
background:transparent;
text-align:center;
}

.showrealtorimg { 
	/*  padding: 0 5px 5px 0; */
	padding: 4px 0;
}


span.agentfirstlastname {
font-weight:bold;
}

