@charset "utf-8";
/* Stylesheet for the new, interim home page only */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 810px;  
	background: #FFFFFF;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
		
	#homeheader	{
		padding: 13px 0px 0px 0px;
		margin: 0px 0px 0px 20px;
		background: url(../../images/nav/ribbon-banner2.png) top left no-repeat #fff; 
		color: #fff;
		height: 137px;
		} 
/* 		background: url(../../images/nav/HomePageHeaderBG.png) top left no-repeat #fff; height 95px */
	
	#homeheader a.homelink,
	#homeheader a:link.homelink{
	margin: 30px 15px 0px 0px;
	visibility:hidden;}
	
	#homeheader	h4	span	{
		font-weight: normal;
		color: #fff;
		}
	#homeheader	h1	{ 
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		float: left;
		width: 360px;
		font-family: "palatino linotype",palatino,serif;
		font-size: 1.15em;
		font-variant: small-caps;
		letter-spacing: 1.4pt;
		line-height: 20px;
		padding-left: 105px;
		color: #FFF;
		}

		#homeheader h1 a,
		#homeheader h1 a:link,
		#homeheader h1 a:visited {
	color: #fff;
	font-family: "palatino linotype",palatino,serif;
	font-size: 1.14em;
	font-variant: small-caps;
	letter-spacing: 1.4pt;
	line-height: 20px;
	text-decoration:none;
	font-style:italic;
	} 
	#homeheader .header-announce {
		float: left;
		width: 350px;
		clear: both;
}
	#homeheader .header-announce a,
	#homeheader .header-announce a:link,
	#homeheader .header-announce a:visited
	{
		font-family: "palatino linotype",palatino,serif;
		font-size: .8em;
		line-height: 20px;
		padding-left: 15px;
		padding-top: 20px;
		text-decoration:none;
		color: #FFF;
		width: 350px;
		display:block;
	}


	#homeheader h1 a:hover,
	#homeheader .header-announce a:hover{
	text-decoration:none; }
	
	#homeheader	img	{
		float: left;
		padding-right: 10px;
		}
		
	#homeheader	p	{
		float: left;
		width: 315px;
		margin: 0px;
		padding: 0px;
		}
		
	#homeheader .toc  {
	padding: 0 95px 5px 0;
	float:right;
}

	#homeheader .toc a,
	#homeheader .toc a:link,
	#homeheader .toc a:visited,
	#homeheader .toc a:active,
	#homeheader .toc a:hover
{
	margin: 0px;
	color: #ffffff; 
	padding: 0;
	font-size: 11px;
	text-decoration:underline;
	font-weight:bold;
	}
	
	#homeheader	form	{
		margin: 0px 0px 0px 0px;
		padding: 0 65px 0 0;
		float: right;
		}

	#homeheader	input	{
		font-family: arial, sans-serif;
		font-size: 11px;
		padding: 2px;
		margin: 0px;
		} 

	#homeheader	input.q {
		width: 140px;
		margin-right: 5px;
		}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 134px;
	left: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 134px;
	right: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; 
}
.thrColAbsHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/* FOOTER TAGS */
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

	h2	{
		font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		color: #662600;
		line-height: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}
		
	h4	{
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		line-height: 13px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border-bottom: 0px;
		margin: 0px 0px 0px 0px;
		}
.supersize {
font-size: 1.3em;}


.imagelink a:link, .imagelink a:visited {
text-decoration:none; }

/* news styles */
ul.news_items {
padding-bottom: 0; 
margin-bottom: 1px;}

ul.news_items li {
list-style-image:url(http://stcharlesil.gov/news/program/Images/arrow_tool_2.gif);
margin-left: 0;
text-indent:-2px;
border-bottom: 1px solid #EAEAEA;  
padding-bottom: 1px;}

a.news_link:link    {color:#434343;
text-decoration:none;
FONT: bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom:0px;
padding-bottom:0;
}
a.news_link:visited {color:#434343;
text-decoration:none;
FONT: bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom:0;
margin-bottom:0px;}
a.news_link:hover   {color:#434343;
text-decoration:underline;
FONT: bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom:0;
margin-bottom:0px;}

.news_summary {
margin-top: 0; }
.news_block {
display:block;
width:387px;
border: 1px solid #C0C0C0;
padding: 0px 6px 0px 6px;
margin: 0 1px 2px 0;}

.news_block h2 {
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	color: #662600;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	border: 0px;
	margin: 2px 0px;
}
.news_block	h2 a,
.news_block	h2 a:link,
.news_block	h2 a:visited	{
		font-size: 1em;
		font-family: arial, helvetica, sans-serif;
		color: #662600;
		font-weight: bold;
		padding: 5px 0px 0px 0px;
		border: 0px;
		margin: 2px 0px;
		text-decoration:none;
		}		
.news_block	h2 a:hover {
	text-decoration:underline; }

.news_block a {
padding: 0; 
margin: 0;}

.news_block a:link, .news_block a:active,
.news_block a:visited  {
text-decoration:none;
color: #434343;
font-size:.8em;
font-weight: bold;
padding: 0 }

.news_block a:hover {
text-decoration:underline; 
color: #662600;
font-weight: bold;
padding: 0 }


.news_block p {
font-size: .8em;
padding: 0 3px 1px 0; 
margin: 0 0 1px 0;}

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight:bold;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height:1.5em;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 16em;
	border:1px solid #C0C0C0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 16em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 16em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a white block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a white background and rust text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFF;
	color:  #750000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a white background and rust text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	color: #750000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.notetext {
font-style:italic;
font-size:11px;}

