
 /*
 * Styles for cms popups
 */

body.popup {
	 background-color: #d1e0e4;
	 color: #000000; font-family: Arial, Helvetica, sans-serif; font-size:7px; margin-top: 10px; }
 
body.popup table { background:#fff; }
body.popup table tr td { padding:4px; background:#eee; }
body.popup a { color:#2b4286; text-decoration:underline; }
body.popup td.formlabel { background-color:#ddd; }
body.popup td.formheader { background-color:#2b4286; color:white; font-weight:bold; }

 /*
 * Generic rules and classes
 */
 
a img {
	border: none;
}

.left {
	float: left;
	margin: 0 15px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 15px;
}

.hidden {
	display: none;
}

.ir {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}

/* Clearfix Method for clearing the floats */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* This declaration is necessary for Safari!! */
.clearfix { display: block; }


/*
 * Layout
 */

body {
	margin: 0;
	padding: 0;
	background: #656565;
}

#page-wrapper {		/* Also defined in ie.css */
	background: #656565 url(../images/page-shadow.png) repeat-y center;
}

#border-top {
	height: 42px;
	background: #656565 url(../images/page-shadow-top.png) no-repeat center bottom;
}

#border-bottom {
	height: 35px;
	background: #656565 url(../images/page-shadow-bottom.png) no-repeat center top;
}

#page {		/* Also defined in ie.css */
	width: 867px;
	margin: -6px auto;
	padding: 15px;
}

#header {
	position: relative;
	width: 867px;
	height: 199px;
	z-index: 900;
}

#header-splash {
	position: relative;
	width: 867px;
	height: 164px;
	z-index: 900;
}

#hcard-Sam-Adams {
	width: 867px;
	height: 164px;
}

#content {
	width: 867px;
}

#content-main {
	float: left;
	width: 555px;
}

#content-main-wide {
	float: left;
	width: 867px;
}

#content-sidebar {
	float: right;
	width: 287px;
}

#content-sidebarv02 {
	float: right;
	width: 287px;
}

#content-col1 {
	float: left;
	width: 260px;
	overflow: hidden;
}

#content-col2 {
	float: right;
	width: 270px;
}

#content-col2v02 {
	float: right;
	width: 270px;
}

#comment-header {
	clear: both;
}

#contact-info {			/* Also defined in ie.css */
	margin-bottom: 25px;
	font: bold .8em Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	background: #656565;
}


/*
 * Navigation Menu
 */

#navmenu {
	height: 35px;
	margin: 0;
	padding: 0;
	font: 1.3em Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: .4px;
	background: #3d3d3d;
	cursor: default;
	z-index: 100;
}

#navmenu li {
	/* display: inline; */
	position: relative;
	float: left;
	list-style: none;
}

#navmenu li a,
#navmenu li span.current {
	display: block;
	margin: 6px 0;
	padding: 1px 15px 3px;
	border-left: 1px solid #999;
	color: #eee;
	text-decoration: none;
}

#navmenu > li:first-child a,
#navmenu > li:first-child span.current {
	border-left: none;
}

#navmenu li a:hover,
#navmenu li span.current {
	color: #1aa5e8;
}

#navmenu ul {
	display: none;
	position: absolute;
	top: 34px;
	width: 180px;
	margin: 0;
	font-size: .85em;
}

#navmenu li:hover ul,
#navmenu li.hover ul {
	display: block;
}

#navmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	color: #eee;
	letter-spacing: normal;
	white-space: nowrap;
	background: #3d3d3d;
	border-bottom: 1px solid white;
}

#navmenu ul li a,
#navmenu ul li span.current {
	margin: 0;
	padding: 5px 15px;
	border: none;
}

#navmenu ul ul {
	top: 0;
	left: 180px;
	font-size: 1em;
}

#navmenu ul ul li a,
#navmenu ul ul li span.current {
	border-left: 1px solid white;
}

