/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 0 auto;
padding: 0;
font: 85% Verdana,Tahoma,Arial,sans-serif;
background-color: #996600;
/*--url(images/back1.jpg)*/
}


#wrap {
background: #ecffda;
color: #336633;
border:  none;
margin: 0 auto;
width: 789px;
}

#wrap a {
text-decoration: underline;
color: #336633;
}

#wrap a:hover {
text-decoration: underline;
color: #b6952a;
}

#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 75px;
background-color: #ecffda;}

#header h3 {
width: 500px;
margin: 0px 0px 0px 15px;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0px 0px 0px;
font-size: 0.8em;
line-height: 1.8em;
height: 35px;}



#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #fffff1;
display: block;
padding: 6px 0 0 10px;
background: #336633;
border-left: 1px #846837 solid;
}
	
	
#avmenu li a:hover {
background: #996600;
color: #fffff1;
border-left: 4px #47381e solid;
}

.announce {
margin: 5px 0 5px 0;
padding: 10px;
width: 140px;
color: #336633;
background-color: #ecffda;
font-size: 1.0em;
line-height: 1.5em;
}

#extras {
float: right;
width: 160px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.95em;
line-height: 1.3em;
}

#extras p {
margin: 0 1.5em 1.5em 0; 
color: #996600;
font-weight: bold;
} 

#extras h5 {
font-size: 1.0em;
margin: 0 0 0 0;
font-weight: bold;
}

#content {
margin: 0em 160px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.3em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;
}  

#table {
font-size: .9em;
margin: 0em 0px 20px 160px;
padding: 0 10px 0 10px;
} 

#content2 {
margin: 0em 20px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.3em;
text-align: left;
}
#employment {
margin: 0em 160px 20px 160px;
padding: 0 10px 0 10px;
}

#employment h2 {
font-size: 1.4em;
margin-bottom: -5px
} 

#employment li{
margin: 0 0 0.5em 0;
font-size: 1.0em;
}

#employment h4	{	  
font-size: 1.0em;
margin-bottom:1px;
}	

h3 {
font-size: 1.8em;
margin: 0 0 10px 0;
}

h4	{	  
font-size: 1.3em;
margin-bottom:1px;
}				  

ul	{
margin-top:1px;
}

li {
margin-top:5px;
}

a {
text-decoration: none;
color: #8D3105;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}


#footer {
clear: both;
margin: 0 auto;
padding: 0px 0em 0px 0em;
width: 789px;
text-align: center;
color: #808080;
font-size: 0.9em;
height: 40px;
background: #ecffda url() no-repeat right;
border: none;}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.textrightlink {
text-align: right;
margin-top: -15px;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}
 
.small2 {
font-size: 0.95em;
}

.disclaimer {
font-size: 0.8em;		 
font-style:italic;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Poverty table */

#poverty 	{
	border: solid 0.1em rgb(204,153,51);
}

#poverty th	{
font-size: 0.8em;
}



.hilite	{
background-color:rgb(204,204,153);
}


/* Scrapbook styles */

#scrapbook {
margin: 0em 10px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.3em;
text-align: left;
}

#gallery	td	{
text-align:center;

}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
