/* 

STYLE SHEET FOR CRAWFORD COUNTY RECORDER'S WEB SITE
developed by bluespace creative, Inc.
www.bluespacecreative.com

*/

* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #334455 url(../images/homeBkg.jpg) center top repeat-x
}

#wrapper {
	width: 944px;
	margin: 0 auto;
}

p {
	line-height: 19px;
	padding-bottom: 10px;
}

#topSection {
	background-color: #0078b9;
	background-image: url(../images/topSectionBkg.gif);
	height: 148px;
	background-repeat: repeat-x;
}
		
#logo {padding-top: 19px; float: left;}
		
#navContainer {float: left;}

#navContainer .navColumn {
	background: url(../images/navBkg.jpg) left top no-repeat;
	height: 121px;
	width: 206px;
	padding-top: 26px;
	float: left;
}

ul.navColumn li {font-weight: bold;}

ul.navColumn a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 7px 0 10px 22px;
}

ul.navColumn a:hover {background: url(../images/navHover.gif) 12px top no-repeat; text-decoration: none;}
		
#masthead {
	float: left;
	padding-top: 6px;
	width: 944px;
		}
		
#masthead img {float: left;}

#contactBox {
	float: left;
	font-size: 13px;
	padding: 22px 0 0 17px;
	color: #334455;
}
#homecontactBox{color: #334455; float: left; font-size: 13px;}

#content ul {
	list-style-image: url(../images/arrow.gif);
	padding-left: 21px;
}

#content li {padding: 0 0 4px 2px;}

#content #leftContent a {color: #ffde59;}

#content #leftContent {
	width: 250px;
	color: #FFF;
	float: left;
	padding: 35px 20px 10px 34px;
}
#content #rightContent {
	float: left;
	width: 562px;
	background: transparent url(../images/rightContentBkg.jpg) center 25px no-repeat;
	padding: 45px 34px 10px 44px;
	color: #FFF;
}

#footer {
	clear: both;
	float: left;
	width: 890px;
	padding: 20px 0 23px 27px;
	font-size: 11px;
	color: #838383;
	border-top: 3px solid #324c66;
		}
		
#footer a {color: #838383; text-decoration: underline;}
#footer a:hover {color: #2E75A1;}
#footer p {padding-bottom: 7px;}

a {color: #0078b9; text-decoration: none;}
		
a:hover {text-decoration: underline;}

#navContainer ul.navColumn a:focus {outline: 0;}
		 
ul {list-style-type: none;}

a img {border: 0;}
		
/* ---------- FIXES ---------- */

body	{ /* IE 5 centring bug fix */ text-align: center;}
		
#wrapper {text-align: left;}  

