@media print {
	.noPrint {display:none;}
}


/*
Color scheme:

Dark: 
    blue
    R31 G78 B140
    C96 M77 Y17 K3
    web 1f4e8c
    PMS 653
Medium: 
    blue gray
    R150 G162 B179
    C44 M31 Y21 K0
    web 96a2b3
    PMS 7543
Light: 
    peach
    R238 G182 B110
    C6 M30 Y65 K0
    web eeb66e
    PMS 1355

*/



/******************* begin common elements ********************/

body, table, td, p, ul, ol, li, div {
	font-size: small;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

body 
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

p 
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#1f4e8c;
}

hr 
{
    color: #96a2b3;
}

a:link, a:active, a:visited{
	color: #96a2b3;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #1f4e8c;
	text-decoration: underline;
	font-weight: bold;
}

ul
{
	list-style: round;
	margin-top: 10;
	margin-bottom: 10;
}

ol
{
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	line-height: 17px;
	list-style-type: square;
}
/******************* end common elements ********************/




/********** begin master elements by id ******************/

div#bodyDiv
{
	width: 650px;
}

#foot {
	text-align: center;
}

#topOfPage {
	font-size: 90%;
	text-align: right;
}

/********** end master elements by id ******************/





/***************** begin general content styles ***************/

hr.main 
{
	color: #eeb66e; 
	height: 8px; 
	width: 100% 
}

.topLinks
{
	color: #96a2b3;
	font-size: medium;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.contentHeadingSection 
{
    color:#1f4e8c;
    font-size:120%;
    font-weight:bolder;
}

.contentHeadingCountyName 
{
    color:#1f4e8c;
    font-size:120%;
    font-weight:bolder;
}

/***************** end general content styles ***************/




/************* begin misc content styles *************/

ul.pageBullets li
{
    margin-bottom:15px;
}

.captionText 
{
    font-size:75%;
}

.bulletHeadings 
{
    color:#1f4e8c;
    font-weight:bolder;
}

.quickFacts
{
	font-size:10pt;
}

.sectionHeadSources 
{
	color:#1f4e8c;
	font-weight:bolder;
	font-size:1.2em;
	margin-top:30;
	margin-bottom:10;
}
.dataPointSources
{
	font-weight:bolder;
}

.sectionHeadLinks 
{
	font-weight:bolder;
	margin-top:30;
}	
	
.sectionHeadDefinitions 
{
	font-weight:bolder;
	margin-top:20;
}

.timelineDates
{
    color:#1f4e8c;
}

/************* end content styles *************/




/************* end misc formatting styles *************/

.verticallyCentered
{
    vertical-align:middle;
}
/************* end misc formatting styles *************/




/************* begin City Populations table **************/
table.cityPops td, table.cityPops th
{
	padding: 4px;
	font-size: 8pt;
}

tr.cityPopsHead td
{
	font-weight:bold;
	background-color:#1f4e8c;
	color:#ffffff;
	text-align:center;
}

tr.cityPopsHead2 td
{
	color:#000000;
	text-align:right;
	font-weight:bold;
}


tr.cityPopData 
{
	color:#000000;
}

tr.cityPopData th
{
	text-align: left;
}
tr.cityPopData td
{
	text-align: right;
}


tr.countyPopData 
{
    color:#1f4e8c;
    font-style:italic;
}
tr.countyPopData th
{
	text-align: left;
}
tr.countyPopData td
{
	text-align: right;
}

/************* end City Populations table **************/




/************* begin Top Employers table ***********/

.topEmpsHead
{
	font-size:10pt;
	font-weight:bold;
	background-color:#1f4e8c;
	color:#ffffff;
	text-align:center;
}

.topEmpsBody
{

	font-size:10pt;
}

.topEmpsFooter
{

	font-size:8pt;
	font-style:italic;
}

/************* end Top Employers table ***********/