ul.sf-shadow ul {
	padding: 0 8px 9px 0;
	background-position: -10px 0;
	background: url(/shared/js/jquery/superfish/images/shadow.png) no-repeat right bottom;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

ul.sf-shadow ul.sf-shadow-off {
	background: none;
}

.sf-sub-indicator {
	display: none;
	position: absolute;
	top: .7em;
	right: 5px;
	width: 15px;
	background: url(/mayor/images/down-nav-arrow.gif) no-repeat right;
	overflow: hidden;
	text-indent: -999em;
}
#navmenu ul .sf-sub-indicator {
	display: block;
	top: .4em;
	right: 1px;
	background: url(/mayor/images/right-nav-arrow.gif) no-repeat right;
}


/* Search box */
#search {
	position: absolute;
	top: 169px;
	right: 5px;
}

#searchVal {
	display: block;
	position: absolute;
	right: 27px;
	width: 150px;
	height: 25px;
	padding: 3px 0 2px 3px;
	background: url(../images/searchbg.gif) repeat-x;
	border: none;
	border-left: 0px solid #222;
}

#searchBtn {
	position: absolute;
	right: 0px;
	display: block;
}


/*
 * Content
 */

body {
	font-size: 75%;		/* Reset default font size to 12px */
}

td {
	font-size: 12px;
}

p {
	margin: 1em 0;
	padding: 0;
}

a:link,
a:visited {
	color: #1aa5e8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr.timestamp {
	border-bottom: none;
}

#content {
	margin-top: 20px;
	font: 1.1em 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#content h2 {
	margin: .1em 0 .2em;
	font-size: 1.8em;
	color: #444;
	text-transform: uppercase;
}

#content-col1 h2 {
	margin: .7em 0 1.2em;
	font-size: 1.4em;
	color: #1aa5e8;
	text-transform: none;
}

#content-col2v02 h2 {
	margin: .7em 0 1.2em;
	font-size: 1.4em;
	color: #1aa5e8;
	text-transform: none;
}

#content h3 {
	font-size: 1.17em;
}

#content h4 {
	font-size: 1em;
}

#content-sidebar h2 {
	margin: 0 0 .2em;
	padding-top: .75em;
	font-size: 1.4em;
	text-transform: none;
	color: #444;
}

#content-sidebarv02 h2 {
	margin: .7em 0 1.2em;
	font-size: 1.4em;
	text-transform: none;
	color: #1aa5e8;
	text-transform: none;
}


/* Blog entries */

.entry-title {
	margin: .5em 0 0;
}

.entry-title a {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	color: black;
	text-decoration: none;
}

a.front-page-entry-title {
	font-size: 12px;
}

.front-page-entry-text .hide-on-homepage {
	display: none;
}

.entry-title a:hover {
	color: #1aa5e8;
	text-decoration: underline;
}

.author {
	margin: 0;
	font: bold 1em "Trebuchet MS";
	color: #666;
}

.published {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #da7b21;
	text-transform: uppercase;
}

p.published + h3 {
	margin-top: 0px;
	font-size: 30px;
}

.entry-summary {
}

