/*  Town Green Village  */

/*dark green #003300
med green    #006633
gold         #c8b568
light gold   #f0e5a8
dark brown   #996600
red          #993300
blue         #336699*/

body {
background:#663300 url(../images/bg_grapevine.jpg);
margin:0 auto;
padding:0;
color: #000000;
font-size: 0.9em;
font-weight: normal;
font-style: normal;
text-align: left;
line-height: 1.2em;
font-family: "Trebuchet MS", sans-serif;
}

/******** General tags ********/

a {
text-decoration:underline;
color:#f1e6cd;
font-weight: bold;
}

a:hover {
text-decoration:underline;
color:#FFFFFF;
font-weight: bold;
}

a img {
border:0;
}

p {
margin:0 0 10px 10px;
color: #000000;
font-weight: normal;
font-style: normal;
text-align: left;
line-height: 1.2em;
font-family: "Trebuchet MS", sans-serif;
}

}

h1 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px 0px;
color:#993300;
padding:0 2px 2px 5px;
line-height: 1em;
}

h2 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px 0px;
color:#993300;
padding:0 2px 2px 5px;
line-height: 1em;
}

h3 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px 0px;
color:#003300;
padding:0 2px 2px 5px;
line-height: 1em;
}

h4 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px 0px;
color:#ffffff;
padding:0 2px 2px 5px;
line-height: 1em;
}

h5 {
font-size:1.2em;
color:#993300;
padding:0 2px 2px 5px;
margin:0 0 10px 0;
letter-spacing:-1px;
}

h6 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px 0px;
color:#003300;
padding:0 0 0 10px;
line-height: 1em;
font-style: italic;
font-weight: bold;
}

/******** Main wrap ********/

#wrap {
color:#333333;
margin:0px auto 10px auto;
padding:0;
width: 777px;
background-image: url(../images/index_10.jpg);
}

/******** Header ********/

#header {
background-image: url(../images/index_01.jpg);
background-repeat: no-repeat;
height: 116px;
width: 777px;
margin: 0px;
padding: 0px;
position: relative;
}

/******** Content ********/

#content_left {
float:left;
width:340px;
margin:40px 0 0 15px;
padding:0 0 0 10px;
}

ul {
margin:0;
padding:0 0 15px 10px;
}

li {
list-style:disc url(../none) outside;
margin:0 0 4px 20px;
padding:0;
}

li a {
font-size:.9em;
font-weight:bold;
padding:2px;
color: #FFFFFF;
}

#content_left ul ul {
margin:4px 0 3px 15px;
line-height:1.2em;
padding:0;
}

#content_left ul ul li a {
font-weight:normal;
}

#content_left a {
color:#f1e6cd;
font-weight: bold;
text-decoration: underline;
}

#content_left a:hover {
color:#FFFFFF;
font-weight: bold;
text-decoration: underline;
}

#content_right {
width:375px;
float:right;
text-align:left;
margin:40px 5px 20px 15px;
padding:0 0 0 0;
}

#content {
width: 700px;
text-align:inherit;
margin:40px 0px 0px 10px;
padding:0 0 0 10px;
float:left
}

#content_box {
margin:20px 0 0 0;
width: 350px;
}

/******** Footer ********/

#footer {
clear:both;
color:#808080;
margin:0px auto;
padding:0 0 0 0;
line-height:1.6em;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
background-position: bottom left;
height: 158px;
}

#footer a {
color: #000000;
}

#footer a:hover {
color: #006633;
}

#footer p {
margin: 0px;
width: 100%;
padding: 3px 0 3px 0;
text-align: center;
font-size: 80%;
}

/******** Various classes ********/

.subhead_border {
border-top:thin solid #003300;
border-bottom:thin solid #003300;
font-size: 1.1em;
line-height: 2em;
text-transform: none;
}

.border {
border: medium double #336699;
margin: 5px;
}

.border_left {
border: medium double #336699;
margin: 5px 10px 0 0;
float: left;
}

.border_right {
border: medium double #336699;
margin: 5px 0 0 10px;
float: right;
}

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.center {
text-align:center;
}

.bold_green {
color: #006633;
font-weight: bold;
}

.bold_black {
color: #000000;
font-weight: bold;
}

.bold_black_underline {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

.leading_loose {
color: #000000;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-align: left;
line-height: 1.5em;
font-family: "Trebuchet MS", sans-serif;
}

.img {
margin: 0 0 7px 0;
padding: 0 0 2px 0;
border-bottom-width: medium;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

.dropcap {
color: #000000;
font-weight: bold;
font-size: 2.8em;
line-height: 30px;
text-transform: uppercase;
float: left;
padding-top: 2px;
padding-right: 2px;
}

/******** Table Format ********/

table {
margin-left: 20px;
}