/*  meadowsrvpark.css  */

* { padding: 0; margin: 0; }
html {
		background:#A9C9E2 url('../images/bkg-bottom2.jpg') no-repeat fixed center 50%; background-position : bottom center;

}

body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; margin-top:7px;
	color: #000000;}

#wrapper { 
 margin: 0 auto;height: auto;
 width: 900px;
}


.maintable { 
border: 1px solid #cc9900;
 background-color : White;	background-image : url(../images/content-sig.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;

}


p { font:normal 14px Arial; color: #000000;  padding: 12px;}

ul, li  { font:normal 14px Arial; color: #000000;  padding: 6px; margin-left: 18px;}


fieldset {

  margin: 0px;

  padding:5px; width:80%;

  border: 1px solid #663300;

  padding:5px; 

}



legend {

 margin-top: 3px;

  color : #663300;

  font-weight : bold;

  margin-left : 3px;

  margin-right : 3px;

  margin-bottom : 0;

}



.box, #box {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 

  margin: 3px;	color: #663300;

  background: #FFFFCC;

border: 1px solid #663300; word-spacing: 0.1em;}


#header {
 width: 900px;
}


a, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #663300;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #663300;
}

H1 {
margin: 0px;
  font-family: "Courier New";
text-align: left; 	color: #CC9933;
font-size: 27px; margin-top: 7px;margin-left: 12px;line-height: 29px;
margin-bottom: 7px;
}

H2 {
  font-family: "Courier New";
  font-size: 18px;margin-left: 12px;
  color: #006633;
}
H3 {
  font-family: sans-serif;
  font-size: 16px;margin-left: 12px;
	color: #663300;
}
H4 {
  font-family: sans-serif;
  font-size: 14px;margin-left: 12px;
  color: black;
}



.button {
	background-color :#663300;
	color : White;
	font-size : 12px;
	text-align : center;  font-weight : bold;
}

.bkg-content {
	background-image : url(../images/content-sig.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
	background-color : White;
}

.footer {
	color:#ffffff;
	font-size : 12px;
	text-align : center;  font-weight : bold;
}

.footer A:link     {COLOR: white; TEXT-DECORATION: none;font-weight : bold;
}
.footer A:visited  {COLOR: white; TEXT-DECORATION: none;font-weight : bold;
}
.footer A:hover    {COLOR: white; TEXT-DECORATION: none;font-weight : bold;
}




.navigation {
	height:25px;
}

#tabs10 {
      float:left;
      width:900px;
       font-size:13px;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;float:right;
          padding:0px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }