/*northerwood stylesheet*/

body {
text-align:center;
}

a {
text-decoration: none; 
color:navy; 
}

a:visited {
color: navy;
}

a:hover { 
color: red; 
text-decoration: none;
}

a.buttontext:visited{
color:#fff;
}

a.buttontext:hover{
color:#69c;
}

p,li{
font-size:0.83em;
color:navy;
}

td.button a{
display:block;
}


#address{
float:right;
text-align:left;
font-size:0.75em;
margin-top:35px;
margin-right:35px;
}

.button{
font-size:0.75em;
text-align:center;
background-image: url(images/buttongrad2.gif);
background-repeat:repeat;
border:1px solid white;

}

.buttontext{
color:#fff;

font-weight:bold;
line-height:0.95em;
}

#container {
font-family:arial,verdana,sans-serif;
font-size:1em;
width:800px;
border:1px solid black;
margin-left:auto;
margin-right:auto;
position:relative;
}

#footer{
margin-bottom:15px;
clear:both;
text-align:center;
font-size:0.70em;
line-height:1.5em;
}

#header{
height:180px;
width:800px;
background-image: url(images/northerwoodglassheader2.gif);

}

#maincontent{
margin:35px;
text-align:left;
}

#rightboxhome{
margin-left:20px;
margin-bottom:20px;
text-align:center;
float:right;
background-color:silver;
padding:20px;
width:260px;
}

#rightboxhalf{
margin-left:20px;
margin-bottom:20px;
text-align:left;
float:right;
background-color:silver;
padding:20px;
width:300px;
}