/*
Theme Name: CED #1
Theme URI: http://ced1.org/
Description: The site for Circuit Engineering District #1
Version: 1.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com/
Tags: CED, Aqua Vita Creative
*/

@charset "utf-8";
/* CSS Document */

/* Body Structure Rules Begin */

body {
	background:#FFFFFF;
	background: url(images/sidebar-bg.gif) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#container {
	width:870px;
}

.clearFloat {
	display:block;
	clear:both;
}

/* Body Structure Rules End */


/* Header Rules Begin */

#header {
	width:714px;
	height:54px;
	float:right;
	font-size:12pt;
	font-family:Myriad Pro, sans-serif;
	color:#B9B9B9;
	margin-top:40px;
	margin-left:10px;
	text-align:right;
	text-transform:uppercase;
}

#header a {
	text-decoration:none;
	color:#B9B9B9;
	margin-top:10px;
	font-weight:normal;
}

#header a:hover {
	text-decoration:underline;
}

/* Header Rules End */


/* Sidebar Rules Begin */

#sidebar {
	width:129px;
	float:left;
	background-color:#2E528B;
	color:#FFFFFF;
	font-weight:bold;
	height:auto;
	padding:40px 10px 10px 0;
	text-align:right;
	font-size:11pt;
	text-transform:uppercase;
}

#sidebar hr {
	color:#FFFFFF;
	height:1px;
	margin:20px 0 20px 0;
}

#sidebar ul {
	list-style-type:none;
	padding-left:0;
}

#sidebar a {
	text-decoration:none;
	color:#FFFFFF;
	padding-right:4px;
}

#sidebar a:hover {
	text-decoration:underline;
}

/* Sidebar Rules End */


/* Content Area Rules Begin */

#contentArea {
	width:714px;
	float:right;
	margin-left:10px;
	padding-bottom:50px;
}

#map {
	border:solid 1px #B9B9B9;
	width:700px;
	height:410px;
	margin-bottom:20px;
	margin-top:5px;
	#margin-top:9px;
}

#countyNames {
	width:180px;
	text-align:right;
	float:left;}

#map a {
	font-size:17pt;
	margin-left:20px;	
}

#map img {
	text-align:right;
	float:right;
	margin-top:-18px;
	padding-right:40px;
}

#contentArea1 {
	width:714px;
	float:right;
	margin-top:20px;
}

#contentArea2 {
	width:185px;
	padding-right:5px;
	float:left;
	border-right:solid 1px #B9B9B9;
}

#contentArea3 {
	width:500px;
	float:right;
	padding-left:5px;
}

/* Content Area Rules End */


/* Footer Rules Begin */

#footer {
	width:714px;
	height:62px;
	float:right;
	font-size:9pt;
	border-top:solid 1px #B9B9B9;
	padding-top:20px
}

#footer a {
	text-transform:uppercase;
}

#footer p {
	font-size:7pt;
	color:#707070;
}

#footer p a {
	font-size:7pt;
	color:#707070;
	text-transform:none;
}

/* Footer  Rules End */


/* Typography Rules Begin */

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	color:#000000;
	margin-bottom: 10px;
}

h1 {
	font-size:30pt;
	padding: 20px 0 20px 18px;
	margin:0;
}

h2 {
	font-size:20pt;
	margin-top:-3px;
	#margin-top:2px;
}

h3 {
	font-size:18pt;
}

h4 {
	font-size:16pt;
	margin-top:0px;
	#margin-top:5px;
}

h5 {
	font-size:14pt;
	margin-top:20px;
	margin-bottom:10px;
}

h6 {
	font-size:12pt;
	margin:5px 0 5px 0;
}

h6.link {
	text-transform:none;
	margin-top:20px;
}

a {
	text-decoration:none;
	color:#2E528B;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#F2C730;
}

p.meeting {
        font-size:12pt;
        color:#06C006;
        font-weight:bold;
}

/* Typography Rules End */


/* Image Rules Begin */

img.logo {
	padding-bottom:26px;
}

img.header {
	float:left;
}

img.countySeal {
	float:left;
	margin-right:20px;
}

/* Image Rules End */


/* Funding Table Rules Begin */

table.funding {
	border:1px solid #000000;
}

table.funding td {
	border:1px solid #000000;
}

td.header {
	background-color:#2E528B;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
}

/* Funding Table Rules End */

/* Classified Widget Rules Begin */

.classifiedTitle {
	color:#FFFFFF;
	font-size:14pt;
}

.adTitle {
	text-transform:none;
}

/* Classified Widget Rules End */