/* 
++++++++++ GENERAL STYLES ++++++++++
*/



p {
	font-weight: normal; 
	font-size: .8em; 
	margin: 0px 0px 10px 0px; 
	color: #000; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}


blockquote {
	font-weight: normal; 
	font-size: .8em; 
	color: #000; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	color: #006600; 
	font-size: 1.5em; 
	text-decoration: none;
	font-weight: normal; 
	font-family: Verdana, Helvetica, Arial, sans-serif;		
}

a {
	color: #009; 
	text-decoration: none;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;		
}

a:link {
	color: #009; 
	text-decoration: none;		
}

a: visited {
	color: #36C; 
	text-decoration: none;
}

a:hover {
	color: #36C; 
	text-decoration: underline;	
}

.textbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 1px 4px;
	border: 1px outset #999;
	background-color: #ccc;
	color: #666;
}

.divider {
	margin: 10px 0px;
	height: 1px;
	border-bottom: 1px dotted #666;
}

li {
	font-weight: normal; 
	font-size: .8em; 
	margin: 0px 0px 3px 0px; 
	color: #000; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

/* 
++++++++++ HEADER STYLES ++++++++++
*/

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 	
	color: #000;
	background-color: #fff;
}

#header .banner {
	background-color: #97acc1;
	margin: 0px;
	padding: 0px;
} 

#header .topnav {
	background-color: #8CA6CE;
	height: 22px;
	border-top: 1px solid #000;
	border-bottom:1px solid #000; 
	vertical-align: middle;	
} 

#header .buttons { 
	margin: 0px 0px 0px -12px; 
	padding: 4px 0px 4px 12px; 
	text-transform: uppercase; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: .7em; 
	vertical-align: middle;	
	white-space: nowrap; 
} 

#header .buttons a { 
	padding: 4px 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000; 
	text-decoration: none; 
} 

#header .buttons a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000; 
	text-decoration: underline; 
} 

#header .buttons strong { 
	padding: 4px 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000; 
	text-decoration: none; 
	background-color: #F7F2DD; 
}

#header .buttons b { 
	padding: 4px 0px 4px 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000; 
	text-decoration: none; 
}

#header .search {
	padding: 0px; 
	margin: 0px;
}

#header .searchbox {	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px; 	
	width: 100px;
} 


/* 
++++++++++ MAINBODY STYLES ++++++++++
*/

#mainbody
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* 
++++++++++ LEFTNAV STYLES ++++++++++
*/

#leftnav {
	background-color: #F7F2DD;	
	font-weight: normal;
	padding-top: 14px;
}

.shadow {
	background-color: #F7F2DD;
	background-image: url(images/leftnav_shadow.gif);
	background-repeat: repeat-y;
}

#localnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #999;	
	margin:0px 10px 0px 10px; 
}

#localnav .title
{
	text-transform: uppercase; 
	background-color: #D5CC9F;
	color: #333;
	text-decoration: none;
	font-size: .7em;	
	width:100%;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;		
}

#localnav .title a {
	color: #333;
	text-decoration: none;			
}

#localnav .title a:visited {
	color: #333;
	text-decoration: none;			
}

#localnav .title a:hover {	
	text-decoration: underline;
}	

#localnav .buttons {
	color: #000;
	text-decoration: none;
	width:100%;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 0px;	
	border-top: 1px solid #999;			
}
	
#localnav .buttons a {
	text-decoration: none;			
}

#localnav .buttons a:hover {	
	text-decoration: underline;		
}

#localnav p {	
	margin: 4px 4px 4px 0px; 
	line-height: 130%; 		
}


#pictures {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:4px 10px 0px 10px; 
	align: center;}