/* 

STYLE SHEET FOR FOREST CITY, IOWA CHAMBER OF COMMERCE WEB SITE
developed by bluespace creative, Inc.
www.bluespacecreative.com

*/

/* ---------  defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #f4f4cd;
	z-index: 100;
	background-image: url(../images/bottomBkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4F4CD;
	line-height: 17px;
		}



/*  ---------  structure  --------- */

#topBanner {
	background: url(../images/topBanner.jpg) repeat-x;
	z-index: 300;
	height: 25px;
	padding-bottom: 35px;
}
#topHalf {
	background-image: url(../images/bodyBkg.gif);
	background-repeat: repeat-x;
	height: 577px;
}


#wrapper {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
		}	
		
#logo {float: left;}

#tagline {padding: 32px 0 6px 22px; float: left;}

#searchBox a, #searchBox{border: none !important;}


#searchBox {float: left; padding: 25px 0 0 57px;}

 #searchBox #search td.searchBkg {background: url(../images/searchBox.gif) no-repeat;} 

#searchBox #search .searchBkg .textfield {
	background-color: transparent;
	background-image: none;
	text-align: right;s
	padding-right: 8px;
	border: none !important;s
} 
		
#navContainer {float: left;}
#navContainer a:focus{outline: none;}

#flashContainer {clear: both; float: left;}

#bottomHalf {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 994px;
	padding-top: 22px;
	text-align: left;
}

#footer {
	text-align: right;
	font-size: 11px;
	color: #a7a573;
	line-height: 15px;
	clear: left;
		}
		
#footer p {padding-bottom: 5px;}
#footer a {color: #BD9C5E; }
#footer a:hover {text-decoration: none; color: #BD9C5E; border-bottom: 1px dotted #BD9C5E;}

.separator {
	clear: both;
	height: 4px;
	line-height: 4px;
	background-image: url(../images/sepImg.gif);
	background-repeat: repeat-x;
	margin: 22px 0 10px 0;
	float: left;
	width: 994px;
		}
		
.callout {
	float: left;
	width: 215px;
	padding-right: 44px;
}

.lastCallout {padding-right: 0px !important;}

/* ----------  links and navigation ---------- */

a {color: #8bbed7; text-decoration: none;}	
a:hover {border-bottom: 1px dotted #8bbed7;}
		
/* ----------  fonts ---------- */

ul {list-style-type: none;}

h1 {
	display: block;
	background-image:url(../images/forest_city_logo_homepage.jpg);
	width: 229px !important;
	height: 136px !important;
	text-indent:-9995px;
	padding:0 !important;
	margin:0 !important;
}
		
h2 {
	font-size: 21px;
	color: #b06b29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: -.1em;
}


/* ----------  images ---------- */

a img {border: 0;}
		
/* ----------  hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