.footer a:link, 
.footer a:active,
.footer a:visited {
color: #434343;
text-decoration:none; 
text-align:left;}

.footer a:hover {
text-decoration:underline; 
color: #662600;
}

a.communityweb:link, a.communityweb:visited,
a.communityweb:link:hover, a.communityweb:visited:hover { 
display:block; /*allows width and height settings to apply*/
width: 198px; /*match to width of the image*/
line-height: 76px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/badgecommunitysite.jpg) no-repeat;
}
a.redgate:link, a.redgate:visited,
a.redgate:link:hover, a.redgate:visited:hover { 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 52px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/redgate_logo.gif) no-repeat;
}
a.firststreet:link, a.firststreet:visited,
a.firststreet:link:hover, a.firststreet:visited:hover { 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 55px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/1ststreetlogo2.jpg) no-repeat;
}

a.csr:link, a.csr:visited { 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 55px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/nav/home_up_CRS200.jpg) no-repeat; /*sets the unmoused image*/
}
a.csr:link:hover, a.csr:visited:hover {
background:url(../../images/nav/home_ov_CRS200.jpg) no-repeat; /*changes to the moused image on hover*/
}
a.ubill:link, a.ubill:visited { 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 48px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/nav/ubill_up.jpg) no-repeat; /*sets the unmoused image*/
}
a.ubill:link:hover, a.ubill:visited:hover {
background:url(../../images/nav/ubill_over.jpg) no-repeat; /*changes to the moused image on hover*/
}
a.halloween:link, a.halloween:visited { 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 45px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/trickortreat.png) no-repeat; /*sets the unmoused image*/
}
a.halloween:link:hover, a.halloween:visited:hover {
background:url(../../images/trickortreat_ov.png) no-repeat; /*changes to the moused image on hover*/
}

a.transit:link, a.transit:visited,
a.transit:link:hover{ 
display:block; /*allows width and height settings to apply*/
width: 198px; /*match to width of the image*/
line-height: 83px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/badges/transitplan.jpg) no-repeat; /*sets the unmoused image*/
}
a.myneighborhood:link, a.myneighborhood:visited,
a.myneighborhood:link:hover{ 
display:block; /*allows width and height settings to apply*/
width: 200px; /*match to width of the image*/
line-height: 70px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/badges/badge-myneighborhood.jpg) no-repeat; /*sets the unmoused image*/
}
.news_cats {
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
padding: 3px;
}
.news_col1 {
	float: left;
	margin-left: 4px;
	font-size:12px;
}
.news_col2 {
	margin-left: 180px;
	border-left: 1px solid #CCC;
	padding-left: 25px;
	font-size:12px;
}
.badge-fp {
	padding: 4px 0px; }

.badge-energy {
	margin: 0px;
}
a.badge-energy:link, a.badge-energy:visited,
a.badge-energy:link:hover{ 
display:block; /*allows width and height settings to apply*/
width: 198px; /*match to width of the image*/
line-height: 55px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/badges/home-energy.jpg) no-repeat; /*sets the unmoused image*/
}
.badge-green {
	margin: 0;
	padding: 0;
}
a.badge-green:link, a.badge-green:visited,
a.badge-green:link:hover{ 
display:block; /*allows width and height settings to apply*/
width: 198px; /*match to width of the image*/
line-height: 47px; /*match to height of the image*/
text-indent:-100.0em; /*moves the text off screen*/
text-decoration:none; /*removes the underline*/
background:url(../../images/badges/badge_green-stc.jpg) no-repeat; 
margin: 0;
padding: 0;
}
a.badge-outage:link, a.badge-outage:visited,
a.badge-outage:link:hover{ 
display:block; 
width: 198px; 
line-height: 25px; 
text-indent:-100.0em; 
text-decoration:none; 
background:url(../../images/badges/badge_outage-reporting.png) no-repeat; 
}
a.badge-trashdelay:link, a.badge-trashdelay:visited,
a.badge-trashdelay:link:hover{ 
display:block; 
width: 199px; 
line-height: 33px; 
text-indent:-100.0em; 
text-decoration:none; 
background:url(../../images/badges/trash-delay.png) no-repeat; 
}
a.badge-strategic:link, a.badge-strategic:visited,
a.badge-strategic:link:hover{ 
display:block; 
width: 198px; 
line-height: 70px; 
text-indent:-100.0em; 
text-decoration:none; 
background:url(../../images/badges/cp-badge.png) no-repeat; 
}


