@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

@charset "utf-8";

/* font definitions */
@font-face {
	font-family: 'GriffosSCapsFont';
	src: url('webfonts/GriffosSCapsFont-webfont.eot');
	src: url('webfonts/GriffosSCapsFont-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/GriffosSCapsFont-webfont.woff') format('woff'),
		url('webfonts/GriffosSCapsFont-webfont.ttf') format('truetype'),
		url('webfonts/GriffosSCapsFont-webfont.svg') format('svg');
}
@font-face {
	font-family: 'GriffosFont';
	src: url('webfonts/GriffosFont-webfont.eot');
	src: url('webfonts/GriffosFont-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/GriffosFont-webfont.woff') format('woff'),
		url('webfonts/GriffosFont-webfont.ttf') format('truetype'),
		url('webfonts/GriffosFont-webfont.svg') format('svg');
}
@font-face {
	font-family: 'spcRegular';
	src: url('webfonts/spc-regular-webfont.eot');
	src: url('webfonts/spc-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/spc-regular-webfont.woff') format('woff'),
		url('webfonts/spc-regular-webfont.ttf') format('truetype'),
		url('webfonts/spc-regular-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;		
}
@font-face {
	font-family: 'spcBold';
	src: url('webfonts/spc-bold-webfont.eot');
	src: url('webfonts/spc-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/spc-bold-webfont.woff') format('woff'),
		url('webfonts/spcBold/spc-bold-webfont.ttf') format('truetype'),
		url('webfonts/spcBold/spc-bold-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;		
}
@font-face {
	font-family: 'spcMediumItalic';
	src: url('webfonts/spc-mediumitalic-webfont.eot');
	src: url('webfonts/spc-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/spc-mediumitalic-webfont.woff') format('woff'),
		url('webfonts/spc-mediumitalic-webfont.ttf') format('truetype'),
		url('webfonts/spc-mediumitalic-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}


img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body { 	background-color: #323A40;	}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
#Accordion1 h2 {
	font-family: GriffosSCapsFont, "Times New Roman";
	font-size: 1.3em;
	padding-top: .1em;	
	padding-bottom: .1em;
}
#Accordion1 h3 {
	font-family: "GriffosSCapsFont", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding-top: .3em;	
	padding-bottom: .3em;	
}
#Accordion2 h3 a, #Accordion3 h3 a {
	font-family: "GriffosSCapsFont", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;	
	padding-top: .1em;	
	padding-bottom: .1em;
}

body#contactForm a#contactForm_nav  {
	color: #FFF;
}
body#faultReporting a#faultReporting_nav {
	background-color: #FFF;
}

#footerLeft {
	width: 45%;
	float: left;
	padding: 0 0 0 2em;
	text-align: left;
	margin: 0;
}
#footerRight {
  width: 45%;
	float: right;
	padding: 0 2em 0 0;
	text-align: right;
	margin: 0;	
}



/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#menu {
width: 100%;
}

#main {
clear: both;
margin-left: 0;
}
.logoBlock {
	background-color: #BBD9ED;
	border-radius: 5px;
	margin-bottom: 1em;
}
.logoBlock img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
}
.searchForm {
	background-color: grey;
	border: thin red solid;
}
header {
	margin-bottom: 1em;
	padding: 0;
}
#photoBlock {
	width: 100%;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	border-top: solid medium white;
	border-bottom: solid medium white;
	border-left: solid medium white;
	border-right: solid thin white;	
/*	right: 2px;*/
}
#photoBlock img{
	float: left;
	border: solid thin white;
}
#navBar {
	display: block;
	clear: both;
	width: 100%;
	height: 2.3em;
	margin: 0;
	background-color: #BBD9ED;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	font-family: "spcRegular", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	color: #657580;
	color: #000;	
}
.mainPanel {
	margin-top: 1em;
	padding-bottom: 10px;
	background-color: white;
	width: auto;
	border-radius: 5px;
}
.mainPanel h2 {
	margin: 0 auto;
	text-align: center;
	font-family: GriffosSCapsFont, "Times New Roman";
	font-size: 1em;
	padding-top: 0.1em;
	padding-left: 1em;
	padding: 0.1em 1em;
}

.mainPanel p {
	padding: 0 1em;
	font-size: 0.8em;
	font-family: "spcRegular", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align:justify;	
}
.mainPanel a{
	text-decoration: none;
	color: black;
	font-family: "spcBold", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.mainPanel a:hover {
	color: #BBD9ED;
}
.panelTitle {
	background-color: #BBD9ED;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 1em;	
}
.mainPanel form {
	margin: 0 .5em;
	padding: 0.2em 0;
	background-image: url(../_img/councilOfficePale.gif);
	border-radius: 10px;
}
form h2 {
	 margin: 1em 3em;
}
form ul li {
	list-style: none;
	margin: 5px 0;
}
.box {
	margin-bottom: 30px;
}
.mainPanel form label {
	text-align: left;
	font-family: "spcBold", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding-top: 0.3em;
}
.mainPanel form input,
.mainPanel form textarea {
	text-align: justify;
	font-family: "spcMediumItalic", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	border-radius: 5px;
	color: #71A3C3;
}
#footer {
	width: 100%;
	background-color: #BBD9ED;
	margin-top: 1em;
	margin-right: 0;
	font-family: 'spcRegular', "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	border-radius: 5px;
}
#footerLeft {
	width: 45%;
}
#footerRight {
  width: 43%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 0.7em;
	border: #C7E6FC 15px solid;
	background-color: #C7e6FC;
	
}
#menu {
width: 100%;
background-color: #C7E6FC;
}
#main {
clear: both;
margin-left: 0;
width: 100%;
background-color: #C7E6FC;
position: relative;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 95%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: 15px auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#menu {
width: 23.7288%;
}
#main {
/*margin-left: 1.6949%;*/
margin-left: 1em;
margin-bottom: 0;
clear: none;
width: 74.5%;   /* 75% is too much and wraps! */
}
.logoBlock {
	margin-bottom: 1em;
}
header {
	margin-bottom: 1em;
}
#photoBlock img{
	width: 33%;
}
#Accordion1 h2 {
	font-size: 1.3em;
	padding-top: .1em;	
	padding-bottom: .1em;
}
#Accordion1 h3 a {
	font-size: 1.1em;
	padding-top: .3em;	
	padding-bottom: .3em;	
}
#Accordion2 h3 a, #Accordion3 h3 a {
	font-size: 0.8em;	
	padding-top: .3em;	
	padding-bottom: .3em;
}
#navBar {
	height: 2.3em;
/*	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/	
	font-size: 1em;
}
.mainPanel {
	margin-top: 1em;
	padding-bottom: 10px;
}
.mainPanel h2 {
	font-size: 1.4em;
	padding-top: 0.3em;
}
.mainPanel p {
	padding: 0 2.5em;
	font-size: 1em;
}
.panelTitle {
	margin-bottom: 2em;	
}
.mainPanel form {
	margin: 0 3em;
	padding: 1em 0;
	border-radius: 10px;
}
form ul li {
	margin: 10px 0;
}
.box {
	margin-bottom: 30px;
}
.mainPanel form label {
	font-size: 1em;
	padding-top: 0.3em;	
}
.mainPanel form input,
.mainPanel form textarea {
	font-size: 1em;
	border-radius: 5px;
	padding: 0.2em 0.5em;
}
#footer {
	margin-left: 0;
	font-size: 0.8em;
	border-radius: 5px;	
}
#footerLeft {
	width: 40%;
}
#footerRight {
  width: 40%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.slideBar:active {
	left: -150;
}
.mugshot:hover {
	height: 250px;
}
