﻿	@media print{ 
	
	/*Don't print the link url */
	a[href]:after { 
	display: none !important; 
	list-style: none outside none !important; 
	visibility: hidden !important; 
	}

	div:not(.reveal-modal) {
	display: inherit !important;
	}
		
	#charm-bar,
	#top-nav,
	#charm-toggle,
	#alert {
	display:none !important;
	}

	#dynamic-bg,
	#header-right,
	#top-nav,
	#sidenav-col,
	#bcrumbs,
	#social-media-center,
	#goog-gt-tt,
	img.footer-logo,
	input.submit-btn,
	#dynamic-top-nav
	{
	display:none !important;
	}

  #utilities {
display:none !important;
}
	#page-footer, #page-body{
	display:block !important; float:left  !important; clear:both  !important; position:relative  !important;
	}

	}


	/* This is the hilight color when you select text on the website. */
	::selection {
	background: #232323; /* Safari */
	color: #fff;
	}
	::-moz-selection {
	background: #232323; /* Firefox */
	color: #fff;
	}


	/* force safari mobile devices to not automatically render rounded corners on search iput */
	#site-search input {
	-webkit-border-radius: 0 !important;
	}




	/*------------.size0 */   
	.size0{
	font-size:.990em;
	}
	#side-nav.size0 .sf-menu a{
	font-size:.990em;
	}



	/*-------------.size1 */
	.size1{
	font-size:1em;
	}

	#side-nav.size1 .sf-menu a{
	font-size:1em;
	}

	/*-----------.size2 */
	.size2{
	font-size:1.1em;
	}

	#side-nav.size2 .sf-menu a{
	font-size:1.2em;
	}


	/******************************************************************
	base.css
	-------------------------------------------------------------------
	Stylesheet: Base Mobile
	-------------------------------------------------------------------

	Be light and don't over-style since everything here will be
	loaded by mobile devices. You want to keep it as minimal as
	possible. These styles will be applied across all viewports.

	******************************************************************/

	/*------------------------------------------------------------------
	--> Foundation Columns
	------------------------------------------------------------------*/

	/* --> Column Padding --------------------------------------------*/

	.row .column, .row .columns {
	padding: 0 6px;
	}

	/*------------------------------------------------------------------
	--> Branding Styles
	------------------------------------------------------------------*/

	/* --> Defaults --------------------------------------------------*/

	body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
	color: #333;
		background:#faf9f5;
	}

	/* Set default font-size to 14px 
	p, a, .button {
	font-size: 1.4em;

	transition: font-size .3s ease-in-out; 
	-o-transition: font-size .3s ease-in-out; 
	-moz-transition: font-size .3s ease-in-out; 
	-webkit-transition: font-size .3s ease-in-out;
	}*/

	/* Make sure that links in paragraphs are not larger */
	p a { font-size: inherit; }


	/* --> Anchors ---------------------------------------------------*/

	a, a:visited {
	color: #469373;

	transition: color .3s ease-in-out; 
	-o-transition: color .3s ease-in-out; 
	-moz-transition: color .3s ease-in-out; 
	-webkit-transition: color .3s ease-in-out;
	}

	a:hover, a:focus {
	color: #469373;
	text-decoration: underline;
	}

	a:active { color: #469373; }

	/* --> Button and Cancel Button style -----------------------------*/
	.button, .button:visited{
	background-color: #FF5722;
	border-color: #FF5722;
	border-radius: 4px;

	transition: background-color .3s ease-in-out; 
	-o-transition: background-color .3s ease-in-out; 
	-moz-transition: background-color .3s ease-in-out; 
	-webkit-transition: background-color .3s ease-in-out;
	}

	.button:hover{
	background-color: #DA4E25;
	border-color: #DA4E25;
	}

	.button:active{
	background-color: #DA4E25;
	border-color: #DA4E25;
	}

	.button-cancel, .button-cancel:visited {
	background-color: #FF5722;
	border-color: #FF5722;
	border-radius: 4px;
	}

	.button-cancel:hover{
	background-color: #da4e25;
	border-color: #da4e25;
	}

	.button-cancel:active{
	background-color: #bf360c;
	border-color: #bf360c;
	}

	.button.secondary, .button.secondary:visited{
	background-color: #578270;
	border-color: #578270;
	border-radius: 0px;
	color: #FFF;
	box-shadow: none;
	font-weight: normal;
	margin:0px;

	transition: background-color .3s ease-in-out; 
	-o-transition: background-color .3s ease-in-out; 
	-moz-transition: background-color .3s ease-in-out; 
	-webkit-transition: background-color .3s ease-in-out;
	}

	.button.secondary:hover{
	background-color: #436356;
	border-color: #436356;
	font-weight: normal;
	}
		
	.fontsize a{color: #ffa64c;
			display: block;
			float: none !important;
			font-size: 2.2em;
			height: 15px;
			margin:5px  0 0 !important;text-decoration:none;

	}
	.fontsize a.selected{text-decoration:none;color:#806040;}                                    
	#fontsize0{font-size:1em; /*=10px*/}                           
	#fontsize1{font-size:1.1em; /*=11px*/}
	#fontsize2{font-size:1.3em; /*=13px*/}
	/* --> Headings --------------------------------------------------*/

	/* All headings */
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
		margin-top:0;
	}

	h1, .h1 {
	font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.5em;
		color:#26538e;
	}

	h2, .h2 {
	font-size: 2.3em;
		color:#26538e;
	}

	h3, .h3 {
	font-size: 2.1em;
		color:#26538e
	}

	h4, .h4 {
	font-size: 2em;
	}

	h5, .h5 {
	font-size: 1.425em;
	font-weight: bold;
	}

	h6, .h6 {
	font-size: 1.25em;
	font-weight: bold;
	}


	/* --> Tables ----------------------------------------------------*/

	table {
	background: none;
	border: 0;
	margin: 0;
	width: 100%;
	}

	/* Default scale for <table> elements */
	table tr th {
				font-size: 0.7em;

	}
	table tr.header th { 
	color: #fff;  

	}

	table tr td { font-size: inherit; }

	/* Override background color from Foundation */
	table tr.even, table tr.alt,
	table tr:nth-of-type(even) {
	background: none;
	}

	/* --> Calendar  -------------------------------------------------*/
	font.short, font.long { visibility:hidden; }

	/*for calendar event layout 1 */
	font.caltime { float: right;}
	table.caltable { border-bottom: 2px solid #F2F2F2; }

		#big-bg-image {
				display: none;
		}

	/*------------------------------------------------------------------
	--> Page Header
	------------------------------------------------------------------*/

	/* --> Header Base -----------------------------------------------*/

	header#page-header {
		background:rgba(38, 83, 128, 0.9) none repeat scroll 0 0;
	width: 100%;
		position:relative;
		z-index:30;
		margin-bottom:30px
	}

		
