
* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: silver;
  color: black;
  font: 100% Calibri, arial, verdana, sans-serif;
  font-size: .8em;
  text-align: center;
  
}

p 
{
    padding: 6px 6px 6px 6px;
}

/* links  */

a {
  color: black;
  text-decoration: underline;
}
a:hover { color: blue; }

/* headings */

h1 {font-size:2em;padding: 4px 0 10px 0;color:darkblue;}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }



/* page structure & layout */

#wrapper_page {
  background: white;
  margin: 0 auto;
  text-align: left;
  width: 950px;
  overflow: hidden;
}

#wrapper_topbar {
	overflow: hidden;
	background-color: #54728E;	
	height: 44px;
	width:100%;
	border-bottom:1px;
}

#topbar_erie_headline{
	color:white;
	font-size: .8em;
	margin-top: 15px; margin-left: 15px;
	width: 600px;	
	float: left;
}

#topbar_erie_headline a{
	color: white;
}

#topbar_form{
	padding: 0px; border: 0px; margin: 0px;
	overflow: hidden;
	float: right;
	margin-top: 5px; margin-right: 14px;
	width:200px; 
	font-size: .8em;
	color: white;
}

table#topbar_form td {
	padding: 1px;
}

#topbar_form ol li{
	float: left;
	width: 50px;
}


#wrapper_master_nav {
  width: 100%;
  height: 43px;
	overflow: hidden;
}

#wrapper_master_nav li{
	float: left;
}

#wrapper_master_nav img{
	
}
#wrapper_master_nav a{
	border: none;
}

#wrapper_site_nav{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
	/*overflow: hidden;*/
	    min-height: 38px; 
	background-image: url('.../images/nav_bg.png');
	    position: relative;
	    z-index: 20;
	    margin: 0px;
    top: 0px;
    left: 0px;
}

/* content */
#wrapper_content {
	overflow: hidden;
	width: 100%;
	background-color: white;
}

	#wrapper_content_main{
		float: left;
		width: 640px;
		padding: 0; margin: 0;
		line-height: 1.6em;
	}
	
		#content_main{
			padding: 25px;
			line-height: inherit;
		}

		#content_main h2{
			font-weight: bold;
			color: #5A636A;
			font-size: 1.2em;
		}


	#wrapper_content_sidebar{
		width: 310px;
		float: right;
		background: #C7D1DB;
		overflow: hidden;
		height: 100%;
	}



/* homepage */
#home_main_photo{
	padding: 0px;
	width: 640px; height: 368px;
	overflow: hidden;
}
#home_main_photo p 
{
    padding: 0px 0px 0px 0px;
}




/* Featured areas */ 


#wrapper_content_featured{
margin: 0; padding: 0;
}


#wrapper_featured{
	overflow:hidden;
	width: 100%; height: 282px;
	clear: both;
	background-color: white;
}

#featured_reform, #featured_rebuild{
	padding: 0; 
	margin: 0;
	height: 282px;
	float: left;

}

#featured_reform{
	width: 317px;
	background-color: #C7D1DB;
}

#featured_rebuild{
	width: 322px;
	margin-left: 1px;
	background-color: #e0e0e0;
}

#content_sidebar_connect{
	width: 309px;
	margin-left: 1px;
	background-color: #d0e3d0;
	min-height: 282px;
}



#wrapper_footer {
  width: 926px;
  height: 24px;
  overflow: hidden;
  background-color: #546E87;
  
  padding: 0; margin: 0;
}

#wrapper_footer #left{
	float:left;
	width:550px;
	text-align: left;
	padding: 0 8px;
	margin: 0;
}

#wrapper_footer #right{
	float:right;
	width:350px;
	text-align: right;
	padding: 0 8px;
}

#wrapper_footer #right form{
	margin-top: -3px;
}



/* navigation */

#wrapper_site_nav ul {
  display: inline;
}
#wrapper_site_nav li {
  display: block;
  float: left;
  list-style: none;
}
#wrapper_site_nav li a {
  color: white;
  display: block;
  margin: 0 1px 0 1px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 9px 7px;
}
#wrapper_site_nav li a:hover
 { text-decoration: underline; }
 
#wrapper_site_nav li a.current{
	color: #cccaff
}



/* Drop Downs LEVEL ONE */

ul.dropdown { position: relative; }
ul.dropdown li {  float: left; /*zoom: normal; */
				/* background: #ccc; font-weight: bold; */
				}
				
			
				
