/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	font-size:10px;
	font-family:Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;
	text-align:center;
}

#container {
	position:relative;
	width:1010px;
	margin:0px auto;
	text-align:left;
}

img {
    border: 0px;
}

/*-------- TOP HEADER -------*/

#header {
	position:relative;	
	height:82px;
}
	
#header .headerLeft {
	position:relative;
	float:left;
	width:334px;
	height:82px;
}

/*-------- top header, links on the right  -------*/

.headerRight {
	float: right;
	width: 675px;
	text-align: right;
	height: 20px;
	padding: 10px 0 0 0;
	font-size: 14px;
}

.headerRight ul {
	list-style-type: none;
	float: right;
	width: 450px;
	padding: 10px 0 0 0;
}

.headerRight li {
	display: inline;
	margin: 0 20px 0 0;
}

.headerRight a {
	text-decoration: none;
	color: #456ba7;
}

.search {
	width: 190px;
	float: right;
	padding: 30px 0 10px 0;
	height: 30px;
}

/*-------- TOP NAVIGATION positioning -------*/

#mainMenu {
	height: 40px;
	background-color: #456ba7;
	z-index: 100;
	position: relative;
}

/*-------- CONTENT POSITIONING -------*/

#content {
	position:absolute;
	text-align:left;
}

.background {
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 10px 0 10px 0;
}

#containerLeft {
	position:relative;
	float:left;
	width:285px;
	min-height:535px;
	height: auto !important;
	height: 535px;
	margin-right:15px;
	background-color:#C8CED9;
}

#containerLeft ul {
    list-style:none;
}

#containerLeft li {
    list-style:none;
}
	
#containerRight {
	position:relative;
	float:left;
	width:710px;
	min-height:535px;
	height: auto !important;
	height: 535px;
}

#containerRight ul li {
	text-align:justify;
}

/* colored header bar on top */

h5 {
	line-height:60px;
	font-size:22px;
	font-weight:normal;
	padding-left:25px;
	color:#FFFFFF;
}

#SocialServices {
	height:60px;
	width:1010px;
	background-image:url(images/header_social.gif);
	background-repeat:repeat-y;
}
	
#HeadStart {
	height:60px;
	width:1010px;
	background-image: url(images/header_headstart.gif);
	background-repeat:repeat-y;
}
	
#Planning {
	height:60px;
	width:1010px;
	background-image:url(images/header_planning.gif);
	background-repeat:repeat-y;
}

#Transportation {
	height:60px;
	width:1010px;
	background-image:url(images/header_transportation.gif);
	background-repeat:repeat-y;
}

#GIS {
	height:60px;
	width:1010px;
	background-image:url(images/header_gis.gif);
	background-repeat:repeat-y;
}
	
#Newsroom {
	height:60px;
	width:1010px;
	background-image:url(images/header_newsroom.gif);
	background-repeat:repeat-y;
}	

#AboutCCRPC {
	height:60px;
	width:1010px;
	background-image:url(images/header_newsroom.gif);
	background-repeat:repeat-y;
}	

#Census2010 {
	height:60px;
	width:1010px;
	background-image:url(images/header_Census.gif);
	background-repeat:repeat-y;
}

#Intranet {
	height:60px;
	width:1010px;
	background-image:url(images/header_intranet.gif);
	background-repeat:repeat-y;
}

/*-------- top navigation styles, drop downs positioning and styles --------
  -------- see superfish.css for jQuery menu plugin ------------------------
  -------- copyright (c) 2008 Joel Birch -----------------------------------
  -------- http://users.tpg.com.au/j_birch/plugins/superfish/# -------------*/


/*-------- CONTENT SUB NAV on the left, in the grey -------*/

#sub_nav {
	width: 285px;
	min-height:500px;
	padding-top:20px;
	list-style:none;
}

#sub_nav li {
	color:#042e70;
	font-size:14px;
	line-height:23px;
}
	
#sub_nav ul a {
	color:#042e70;
	text-decoration: none;
	padding-left:30px;
}

#sub_nav ul li ul li {
	margin-left:20px;
	font-size:inherit;
}

#sub_nav li a {	/* sets hasLayout = TRUE in IE */
	display:inline-block;
}

#sub_nav li a {	
	display:block;
}

#sub_nav ul li a:hover {
	background-color:#456ba7;
	color:#FFFFFF;	
}
		
/* expandable menu */

.closed {
    background-image:url(images/expand.gif);
    background-repeat:no-repeat;
    background-position:10px 5px;
}
.opened {
    background-image:url(images/contract.gif);
    background-repeat:no-repeat;
    background-position:10px 5px;
}
.active 
{
    font-weight:bold;
}

.activeSection 
{
    font-weight:bold;
    font-size:20px;
    line-height:50px;
}

.section h4 {
    color:#042e70;
    font-size:16px;
    font-weight:normal;
    line-height: 26px;
    cursor:pointer;
}

.section h4:hover {
	color:#042e70;
	background-color:#C8CED9;
	text-decoration:underline;
}

