/* CSS Document */

/*-------------Custom Global Tags-----------------*/


body {
background: #e3e3e3;
margin: 0px;
font-family: "Trebuchet MS", sans-serif;
padding: 0;
padding-bottom: 30px;
}

h1 {
color: #798589;
font-family: "Trebuchet MS", sans-serif; 
font-size: 20px;
margin-top: 0;
}

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; }

a:link {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

a:visited {
font-size: 14px;
text-decoration: none;
color: #58451c;
}

a:hover {
text-decoration: none;
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: 707px;
height: 30px;
padding: 2px 15px 0 15px;
color: #94a2a7;
letter-spacing: 1px;
background: #798589;
text-align: center;
}

#sitenav a {
color: #FFF;
font-size: 11px;
}

#collapseNav1 {
height: 29px;
width: 737px;
margin-top: 0px;
letter-spacing: .01em !important;
background: #a9bdc3;
text-align: center;
color: #758f97;
padding-top: 1px;
}

#collapseNav2 {
height: 29px;
width: 737px;
margin-top: 0px;
letter-spacing: .01em !important;
background: #a9bdc3;
text-align: center;
color: #758f97;
padding-top: 1px;
}

#collapseNav3 {
height: 29px;
width: 737px;
margin-top: 0px;
letter-spacing: .01em !important;
background: #a9bdc3;
text-align: center;
color: #758f97;
padding-top: 1px;
}

#collapseNav1 a {
color: #000;
font-size: 11px;
}

#collapseNav1 a:hover {
color: #fff;
}

#collapseNav2 a {
color: #000;
font-size: 11px;
}

#collapseNav2 a:hover {
color: #fff;
}

#collapseNav3 a {
color: #000;
font-size: 11px;
}

#collapseNav3 a:hover {
color: #fff;
}

/*-------------Layout Divs--------------*/


#wrapper {
width: 737px;
position: relative;
margin: 40px auto;
margin-bottom: 0;
margin-top: 0;
border: 8px solid #5a6470;
}

#header {
background: #fff url(images/header.gif) top left no-repeat;
padding: 0 0 0 0;
}

#content {
background: #fff;
height: 398px;
overflow: auto;
padding: 20px;
font-size: 12px;
}

#contentHome {
background: #fff;
height: 438px;
}

#flash {
float: right;
width: 737px;
height: 126px;
padding: 0;
}

#text {
width: 760px;
text-align: justify;
margin: 0 20px 0 20px;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
background: #798589;
}

#footer {
position: relative;
margin: 0px auto;
width: 737px;
text-align: right;
color: #37506d;
font-size: 11px;
margin-bottom: 30px;
padding-top: 10px;
}

