/* 

STYLE SHEET FOR CRAWFORD CO. AUDITOR'S WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	background-color: #738fad;
	color: #000;
	font-family: "Lucida Sans", arial, helvetia, sans-serif, serif;
	font-size: 12px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
		}
		
#masthead {
	height: 253px;
	background-image: url(../images/auditor_header.jpg);
	background-repeat: no-repeat;
		}
		
#navContainer {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	padding-top: 152px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	letter-spacing: -.1em;
	width: 800px;
		}
#contentOne {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#contentHolder {
	color: #000;
	width: 800px;
}
#contentHolder ul {
	margin-left: 16px;
	list-style-type: disc;
	line-height: 19px;
	margin-bottom: .75em;
}


#navContainer a {
	color: #21466c;
	text-decoration: none;
	letter-spacing: 0em;
}

#content {
	background-image: url(../images/content_bkg_09.jpg);
	background-color: #c8d4e4;
	background-repeat: repeat-x;
	color: #000;
	padding-top: 20px;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6786A7;
	padding-bottom: 10px;
	clear: both;
	height: 210px;
		}
#contentSec {
	background-image: url(../images/content_bkg_09.jpg);
	background-color: #BCCCDC;
	background-repeat: repeat-x;
	color: #000;
	padding-top: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6786A7;
	padding-bottom: 10px;
	clear: both;
}
#secNav {
	line-height: 19px;
	width: 800px;
}

#wrapper #contentSec p {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	letter-spacing: .1em;
}


#footer {
	text-align: left;
	margin-left: 25px;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
		}

.separator {
	clear: both;
	height: 0;
	border-top-color: #738FAD;
	border-top-width: 1px;
	border-top-style: dotted;
	padding: 0px;
	width: 100%;
	margin: 2em 0px;
}
.small {font-size: 10px;}

.styled {
	width: 90%;
	border: 1px solid #ADBAC7;
	margin-bottom: .75em;
}
.styled th {
	background-color: #798FA4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 4px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
}
.styled blockquote {
	padding: 0px;
	margin-left: 15px;
}

.styled td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #ADBAC7;
}
.bulletListTitle {margin-bottom: -0.5em;}

.odd {background-color: #DBE0E6;}

.blue {color: #4F6377;}

.left {
	margin-right: 15px;
	clear: left;
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	margin-top: 5px;
	float: left;
}
.column {
	width: 200px;
	float: left;
	margin-right: 25px;
	padding-bottom: 12px;
}

/* ---------- 3. links and navigation ---------- */

#footer a {color: #FFF; text-decoration: underline;}
#footer a:hover {text-decoration: none;}
#content a {color: #21466C; text-decoration: underline;}
a {color: #4F6377;}
a:hover {text-decoration: none;}
#navContainer a:hover {text-decoration: underline;}
#contentSec #secNav a {letter-spacing: 0em; text-decoration: none; color: #9E2222;}
#contentSec #secNav a:hover {text-decoration: underline;}
h2 a {
	color: #9E2222;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}


/* ---------- 4. fonts ---------- */

ul {list-style-type: none; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #9e2222;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 17px;
	color: #9E2222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both; 
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #9E2222;
	margin-top: 1em;
	margin-bottom: 0.5em;
	letter-spacing: -.1em;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #9E2222;
}

#contentHolder p, #content p {
	margin-bottom: 0.75em;
	line-height: 1.3em;
}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

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