.section div
{
    padding-bottom:10px;
}

/*-------- CONTENT STYLES & TYPOGRAPHY -------*/

h1 { /* title of page, main header */
	font-size:24px;
	font-weight:bold;
	color:#456ba7;
	margin-bottom:10px;
}

h2 {
	font-size:19px;
	color:#456ba7;
	margin-bottom:10px;
}	
	
h3 {
	font-size:18px;
	color:#5f84bf;
	margin-bottom:10px;
	margin-top:20px;
}

.blue {
	font-size:18px;
	color:#5f84bf;
}

.green {
    color: #004a2a
}

.address {
    font-size:12px;
    line-height:14px;
    color:#696969;
    text-align:justify;
}

.bold {
	font-weight:bold;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style:italic;
}

.clear {
	clear: both;
}

.IEspace {
	height: 10px;
	width: 1010px;
	font-size: 0px;
	line-height: 0px;
}

.chart {
    border-style:solid;
    border-color:#333333;
    border-width:1px;
}

.chart tr td {
    padding:5px;
    border-style:solid;
    border-color:#e1e1e1;
    border-width:1px;
}

.chartCenter tr td {
    text-align:center;
}

.graybg td {
    background-color:#e1e1e1;
}

.form {
    border-style:none;
}

.form tr td {
    padding:5px;
    border-style:none;
}

/* paragraphs, lists, table */		

#containerRight p {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	text-align:justify;
	padding-right: 10px;
}

#containerRight a {
	color:#456ba7;
	text-decoration:underline;
}

#containerRight a:hover {
	color:#042e70;
	background-color:#C8CED9;
	text-decoration:underline;
}
	
#containerRight td {
	font-size:15px;
}
	
#containerRight table {
	padding-bottom:10px;
}

#containerRight ul.list {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	list-style:none;
}	

#containerRight ul.bullets {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	padding-left:15px;
	list-style-type:disc;
}	
	
#containerRight ul.numbered {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	padding-left:15px;
	margin-left:15px;
	list-style-type:decimal;
}

#containerRight ul.indentlist {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	margin-left:30px;
	list-style:none;
}	

#containerRight ul.indentbullets {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	padding-left:15px;
	margin-left:30px;
	list-style-type:disc;
}
	
#containerRight ul.indentnumbered {
	font-size:16px;
	line-height:19px;
	padding-bottom:10px;
	list-style-type:decimal;
	margin-left:30px;
	padding-left:15px;
}	

	
/*  news,updates and events pages */

.containerRightNews h4 {
	color:#456ba7;
	font-style:italic;
	font-size:20px;
	font-style:italic;
	margin-bottom:5px;
	padding-top:20px;
}

.containerRightNews {
	border-bottom:3px solid #999999;
	margin-bottom:10px;
	padding-right:20px;
	background-color:#C8CED9;
	float:right;
}

.containerRightNews ul {
	padding-top:15px;
	margin-left:10px;
}

.containerRightNews li {
	font-size:15px;
	padding-bottom:15px;
}

.containerRightNews li.new {
	background-image:url(images/new.gif);
	background-position:top left;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:30px;
}	
	
.containerRightNews p {
	font-size:16px;
	line-height:19px;
	padding-bottom:15px;
}

.containerRightNews a {
	color:#456ba7;
	text-decoration:none;
}

/* classes for right side column and image floats */

.img_floatRight {
	position:relative;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
	
.img_floatLeft {
	position:relative;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}	

.floatRight {
	position:relative;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	background-color:#C8CED9;
	padding:10px;
}

/*-------- FOOTER -------*/

#footer {
	height:40px;
	position:relative;
	clear:both;
	background-color:#696969;
}

.copyright {
	width: 380px;
	padding-left:10px;
	float: left;
}

.allrights  {
	float: left;
	padding-left:10px;
	width: 200px;
}

.webmaster a {
	text-decoration: none;
	color: #FFFFFF;
	float:left;
	width: 150px;
}
.flink a {
	text-decoration: none;
	color: #FFFFFF;
}
.leaf {
	position:relative;
	float: right;
	margin-right:0px;
	margin-top:-28px;
	border:0px; 
}

#footer ul {
	list-style: none;
	padding-top:13px;
	padding-left:5px;
}

#footer ul li {
	color:#FFFFFF;
	font-size:13px;
	display:inline;
}

/*-------- ADOBE POSITIONING -------*/

#adobe p {
    color: black; 
	font-size:11px;
	line-height:13px;
}
#adobe a:link {
    color: #004a2a; 
    text-decoration: underline;
}
#adobe a:visited  {
    color: #363; 
    text-decoration: none;
}
#adobe a:hover {
    color: #000; 
    text-decoration: underline; 
    background-color: #dceadc;
}
#adobe img {
    padding:0 10px 0 0;
}

/*-------- Feedback Styles -------*/

.feedback_error {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: #FF6600;
}
.feedback_success {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: #006666;
}
.highlight_text {
    color:#FF6600;
}