.front-page-entry-text {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.entry-extended {
}

.entry-extended a {
	/* color: #666; */
}

.morePosts {			/* Also defined in ie.css */
	margin: 2em 0 1em;
	padding-bottom: 30px;
	font: 1em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
/*	background: url(../images/separator.gif) repeat-x center bottom; */
}


/* Tumblr Posts */

.tumblr_posts {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tumblr_posts li {
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
	border-bottom: 1px dotted #1aa5e8; 
	border-style: none none dotted;

}

.tumblr_title {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	text-decoration: none;
	padding-bottom: 20px;
}



.tumblr_photo_post div:first-line {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	text-decoration: none;
	padding-bottom: 20px;
	line-height: 1.9em;
}

.tumblr_link_post:first-line {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	text-decoration: none;
	padding-bottom: 20px;
}

.tumblr_video_post div:first-line {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	text-decoration: none;
	padding-bottom: 20px;
	line-height: 1.9em;
}

.tumblr_chat_post div:first-line {
	font: bold 15px "Trebuchet MS";
	color: #1AA5E8;
	text-decoration: none;
	
}

.tumblr_chat_post li {
    border-bottom: 0px;
}

.tumblr_quote {
	font: italic 15px "Trebuchet MS";
	color: #666;
	text-decoration: none;
	padding-bottom: 20px;
}

.tumblr_post {
    margin: 0 0 0 0;
    padding: 0;
}

li.tumblr_post tumblr_photo_post {
padding-left: 0px;
}


.tumblr_title {


}

.tumblr_body img {	
    padding: 20px 0 0 0;

}
.read_more_container {
	
}
.read_more_container a {
	
}


li.tumblr_quote {	
    

}
.tumblr_quote p {		

}

.tumblr_source {
    font-style: normal;
	
}

.tumblr_source:before {
    content: "—";
	
}



/* Twitter */
#twitter {
	margin: 25px 0;
	border: 15px solid #666;
	border-bottom: none;
	word-wrap: break-word;
}

#twitter h2,
#twitter p {
	padding: 0 10px;
}

#twitter h2 {
	margin: 10px 0;
}

#twitter p {
	margin: 0;
}

#twitter div.tweet {
	margin: 0 .5em .5em;
}

#twitter #moreTweets {
	height: 15px;
	margin: 10px 0 0;
	background: #666;
	line-height: 14px;
}

#twitter #moreTweets a {
	color: white;
}

#twitter li {
}
#twitter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

/* Videos */
.video {
	top-margin: 0px 0;
}

#moreVideos {
	padding: 0;
	margin-bottom: .5em;
}


/* Calendar events */
#calendar {
	/* border-bottom: 1px solid #ddd; */
}

#calendar h3 {
	margin: 0;
	font-size: 1em;
	border-top: 1px solid #ddd;
}

#calendar .vevent {
	position: relative;
}

#calendar .vevent abbr.timestamp {		/* Also defined in ie.css */
	position: absolute;
	width: 70px;
	color: #666;
}

#calendar .vevent .summary {
	margin: 0 0 .5em 70px;
	padding: 0;
}

.wysiwyg p {
	margin: 0 0 1em 0;
	padding: 0;
}

.comment {
	background-color: #F0F0F0;
	padding: 4px;
	width: 550px;
}

div.pol_buttons {
	position: absolute;
	top: -20px;
	width: 100%;
	left: 0px;
	z-index:11001;
}

img.pol_button {
	position: relative;
	top:20px;
	float: right;
	z-index: 2;
}


hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #1aa5e8; 
	border-style: none none dotted; 
}

hr.teaserBreak {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #1aa5e8; 
	border-style: none none dotted;
}

div.preTeaser {
	color: #707070;
}

div.postTeaser {
	margin-top: 2em;
}

p.postTeaserContinued {
	color: #707070;
	font-size: 9pt;
}

p.postTeaserContinued strong {
	font-size: 11pt;
}

#newsletter {
	margin-bottom: 10px;
	text-align: center;
}

#newsletter-button {
	background-color: #F18121;
	border-color: #F18121;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#subscribe {
	margin-bottom: .5em;
}

#meetsam {
	margin-bottom: .5em;
}

#portlandbettertogether {
	margin-bottom: .5em;
}


/* site map */
.sitemap li {
	font-size: 1.1em;
}

/* 100 Days 

#header-100-days {
	height: 150px;
	width: 552px;
	background: url(../images/100days-header.gif) no-repeat;
}

.wysiwyg ol li {
	margin-bottom: 1em;
}

.wysiwyg ol ol li {
	margin-bottom: auto;
}

.wysiwyg ol ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wysiwyg ol li {
	margin: 1.5em 0 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	list-style-type: none;
}

.wysiwyg ol ol li {
	margin: 0em 0 0;
	font: bold 1em Helvetica, Arial, sans-serif;
	color: black;
	list-style-type: lower-alpha;
}

.wysiwyg ol ol ol li {
	margin: 0;
	font: bold .8em Helvetica, Arial, sans-serif;
	color: #666;
	list-style-type: lower-roman;
}

.wysiwyg ol ol ol ol li {
	margin: auto;
	font: 1em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: black;
	list-style-type: decimal;
}
*/

