/* CSS Document */

body {
background-image:url(../images/bg.gif);
background-repeat: repeat-x;
background-color: #695428;
text-align: center;
margin: 0;
}

#container {
position: relative;
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 760px;
}

#quicknav {
position: absolute;
top: 12px;
left: 600px;
width: auto;
height: auto;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.75;
opacity: 0.75;
text-align: left;
margin: 0;
z-index: 3;
font-size: 0;
}

#header {
position: relative;
background-color: #FFF;
height: 42;
width: 760px;
font-size: 0;
}

#navigation {
position: relative;
background-image: url(../images/nav_bg.gif);
background-repeat: repeat-x;
height: 31;
width: 760px;
line-height: 31px;
vertical-align:middle;
border-top: 1px solid #FA9804;
border-bottom: 1px solid #FA9804;
border-right: 0;
border-left: 0;
color: #333;
}

#navigation a, a:visited {
font: 10pt/31px normal Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}

#navigation a:hover {
font: 10pt/31px normal Arial, Helvetica, sans-serif;
text-decoration:underline;
color: #333;
}

#navigation ul {
font: 10pt/31px normal Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
display: inline;
} 

#navigation ul li {
font: 10pt/31px normal Arial, Helvetica, sans-serif;
margin: 0;
padding: 1px 16px;
list-style: none;
display: inline;
}
	
#navigation ul li.first {
font: 10pt/31px normal Arial, Helvetica, sans-serif;
margin: 0;
border: none;
list-style: none;
display: inline;
}

#content {
position: relative;
min-height: 600px;
width: 760px;
border-top: 1px solid #FFF;
border-left: 0;
border-right: 0;
border-bottom: 0;
background-image: url(../images/content_bg.gif);
background-repeat: repeat-x;
background-color: #FFF;
}

#content p {
color: #333;
font: 10pt/12pt normal Arial, Helvetica, sans-serif;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
text-decoration: none;
}

#content a:hover {
color: #9B8A67;
text-decoration: underline;
}

#content h1 {
color: #9B8A67;
font:normal 20pt/20pt Georgia, "Times New Roman", Times, serif; 
margin-top: .25 em;
margin-bottom: .25 em;
}

#content h2 {
color: #333;
font: italic 16pt/18pt Georgia, "Times New Roman", Times, serif; 
font-weight: 100;
margin-top: 1em;
margin-left: 0;
margin-right: 0;
margin-bottom: 0.25 em;
}

#sidebar {
position: relative;
top: 12px;
left: 0;
width: 190px;
min-height: 500px;
position: relative;
float: left;
z-index: 1;
text-align: left;
}

/* for Internet Explorer */
/*\*/
* #sidebar ul {
padding-left: 1.7em;
}
/**/

#sidebar ul {
padding-left: 1.3em;
margin-left: 0;
list-style-type:square;
color: #333;
}

#sidebar li, p, a, a:visited {
font: 8pt/12pt normal Arial, sans-serif;
color: #333;
text-decoration: none;
}

#sidebar a:hover {
font: 8pt/12pt normal Arial, sans-serif;
color: #333;
text-decoration: underline;
}

#sidebar h1 {
font: 10pt/12pt normal Arial, sans-serif;
color: #333;
font-weight: bold;
padding-left: 16px;
}

#copyright {
position:relative;
background-image: url(../images/nav_bg.gif);
background-repeat: repeat-x;
width: 760px;
height: 24px;
line-height: 24px;
vertical-align: middle;
text-align: center;
border-top: 1px solid #FA9804;
border-bottom: 1px solid #FA9804;
}

#copyright p {
font: 8.5pt/24px normal Arial, sans-serif;
color: #333;
margin: 0;
}

.padding_content {
padding-left: 200px;
padding-top: 4px;
padding-right: 8px;
padding-bottom: 4px;
}

.padding_content a {
font: 10pt/12pt normal Arial, Helvetica, sans-serif;
color: #9B8A67;
text-decoration: none;
}

.dropdown { 
font: 8pt/20pt normal Arial, sans-serif;
color: #000;
background-color: #F3D699;
}