﻿/* by richard
body {
	font-size: 1em;
	font-family: Verdana,Helvetica,sans-serif;
	color: #333;
}
*/


#site_shell {
	width: 100%;
	background: url("SiteCollectionImages/design_elements/_bgd/home.jpg") no-repeat  top center;
}

/* conflict with belleville css, by richard.
#container { 
	width: 1001px;  
	background: #FFF;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
} 
*/
/*        ################      HEADER AREA        ################       */

/*by richard
#header {
	background: url("SiteCollectionImages/design_elements/_bgd/page_top.jpg") no-repeat top center;
	height: 114px;
	padding: 10px 7px 0 7px;
	border-bottom: 1px solid #000;
}

#header img {
	float: left;
}
*/
#support_nav {
	float: right;
	width: 650px;
	text-align: right;
	font: 11px;
	color: #333;
	padding:7px 20px 0px 0px;
	margin:0px;
	height:20px;
}

#support_nav ul {
	text-align: right;
	margin:0px;
}

#support_nav ul li {
	display: inline;
}

#support_nav ul li a:visited, #support_nav ul li a:link {
	text-decoration: none;
	color: #333;
	padding-right: 1em;
	background: url("SiteCollectionImages/design_elements/_bgd/bgd_pipe.gif") no-repeat right;
}

#support_nav ul li.last a:visited, #support_nav ul li.last a:link {

	background: none;
}

#support_nav ul li a:hover {
	text-decoration: underline;
}	

/*by richard
#header input[type=text] {
	font: 1.25em Verdana,Helvetica,sans-serif;
	color: #333;
	width: 15em;
	border: 0;
} 

#header input[type=button], #header select {
	font: 1.25em Verdana,Helvetica,sans-serif;
}

#header select { margin-right: 0.5em; }
*/
/*        ################      NEWS ALERT BULLETIN        ################       */

#alert_container {
	background: #A50000;
	width:100%;
	float: left;	
/*	display: none;	*/
}

#alert {
	height: auto;
	padding: 7px;
	width: 987px;
	margin: 0px auto;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#alert h2 {
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	color: #FC0;
}

#alert p {
	font: 0.75em Verdana,Helvetica,sans-serif;
	color: #FFF;
}

/*        ################      THEME NAVIGATION       ################       */

#theme_nav {
	position: relative;
	z-index: 1000; /* Important: this relatively positioned elements needs the z-index to appear over the JQuery Ad Rotator for all IE browsers*/
	clear: both;
	height: 27px;
	top: 8px;
	text-align: center;
}

/*        ################      INNER CONTAINERS       ################       */


#left_side {
	float: left;
	width: 716px;
	clear: none;
}

#right_side {
	float: right;
	width: 285px;
	padding-top: 7px;
}

#focal {
	height: 283px;
	width: 703px;
	margin: 7px 0 7px 7px;
	/* HACK float: left */
}

.article_square {
	height: 415px;
	float: left;
	width: 340px;
	padding: 0 7px;
}

#local_focus {
	background: url("SiteCollectionImages/design_elements/_bgd/home_local_focus.jpg") no-repeat top right;
	border-right: 1px solid #d7d5d5;
}

#project {
	background: url("SiteCollectionImages/design_elements/_bgd/home_projects.jpg") no-repeat top right;
	border-right: 1px solid #d7d5d5;
	border-bottom: 1px solid #d7d5d5;
}

#calendar_shell {
	float: left;
	position: relative; 
}

#calendar {
	border-right: 1px solid #d7d5d5;
	height: 325px;
	min-height: 325px;
	width: 469px;
	float: left;
	margin-left: 16px; /* was 16px */
	/*margin-top: -100px;*/
	z-index: 50;
	position: relative;
	height: auto;
	padding-bottom: 1.5em;
	padding-left: 214px ;
	padding-right: 10px;
	background: url(SiteCollectionImages/design_elements/_bgd/home_calendar.jpg) no-repeat top right;
}

#calendar_date {
	top: 0;
	left: -50px;
	position: absolute;  
	z-index: 40;
	background: url(../_img/_bgd/calendar.gif) no-repeat 0 0;
	height: 100px;
/*	float: left;
	margin-left: -50px;  */
}


/*        ################      INNER CONTAINER STYLES       ################       */

#left_side h2 {
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	color: #959595;
	padding-top: 17px; 
	
}

#left_side dt {
	font: 0.75em Verdana, Helvetica, sans-serif;
	color: #333;
	margin-top: 17px;
}

#left_side dd {
	font: 0.75em Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2;
}



/*        ################      FOOTER AREA       ################       */


#footer {
	border-top: 1px solid #d7d5d5;
	float: left;
	width: 1001px;
	background: #F2F2F2 url(../_img/_bgd/footer.gif) no-repeat;
	padding-bottom: 15px;
}

#footer h2 {
	padding: 15px 0 0 7px;
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	color: #959595;
}

#footer ul {
	float: left;
	padding: 0 50px 0 7px;
	width: 200px;
}

#footer ul.last_set {
	padding: 0;
	border: 0;
}

#footer ul li {
	font: 0.7em Verdana, Helvetica, sans-serif;
	margin-top: 0.75em;
}

#footer ul li a:link, #footer ul li a:visited { text-decoration: none; }
#footer ul li a:hover { color: #7896c1; text-decoration: underline;}

