/* CSS Document */

/*-------------Custom Global Tags-----------------*/


body {
background: #5F4B1F;
margin: 0px;
font-family: "Trebuchet MS", sans-serif;
border-bottom: 7px solid #4a3914;
}

h1 {
color: #4a3914;
font-family: "Trebuchet MS", sans-serif; 
font-size: 24px;
line-height: 18px;
margin: 0 0 30px 0;
padding: 0 0 0 25px;
letter-spacing: 3px;
background: url(images/brown_arrow.gif) top left no-repeat;
}

h2 {
color: #9a814b;
font-family: "Trebuchet MS", sans-serif; 
font-size: 19px;
margin: 0;
padding: 0;
letter-spacing: 3px;
}

p {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

a img,:link img,:visited img { border: none; }

#sitenav a:link {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

#sitenav a:visited {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

#sitenav a:hover {
text-decoration: none;
color: #9d7a2e;
}

#collapseNav a:link {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

#collapseNav a:visited {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

#collapseNav a:hover {
text-decoration: none;
color: #9d7a2e;
}

#text a:link {
font-size: 15px;
text-decoration: none;
color: #b69318;
}

#text a:visited {
font-size: 15px;
text-decoration: none;
color: #b69318;
}

#text a:hover {
text-decoration: underline;
color: #9d7a2e;
}

input {
width: 250px;
height: 20px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) right top no-repeat;
}

input:focus {
border: 1px solid #000;
background: #fff;
}

textarea {
width: 517px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #6f8790;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff url(images/textarea_bg.gif) top left no-repeat;
background-position: center;
}

textarea:focus {
border: 1px solid #000;
background: #fff;
}

hr {
border: none 0;
width: 100% ;
height: 1px;
border-top: 1px dotted #b4a27b;
margin-top: 30px;
}

form{
margin: 0;
padding: 0;
}

/*--------------Special-------------------*/

.centeralign {
text-align: center;
}

/*-------------Main Nav-------------------*/

#sitenav {
float: right;
width: 530px;
height: 25px;
padding: 2px 15px 0 18px;
color: #a9b45b;
letter-spacing: 1px;
margin-top: 133px;
background: url(images/nav_bg.gif) top left no-repeat;
}

#collapseNav {
height: 29px;
width: 771px;
margin-top: 0px;
padding: 1px 29px 0 0;
letter-spacing: .01em !important;
background: #fff url(images/subnav_bg.gif) top right no-repeat;
text-align: right;
color: #8d9749;
}

#collapseNav a:hover {
color: #fff;
}

/*-------------Layout Divs--------------*/


#wrapper {
width: 800px;
position: relative;
margin: 40px auto;
margin-bottom: 0;
}

#header {
width: 800px;
height: 160px;
background: #fff url(images/header.gif) top left no-repeat;
padding: 0 0 0 0;
}

#content {
width: 800px;
min-height: 450px;
background: #fff;
padding: 15px 0 20px 0;
}

* html #content {height: 450px;}  /* IE min-height hack */


#flash {
width: 760px;
padding: 0;
margin: 0 20px 0 20px;
}

#text {
width: 750px;
height: 410px;
text-align: justify;
margin: 0 20px 0 20px;
overflow: auto;
padding: 0 10px 0 0;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 660px;
height: 95px;
background: url(images/footer.gif) bottom right no-repeat;
text-align: right;
padding: 30px 140px 0 0;
color: #423312;
}

