/*
STYLE SHEET FOR THE CITY OF FOREST CITY, IOWA MUNICIPAL RESOURCES WEB SITE
developed by bluespace creative, Inc.
www.bluespacecreative.com

*/

/* ---------  defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

html, body {height: 100%;}
body {
	background-color: #b78c23;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4F4CD;
	line-height: 17px;
	background-repeat: repeat-x;
	background-image: url(../images/body_bkg.jpg);
}

/*  ---------  structure  --------- */

.wrapper {
	width: 994px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin: 0 auto -137px auto;
	padding: 0;
	}	

#leftSide {
	width: 221px;
	float: left;
	display: inline;
	clear: left;
}

#leftNav {width: 221px;}

#logo {
	float: left;
	padding-top: 38px;
		}
#logo h1 {
	background: url(../images/forest_city_logo.jpg) no-repeat;
	height: 212px;
	width: 217px;
	display: block;
	text-indent: -9899px;
}

.callout {
	height: 129px;
	width: 217px;
	float: left;
	padding-left: 4px;
	font-weight: bold;
}
.callout a {
	color: #F4F4CE;
}
.callout a:hover {
	color: #F4F4CE;
	border-bottom: 1px dotted #F4F4CE;
}

.relocating {
	background-image: url(../images/co_relocating.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.relocating p {
	padding-top: 38px;
	padding-left: 22px;
	padding-right: 75px;
}
.visiting {
	background-image: url(../images/co_visiting.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 7px;
}
.visiting p {
	padding-top: 38px;
	padding-right: 15px;
	padding-left: 105px;
}
.open {
	margin-top: 7px;
	background-image: url(../images/co_open.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.open p {
	padding-top: 38px;
	padding-right: 95px;
	padding-left: 22px;
}

.homeseparator {
	clear: both;
	height: 1px;
	line-height: 1px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 500px;
}

#rightSide {
	float: left;
	width: 771px;
	display: inline;
}

#tagline {
	float: left;
	padding-top: 97px;
	padding-left: 29px;
	padding-bottom: 6px;
}

#searchBox {
	float: left;
	padding-top: 90px;
	padding-left: 57px;
}

#searchBox #search td.searchBkg {
	background-image: url(../images/searchBox.gif);
	background-repeat: no-repeat;
}

#searchBox #search .searchBkg .textfield {
	background-color: transparent;
	background-image: none;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	color: #87501f;
	border: none !important;
}

#searchBox #search td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navContainer {
	float: left;
	padding-left: 7px;
	display: inline;
		}

#mainPhoto {
	float: left;
	padding-top: 7px;
}

#content {
	background-color: #F4F4CE;
	color: #302c26;
	padding-bottom: 3px;
	padding-left: 33px;
	clear: both;
}

#leftContent {
	width: 458px;
	float: left;
	padding-right: 20px;
	padding-top: 25px;
}

#content #leftContent p {
	text-align: left;
}

#content #midContent {
	float: right;
	width: 175px;
	padding-right: 20px;
	padding-left: 25px;
}

#rightContent {
	width: 190px;
	float: left;
	padding-left: 11px;
	background-image: url(../images/calendar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	text-align: left !important;
	padding-top: 48px;
}

#leftContent h2, #leftContent h1{ 	
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 21px !important;
	color: #696c2a !important;
	font-weight: normal !important;
	margin: 0px !important;
	padding: 0 0 12px 0 !important;}

#content p {
	font-size: 13px;
	line-height: 19px;
	color: #302C26;
	padding-bottom: 12px;
	text-align: justify
}

.footer {
	text-align: right;
	font-size: 11px;
	color: #a7a573;
	line-height: 15px;
	height: 137px;
	clear: both;
	background-color: #3e2614;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
		}

.footer p {
	padding-bottom: 5px;
}

.footer a {color: #BD9C5E; }

.footer a:hover {
	text-decoration: none;
	color: #BD9C5E;
	border-bottom: 1px dotted #BD9C5E;
}

.push{height: 137px; clear: both;}

#footerContent {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
}

/* ----------  links and navigation ---------- */

a {
	color: #87501f;
	text-decoration: none;
}	
a:hover {border-bottom: 1px dotted #87501f;}

/* ----------  fonts ---------- */

ul {list-style-type: none;}

/* ----------  images ---------- */

a img {border: 0;}

/* ----------  hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}

.wrapper {text-align: left;}  