header#page-header::after {
  background: transparent url("/img/00/header.svg") repeat-x scroll center center;
		background-size: 100% 30px ;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 30;
}
/* Remove wave at smaller screens */
@media only screen and (max-width: 768px) {
	header#page-header::after {
		background: none;
	}
}

	#header-right {
	margin-top: 25px;
	}
		header#page-header .row > .columns
		header#page-header .nav-inner{	padding: 0; }
	/* --> Header Logo -----------------------------------------------*/

	h1#header-logo {
			color: #fff;
			cursor: default;
			font-size: 0em;
			letter-spacing: 1px;
			margin-bottom: 15px;
			margin-top: 15px;
			text-transform: uppercase;
	}

		h1#header-logo a {
			background: url("/img/00/laguna_beach_logo.png") no-repeat scroll center center transparent;
			background-size:contain;
			color: #222;
			font-size: 0;
			width: 95%;
			width: calc(100% - 40px);
			height: 100px;
			display: block;


	transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
	-o-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
	-moz-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
	-webkit-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
	}

	h1#header-logo a:hover {
	text-decoration: none;
	color: #232323;
	}

	h5#header-tagline {
	font-weight: normal;
	margin-top: 0;
	text-indent: 6px;
	cursor: default;
	}


		#header-temp {
			position: absolute;
			top: 10px;
			right: 10px;
			z-index: 35;
			text-align: center;
			color: #ffa64c;
			font-size: 1.6em;
			font-weight: 300;
		}

	/* --> Header Links ----------------------------------------------*/

	ul.head-links {
	list-style: none;
	margin: 0;
	display:block;
	padding-top: 13px;
	}

	ul.head-links li {
	float: left;
	}

	span#header-date {
	color: #222;
	cursor: default;
	}

	a.head-link {
	float: left;
	display: block;
	color: #222;
		margin: 5px 0 0;
	font-size: 2.2em;
		color:#ffa64c;
		width:100%;
	}

	a.head-link:hover{
	color: #ff7f00;
	}

	a#mywh{
	font-style: italic;
	}

		section#utilities .fontsize{
			margin-bottom:10px;
			display:block;
			float:left;
			width:100%;

		}
   .fontsize .head-link {
		 width:50%;
		 padding:2px 0;
   }

	.fontsize #fontsize0,
	.fontsize #fontsize2{
		float:left;
		text-align:center;
		margin:0;
		line-height:0.5;
		font-weight: 300;
	}
	.fontsize #fontsize1{
		float: right;
		font-size: 2em;
		text-align: left;
		font-weight: 300;
		line-height: 0.8;
	}
	.fontsize #fontsize1 a{
	font-size: 50px;
	height: 40px;
  margin: 0 !important;
	}
	

	/*------------------------------------------------------------------
	--> Site Search
	------------------------------------------------------------------*/

			#search-wrap {
					
					display: block;
					height: 50px;
					position: relative;
					width: 100%;
					z-index: 10;
					float:left;
			}
			#search-form {
					z-index: 5;
			}

			form#frmSearch{ margin: 0; }

			#search-form #siteSearch {
					position: relative;
			}
			.frmWrap {
					background:  #595350;
					height: 60px;
					left: 1%;
					padding: 10px 0 0 !important;
					position: relative;
					width: 84%;
			}
			.searchBtn {
					background: url(/img/00/search.png) no-repeat scroll center center transparent;
					border: medium none;
					display: block;
					font-size: 0.1em;
					height: 35px;
					margin: 2px 2px 0 0;
					position: absolute;
					right: 0;
					top: 0;
					width: 15%;
					z-index: 5;
					background-size: 25px;
			}
			.searchBtn:hover {
				background: url(/img/00/search.png) no-repeat scroll center center #d8d8d8;
				background-size: 25px;
			}
			input#site-search {
					background: rgba(255, 255, 255, .85);
					border: 0 solid #fff;
					box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
					font-size: .825rem;
					height: 40px;
					margin-top: 0;
					font-family: "Arvo",Rockwell,sans-serif;
					color: #c76341;
					margin: 0;
					outline: medium none;
					padding: 0 6px 0 12px;
					transition: box-shadow 0.6s ease-in-out 0s;
					font-weight: normal;
			}
			.closed input#site-search {
					border: 0 solid #fff;
			}
			.open input#site-search {
					border: 1px solid #fff !important;
					padding: 0 0 0 8px;
			}
			input#site-search:hover {
					background: rgba(255, 255, 255, 1);
			}
			input#site-search:focus {
					background: rgba(255, 255, 255, 1);
					box-shadow: 0 0 5px #92d3ff;
			}
			a#site-search-btn {
			}
			a#site-search-btn:hover {
					text-decoration: none;
			}

	:-moz-placeholder { /* Firefox 18- */
	color: #7d98a9;
	}

	::-moz-placeholder {  /* Firefox 19+ */
	color: #7d98a9;
	}

	:-ms-input-placeholder {  
	color: #7d98a9;
	}

	/*------------------------------------------------------------------
	--> Main Navigation
	------------------------------------------------------------------*/

	/* --> Main Navigation Container ---------------------------------*/

	section#top-nav {
	background-color: transparent;
	min-height: 40px;
	}

	/* Remove menu padding for mobile */
		section#top-nav .nav-row{margin: 0;}
	section#top-nav .nav-row .columns { padding: 0; }

	/* Remove Foundation default background color for top-bar */
	nav.main-nav, nav.main-nav.expanded {
	background: none;
	width: 100%;
	}


	/* --> Main Navigation Title -------------------------------------*/

	/* Show the navigation Title for mobile */
	nav.main-nav .name {
	display: block;
	}


	/* --> Main Navigation Item Link ---------------------------------*/

	nav.main-nav ul li.nav-item a {
	font-size: 1em;
	font-weight: 600;
	white-space: normal;
	background: transparent;

	transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
	-o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
	-moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
	-webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
	}

	nav.main-nav ul li.nav-item a:hover {
	text-decoration: none;
	background: #fff;
		color:#265380;
	}

	/* Active Item Link */
	nav.main-nav ul li.active a {
	background: #265380;
		color:#fff;
	}


	/* --> Main Navigation Mobile Styles -----------------------------*/

	/* Main Navigation Title */
	.main-nav ul.title-area .mainnav-mobile-title {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	line-height: 40px;
	}

	.main-nav ul.title-area .mainnav-mobile-title:hover {
	background: none;
	}

	/* Menu collapse/expand link icon */
	nav.main-nav .toggle-topbar.menu-icon a {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-indent: -70px;
	line-height: 30px;
	}

	nav.main-nav .toggle-topbar.menu-icon a:hover {
	background: none;
	}

	/* Mobile Display Back Link */
	nav.main-nav .dropdown li.title h5 a {
	font-size: inherit;
	font-weight: bold;
	}

	/* Mobile Display Back Link (Mega-Menu) */
	nav.main-nav div.mega-menu li.title h5 a:hover {
	background: #eee;
	}

	/* Mobile-Mode Back Link (Mega-Menu) */
	nav.main-nav .mega-menu li.title h5 a {
	color: #1a1a1a;
	}


	/*------------------------------------------------------------------
	--> Main Navigation Menus
	------------------------------------------------------------------*/

	/* Dropdown Menu Item Link */
	nav.main-nav .dropdown li.nav-item a {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 0.9em;
	line-height: 18px;
	background: none;
	padding:6px 10px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color:#469373;
	
	}

	nav.main-nav .dropdown li.nav-item a:hover {
	background: #ddd;
	color:#265380;
	padding-left: 10px;
	}

	nav.main-nav .dropdown li.nav-item.show-for-small{
		display: block !important;
	}

	/* --> Main Navigation Dropdown Container ------------------------*/

	nav.main-nav .dropdown {
	border: 1px solid #fff;
	}

	/* Dropdown Menu Last Item Link */
	nav.main-nav .dropdown li.nav-item.last a {
	border-bottom: 0;
	}

	/*------------------------------------------------------------------
	--> Side Navigation
	------------------------------------------------------------------*/

	/* --> Side Navigation Heading -----------------------------------*/

	.page-nav-heading {
	cursor: default;
	margin-bottom: 5px;
	margin-top:0px;
		text-transform:uppercase;
		color:#fff;
	}


	/* --> Side Navigation List ---------------------------------------*/
		#side-nav #dynamic-side-nav {
			float: left;
			font-size: 1.4em;
		}
		nav#side-nav{
			background:rgba(38,83,128, 0.8);																																																						
			float: left;
			padding:10px;
		}
	nav#side-nav ul.side-nav-list {
	margin-bottom: 0px;
	border: 0px solid #ccc;
	}


	/* --> Side Navigation Item ---------------------------------------*/

	nav#side-nav .sf-vertical,
	nav#side-nav .sf-vertical li {
	width: 100%;
	}

	nav#side-nav .sf-menu li {
	background: transparent;
	}

	nav#side-nav .sf-menu li .side-nav-flyout {
	background: #fff;
		padding:0.75em;
	}
		nav#side-nav .sf-menu li .side-nav-flyout li a{
		color:#265380;
		}
		nav#side-nav .sf-menu li .side-nav-flyout li a:hover{
				background:#ccc;
			}
	/* --> Side Navigation Item Link ----------------------------------*/

	nav#side-nav .sf-menu a {
	color: #fff;
	border: 0;
	line-height: 20px;
	border-bottom: 0px solid #ccc;
		padding: 0.5em 5px;
	
		transition: background-color .6s ease-out; 
	-o-transition: background-color .6s ease-out; 
	-moz-transition: background-color .6s ease-out; 
	-webkit-transition: background-color .6s ease-out;
	}

	nav#side-nav .sf-menu a:hover {
	background: #fff;
	color: #265380;
		text-decoration:none;
	}

	/* Last Item Link */
	nav#side-nav .sf-menu li.last a {
	border-bottom: 0;
	}


	/* --> Side Navigation Flyout Menu -------------------------------*/

	nav#side-nav .sf-menu ul {
	left: 100%;
	width: 220px;
	border: 0px solid #ccc;
	}

	/* Flyout Indicator (Arrow) */
	nav#side-nav .sf-sub-indicator {
	top: 14px;
	background: url('/inc/public/js/superfish/images/arrows-cccccc.png') no-repeat -10px 0px;
	}


	/*------------------------------------------------------------------
	--> BreadCrumbs / System Buttons
	------------------------------------------------------------------*/

	/* --> Breadcrumbs ----------------------------------------------*/

	/* Breadcrumb Span */
	section#bcrumbs {
	width: 100%;
	background: transparent;
	}

	/* Breadcrumb List */


