/*
	CSS for FHABC
	
*/
   
/* default styles */

body { 
padding: 5px 0 0 0; 
margin: 8px; 
font: .9em Tahoma, Arial, sans-serif; 
line-height: 1.7em; 
background: #FFFFFF url(images/bg.gif) repeat-x; 
color: #000000;
}

a { color: #006600; background: inherit; }
a:hover { color: #739252; background: inherit; }
p { margin: 0 0 5px 0; }
p.ridge {border-style:ridge; border-style: bottom}
h1 { color: #003300; font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { color: #FFFFFF; margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: inherit; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content { margin: 8px auto; width: 960px; }
#logo { margin: 0 0 10px 0; color: #006600; }
#slogan { font-size: 1.2em; margin: 0 0 10px 2px; padding: 0; color: #003300; background: #FFFFFF; }
/*#top_info { line-height: 27px; float: right; color: #FFFFFF; background: #000000; margin: 12px 5px 7px 0; text-align: right; height: 74px; }*/
#top_info { line-height: 10px; float: right; color: #FFFFFF; background: #000000; margin: 12px 5px 7px 0; text-align: right; height: 74px; }
#topline { border: 1px solid #ccc }

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #FFFFFF url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #000000;
	}
	#tablist li a:hover{
		background: #478F36 url(images/corner.gif) no-repeat top right;
		color: #FFFFFF;
	}
	#tablist li a.current{
		background: #006600 url(images/corner.gif) no-repeat top right;
		color: #FFFFFF;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 950px;
	background: #FFFFFF url(images/topicsbg.gif) repeat-x left bottom;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	height: 1px;
}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search 
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 960px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: inherit url(images/bgshade.gif) repeat-x;
		color: inherit;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: inherit;
		color: inherit;	
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		

/* footer */
#footer { 
	clear: both; 
	color: inherit;
	background: inherit;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
	
