body {
	height:100%;
	margin:0;
	background:#FFF;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#566C83;
}
body.home {background:url('../images/home_bg.jpg') 162px 139px no-repeat;}
a img {border:none;}

#overlay {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background:#000;
	z-index:1;
}
#dialog {
	position:relative;
	top:75px;
	width:500px;
	height:auto;
	min-height:300px;
	margin:0 auto;
	padding:20px;
	background:#FFF;
	z-index:999;
}

#container {
	position:absolute;
	left:0;
	top:0;
	width:990px; /*was 1004px in original design*/
	padding:0 0 40px;
	overflow:hidden;
}

#header_logo {
	position:relative;
	float:right;
	width:298px; /*was 368px in original design*/
	height:139px;
	background:url('../images/nvfd_logo.gif') 0 17px no-repeat;
}
#header_logo h1 {display:none;}

#header_title {
	position:relative;
	float:left;
	width:636px;
	height:139px;
	background:url('../images/nvfd_title.gif') 11px 41px no-repeat;
}
#header_title h2 {display:none;}

#metanav {
	position:absolute;
	left:14px;
	bottom:7px;
	overflow:hidden;
}
#metanav ul, #metanav ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#metanav ul li {
	float:left;
	padding:0 8px;
	border-right:1px solid #5D951D;
}
#metanav ul li:last-child {border:none;}
#metanav ul li a {
	text-decoration:none;
	color:#5D951D;
}
#metanav ul li a:hover {color:#993A8B;}
#metanav ul li a.current_page {color:#5D951D; font-weight:700;}

#nav {
	clear:both;
	float:left;
	width:162px;
	height:180px;
	padding:10px 0;
	background:#9DD06A;
	line-height:18px;
	overflow:hidden;
}
#nav ul, #nav ul li, #subnav ul, #subnav #ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li, #subnav ul li {
	width:100%;
	vertical-align:bottom;
}
#nav ul li a, #subnav ul li a {
	display:block;
	padding:0 22px;
	text-decoration:none;
	color:#531535;
}
#nav ul li a {color:#531535;}
#nav ul li a:hover, #nav ul li a.current_page:hover {background-color:#FFF;}
#nav ul li a.current_page, #nav ul li a.current_page_parent {background:url('../images/nav_arrow.gif') 13px 5px no-repeat;}
#nav ul li a.current_page, #nav ul li a.current_page_parent, #subnav ul li a.current_page {font-weight:700;}

#subnav {
	float:left;
	width:239px;
	height:180px;
	padding:10px 0;
	background:#696459 url('../images/subnav_bg.jpg');
	line-height:18px;
	overflow:hidden;
}
#subnav.dog {background-image:url('../images/subnav_bg-dog.jpg');}
#subnav ul li a {color:#FFF;}
#subnav ul li a:hover, #subnav ul li a.current_page:hover {background-color:#9DD06A;}
#subnav ul li a.current_page {background:url('../images/subnav_arrow.gif') 13px 5px no-repeat;}

.home_header {float:left; height:200px; overflow:hidden;}
#home_header1 {width:239px; background:url('../images/home_header1.jpg');}
#home_header2 {width:235px; background:url('../images/home_header2.jpg');}
#home_header3 {width:237px; background:url('../images/home_header3.jpg');}
#home_header4 {width:127px; background:url('../images/home_header4.jpg');} /*was 131px in original design*/

#content {
	float:right;
	width:479px; /*was 493px in original design*/
	margin:0 90px 0 20px;
	line-height:18px;
	min-height:500px;
}
#content p {width:493px;}
.wide {
	width:551px !important; /*was 565px in original design*/
	margin:0 18px 0 20px !important;
}
#content h1, #dialog h1 {
	margin:0;
	font-size:14px;
	font-weight:700;
	color:#993A8B;
}
#content h2, #dialog h2 {
	margin-bottom:0;
	font-size:11px;
	font-weight:700;
	color:#993A8B;
}
#content p, #subcontent p, #dialog p {margin-top:0;}
#content p a.email, #dialog p a.email {color:#566C83;}
#content p a.email:hover, #dialog p a.email:hover {color:#993A8B;}
#content a, #dialog a, #content table tr td a.email {color:#70A61C;}
#content a:hover, #content table tr td a.email {color:#993A8B;}

#content a.download, #dialog a.download {padding-right:16px; background:url('../images/download0.gif') right 1px no-repeat;}
#content a.download:hover, #dialog a.download:hover {background-image:url('../images/download1.gif');}
#content a.backtotop {padding-right:16px; background:url('../images/backtotop0.gif') right 1px no-repeat;}
#content a.backtotop:hover {background-image:url('../images/backtotop1.gif');}
abbr {padding-right:16px; background:url('../images/info0.gif') right 1px no-repeat;}
abbr:hover {background-image:url('../images/info1.gif');}

#content table.calendar {
	width:100%;
	border-top:1px dotted #852678;
}
#content table tr td.date {width:110px;}
#content table tr td.event_name {width:190px;}
#content table.members {
	width:100%;
	line-height:12px;
	font-size:9px;
}
#content table.members tr td.paginator {
	text-align:right;
}
#content table.members tr td.paginator a {
	text-decoration:none;
	color:#884479;
}
#content table.members tr th, #content table.members tr td {
	margin:0 2px 0 0;
	padding:2px;
	vertical-align:top;
}
#content table.members tr th {
	background:#733166;
	font-weight:400;
	text-align:left;
	color:#FFF;
}
#content table.members tr th:last-child {background:#733166 url('../images/purple_tr_corner.gif') top right no-repeat;}
#content table.members tr.odd td {background:#E6EAEC;}
#content table tr th.member_name {width:139px;}
#content table tr th.area {width:106px;}
#content table tr th.address {width:206px;}
#content table tr td.phone {width:107px;}