/*        ################      COPYRIGHT & LEGAL INFORMATION       ################       */

#copyright_shell {
	width: 100%;
	padding-bottom: 20em;
	/* background: transparent url("/SiteCollectionImages/design_elements/_bgd/copyright_sides.gif") no-repeat top center; */
}

#copyright {
	width: 1001px;
	margin: 0px auto;
	/* background: url("/SiteCollectionImages/design_elements/_bgd/copyright.gif") repeat-x top; */
}

#copyright p {
	float: left;
	font: 0.7em Verdana, Helvetica, sans-serif;
	color: #333;
	width: auto;
}

#copyright .nav {
	text-align: center;
	width: 554px;
	float: left;
}

#copyright .nav p {
	width: 555px !important;
}

#copyright p.statement {
	text-align: right;
}

#copyright ul {
	padding-top: 0.5em;
	text-align: center;
}

#copyright ul li {
	font: 0.7em Verdana, Helvetica, sans-serif;
	display: inline;
}

#copyright ul li a:link, #copyright ul li a:visited {
	background: url("SiteCollectionImages/design_elements/_bgd/bgd_pipe.gif") no-repeat right;
	padding-right: 1em;
}
#copyright ul li.last a:link { background: none; }


.clearfloat { /* FORCE FLOATS */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*        ################      WEB PARTS: HOME PAGE       ################       */

#right_side h2 {
	text-indent: 57px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #959595;
	padding: 0.85em 0 1em 0;
}

#right_side a:link, #right_side a:visited {
	text-decoration: none; 
	color: #959595;
}

#right_side a:hover{
	color: #959595;
	text-decoration: underline; 
}

#right_side .WebPart {
	width: 241px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin: -1px 0 15px 11px;
	height: auto;
	padding: 0.75em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	background: #F8F8F8;
}

#right_side .WebPart li {
	font: 0.75em Verdana, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0.3em;
}

#right_side .WebPart li a:link,#right_side .WebPart li a:visited {
	text-decoration: none;
}

#right_side .WebPart li a:hover {
	text-decoration: underline;
}

#right_side h2#Corporate_News {
	background: url("SiteCollectionImages/design_elements/_icons/corporate_news.gif") no-repeat left;
}

#right_side h2#Popular_Content {
	background: url("/SiteCollectionImages/design_elements/_icons/popular_content.gif") no-repeat left;
}

#right_side h2#Frequently_Asked_Questions {
	background: url("SiteCollectionImages/design_elements/_icons/faqs.gif") no-repeat left;
	margin-bottom: 15px;
}

#right_side h2#Council_And_Committees {
	background: url("SiteCollectionImages/design_elements/_icons/council.gif") no-repeat left;
}

#right_side h2#Local_Weather {
	background: url("SiteCollectionImages/design_elements/_icons/weather.gif") no-repeat left;

}

#right_side h2#Surveys_And_Feedback {
	background: url("SiteCollectionImages/design_elements/_icons/feedback.gif") no-repeat left;
}



#test { 
	position: relative;
	z-index: 10000; 
	top: -60px;
	left: 245px;
}


/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #000; padding: 5px;}

/* LOADING BOX */
.loader { background: url("SiteCollectionImages/design_elements/gallery/loader.gif") center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {border: 1px solid #000;}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */

.panel .panel-overlay { border-top: 1px solid #F2F2F2; }
.panel .panel-overlay h4 { font-weight: bold; color: gold; font-size: 0.9em; padding-top: 0.25em; }
.panel .panel-overlay p { color: #FFF; font-size: 0.7em; padding: 0; margin: 0; width: 500px; }
.panel .panel-overlay a { color: #FFF; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }


/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #FFF; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #FFF; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
h2#Content_Editor_Web_Part { display: none; }

#controls {
	position: absolute;	
	top: -45px;
	left: 265px;
	z-index: 20000;
}

img.filmstrip_icon { border: 1px solid #FFF; }

#cat {
	width: 681px;
	height: 263px;	
	background: url("SiteCollectionImages/design_elements/gallery/cat_bgd.jpg") no-repeat bottom;	
	padding: 10px;	
}

#cat h2 {
	padding-top: 0;
	margin-top: 0;
}

#cat h3 {
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
	color: #959595;
	padding-top: 0.75em; 
}


#cat p { width: 500px }

#CSR {
	width: 960px;
	padding: 1em;
}

#CSR h2, #CSR h2 #search_results {
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	color: #959595;
	padding-top: 17px; 
}

#CSR li, #CSR p {
	font: 0.75em Verdana,Helvetica,sans-serif;
	color: #333;
	margin-top: 1em;	
}

#CSR dt {
	font: bold 0.85em Verdana,Helvetica,sans-serif;
	color: #333;
}

#CSR dd {
	font: 0.75em Verdana,Helvetica,sans-serif;
	color: #333;
}

#CSR dd.link { margin-bottom: 0.75em; }

h2#Search_Results {
	text-indent: 0.6em;
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	color: #959595;
}


#support_nav ul li.last a:visited, #support_nav ul li.last a:link {
	/* by richard.
	background: url("SiteCollectionImages/design_elements/_bgd/rss.gif") no-repeat left;
	*/
	padding-right: 0;
	padding-left: 0em;
}

#support_nav ul li.last_second a:visited, #support_nav ul li.last_second a:link {
	background: none;
	padding-right: 0;
	padding-left: 0;
}