/* CSS Document */
/************************************************************************
	Site:			www.pdc.us
	Author:		eROI		[www.eroi.com]  
	Client:		PDC		[/]
************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background		: #ffffff url(../images/bodyBack.gif) top repeat-x;
	position		: relative;
	color			: #1a0202;
	line-height		: 16px;
	margin:0px auto;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 62.5%;
}
/*p,*/
html, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, form, input, select, div, img, table, td, ul, li { 
	margin:0; 
	padding:0; 
}

a
{
	/*text-decoration	: none;*/
	color:#ffffff;
}

a:hover
{
	text-decoration	: none;
}

#main_navigation a {
 text-decoration:none;
	}
	
/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
#home  #main_navigation  #home_button{
	background:#173970 !important
}

#neighborhoods  #main_navigation  #neighborhoods_button{
	background:#173970 !important
}

#resources  #main_navigation  #resources_button{
	background:#173970 !important
}

#nextyears  #main_navigation  #next50_button{
	background:#173970 !important
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:820px;
}

#container p {
 margin-bottom:6px;
}

#main_navigation{
	display:block;
	position:relative;
	width:880px;
	height:42px;
	text-align:left;
	font-family:'Trebuchet MS', sans-serif;
	font-size:16px;
	color:#ffffff;
	background:transparent;
	margin:0px;
	top:0px;
	
}

#main_navigation ul{

}

#main_navigation ul li{
	display:inline;
	list-style-type:none;
}


#main_navigation ul li a{
	background:#002663;
	font-family:'Trebuchet MS', sans-serif;
	font-size:16px;
	display:inline;
	width:199px;
	height:42px;
	line-height:42px;
	padding-top:10px;
	padding-bottom:11px;
	color:#ffffff;
}

#main_navigation ul a:hover{
	background:#173970;
	text-decoration:none;
	outline:none;
}

/**individual buttons**/

#home_button{
	padding-right:78px;
	padding-left:78px;
}

#neighborhoods_button{
	padding-right:45px;
	padding-left:45px;
}


#resources_button{
	padding-right:62px;
	padding-left:62px;
}


#next50_button{
	padding-right:31px;
	padding-left:31px;
}


/*------upper--------*/

#FlashPiece{
	position:relative;
	display:block;
	top:1px;
}


/*----footer----*/

/*classes*/

.divider{
	color:#907933;
	padding:0px 6px;
}

/*id's*/

#footer_container{
	width:100%;
	height:100%;
	background:#b2a069 url(../images/footer_image.gif) repeat-x;
	position:relative;
	top:60px;
}

#footer{
	position:relative;
	display:block;
	width:800px;
	height:145px;
	font-family:arial, verdana;
	font-size:12px;
	color:#ffffff;
	margin: 0px auto;
	top:10px;

}

#footer a{
	text-transform:capitalize;
	font-family:arial, verdana;
	font-size:12px;
}


#pdc_logo_small{
	position:relative;
	display:block;
	width:70px;
	height:95px;
	background:url(../images/pdc_logo_small.jpg) no-repeat;
	float:left;
	}

#footer_right{
	position:relative;
	display:block;
	width:705px;
	float:right;
	padding-left:5px;
	margin-right:10px;
	margin-top:10px;
}

#footer_right_upper ul li, #footer_right_middle ul li{
	display:inline;
}

#footer_right_upper, #footer_right_middle, #footer_right_lower{
	line-height:28px;
}

#footer_right_upper{
	border-bottom:1px dotted #d1c6a5;
}

#footer_right_middle, #footer_right_lower{
	font-size:11px;

}

#footer_right_middle{
	margin-top:5px;
}

#rss_link{
	position:absolute;
	display:inline;
	width:80px;
	height:15px;
	background:url(../images/rss_btn.gif) no-repeat;
	top:6px;
	}
	
	#subPage_lower{
	min-height:50px;
	}

