/* CSS Document */

body { margin:0px; padding:0px;font-family:verdana, arial, helvetica, sans-serif; color:#333; background-color:white; background-image:  url(nlBWLogo2.jpg); background-repeat:no-repeat;}
h1 {margin:0px 0px 0px 0px; padding:0px;font-size:28px; line-height:28px; font-weight:900; color:#ccc;}
p {font:11px/20px verdana, arial, helvetica, sans-serif; margin:0px 0px 16px 0px; padding:0px;}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {color:#999999; font-size:11px; text-decoration:none; font-weight:600; font-family:verdana, arial, helvetica, sans-serif;}
a:link {color:#999999;}
a:visited {color:#999999;}
a:hover {background-color:#eee;}

img{ border:5px solid #eee; margin:2px;}
img#site{ border:5px solid #eee; margin-right:20px; margin-bottom:5px; float:left;}
object#site{ border:5px solid #eee; margin-right:20px; margin-bottom:5px; float:left;}

#header {
margin:130px 0px 0px 0px;
padding:5px 0px 0px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height: 13px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color:black;
border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:11px;
text-align: right;
background-color:#eee;
background-image:  url(nlHeader.jpg);
background-repeat: no-repeat;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;

}
#header h1 span {
	display:none;
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#content {
margin:0px 30% 20px 0px;
padding:0px 10px 10px 20px;
border-right:1px dashed #999;


}
#left {
padding: 20px 0 20px 0;
background-image:  url(nlFlowerPotLight.jpg);
background-position: bottom right;
background-repeat: no-repeat;
height:500px;
}



#menu {
position:absolute;
top:165px;
left: 72%;

padding:5px 5px 5px 5px;
width: 25%;



background-color:#eee;
border:1px solid #cccccc;
border-top: #eeeeee;
border-left: #eeeeee;
line-height:17px;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;

}
#menu h3 span {
	display:none;
	}

#button {
margin-bottom:1px;
padding:1px 1px 1px 5px;
background-color: #fff;

height: 35px;
border:1px solid #999;
}


#footer {border-top:1px dashed #999;padding:10px 10px 0 0;font:11px/20px verdana, arial, helvetica, sans-serif;text-align:right;}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}