#content ul {
	padding:0 0 0 16px;
}

#form {margin-top:30px;}
#form p.remark {
	text-align:right;
	font-size:10px;
	font-style:italic;
	color:#884479;
}
#form #form_header {
	height:13px;
	background:#884479 url('../images/purple_tr_corner.gif') top right no-repeat;
}
#form #form_header h3 {
	margin:0;
	padding:0 0 0 15px;
	text-transform:uppercase;
	letter-spacing:.1em;
	line-height:12px;
	font-size:10px;
	color:#FFF;
}
#form #form_body {
	padding:10px 10px 16px;
	border-left:1px solid #E1D0DD;
	border-right:1px solid #E1D0DD;
}
#form div.form_errors {margin-bottom:10px;}
#form .form_errors p {
	margin:0;
	padding:0;
	color:#F00;
	font-weight:700;
}
#form div.item_label {width:170px;}
span.required {font-weight:700;}
#form .item input {width:232px; border:1px solid #77776E;}
input.zipcode {width:68px !important;}
input.phone, input.fax {width:128px !important;}
input.autowidth {width:auto !important;}
#form textarea {width:97%; height:80px;}
#form textarea.wysiwyg {height:228px;}
textarea.spec {margin-top:2px; width:232px !important; height:30px !important;}
#form #send_button, #form #reset_button {
	float:right;
	margin:2px 0 0 5px !important;
}

#content table.members tr td.footer, #form #form_footer {
	height:13px;
	background:#C3A1BC url('../images/purple_bl_corner.gif') bottom left no-repeat;
}

#subcontent {
	float:right;
	width:199px; /*was 239px*/
	margin:19px 0 0 0;
	text-align:right;
	line-height:15px;
	font-size:10px;
	font-style:italic;
	color:#993A8B;
}
#subcontent.search {font-style:normal !important;}

#login {
	clear:left;
	float:left;
	width:92px;
	margin:11px 37px 0 11px;
	padding:5px 11px 5px 9px;
	border:1px solid #A6C884;
	background:#EAF6DF;
	font-size:10px;
}
#login h4 {
	margin:0;
	padding:0;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-weight:700;
	font-size:9px;
	color:#5D951D;
}
#login input {
	width:88px;
	border:1px solid #C1DAA9;
}
#login a.forgotpw {
	font-family:Tahoma;
	color:#81AE4F;
}
#login a.login {
	float:right;
	text-transform:uppercase;
	font-weight:700;
	font-size:9px;
	color:#5D951D;
}
#login a:hover {color:#993A8B;}

#home_col2 {
	float:left;
	width:214px;
	margin:21px 4px 0 21px;
	padding:0;
}
#news_header, #calendar_header {
	height:27px;
	background:#733166;
}
#news_header h4, #calendar_header h4, #calendar_header p, #advertisement_header h4 {
	float:left;
	margin:0;
	padding:5px 9px;
	font-weight:700;
	font-size:11px;
	color:#FFF;
}
#calendar_header p {padding:6px; color:#D3BBCE;}
#news_body, #calendar_body {
	padding:9px;
	background:#F7F2F6;
	line-height:18px;
}
#news_body ul, #news_body ul li, #calendar_body ul, #calendar_body ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#news_body ul li a, #calendar_body ul li a, #calendar_body a {
	text-decoration:none;
	color:#566C83;
}

#home_col3 {
	float:left;
	width:382px;
	margin:21px 4px 0 21px;
	padding:0;
}
#welcome {line-height:18px;}
#welcome h3 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:700;
}
#welcome p {margin:0 0 27px; padding:0;}
#search fieldset {
	padding:0 10px 10px;
	background:url('../images/nl_map.gif') 289px 12px no-repeat;
	border:2px solid #D9C5D5;
}
#search legend, span.search_header {
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight:700;
	font-size:10px;
	color:#884479;
}
#search #spacer {height:20px;}
#search .item_label, #form .item_label {
	clear:left;
	float:left;
	width:58px;
	margin:0 14px 3px 0;
	padding:3px 0 0 0;
	text-align:right;
}
#search .item, #form .item {
	float:left;
	margin:0 0 3px;
}
form {margin:0;}
#form .item_right {
	float:left;
	margin:0 0 3px 184px;
}
#search .item select {width:125px;}
#search .item input, input.search {width:119px; border:1px solid #77776E;}
#search #search_button {
	float:left;
	margin:0 0 0 5px !important;
}

#home_col4 {
	float:left;
	width:146px; /*was 160px in original design*/
	margin:21px 0 0 21px; /*17*/
	padding:0;
}
#advertisement_header {
	height:27px;
	background:#696459;
}
#advertisement_body {
	padding:9px;
	background:#F5F2F1;
	line-height:18px;
}
#news_body p, #advertisement_body p {margin:0; padding:0;}
#advertisement_body a {color:#E75624;}
#advertisement_body a:hover {color:#993A8B;}

hr {display:none;}
hr.sep {clear:both; border:none; width:161px; float:right; border-top:1px dotted #852678; display:block;}
br.clearall {clear:both;}
span.nobr {display:inline-block;}
span.pre {font-family:monospace;}
