/* Screen Stylesheet for the Unionville Website */

/* A */
a{
color:#83A7BF;
}
a:hover {
text-decoration:none;
}

/* B */
body	{
background:#b2bfc8 url(images/newbg.jpg) top center repeat;
color:#303030;
}

/* D */
div#container	{
position:relative;
left:-1px;
background:#bfbfbf;
color:#303030;
width:770px;
}
div#content{
width: 475px;
background:#ffffff;
opacity: 0.85;
-moz-opacity: 0.85;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
filter:alpha(opacity=85);
color:#2a2a2a;
}
div#content h1,div#content h2 {
background-color:inherit;
color:#2E4BA8;
}
div#content a{
color:#5394BF;
}
div#footer a {
color:#d0d0d0;
}
div#header	{
margin:0;
color:#2E4BA8;
height:107px;
}
div#header h1{
margin:0;
}
div#body	{
background:#859f6c url(../images/parkbg2.jpg) top left no-repeat;
min-height:554px;
}
div#footer	{
background:url(images/footer2.jpg) #f5f5f5 top left repeat-x;
width:100%;
/*color:#d0d0d0;*/
}
div#nav {
float:left;
width:100%;
font-size:93%;
line-height:normal;
border-bottom:2px solid #000000;
border-top:1px dotted #000000;
}
div#nav ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
div#nav li {
display:inline;
margin:0;
padding:0;
}
div#nav a {
float:left;
background:url("images/tableftF.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
div#nav a span {
float:left;
display:block;
background:url("images/tabrightF.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#nav a span {float:none;}
/* End IE5-Mac hack */
div#nav a:hover span {
color:#FFF;
}
div#nav a:hover {
background-position:0% -42px;
}
div#nav a:hover span {
background-position:100% -42px;
}
div#notes{
background: #83A7BF/*#b2bfc8*/;
opacity: 0.90;/*.78*/
-moz-opacity: 0.90;/*.78*/
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
width: 220px;
color:#222;
}
div#notes a{
color:$FFFFFF
}
/*div#notes h1{
color:#222;
}
div#notes p	{
color: #ffffff;
}*/