section#utilities {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*bottom: 0;*/
	/*position: fixed*/;
	position: relative;
	right: 0;
	width: 100%;
	z-index: 20;
}
section#utilities .util-btn {
	background: repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	float: left;
	margin-top: 2px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 50%;
}
ul.bcrumb-list {
	float: left;
	list-style: outside none none;
	margin: 25px 0;
}
ul.bcrumb-list li {
	float: left;
		font-weight:normal;
	font-size: 1.2em;
	margin-right: 10px;
	text-shadow: 0 1px 0 #eee;
}
ul.bcrumb-list li.home {
	padding-left: 0px;
}
ul.bcrumb-list li.arr, ul.bcrumb-list li.current {
	cursor: default;
}


/* --> System Buttons ----------------------------------------------*/
	
	/*City Hall Hours - New */
	li.cityHall img {
	width: 30px;
	margin: 10px auto;
	display: block;
	}
	
	/* Open or Closed Text */
	p.closedToday a {
    color: #fff;
	}

	a.cityHours span {
    font-weight: bold;
	}

.columns.system-btns-col {
	padding: 0;
}
section#utilities ul.system-btns-list {
	float: left;
	list-style: outside none none;
	padding: 0;
	width: 50%;
	background: rgba(87, 130, 112, 0.80);
	border:0px solid transparent;
	margin-bottom:1em;

}
ul.system-btns-list > li {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 50%;
		text-align:center;
}
/* Fix at small screen size for utilities menu */
@media only screen and (max-width: 768px) {
	section#utilities ul.system-btns-list {
		width: 100%;
	}
	ul.system-btns-list > li {
    margin: 0 auto;
    display: block;
    width: 100%;
	}
	section#utilities {
		z-index: 100;
	}
}
a.link-Approve, a.link-Decline {
	color: #fff;
}
ul.system-btns-list li a.button {
	border: 0 none;
	font-size: 1.6em;
	margin-bottom: 10px;
	text-align: left;
}
ul.system-btns-list li a.button span {
	visibility: hidden;
}
.button.system-button {
	background-color: #eee;
	border-color: #666;
	box-shadow: none;
	color: #333;
	transition: background-color 0.6s ease-out 0s, box-shadow 0.6s ease-out 0s;
	width: 100%;
}
.button.system-button:hover, .button.system-button.hover {

	box-shadow: 0 0 8px #666;
}
ul.system-menu {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 4px 6px #ccc;
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	width: inherit;
	z-index: 90;
}
li:hover ul.system-menu {
	display: block;
}
ul.system-menu li a {
	border: 1px solid transparent;
	color: #333;
	display: block;
	font-weight: bold;
		font-size:1.4em;
	padding: 6px 0;
	text-indent: 35px;
}
ul.system-menu li a:hover {
	color: #000;
	text-decoration: none;
}
	/* Email */
	#btn-email {
	background: url('/img/00/icons/icon-email.png') no-repeat center center transparent; 

	}

	/* Edit */
	#btn-edit {
	background: url('/img/00/icons/icon-edit.png') no-repeat center center transparent;

	}

	/* Print */
	#btn-print {
	background: url('/img/00/icons/icon-print.png') no-repeat center center transparent;
	}    /* Print */
	#btn-ask {
		background: url('/img/00/askLaguna.png') no-repeat center center transparent;
		font-size: 0px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	/* Fix btn-ask at smaller screen size */
	@media only screen and (max-width: 768px) {
		#btn-ask {
			height: 30px;
			margin-top: 0;
		}
	}

	/* Alter styles of system buttons that have a dropdown menu */
	#btn-email:hover,
	#btn-email.hover,
	#btn-edit:hover,
	#btn-edit.hover {
	border-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	}

	/* Send A Link */
	ul.system-menu li.send-link {
	background: url('/img/00/icons/icon-email-send.png') no-repeat 0 center;
	}

	/* Contact Us */
	ul.system-menu li.contact-us {
	background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
	}

	/* HTML Editor */
	ul.system-menu li.html-editor {
	background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
	}

	/* Layout */
	ul.system-menu li.layout {
	background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
	}

	/* Navbuilder */
	ul.system-menu li.navbuilder {
	background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
	}

	/* Services */
	ul.system-menu li.services {
	background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
	}

	/* Status */
	ul.system-menu li.status-not-done,
	ul.system-menu li.status-done {
	background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
	}

	/* Site Notes */
	ul.system-menu li.site-notes {
	background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
	}

	/* Issue */
	ul.system-menu li.issue {
	background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
	}

	/* Admin */
	ul.system-menu li.admin {
	background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
	}


	/*------------------------------------------------------------------
	--> Page Body Section
	------------------------------------------------------------------*/

	#page-body {
	width: 100%;
	background: transparent;
		position:relative;
		z-index:10;
	}

	div#page-wrap {
    overflow: hidden;
	}

	/* All secondary pages have their content wrapped in a row
	with either of these classes. */
	.content-row{
	padding-top: 30px;
	}

	#page-body > .widget-layout-row
	{
	padding-top: 30px;
	}


	/*------------------------------------------------------------------
	--> HTML Content
	------------------------------------------------------------------*/

	/* --> Page Title ----------------------------------------------*/
		.pgtitle {
			background: none repeat scroll 0 0 #fff;
			border-top: 3px solid #578270 ;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
			margin: 0 -25px;
			padding: 10px 20px;
			position: relative;
			z-index: 15;
		}

			.pgtitle:before{
				content: "";
				display: block;
				position: absolute;
				bottom: -10px;
				left:0px;
				z-index:5;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 10px 10px 0;
				border-color: transparent #7c7c7c transparent transparent;
				-webkit-transform: rotate(360deg);
			}.pgtitle:after{
				content: "";
				display: block;
				position: absolute;
				bottom: -10px;
				right:0px;
				z-index:5;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0 0;
				border-color: #7c7c7c transparent transparent transparent;
				-webkit-transform: rotate(360deg);
			}

			.cvCalendar3 .pgtitle {
				background: none repeat scroll 0 0 #fff;
				border-top: 3px solid #469373;
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
				margin: -10px 0 0 -20px;
				padding: 10px 20px;
				position: relative;
				z-index: 15;
			}.cvCalendar3 .pgtitle:after{
				content: "";
				display: none;

			}
			 .cvCalendar3 > #left{padding-left:0;}
			 .cvCalendar3 > #widget-sidebar{padding:10px 0 0 10px;}

	h1.content-title {
	margin: 0;
		font-family:"Arvo", Rockwell,sans-serif;
		font-size:4.2em;
		color:#c76341;
	}


	/* --> Page Content ----------------------------------------------*/
		
	section#page-content,
	section#widget-content{
	margin-bottom:0px;
	padding: 0 15px 10px;
	box-shadow: 0 3px 12px rgba(50, 50, 50, 0.3);
		position:relative;
		z-index:10;
		float: left;
		width: 100%;

		background: #faf9ed; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(250,249,245,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(250,249,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(250,249,245,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(250,249,245,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(250,249,245,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(250,249,245,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



	}

	/*------------------------------------------------------------------
	--> Homepage Contents
	------------------------------------------------------------------*/

	/* --> Home Slideshow --------------------------------------------*/

	/* Background area color */
	#home-slideshow-span {
		position:absolute;width:100%;
		}
	#home-slideshow-span .nivoSlider{
		box-shadow:none;
	}
	#home-slideshow-span .nivoSlider:after{
		content: "";
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 785px;
		z-index:10;
		background: -moz-linear-gradient(top,  rgba(250,249,245,0) 80%, rgba(250,249,245,0.95) 90%, rgba(250,249,245,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(250,249,245,0)), color-stop(90%,rgba(250,249,245,0.95)), color-stop(99%,rgba(250,249,245,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(250,249,245,0) 80%,rgba(250,249,245,0.95) 90%,rgba(250,249,245,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(250,249,245,0) 80%,rgba(250,249,245,0.95) 90%,rgba(250,249,245,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(250,249,245,0) 80%,rgba(250,249,245,0.95) 90%,rgba(250,249,245,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(250,249,245,0) 80%,rgba(250,249,245,0.95) 90%,rgba(250,249,245,1) 99%); /* W3C */

	}
	#home-slideshow-span .nivo-caption {
		display: none !important;
		background: none rgba(75, 105, 150, 0.90);
		bottom: 0;
		color: #fff;
		font-size: 1.6em;
		padding: 10px 14px;
		position: absolute;
		width: 100%;
		top: 24%;
		height: 170px;
		left: 0px;
		width: 30%;
		z-index:15;
		line-height:1.6;
		overflow-x:hidden;
		overflow-y:auto;
	}
	/* Fix to Slider Captions at different size screens */
	@media only screen and (max-width: 965px) and (min-width: 768px) {
		#home-slideshow-span .nivo-caption {
			top: 34%;
		}
		#home-slideshow-span .nivo-caption a {
			font-size: .7em;
		}
		#home-slideshow-span .nivo-caption h2 {
			font-size: 1.65em;
		}

	}
	@media only screen and (max-width: 1160px) and (min-width: 9265px) {
		#home-slideshow-span .nivo-caption {
			top: 29%;
		}
		#home-slideshow-span .nivo-caption a {
			font-size: .85em;
		}

	}	
	#home-slideshow-span .nivo-caption a {
		border-bottom: none;
	}
	#home-slideshow-span .nivo-caption a:hover {
		text-decoration: none;
	   color: #ffa64c
	}
	#home-slideshow-span .nivo-caption a:focus {
		text-decoration: none;
	   color: #ffa64c
	}	
	#home-slideshow-span .nivo-directionNav {
		/* 11/9/15 No longer using Prev/Next arrows */
		display: none;
	}
	#home-slideshow-span .nivo-controlNav {
		bottom: 0;
		height: 30px;
		left: 33%;
		line-height: 1.4;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0px;
		position: absolute;
		top: 400px;
		width: 30%;
		z-index: 15;
	}
	.nivo-directionNav a {
		cursor: pointer;
		position: absolute;
		top: 0;
		z-index: 9;
	}
	.theme-default a.nivo-prevNav {
		left: 80%;
	}
	.theme-default a.nivo-nextNav {
		background-position: -30px 0;
		left: 90%;
	}
	
	#home-slideshow-span .nivo-caption h2{
		font-size:2em;
	}

	#home-slideshow-span img{width: 100%;}

	/* --> Home Page ----------------------------------------*/

	/*-- Homepage Search Bar -------------------------------*/

	div#hp-search-wrap {
    z-index: 20;
    display: block;
    /* border: 1px solid red; */
    height: 50px;
    /* background: rgba(255, 255, 255, .85); */
    margin: 12px auto 80px auto;
    width: 90%;
    position: relative;
	}

	div#hp-search-wrap div#siteSearch{
		position: relative;
    background: rgba(0, 0, 0, .25);
    display: block;
    padding: 5px;
	}

	div#hp-search-wrap input#site-search {
    height: 50px;
    font-size: 1.25rem;
	}

	div#hp-search-wrap .searchBtn {
	margin: 7px;
	height: 45px;
	}

	/* --> Homepage Blocks -------------------------------------------*/