div.editBox {
	float: right;
}

div.divider {
	background: url(../images/separator.gif) repeat-x center bottom;
	margin-bottom: .9em;
}

div.sticky {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: url(../images/blue-diag-back.gif);
	border: 1px solid #1aa5e8;
}

div.sticky2 {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

div.blueBox {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: url(../images/blue-diag-back.gif);
	border: 15px solid #1aa5e8;
}

div.blueBox-yir {
	padding: 30px;
	background: #2e2c28;
	border: 15px solid #25ccff;
}

.blueBox2 {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: url(../images/blue-diag-back.gif);
	border: 15px solid #1aa5e8;
}
.blueBox3 {
	padding: 5px;
	background: url(../images/blue-diag-back.gif);
}

div.yellowBox {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: url(../images/blue-diag-back.gif);
	border: 15px solid #cdf40e;
}

div.dottedBox {
	margin-bottom: 20px;
	padding: 12px 12px 10px;
	background: #f0f0f0;
	border: 1px dotted #1aa5e8; 
	border-style: dotted; 
}

div.readOut li {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	background: #e4f6ff;
	border: 1px 0px 1px 0px solid #1aa5e8;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1aa5e8;
	border-bottom-color: #1aa5e8;
	list-style-type: none;
}

.readOut2 li {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	background: #e4f6ff;
	border: 1px 0px 1px 0px solid #1aa5e8;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1aa5e8;
	border-bottom-color: #1aa5e8;
	list-style-type: none;
}

div.indent1 li {
	margin-left: 15px;
	padding: 0px 10px 0px 10px;
	border: 0px 0px 0px 5px solid #7fcdf2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #7fcdf2;
	list-style-type: none;
}

.indent2 {
	margin-left: 15px;
	padding: 0px 10px 0px 10px;
	border: 0px 0px 0px 5px solid #7fcdf2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #7fcdf2;
	list-style-type: none;
	color: #666;
}

div.sidebox { 
	border:1px solid #ccc; 
	margin: 5px 0 15px 15px; 
	float:right; 
	font-size:8pt; 
	padding:5px; 
	width:294px;
}

#first100 {
	background-image: url(/mayor/images/100-days-header.gif);
	background-repeat: no-repeat;
	position:relative;
	width:552px;
	height:128px;
	z-index:1;
}

#countDown {
	position:absolute;
	left: 420px;
	top: 86px;
	z-index:1;
	font: bold 1.1em Helvetica, Arial, sans-serif;
	color: #59B4EA;
}




/*shared\js\autoCaption.js script styles */