ul.dropdown a:hover{ color: black; }
ul.dropdown a:active{ color: #ffa500; }
ul.dropdown li a{  display: block; 
					padding:0px;
					color: black;
					/* border-right: 1px solid #333; */
	 			}
/*ul.dropdown li:last-child a { border-right: none; }  */
ul.dropdown li.hover,
ul.dropdown li:hover { 
			/* background: #F3D673;   */
			color: black;
			position: relative; 
			}
ul.dropdown li.hover a { color: black; }



ul.dropdown span {  float: left; /*zoom: normal; */
				/* background: #ccc; font-weight: bold; */
				}
ul.dropdown span a{  display: block; 
					padding:0px;
					color: black;
					/* border-right: 1px solid #333; */
	 			}
/*ul.dropdown li:last-child a { border-right: none; }  */
ul.dropdown span.hover,
ul.dropdown span:hover { 
			/* background: #F3D673;   */
			color: black;
			position: relative; 
			}
ul.dropdown span.hover a { color: black; }



/* LEVEL TWO */
ul.dropdown ul {  visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li { font-weight: normal; 
					background: #54728E; color: #000; 
					border-bottom: 1px solid #ccc; float: none; 
					text-align: left;
					padding: 2px;
					width: 220px;
					}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ border-right: none; width: 210px; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; }




#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* footer */
#wrapper_footer{
	color: white;
	padding: 10px 25px 0px 0px;
	text-align: center;
	font-size: .9em;
}

#wrapper_footer a{
	color: white;
	padding: 0px 6px;
}


/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }


.bold{
	font-weight: bold;
}

/* Forms */

input{
	color: #333;
}

.smallinputtext{
	width: 35px;
}
.medinputtext{
	width: 90px;
}

.padded{
	padding: 15px;
}

/* newsteaser */

.teaser_header a {	
	text-decoration: none;
	color:  #5C6E82;
	font-weight:bold; 
	font-size: 1.2em;
}

.teaser_header a:hover {	
	text-decoration: underline;
}

.color_red a{
	color: #500E10;
}


.newsteaserentry{
	line-height: 1.4em;
	margin: 13px 0;
}

.newsentry {
	margin-bottom: 15px;
}


/* site map */
#sitemap ul{
	padding-left: 20px;
}

/* breadcrumb */
div.breadcrumb{
	font-size: 85%;margin-bottom:5px;
}


 .info{
	color: gray;
}

/*exec */

dt{
	font-weight: bold;
	color: #547392;
}

dt a{
	color: inherit;
	font-weight: inherit;
}

dd{
	margin-bottom: 10px;
}


#connect_links{
	width: 279px;
	margin: 0px auto;
	padding-top: 10px;
}


#wrapper_site_nav{
	background-image: url(".../Images/nav/nav_bg.png");
}


#content_sidebar_highlights{
	padding: 25px;
	padding-top: 50px;
	width: 260px; 
	height:292px;
	overflow: hidden;
	background: url(".../Images/nav/office_highlights.png") no-repeat left -5px;
}  



#content_sidebar_highlights .newsteaserentry a{ text-decoration:none; font-weight:bold; }

#yellow_bg { margin:0; padding:10px 10px 10px 10px; background:#FEC938; }
#yellow_bg ul { margin:0 0 0 25px; } 
.li_checked { list-style-image: url(../images/checkbox_checked.gif); }
.li_unchecked { list-style-image: url(../images/checkbox_unchecked.gif); }


/*End Part 1 CSS*/
/*Start Part 2 CSS*/


td
{
    
}

td.fieldname
{
 
}

hr
{
   color: #000000;
}

#container
{

}

#container2
{

}


#loginbox
{
   position: absolute;
   top: 16px;
   right: 10px;
   width: 180px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#loginbox input
{
   color: red;
   border-color: red;
   background-color: #f7d582;
   font-size: 10px;
}

#centercol
{

}

#centercolcontent
{
   padding: 15px 6px 15px 6px;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: 1.5em;
   color: #000000;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
   font-size: 1.25em;
}

.highlight
{
   background-color: #ffffff;
   color: #000000;
}

.highlightcity
{
   background-color: #ffffff;
}

.highlightstate
{
   background-color: #ffffff;
}

.highlightcountry
{
   background-color: #ffffff;
}

.articlebox
{
   background-color: #ffffff;
   color: #000000;
   border: dashed 1px #000000;
   padding: 6px 6px 6px 6px;
  
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

.articleabstract
{
   padding-top: 8px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}

.postinfo
{
   background-color: #ffffff;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #ffffff;
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}