.hp-content:before{
	content:"";
	background:url(/img/00/hp-content.png) bottom center transparent;
	background-size:auto 100%;
	display:block;
	width:100%;
	height:40px;
	position:absolute;
	top:-40px;
}
.hp-content{
	background:#f2f1eb;
	display:block;
	position:relative;
}

	/* Block container 
	.home-block {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 8px #ccc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	}
*/
	/* Block heading */
	.home-block h2.block-head {
	margin-top: 0;
	font-family:"Arvo",Rockwell,sans-serif;
	font-size: 3.2em;
	color:#c76341;
	padding-left:10px;

	transition: font-size .3s ease-in-out; 
	-o-transition: font-size .3s ease-in-out; 
	-moz-transition: font-size .3s ease-in-out; 
	-webkit-transition: font-size .3s ease-in-out;
	}
	.home-block h2.block-head a{
		color:#c76341;
	}

	h3.block-head {
    padding: 0 0 0 14px;
    font-size: 1.1rem;
    text-align: left;
    font-style: italic;
	}

	h3.block-head.allEvents{ padding: 0; }

	h3.block-head a{ 
	color: #c76341;
	margin: 0px 0 20px 0;
	display: block;  
	}

	h3.block-head.allEvents a{ color: #7d93b3; }

	/* Block heading - alternate color 1 */
	.home-block h2.block-head.alt-color { background-color: #c76341; }

	/* Block heading - alternate color 2 */
	.home-block h2.block-head.alt-color2 {  }

	/* Inner wrapper for blocks */
	.block-contents {
	padding: 0 10px 15px;

	transition: padding .3s ease-in-out; 
	-o-transition: padding .3s ease-in-out; 
	-moz-transition: padding .3s ease-in-out; 
	-webkit-transition: padding .3s ease-in-out;
	}

/* #home-latestnews article.news-article img.news-img{	display: none; }
	--> Events List -----------------------------------------------*/
#home-eventslist .etabs {
  display: block;
  float: left;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
	#home-eventslist .etabs .tab {
		float: left;
		display: block;
		width: 50%;
		list-style:none;
	}
#home-eventslist .etabs .tab a{
	float:left;
	display:block;
	width:100%;
	border-bottom:2px solid #7d93b3;
	background: rgb(250,249,245); /* Old browsers */
	text-align:center;
	padding:0.5em 0;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.8em;

	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
}
	#home-eventslist .etabs .tab a{color:#838383;}
	#home-eventslist .etabs .tab.active a{color:#141414;}
	#home-eventslist .etabs .tab.active a{
		position:relative;

		background: rgb(250,249,245); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(250,249,245,1) 0%, rgba(228,227,223,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,249,245,1)), color-stop(100%,rgba(228,227,223,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(250,249,245,1) 0%,rgba(228,227,223,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(250,249,245,1) 0%,rgba(228,227,223,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(250,249,245,1) 0%,rgba(228,227,223,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(250,249,245,1) 0%,rgba(228,227,223,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f5', endColorstr='#e4e3df',GradientType=0 ); /* IE6-9 */
		
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}#home-eventslist .etabs .tab.active a:after{
		position:absolute;
		bottom:-25px;
		content:"";
		display:block;
		left:50%;
		margin-left:-50px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 50px 0 50px;
		border-color: #7d93b3 transparent transparent;
	}
.ev-wrap .calday {
	border: 2px solid #7d93b3;
	display: block;
	padding-left:0px !important; 
}
.ev-wrap .calday span {
		clear: none;
		font-family:"Arvo",Rockwell,sans-serif;
		color: #7d93b3;
		display: block;
		float: left;
		font-size: 1.8em;
		line-height: 1.2em;
		padding: 0.2em 2%;
		text-align: center;
		text-transform: uppercase;
		width: 50%;
}

.ev-wrap .calfullday{
	display:block;
	width:100%;
	margin-bottom:5px;
}
.ev-wrap .calfullday span {
		clear: none;
		font-family:"Arvo",Rockwell,sans-serif;
		color: #7d93b3;
		font-size: 1.6em;
		line-height: 1.2em;
		padding: 0.1em 0;
		text-align: left;
		text-transform: uppercase;
}
.ev-wrap .calday span.month {
	background: none repeat scroll 0 0 #7d93b3;
	color: #faf9f5;
		width: 65%;
}
.ev-wrap .calday span.day {
	width:35%;
}
.ev-wrap .calbody{
	padding-right:0px !important; 
}
.ev-wrap .calbody span {
	clear: both;
	display: block;
	float: left;
	font-size: 1.4em;
}
.ev-wrap .calbody .caltime {
	font-size: 1.4em;
}
.ev-wrap .calbody .caltitle {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
		color:#141414;
}
.cal-lay-02 .calbody .caltitle{
	font-size: 1.4em;
	font-weight: bold;
}
	.ev-wrap .calbody .caltitle a{
		color:#141414;
	}
.ev-row {
	margin: 0 0 15px !important;
	padding: 0 0 10px;
}
	/* Event title */
	.event-title {
	font-size: .825em;
	margin: 5px 0;
	}

	/* Event Time */
	.event-time { font-size: .825em; }

	/* Date section heading */
	.events-datesection {
	font-family: 'open sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.35em;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	}

	/* Style for 'Today' indicator */
	.events-datesection span.today {
	color: #666;
	text-transform: uppercase;
	font-size: 0.7em;
	}

	/* Style on text if there are no events */
	.no-events {
	color: #666;
	font-size: 1.4em;
	font-style: italic;
	}

	/* Separator between events */
	hr.events-sep { margin: 15px 0; }


/*--HP ICON TRAY--*/

#icon-tray li.mm-side-icon {
    margin: 0 17px !important;
}

#icon-tray .bx-wrapper .bx-pager,#icon-tray .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	position: absolute;
	width: 100%;
}
#icon-tray .bx-wrapper .bx-pager .bx-pager-item,#icon-tray .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
#icon-tray .bx-wrapper .bx-pager.bx-default-pager a {
	background: none repeat scroll 0 0 #666;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
#icon-tray .bx-wrapper .bx-pager.bx-default-pager a:hover,#icon-tray .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none repeat scroll 0 0 #000;
}
#icon-tray .bx-wrapper .bx-prev {
	left: 0;
		background: url("/img/00/control-left.png") no-repeat scroll center center transparent;
		opacity:0.5;
}
#icon-tray .bx-wrapper .bx-next {
	right: 0;
		background: url("/img/00/control-right.png") no-repeat scroll center center transparent;
		opacity:0.5;
}
#icon-tray .bx-wrapper .bx-prev:hover,
#icon-tray .bx-wrapper .bx-next:hover {
	opacity:1;
} 
#icon-tray .bx-wrapper .bx-controls-direction a {
	font-size: 0em;
	height: 100%;
	line-height: 3em;
	outline: 0 none;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 10;
}
#icon-tray .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
#icon-tray .bx-wrapper .bx-controls-auto {
	text-align: center;
}
#icon-tray .bx-wrapper .bx-controls-auto .bx-start {
	/*background: url("/img/00/controls.png") no-repeat scroll -86px -11px rgba(0, 0, 0, 0);*/
	display: block;
	height: 11px;
	margin: 0 3px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