/*these styles affect how the photo looks if javascript is turned off*/
.autocaptionleft { margin: 0px; float:left; margin: 5px 15px 15px 0; border:1px solid #ccc; }
.autocaptionright { margin: 0px; float:right; margin: 5px 0 15px 15px; border:1px solid #ccc; }
.autocaptioncenter { margin: 0px; margin: 5px 15px 15px 15px; text-align:center; border:1px solid #ccc; }
.autocaption { margin: 0px; margin: 5px 0 15px 0; border:1px solid #ccc; }

/*autocaption box*/
div.autocaptionleft { border:1px solid #ccc; margin: 5px 15px 15px 0; float:left; font-size:8pt; padding:5px; }
div.autocaptionright { border:1px solid #ccc; margin: 5px 0 15px 15px; float:right; font-size:8pt; padding:5px; }
div.autocaptioncenter { border:1px solid #ccc; margin: 5px auto 15px auto; text-align:center; font-size:8pt; padding:5px; }
div.autocaption { border:1px solid #ccc; margin: 5px 0 15px 0; font-size:8pt; padding:5px; }

/*autocaption image border*/
div.autocaptionleft img, div.autocaptionright img, div.autocaption img, div.autocaptioncenter img { border:0px; margin:0px; margin-bottom:5px; }

/*autocaption caption*/
div.autocaptionleft p, div.autocaptionright p, div.autocaption p, div.autocaptioncenter p { text-align:left; color:#444; margin:0px; margin-top:0px; padding:0px; }

/* polls */

.pollHeaderTitle { background-color: #3d3d3d; color:#fff; padding: 2px 0 2px 6px; margin:0px;}
.pollwrapper { background-color: #ffffff; width:287px; margin: 6px 0 12px 0; padding:0px; }
.pollwrapper table { margin:0px; padding:0px; width:100%; }
.pollData { margin:7px; }
.pollData p { padding:0px; margin:0px; }
.pollData div { margin-top:4px; }
.pollRadio { width: 15px;  border-bottom:1px dotted #ccc; }
.pollLabel { width: 150px; font-weight:bold; border-bottom:1px dotted #ccc; }
.pollsubmit { text-align:left; padding:2px; }
.pollsubmit a {  }


/* Twitter Feed Widget */

/*
.twtr-widget {
position:relative;
font-size:12px!important;
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
zoom:1;
}

.twtr-fullscreen {
font-size:220%!important;
}

.twtr-widget .twtr-spinner {
width:14px;
height:14px;
position:absolute;
background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
top:3px;
right:3px;
}

.twtr-inactive {
display:none;
}

.twtr-widget a img {
border:0!important;
}

.twtr-doc {
overflow:hidden;
width:100%;
text-align:left;
font-weight:normal;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
}

.twtr-bd {
padding:0 0px;
background: #fff;
}

.twtr-widget .twtr-tweet-wrap {
padding:6px 8px;
overflow:hidden;zoom:1;
}

.twtr-fullscreen .twtr-tweet-wrap {
padding:20px;
}

.twtr-widget .twtr-tweet {
border-bottom:1px dotted #ddd;
overflow:hidden;zoom:1;
}


.twtr-widget .twtr-tweet a.twtr-reply {
visibility:hidden;
}

* html .twtr-widget .twtr-tweet a.twtr-reply {
visibility:visible;
}

.twtr-widget .twtr-tweet:hover a.twtr-reply {
visibility:visible;
}

.twtr-widget-profile img.twtr-profile-img {
display:block;
float:left;
width:31px;
height:31px;
border:0!important;
}

.twtr-widget h3,.twtr-widget h4,.twtr-widget p {
margin:0!important;
padding:0!important;
line-height:1.2!important;
width:auto!important;
}

.twtr-widget-profile h3,.twtr-widget-profile h4 {
margin:0 0 0 40px!important;
}

.twtr-widget h3 {
font-size:11px!important;
font-weight:normal!important;
}



.twtr-widget h4 {
font-size:16px!important;
}

.twtr-widget i {
font-size:9px;
font-style:normal;
display:block;
margin-top:2px;
zoom:1;
}

.twtr-hd {
padding:10px;
position:relative;
zoom:1;
overflow:hidden;
color: #666;
background: #fff;
}

.twtr-fullscreen .twtr-hd {
height:0;
padding:0;
}

.twtr-timeline {
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
position:relative;
overflow:hidden;
z-index:2;
height:225px;
background: #000;
}

.twtr-timeline a {
color: #c05;
}

.twtr-ft {
position:relative;
}

.twtr-ft div {
overflow:hidden;
padding:10px;
zoom:1;
background: #fff;
}

.twtr-ft span {
float:right;
text-align:right;
}

.twtr-ft a {
float:left;
display:block;
}

.twtr-ft span a {
float:none;
}

.twtr-avatar {
width:40px;
height:40px;
float:left;
overflow:hidden;
display:block;
}

.twtr-fullscreen .twtr-avatar {
width:80px;
height:80px;
}

.twtr-img {
height:25px;
width:25px;
}

.twtr-img img {
width:30px;
height:30px;
}

.twtr-fullscreen .twtr-img img {
width:72px;
height:72px;
}

.twtr-fullscreen a.twtr-join-conv {
display:none;
}

.twtr-tweet-text {
margin-left:40px;
}

.twtr-fullscreen .twtr-tweet-text {
margin-left:90px;
}

.twtr-doc a {
text-decoration:none!important;
}

.twtr-doc a:hover {
text-decoration:underline!important;
}
*/


/*share this buttons */

p.sharethisbutton  { margin:3px 0 0 0; padding:0px; }

p.sharethisbutton a { margin:0px; padding:0px; }


/* Login page */
#login {
	background: white;
	font: 125% Verdana;
}

#login table.tabular{
	background-color: #E0E0E0;
}

#login tr.tabularHeader {
	background-color: #5B72B6;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#login td.tabularHeader {
	background-color: #c0c0c0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#login .tabularLabel {
	background-color: #F0F0F0;
	font-weight: normal;
	font-size: 12px;
}

#login tr.tabularSectionLabel {
	background-color: #F0F0F0;	
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	line-height: 19px;
}

#login tr.tabularEven {
	background-color: #F0F0F0;	
	font-size: 12px;
}

#login tr.tabularOdd {
	background-color: #FFFFFF;	
	font-size: 12px;
}

#login tr.tabular {
	background-color: #FFFFFF;	
	font-size: 12px;
}

#login td.tabularData {
	font-size: 12px;
}

#login td.tabularValue {
	font-size: 12px;
	background-color: #FFFFFF;
}
#login a:link,
#login a:visited {
	color: #2B4286;
}
#login a:hover {
	color: #FF6600;
}

 /*
* Shadowbox controls
*/

#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:8px solid #666;
}#sb-body-inner{position:relative;height:100%;top:10;padding:10;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#fff;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:56px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(/mayor/shadowbox/resources/close02.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(/mayor/shadowbox/resources/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(/mayor/shadowbox/resources/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(/mayor/shadowbox/resources/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(/mayor/shadowbox/resources/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*
Collapsible Menu
*/

.example_menu {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 287px;
}
.expand_all,
.collapse_all {
    cursor: pointer;
}
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, #menu6 li, #menu7 li, #menu8 li, #menu9 li, #menu10 li, #menu11 li, #menu12 li, .example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.example_menu ul ul {
	display: block;
}
.example_menu ul ul li a {
	padding-left: 20px;
	width: 250px;
}
.example_menu a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 17px;
	width: 253px;
}
.example_menu a.expanded {
	background: #fff url('/mayor/images/collapse.gif') no-repeat 3px 50%;
	color: #000;
	font-size: 1.3em;
}
.example_menu a.collapsed {
	background: #fff url('/mayor/images/expand.gif') no-repeat 3px 50%;
	color: #000;
	font-size: 1.3em;
}
.example_menu a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


.example_menu ul a {
	background: #fff;
	border-top: 2px solid #fff;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 260px;
}
.example_menu ul a:link {
	font-weight: normal;
}
.example_menu ul a:hover {
	background : #fff;
	text-decoration: underline;
}
.example_menu li.active a {
	background: #fff;
}
.example_menu li.active li a {
	background: #fff;
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, #menu6 li.footer, #menu7 li.footer, #menu8 li.footer, #menu9 li.footer, #menu10 li.footer, #menu11 li.footer, #menu12 li.footer, .example_menu .footer {
	border-top: 2px solid #fff;
	height: 9px;
	line-height: 15px;
	margin: 0 0 10px 0;
	width: 282px;
}
.example_menu .footer span {
	display: none;
}


#flickr_badge_wrapper {
padding:6px 0 0 0px; 
overflow:visible;
}

.flickr_badge_image {
  margin:0 3px 6px 3px;
  float:left;
}

.flickr_badge_image img {
  margin: 4px 8px 4px 0;
  border: none;
  float:left;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 556px; /*width of featured content slider*/
height: 313px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 556px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 556px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
