body,td,a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html {
	min-height:100%;
} 
body {
	background:#737931 url('images/bgbar.png') top left repeat-x;
  	margin:0px;
}
h1 {
	color:black;
	font-size:16px;
	font-family:Verdana;
	display:block;
	border-bottom:1px solid #444444;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #656B34;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a img {
	border:0px;
}
#layout_center a {
	font-weight:bold;
	color: #767E35;
}
#layout_center a:hover {
	font-weight:bold;
	color: #333;
	text-decoration:underline;
}
#layout_center img {
	margin:4px;
	border:1px solid black;
}
#layout_center ul {
	list-style-image:url('images/arrow.png');
}
#layout_right {
	background-image:url('images/right_column_fade.gif');
	background-color: white;
}
#layout_left {
	color:white;
	background-color:#878F46;
	width:175px;
	padding:10px;
}
#layout_center {
	background:white url('images/grad_center.png') no-repeat top left;	
	padding:5px;
	width:575px;
}
#layout_links {
	background-color:#AFB379;
	height:25px;
}
#layout_title {
	background:#FFFFFF url('images/fallbrookorgtitle.png') top left no-repeat;
	height:100px;
}
#layout_footer {
	background-color:#AFB379;
	height:25px;
	font-size:9px;
	text-align:center;
}
#infobox {
	padding:10px;
	background-color:#AFB379;
}

.writer {
	font-size: 12px;
	font-weight: bold;
}
.writertitle {

	font-size: 9px;
}
.portal_headline {
	font-size: 13px;
	font-weight: bold;
}

.footer {
	font-size: 10px;
}
/* --------------- Drop down menus */


.navtabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
}

.navtabs li{
	display: inline;
	margin: 0;
}

.navtabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #276C5F;
	background: white url(images/right_column_fade.gif) top left repeat-x;
}

.navtabs li a:visited{
/*	color: #222222; */
}

.navtabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.navtabs li.selected{
}

.navtabs li.selected a{ 
	background-image: url(media/bluetabactive.gif);
	border-bottom-color: white;
}

.navtabs li.selected a:hover{
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropdown{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d;
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropdown a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropdown a{ /*IE only hack*/
	width: 100%;
}

.dropdown a:hover{
	background-color: #edf3f3;
}
/* --------------- Drop down menus */
/* --------------- CSS Shadows */
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin:5px;
}

div.shadow img {
  padding: 0px 0px 4px 0px;
  background: white url(images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}