#icon-tray .bx-wrapper .bx-controls-auto .bx-start:hover,#icon-tray .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
#icon-tray .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("/img/00/controls.png") no-repeat scroll -86px -44px rgba(0, 0, 0, 0);
	display: block;
	height: 11px;
	margin: 0 3px;
	outline: 0 none;
	text-indent: -9999px;
	width: 9px;
}
#icon-tray .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
#icon-tray .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
#icon-tray .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
#icon-tray .bx-wrapper .bx-caption {
	background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#icon-tray .bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-family: Arial;
	font-size: 0.85em;
	padding: 10px;
}
#icon-tray .bx-wrapper {
	height: 100%;
}
.hp-tray{
	margin:0px -10px;
}
#icon-tray {
		background: none repeat scroll 0 0 #fff;
		border-bottom: 3px solid #469373;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		float: left;
		height: 120px;
		left: 0;
		margin-bottom:30px;
		padding: 0;
		position: relative;
		width: 100%;
}
#icon-tray:before {
	border-color: transparent transparent #7c7c7c;
	border-style: solid;
	border-width:0 0 10px 10px;
	top: -10px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 5;
}
#icon-tray:after {
	border-style: solid;
		border-width: 10px 0 0 10px;
		border-color: transparent transparent transparent #7c7c7c;
		top: -10px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 5;
}
#icon-tray .active {
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 0;
}
#icon-tray #carousel a {
	display: block;
	height: 115px;
	text-align: center;
	white-space: normal;
	width: 100%;
}
#icon-tray #carousel a span.desc {
  color: #232323;
  font-size: 1.4em;
  line-height: 0;
}

#icon-tray ul li a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#icon-tray .bx-wrapper {
  display: block;
  height: 10px;
  padding:0 0 0 30px;
  width: 100%;
}

	/*------------------------------------------------------------------
	--> Secondary Pages
	------------------------------------------------------------------*/

	/* --> Side Buttons ----------------------------------------------*/

	/* Side Button Wrapper */
#dynamic-side-btns .mm-buttongen-cont {
	float: left;
	width: 100%;
		margin-top:15px;
}
.widget-button a.mm-button-link,
#dynamic-side-btns a.mm-button-link {
	border: 0px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	color: #eee;
	display: block;
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 15px;
	padding:25px 5px 25px 70px;
	text-transform: uppercase;
	width: 100%;
		/*background-color:#578270 !important;
		background-color:#608746 !important;*/
		background-color:#578270 !important;
		background-position: 10px center !important;
}.widget-button a.mm-button-link{
	padding:25px 5px 25px;
}
#dynamic-side-btns a.mm-button-link:hover, #dynamic-side-btns a.mm-button-link:focus {
	border: 0px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
}

	/*------------------------------------------------------------------
	--> Page Footer
	------------------------------------------------------------------*/

	/* --> Footer Base -----------------------------------------------*/

	footer#page-footer {
	background:url(/img/00/footer-watermark.jpg) no-repeat top center #265380;
	border-top: 10px solid #ffa64c;
	margin-top:18px;
	margin-bottom: 128px; /* added since the utilities bar is on the bottom when on small screen */
	color: #fff;
	padding:0;
		position:relative;
		z-index:20;

		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	}


	/* --> Footer Navigation -----------------------------------------*/
		
		/* Navigation list item link */
		nav.foot-nav ul li{
			text-align:center;
		}
	nav.foot-nav ul li a {
	color: #fff;
	font-size: 1.8em;
		letter-spacing:-0.02em;
		font-weight:300;
	}

		.foot-list {
			margin-top: 2em;
		}
		.foot-list li {
			line-height: 2em;
			list-style: outside none none;
			margin: 0;
		}.foot-list li a {
			color: #fff;
			font-size: 1.8em;
			font-weight: 300;
		}

			li#Contact-Pop {
			margin-top: 1em;
			list-style: none;
}

		.footerContactLink{
		color: #fff;
		font-size: 1.8em;
		font-weight: 300;
		display: inline-block;
		margin: 8px auto;
		width: 100%;
		text-align: center;
		float: right;
		}

		a#contactPopup {
		font-size: 1.1rem;
		margin: 0;
		}

		#page-footer #PageContacts{
				text-align:center;
				font-size:1.8em;
				font-weight:300;
		}#page-footer #PageContacts p{
				margin:0px;
				font-weight:300;
			}
			#page-footer #PageContacts p.fax{
				margin-right:-2em;
			}

		.foot-icons{
			margin-top:1.8em;
			padding:0 10px;
		}
			.foot-icons div a {
				color: #fff;
				float: left;
				font-size: 0em;
				font-weight: 300;
				line-height: 1.3;/*
				width: 100%;*/
			}
			#foot-icons-social {margin:0px;text-align: center;}
			#foot-icons-social .mm-buttongen-cont{
				display: block;
				width: 100%;
				text-align: center;
			}
			#foot-icons-social .mm-button-wrap{
				display: inline-block;
				margin: 0 1em 15px;
			}

				.foot-icons div a img,
				.foot-icons div a .mm-button-txt-wrap{
					display: inline-block;
				}
				#foot-icons-right .foot-list{float: right;}

	/* --> Powered by Civica -----------------------------------------*/

	/* 'Powered by' text */
		.powered-by{
			position:absolute;
			display:block;
			right:1em;
			bottom:1em;
		}
		span.powered-by-civica {
			color: #fff;
			display: inline-block;
			font-size: 1.3em;
				bottom: 13px;
						position: relative;
	}

	/* Civica logo */
	#civica-foot-logo { display: inline-block; }


	/* --> Copyright -------------------------------------------------*/

	/* Copyright span background */
	#copyright-span { background-color: #222; }

	/* Copyright text */
	#copyright-span p.copyright {
	text-align: center;
	color: #eee;
	margin: 10px 0;
	}

	/*------------------------------------------------------------------
	--> Press Release
	------------------------------------------------------------------*/
	tr.prHeadline {
	border-bottom: 3px solid #578270;
	}

	.prHeader {
	margin: 0;
	}

	table.pressRTable p {
	padding: 0;
	margin: 0;
	}
	
	/*------------------------------------------------------------------
	--> Jobs 
	------------------------------------------------------------------*/
	
	h3.jobTitle {
	margin: 0;
	}

   /*------------------------------------------------------------------
	--> Phone Directory Phone Book
	------------------------------------------------------------------*/

	input#phone-search {
	height: 35px;
	font-size: 1em;     padding: 0 10px; 
	}

		a#phone-search-btn {
			background: #c76341 url("/img/00/phone-search.png") no-repeat scroll center center;
			border: 1px solid #c76341;
			border-radius: 0;
			box-shadow: none;
			color: #fff;
			font-size: 0;
			height: 35px;
		}

	/*------------------------------------------------------------------
	--> Map Alerts
	------------------------------------------------------------------*/

	/* Alert Box */

	#alert_block {
	background: #e2f3ff;
	border: 1px solid #8fb2c9;
	padding: 10px;
	margin-bottom: 20px;
	}

	#alert_block #status_headline {
	font-family: 'Abadi', sans-serif;
	font-size: 3.4em;
	margin-bottom: 10px;
	}

	#alert_block #status_description {
	margin: 0;
	}


	/* Alert Aggregate Page */

	.date_formatted {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	}

	.Status .entry-name {
	font-family: 'Abadi', sans-serif;
	font-size: 2.4em;
	margin-bottom: 5px;
	}

	.StatusDiv .Status {
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	}



	/*------------------------------------------------------------------
	--> Additional
	------------------------------------------------------------------*/

	/* Galleria slideshows require a defined height */
	#galleria { 
	height: 300px; 
	height: auto;
	background: #303030;
	border: 0px solid transparent;
	}

	/* Foundation tooltip styles */
	.tooltip { font-size: 1.4em; }

	/* Foundation Reveal modal - Close 'X' */
	.reveal-modal .close-reveal-modal { font-size: 2.0em; }

	/*  Photobook Styles  */

	.PhotoBG {
	  background: #fff none repeat scroll 0 0;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
	  height: 150px;
	  overflow: hidden;
	  width: 150px;
	}
	.floater{ float:left; margin: 0;}
/*
	.Photosizer img{
	overflow: hidden;
	max-height: 150px;
	max-width:150px;
	}
*/
	/* Search result Pagination Style */
	a.youreHere{
	cursor: default;
	font-weight: bold;
	}

	a.youreHere:hover{
	text-decoration:none;
	}

	/** Imported from M.Segura's CSS**/

	#page-last-updated{clear:both;}
	#media-bucket-0 .galleria-read-more {display:none;}

	/**Project Map CSS**/

	#projectMap {position:relative;height:auto;}                                                       

	#projectMap .hide-for-small { 
	display: block;
	height: 95%;
	left: 2%;
	position: absolute;
	top: 2%;
	width: 74%;} 

	#projectMap #Picture1{width: 74%;}
						   
	#projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
	#projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
	#projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
															  
	#projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
	#projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
	#projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
	#projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

	/*------------------------------------------------------------------
	--> Site Wide Alerts
	------------------------------------------------------------------*/
	

	#alert {
	background: #9C2800;
	border: 1px solid #691A00;
	box-shadow: 0 0 8px #BBBBBB;
	font-size: 1.4em;
	font-weight: normal;
	height: 5%;
	line-height: 25px;
	margin: 0;
	transition: background-color 0.6s ease-in-out 0s;
	max-width:100%;
	width:100%;  
		position:relative;
		z-index:10;
	}#alert .title {
		color: #efefef;
		font-size: 1em;
		line-height: 1em;
		text-align: center;
		text-shadow: 0 1px 0 #333;
		}#alert .title img {
			margin-top: 5px;
		}#alert .title span {
			font-size: 1.1em;
			left: 5px;
			position: relative;
			top: -10px;
		}
		 #alert .body a {
			background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
			box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset;
			color: #ffffff;
			display: block;
			font-size: 1em;
			margin-bottom: 0.2%;
			margin-left: 4%;
			margin-top: 0.2%;
			padding: 5px 10px;
			width: 92%;
		}#alert .body .date {
			color: #dbb900;
			display: inline;
		}#alert p {
			display: inline;
			font-size: 1em;
			margin: 0 0 5px;
		}


	#pm-gallery-sml00 .scrollable div.img-wrap {
	height: 60px;
	border-bottom: 1px solid #000;
	}



	/*------------------------------------------------------------------
	--> Simple Forms Styles
	------------------------------------------------------------------*/
	/*remove border around fieldset*/
	fieldset{ border: 0px solid transparent; }
	/* normalize table based form */
	div#sfmQuestionForm td { background-color: #fcfcfc !important; }
  
	/*Option and Check Boxes*/
	td.sFoption{
	width: 5%;
	}

	.border{ border: 5px solid red; }

	div#sfmQuestionForm .button{ 
	font-size: 1em;
	font-weight: normal;
	margin: 0 20px 0 0;
	}

	div#sfmQuestionForm .button{ 
	font-size: 1em;
	font-weight: normal;
	margin: 0 20px 0 0;
	}

	div#sfmQuestionForm .button.sfReset {
	background: #FF5722;
	border: 1px solid #FF5722;
	}

	/*------------------------------------------------------------------
	--> faqs
	------------------------------------------------------------------*/
	h3.newsheader { font-size: inherit; }   

	/*------------------------------------------------------------------
	--> faqs
	------------------------------------------------------------------*/

	span.faqarrow {
	font-size: 1.425em;
	margin: 0 15px 0 0;
	padding: 0;
	line-height: 0; 
	text-decoration: none !important;
	}		

	ul.faq-upper-links {
	list-style:none;
	}

	ul.faq-upper-links a:hover { 
	text-decoration:none;
	}

	.auto-height{height:auto;}

	input.submit-btn{
	font-weight: normal;
	font-size: 1.4em;
	color:#fff;
	height: 40px;
	border: 1px solid #691a00;
	margin: 0;
	line-height: 36px;
	background: #9c2800;
	box-shadow: 0 0 8px #bbb;
	transition: background-color .6s ease-in-out;
	-o-transition: background-color .6s ease-in-out;
	-moz-transition: background-color .6s ease-in-out;
	-webkit-transition: background-color .6s ease-in-out;
	}

	input.submit-btn:hover{
	text-decoration: none;
	background-color: #18679a;
	border-color: #104466;
	cursor:pointer;
	}

	.invisible{
	display:none;
	}


	/* Foundation v2.1.4 http://foundation.zurb.com */
	/* Artfully masterminded by ZURB  */

	/* -------------------------------------------------- 
	Table of Contents
	-----------------------------------------------------
	:: Shared Styles
	:: Page Name 1
	:: Page Name 2
	*/

	/* -----------------------------------------
	Cybage added Styles
	----------------------------------------- 
	#pageHTML tr th {
	color: #222;
	font-size: 14px;
	text-align: left;
}*/

	/* -----------------------------------------
	Shared Styles
	----------------------------------------- */
	/* Mobile */

	@media only screen and (max-width: 767px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


	/*------------------------------------------------------------------
	--> Photo Manager and Photo Book Styles
	------------------------------------------------------------------*/

	#jqGalleryDiv{
	width: 100%;
	}

	#img-wrap{ 
	margin-bottom: 10px;
	}

	#image_wrap img{
	cursor: default;
	width: 200px;
	padding-bottom: 10px;
	padding-left:5px;
	}

	#image_wrap_g img{
	cursor: default;
	/*width: 200px;*/
	padding-bottom: 10px;
	padding-left:5px;
	}

	.img-wrap{
	float: left;
	width: 20%;
	height: 50px;
	margin: 8px;
	overflow: hidden;
	}

	#galBackOuter { 
	margin: 15px 0 0 5px;
	}



	/*Start: Code Snippet Custom Side Columns*/
	#pageHTML { position: relative; }
	.edt-main-content{ float: left; padding: 10px !important; }

	.edt-side-content{
	background: #f5f5f5;
	float: right;
	padding: 10px !important;
	}

	.edt-side-content-custom{
	background: #00747e;
	color: #fff;
	float: right;
	padding: 10px !important;
	}

	/*End: Code Snippet Custom Side Columns*/

	}


	.smlCal002_wrap .long, .smlCal002_wrap .short {
	display: none;
	visibility: visible;
	}


