 @charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Aldrich);

/* Vision Superfish default CSS - version.1.1 - 090911 */
/************************************************
This is the custom style sheet, containing styles that will be customized for each project.
************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* 12/16 */
	color: #000;
	background:#f2f2f3 url(../_gfx/-newdesign/cmn/background.jpg) repeat-x;
}
}

h1 {font-size: 1.5em;} /* 18/12 */

h2 {font-size: 1.333em;} /* 16/12 */

h3 {font-size: 1.1666em;}  /* 14/12 */

h4 {font-size: 1em; color: #333;} /* 12/12 */

h5 {font-size: 1em;} /* 12/12 */
	
small {font-size:0.8333em;} /* 10/12 */
	
blockquote, big {font-size: 1.0em;}
	
ul ul, ul ol, ol ul, ol ol {font-size: 100%;}

address {font-size: 1em;} /* 12/12 */

a, a:visited {
	color:#1875b6;
	text-decoration:none;
	}

a:hover, a:active, a:focus {
	text-decoration:underline;
	}
table th, td {padding:5px;}
table th {background-color:#369; color:#fff; border: #001C3E 1px solid;}
	
/************************************************
  Misc.
************************************************/
/* Default error reporting style */
.error_message { color: #c60; font-weight:bold;}

/* #Error1_PanelFrontEnd .content {font-size:0.9em; line-height:1.1em; padding-bottom:50px;} */

/* for clearing float - Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, .mainSpan:after, .contentheader:after, .container:after,.content:after, .title:after,.width_container:after{ 
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix, .mainSpan, .contentheader, .container,.content, .title_right,.width_container {display:inline-block}

.adminSpan {width:200px; float:right; text-align:left;}
.content iframe { width: 98%; margin-left: 15px; border: none;}
iframe.external_link {background: none;}
/* Section 508 skip navigation menu */
.skipnav { 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;}
.skipnav img {border:0px; width:1px; height:1px; display:block; float:left;}

/************************************************
  Main Structure 
************************************************/
/* Template width and location */
.mainSpan_wrapper,
.mainSpan_wrapper_home,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review {width: 100%; padding: 0; margin: 0;}
.mainSpan {
	width: 966px; 
	margin: 20px auto 50px auto; 
	text-align:left; 
	display:block;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	background: #fff;
	border: 4px solid #e9e9eb;
	}

/* Basic background setting */
.mainSpan_wrapper_home .width_container, 
.mainSpan_wrapper .width_container,
.mainSpan_wrapper_noleftnav .width_container {
	background:#fff;
	margin: 5px;
	border: 1px solid #e9e9eb;
	padding: 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.mainSpan_wrapper .content_wrapper2,
.mainSpan_wrapper_noleftnav .content_wrapper2 {
	background:#fff url(../_gfx/-newdesign/cmn/bluegradbkgrnd.jpg) no-repeat scroll -10px -10px;
	margin: 0;
	border: 5px solid #fff;
	padding: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 5px; 
	border-radius: 10px; 
	position: relative;
}
	
/* header, search box */
.header {
	background:transparent url(../_gfx/-newdesign/cmn/ttxbanner.jpg) no-repeat scroll left top; 
	height:96px;
	width: 956px;
	border-top: 5px transparent solid; /* IE 7 workaround - top margin doesn't work*/
	margin: 0 5px 5px;
}
.searchbox {
	float: right;
	width: 200px;
	height: 40px;
	position: relative;
	right:5px;
	margin-top: 107px;
	padding:3px;
	z-index: 29;
}
.searchbox_button {vertical-align: top;}

.searchbox_textbox {
	font-size: 12px;
	color: #fff;
	padding: 4px;	
	width:155px; 
	height: 15px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #6e7072 solid;
	border-bottom: 1px #6e7072 solid;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background: #676a6c;
	margin: 0 3px 0 0;
}

.searchbox_textbox:focus {
	background: #fff;
	color: #000;
}

/* content header area */
.contentheader {
	display:block; 
	width: 913px; 
	margin-top:0; 
	overflow:hidden; 
	clear:both; 
	position: absolute;
	top: 10px;
	left: 20px;
	height: 110px;
	overflow: hidden;
}
.contentheader_banner {display: block;}
.image_banner {display: block;}

/* breadcrumb area */
.breadcrumb_wrapper {padding:25px 0 10px 0;font-size:10px; color: #176fc1;}
.breadcrumb a { color: #176fc1; text-decoration: none;border-bottom: 0 none;}
.breadcrumb a:hover{border-bottom:1px dotted #176fc1}

/* Page title area = title_left, font size tool bar = title_right */
.title {width:100%;}
.contentheader_banner .title {background: none; border-bottom: 0px solid #eee9ca; width:100%; margin: 28px 0px 5px 0px;}
.title_right {text-align:right; padding:0; margin:0; position: absolute; top: 0; right: 0; width: 148px;}
.title_left {float: left; width: 912px;}

/* Page title = h1, subtitle = h2 style */

.contentheader h1,
.contentheader_banner h1 {
	padding:0; 
	margin:0; 
	font-size:26px;
	line-height: 1.2;	
	text-transform: uppercase; 
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
	letter-spacing: 1px;
	color: #2c6799;
}

.contentheader h2,
.contentheader_banner h2 {
	padding:0; 
	margin:0; 
	float: left; 
	color: #b06800; 
	font-size:12px;}

/* font size tool bar icon style */
#toolbar {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 9px;
	margin:0;}

#toolbar ul {margin:0; padding:0; font-size: 9px; line-height: 10px;}

#toolbar li {
	color: #6A655C;
    list-style: none;
    float: right;
	padding-left:5px;
	margin:0;}

#toolbar_text a {
	background: url(../_gfx/cmn/textonly.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	border-bottom: 0 none;}

#toolbar_text a:hover, #toolbar_text a:active, #toolbar_text a:focus {width:17px;background-position:0px -19px;}

#toolbar_font_sm a {
	background: url(../_gfx/cmn/size-.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	border-bottom: 0 none;}

#toolbar_font_sm a:hover, #toolbar_font_sm a:active, #toolbar_font_sm a:focus {width:17px;background-position:0px -19px;}

#toolbar_font_lg a {
	background:url(../_gfx/cmn/sizeplus.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	border-bottom: 0 none;}

#toolbar_font_lg a:hover, #toolbar_font_lg a:active, #toolbar_font_lg a:focus {width:17px;background-position:0px -19px;}

.rss{float: left; margin-top: 13px;display:none;}
.rss a {background:url(../_gfx/int/rss.gif) 0 0 no-repeat; padding-left:20px; line-height: 1em; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps; font-size:0.8em; color: #6A655C;}

.title_right #Title_Screen_feedback, .title_right #textOnly, .title_right #Title_Screen_fontSizeDiv, .title_right #Title_Screen_shareContainer, .title_right #Error1_Title1_fontSizeDiv, .title_right #Title1_fontSizeDiv{display:none;}

/************************************************
 Content: main content area
************************************************/
/* Content: padding should be on content class NOT container */
.mainSpan_wrapper_home .content,
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content {
	margin: 7px;
	border: 1px #939494 solid;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding:15px;
	min-height: 400px;
	background: #fff;
	display: block;
}

.mainSpan_wrapper_home .content {padding:0;}

/* page with Left Nav, contents area */
.mainSpan_wrapper .container {
	background: #fff; 
	margin: 100px 0 0; 
	padding:0; 
	width: 706px;
	float:left;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
} 

/* NoLeftNav pages, contents area */
.mainSpan_wrapper_noleftnav .container {margin:100px 0 0; padding:0; width: 931px;}

/*.mainSpan_wrapper_home .fix_intheight { display: none;}*/
.mainSpan_wrapper_home .contentheader {display:none;}

/* Review and error pages */
.mainSpan_wrapper_review .container {width: 950px; background:#ffffff; margin: 0 10px; padding: 0 0 10px 0; }	

/* Review pag style */
.mainSpan_wrapper_review .contentheader {display:none;}
.mainSpan_wrapper_review .content { padding: 0;}
.mainSpan_wrapper_review .component_title_review {margin: 0; width: 915px; border-bottom: 1px dotted #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; padding:20px 15px 3px 15px; color: #054785; line-height: 24px;}
.mainSpan_wrapper_review .component_title_review h1 {padding:50px 15px 3px 15px; margin:0px 0px 0px 0px; float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #01507f; line-height: 24px;}
.mainSpan_wrapper_review .component_title, 
.mainSpan_wrapper_review .component_subtitle, 
.mainSpan_wrapper_review .component_listitem {margin-left: 20px;}
.mainSpan_wrapper_review .content > div {padding-left: 15px;}
.mainSpan_wrapper_review .component_content {width: 720px; padding: 0px 0px; margin: 0 20px; background-color:#ffffff;}

/* Hide review title for all except for review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review {display:none;}

/************************************************
 Left navigation 
************************************************/
.leftnav {
	margin: 131px 25px 10px 10px;
	width: 190px;
	float:left;
	padding: 20px 0 0;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	overflow:hidden;
	position:relative;
	background: url(../_gfx/-newdesign/nav/leftnav_top.gif) no-repeat 6px top;
}
/*.leftnav_node_wrapper {display: none;} */

.leftnav a {
	display:block; 
	padding: 5px 0 5px 5px; 
	color: #1b3465; 
	text-decoration:none;
}

.leftnav a:hover, 
.leftnav a:active, 
.leftnav a:focus {
	color: #1875B6; 
	text-decoration: underline; 
	border-bottom:0px;
	color: #1b3465; 
}
 
 /* left nav top title area */
.leftnav_top {background-image: url(../_gfx/sfgov/leftnav_title.jpg); height:50px; border-bottom:2px solid #ccc;}
.leftnav_node_wrapper_root_parent {margin-top:-35px;}
.leftnav_node_wrapper_root_parent a, .leftnav_top a {border-bottom:medium none !important; font:1.2em; font-weight:bold;}

/* nav hover color */
.leftnav_node {}
.leftnav_node_wrapper .leftnav_node a {}
.leftnav_node a:hover, .leftnav_node a:active, .leftnav_node a:focus {}
.leftnav_node_wrapper .leftnav_node a:hover,
.leftnav_node_wrapper .leftnav_node a:active,
.leftnav_node_wrapper .leftnav_node a:focus {}

/* nav selected color */
.leftnav_node_wrapper_root .leftnav_node_haschildren {} /* Level 1 selected with children */
.leftnav_node_wrapper .leftnav_node_haschildren {} /* Level 2 selected with children */

.leftnav_node_iscurrent leftnav_node_haschildren  {}
.leftnav_node_iscurrent {}/*selected color - lighter */
.leftnav_node_iscurrent a {font-weight:bold;}
.leftnav_node_iscurrent a:after {
	content:"\0020 \25BA";
	font-size: 10px;
	vertical-align: middle;
}

/* left nav bottom graphic area */
.leftnav_bottom {display: none;}

/* level font & margin size */
.leftnavlevel0 {font-size:12px; margin-left:0px;}
/*.leftnavlevel1 {font-size:11px;}*/
.leftnavlevel1 {display: none;}
.leftnavlevel2 {display: none;}
.leftnavlevel3 {display: none;}
.leftnavlevel4 {display: none;}
.leftnavlevel5 {display: none;}
.leftnavlevel6 {display: none;}
.leftnavlevel7 {display: none;}

.leftnav_node_wrapper {display: none;} /*Hides second level nav*/


/************************************************
 Home Page 
************************************************/

#slide_wrapper {
	width: 630px; 
	height: 295px; 
	float: left; 
	margin: 5px; 
	display: inline;
	z-index: 2;
	position: relative;
}

#slideshow a img {border: 0px none;}

#slideshow div{display:none;}
#slideshow div:first-child{display:block;}

#pager {
	z-index: 3;
	position: absolute;
	bottom: 10px;
	left: 20px;
	list-style: none;
	margin: 0;
	width: 80px;
	padding: 0;
}

#pager a {
	padding: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../_gfx/-newdesign/nav/slidecontrols/off.jpg);
	float: left;
	margin-right: 7px;
	text-indent: -99px;
	overflow: hidden;
}

#pager a.activeSlide {
    background: url("../_gfx/-newdesign/nav/slidecontrols/on.jpg") no-repeat 0 0;
}

.mainSpan_wrapper_home #toolbar ul li {margin: 5px 5px 0 0; font-size: 9px !important; line-height: 12px !important;}

#news_wrapper {
	width: 278px; 
	float: right; 
	height: 265px;
	margin: 7px 10px 0 0; 
	padding: 5px; 
	position: relative;
}

#news_wrapper h2 {
	font-size: 1.272em; 
	text-transform: uppercase; 
	color: #1d4870; 
	margin: 0 0 .7em 0; 
	padding: 0;
}

#news {
	margin: 0; 
	padding: 0; 
	line-height: 1.2; 
	height: 235px; 
	overflow: hidden; 
	border-bottom: 1px solid #939494;
}

#news li {
	margin: 0 0 10px 15px; 
	padding: 0;
}
#newsfooter {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	height: 14px; 
	width: 288px; 
	background: #fff; 
	text-align: left; 
	padding: 10px 0; 
	margin: 0;
}

#newsfooter a:after {
	content:"\0020 \00BB";content:"\0020 \00BB";
}

#newsfooter li {display: inline; padding: 0 10px; font-size: 11px; line-height: 11px !important;}

#newsfooter li#first {border-right: #939494 solid 1px;}

#date_reminder_wrapper {
	clear: both; 
	float: left;
	width: 938px;
	height: 36px;
	border-top: 1px solid #939494; 
	border-bottom: 1px solid #939494; 
	padding:0; 
	margin: 0 0 30px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cee2ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cee2ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cee2ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#cee2ed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#cee2ed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cee2ed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#cee2ed 100%); /* W3C */
}
#date_reminder {
	width: 750px; 
	overflow: hidden; 
	float: left; 
	padding:0; 
	margin:12px 0 auto 10px;
	width: 765px;
}
#date_reminder h2 {
	text-transform: uppercase; 
	color: #1d4870; 
	margin: 0 7px 0 0; 
	padding: 0; 
	display: inline;
	font-size: 13px;
	line-height: 15px !important;
	white-space: nowrap; 
	float: left;
}
#date_reminder #keyevents {
	margin: 0; 
	padding: 0; 
	font-size: 13px;
	line-height: 15px !important;
	white-space: nowrap; 
	float: left;
}
#date_reminder_wrapper #viewcal {
	overflow: hidden; 
	float: right; 
	padding:0; 
	margin:13px 10px 7px 0;
	text-align: right;
	width: 120px;
	font-size: 11px;
	line-height: 11px !important;
	white-space: nowrap; 
}

#date_reminder a#date:after, #date_reminder_wrapper #viewcal a:after {
	content:"\0020 \00BB";
}

#home_nav {
	width: 918px;
	margin: 0 0px 30px 20px;	
	clear: both;
	padding: 0;
	border: 0;
}

#home_nav td {
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	width: 306px;
}

#home_nav h2, #home_nav p {
	padding: 0;
	margin: 0 40px 0 90px;
	color: #1d4870;
}

#home_nav h2 {
	font-size: 1.272em;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
	}

#home_nav a:hover, #home_nav a:active, #home_nav a:focus {text-decoration: none;} 

#property {background: url(../_gfx/-newdesign/icons/bg_house.jpg) no-repeat 20px top;}
#business {background: url(../_gfx/-newdesign/icons/bg_business.jpg) no-repeat 15px top;}
#services {background: url(../_gfx/-newdesign/icons/bg_services.jpg) no-repeat 30px top;}

#in_community {
	background: #416f9a;
	color: #fff;
	padding: 4px 10px;
	font-size: 1.272em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#social {
	width: 918px;
	margin: 0 10px 20px;	
	clear: both;
	padding: 0;
	border: 0;
}

#social td {
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	width: 459px;
}

#social h3 {
	padding: 0;
	font-size: 1.125em;
	color: 1d4870;
	margin: 0 0 .35em 0;
}

#social p {
	padding: 0;
	margin: 0;
}

#social a:hover, #home_nav a:active, #home_nav a:focus {text-decoration: none;} 


#k2c {background: url(../_gfx/-newdesign/icons/k2c.jpg) no-repeat 20px top;}

#k2c h3, #k2c p {margin: 0 30px 0 90px;}

#bankonsf {background: url(../_gfx/-newdesign/icons/b_on_sf.jpg) no-repeat 20px top;}

#bankonsf h3, #bankonsf p {margin: 0 20px 0 130px;}

/************************************************
 Internal page styles 
************************************************/
.nobullets {list-style: none; margin-left: 0; padding-left: 0;}
.removeMargin {margin-bottom: 0 !important;}

/**** Property Tax Landing page *****/
#proptax {border: none 0px; padding: 0; margin: 0; width: 100%;}
#secured, #unsecured {width: 49.0909%; border: 0px none;}
#secured {padding: 0 1.81818% 0 0;}
#unsecured {padding: 0 0 0 1.81818%;}

.button_wrapper {
	border: 1px solid #4085b5; 
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.ttx_button {
	border: 1px solid #d2e0ec;
	padding: 10px 20px;
	float: left;
	background: #58b1dd; /* Old browsers */
	background: -moz-linear-gradient(top, #58b1dd 0%, #26588b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58b1dd), color-stop(100%,#26588b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58b1dd 0%,#26588b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58b1dd 0%,#26588b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58b1dd 0%,#26588b 100%); /* IE10+ */
	background: linear-gradient(top, #58b1dd 0%,#26588b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b1dd', endColorstr='#26588b',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.ttx_button p {padding: 0; margin: 0;}
.ttx_button:hover {
	background: #58b1dd; /* Old browsers */
	background: #26588b; /* Old browsers */
	background: -moz-linear-gradient(top, #26588b 0%, #58b1dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26588b), color-stop(100%,#58b1dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #26588b 0%,#58b1dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #26588b 0%,#58b1dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #26588b 0%,#58b1dd 100%); /* IE10+ */
	background: linear-gradient(top, #26588b 0%,#58b1dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26588b', endColorstr='#58b1dd',GradientType=0 ); /* IE6-9 */
}
#secured ul, #unsecured ul {
	clear: both;
	margin: 0 0 0 18px;
	padding: 5px 10px 30px 0;
	display: inline-block;
}

#secured ul li, #unsecured ul li {
	list-style: none;
	background:url(../_gfx/-newdesign/cmn/bullet.gif) no-repeat 0 7px;
	padding: 0 0 3px 10px;
}


#secured h2 {
	float: left;
	padding: 40px 105px 0 0;
	background: url(../_gfx/-newdesign/icons/bg_housebuilding.jpg) no-repeat 100% bottom;
}
#unsecured h2 {
	float: left;
	padding: 40px 114px 0 0;
	background: url(../_gfx/-newdesign/icons/bg_boatcar.jpg) no-repeat 100% bottom;
}
#resources h2 {
	float: left;
	padding: 20px 0 0 50px;
	background: url(../_gfx/-newdesign/icons/bg_download.jpg) no-repeat 0 bottom;
}
#secured p, #unsecured p, #resources ul  {clear: left;}
#resources {border-top: 1px #939494 dashed;}
#resources ul {width: 100%; padding: 5px 0 0 0; margin: 0;}
#resources li {
	width: 44.25%;
	float: left;
	margin: 0 2%;
	padding: 0 0 3px 1.5%;
	list-style: none;
	background:url(../_gfx/-newdesign/cmn/bullet.gif) no-repeat 0 7px;
}
.twoCol {border: none 0px; padding: 0 0 0 3px; margin: 0; width: 98%;}
.col1, .col2 {width: 50%; border: 0px none;}
.col1 {padding: 0 2% 0 0;}
.col2 {padding: 0 0 0 2%;}
.intro p, .intro h2 {margin-right: 190px;}
.intro h2 {margin-bottom: 10px !important;}
.intro p {margin-bottom: 30px;}
#securedpay {background: url(../_gfx/-newdesign/icons/lg_secured.jpg) no-repeat 100% 10px;}
#unsecuredpay {background: url(../_gfx/-newdesign/icons/lg_unsecured.jpg) no-repeat 100% 10px;}
#cityhallservices {background: url(../_gfx/-newdesign/icons/lg_services.jpg) no-repeat 95% 0;}
#opbiz {background: url(../_gfx/-newdesign/icons/lg_opbiz.jpg) no-repeat 95% 0;}

#about {background: url(../_gfx/-newdesign/icons/lg_about.jpg) no-repeat 95% 0;}

h2#securedpay {
	padding: 40px 0 0 105px;
	margin-bottom: 20px;
	background: url(../_gfx/-newdesign/icons/bg_housebuilding.jpg) no-repeat 0 bottom;
}
h2#unsecuredpay {
	padding: 40px 0 0 110px;
	margin-bottom: 40px;
	background: url(../_gfx/-newdesign/icons/bg_boatcar.jpg) no-repeat 0 bottom;
}
#jumpMenu1 {
	width: 90%;
	margin: 0 0 10px 0;
}
.disclaim {
	font-size: 90%;
	font-style:italic;
	padding-bottom: 7px;
	border-bottom: 1px dashed #939494;
}
#onpay {
    clear: both;
    margin: 0 0 0 5px;
    padding: 0 10px 20px;
}

/**** Property Tax Landing page *****/
#biz {border: none 0px; padding: 0; margin: 0; width: 100%;}
#operating, #taxesfees {width: 49.0909%; border: 0px none;}
#operating {padding: 0 1.81818% 0 0;}
#taxesfees {padding: 0 0 0 1.81818%;}
#operating ul, #taxesfees ul {
	clear: both;
	margin: 0 0 0 18px;
	padding: 0 10px 30px 0;
}
#operating ul li, #taxesfees ul li {
	list-style: none;
	background:url(../_gfx/-newdesign/cmn/bullet.gif) no-repeat 0 7px;
	padding: 0 0 3px 10px;
}
#operating h2 {
	float: left;
	padding: 40px 65px 0 0;
	background: url(../_gfx/-newdesign/icons/bg_business.jpg) no-repeat 100% bottom;
}
#taxesfees h2 {
	float: left;
	padding: 40px 60px 0 0;
	background: url(../_gfx/-newdesign/icons/bg_taxfees.jpg) no-repeat 100% bottom;
}
#operating p, #taxesfees p  {clear: left;}

h2#cityhallservices {	
	padding: 40px 0 0 50px;
	margin-bottom: .5em;
	background: url(../_gfx/-newdesign/icons/bg_services.jpg) no-repeat 0 bottom;
	text-transform: uppercase;
}
#sevicesLanding h2 {
	margin-bottom: 0;
}

h2#about {
	padding: 30px 0 0 70px;
	margin-bottom: .5em;
	background: url(../_gfx/-newdesign/icons/bg_about.jpg) no-repeat 0 bottom;
	text-transform: uppercase;
}
/**** Newsroom Landing page *****/

table#news {
	width: 60%;
	float: left;
}

table#news th, table#secondary th {
	padding: 20px 0 5px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: larger;
	border: none 0px;
	border-bottom:#000 solid 1px;
}

table#news td {
	border: none 0px;
}


table#news h3, table#secondary h3 {
	margin: 5px 0 3px;
	padding: 4px 0 0;
}
table#news p {
	margin: 0 0 3px;
}

table#secondary {
	width: 33%;
	float: right;
	padding-left: 2%;
}

/************************************************
 Footer 
************************************************/
.footer_wrapper{
	background: #fff; 
	text-align:center;
	padding:10px 0 0; 
	margin:0; 
	position: relative;
}

.footer { 
	font-family: Helvetica, Arial, sans-serif;
	padding:0; 
	margin:0; 
}

.footer ul {
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
}

.footer ul li {
	display: inline;
	background: url('../_gfx/-newdesign/cmn/blue_bullet.gif') no-repeat center left;
	padding: 0 5px 0 13px;
}

.footer ul li.first {
	background-image:none;
	padding-left: 0;
}

.footer ul li:first-child {
	list-style: none;
}
#sf311 {
	position: absolute;
	top: 50px;
	left: 47%;
}
/*************************
 sfgov plugins icons
***************************/
.sf_plugins_nav ul{padding:0px;margin:0px;}
.sf_plugins_nav ul li{padding:0px;margin:0px;}
#sf_plugins .sf_plugins_nav{width:244px;height:23px;float:left;margin:0px;clear:both;}
#sf_plugins .sf_plugins_nav li{margin-top:10px; padding:0; float:left}
#sf_plugins .sf_plugins_nav li, #sf_plugins .sf_plugins_nav a{display:block;text-indent:-9999px;overflow:hidden;}
#sf_plugins .sf_plugins_nav a{height:23px; background-image:url(../_gfx/sfgov/plugins_icons_final.gif); background-repeat:no-repeat;}
#sf_plugins_title {
	width:97px;
	background-position:0px 0px;
	height: 23px;
	background: url(../_gfx/sfgov/download_viewers.gif) no-repeat ;
}
#sf_plugins_acrobat a{width:27px;background-position:-97px 0px;}
#sf_plugins_acrobat a:hover, #sf_plugins_acrobat a:active, #sf_plugins_acrobat a:focus{background-position:-97px -23px;}
#sf_plugins_flash a{width:27px;background-position:-127px 0px;}
#sf_plugins_flash a:hover, #sf_plugins_flash a:active, #sf_plugins_flash a:focus{background-position:-127px -23px;}
#sf_plugins_powerpoint a{width:27px;background-position:-157px 0px;}
#sf_plugins_powerpoint a:hover, #sf_plugins_powerpoint a:active, #sf_plugins_powerpoint a:focus{background-position:-157px -23px;}
#sf_plugins_excel a{width:27px;background-position:-187px 0px;}
#sf_plugins_excel a:hover, #sf_plugins_excel a:active, #sf_plugins_excel a:focus{background-position:-187px -23px;}
#sf_plugins_word a{width:27px;background-position:-217px 0px;}
#sf_plugins_word a:hover, #sf_plugins_word a:active, #sf_plugins_word a:focus{background-position:-217px -23px;}
.last_updated {font-size:9px; display: none;}

/************************************************************************************************
************************************************************************************************
 Advanced Components Below;
 - Forms
 - Google Search
 - Lists including DataGrid classes
 - Lists without talbe grid, like News
 - Image-using item list
 - Component details
 - Calendar month view
 - Site map
 - Link List
 - E-Notifier
 - Phot Album
 - FAQ
 - RSS
 - News
 - Forward Link
/************************************************
 Forms
************************************************/
.form {height:auto;	margin: 0; padding: 0;}
.form_in_tab {padding:15px 0 10px 10px;}
.form div {width:auto; margin-top:8px; margin-bottom:8px; clear: both;}
.form textarea {width:200px; height:150px;}
.form_label {padding-top:3px; font-weight: bold; height:20px; float: left; width: 150px; text-align: left; vertical-align:middle;}
.form_field {height:20px; float: right; width: 550px; text-align: left; vertical-align:middle;}
legend {font-weight: bold; color:#625C4D;}
fieldset {border:solid 1px #c2bca6;}
.form_normaltextbox {width:300px; border: 1px solid #c2bca6; background-color: #fdfaed; height:19px; padding:2px 3px;}
.form_normaldropdown {width:300px; border: 1px solid #c2bca6; background-color: #fdfaed; height:17px; padding-left:3px;	}
.form_button {background: url(../_gfx/int/form_button.gif) top repeat-x; height:28px; font-size: 12px; font-weight:bold; color: #333; border:1;}
.form_message, 
.form_message td {color: #cc0000;}
.form_calendarbutton {vertical-align: top; border:0; cursor: pointer;}
.backbutton {padding-left: 15px; font-weight: bold; background-image: url(../_gfx/back_arrow.gif); background-repeat: no-repeat; margin-bottom: 10px;}
.backbutton a {}
.radeditor div {margin-top:0; margin-bottom:0;}

.survey_title {font-weight:bold;font-family: Arial, Helvetica, sans-serif; font-size:16px;}
.survey_container span {font-size:1.0em;}
.survey_container table td {font-size:1.25em;}

/************************************************
 Google Search
************************************************/
.gs-result, .gs-webResult {border-bottom:1px solid #b2d2e9;}
.gs-title {	font-weight:bold; font-size:12px; margin-top:10px;}
.gs-snippet {padding: 10px 0 0 10px; border-top:1px solid #b2d2e9; border-bottom:0;}
.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }

/************************************************
 Lists, including DataGrid classes
************************************************/
.alphabetfilter {margin:10px 0 10px 0; text-align:center; font-size: 0.75em;}
.alphabetpicker {padding-top:10px; text-align:center; font-size: 0.9em;}
.alphabetpicker a {font-family: Tahoma, Arial, Sans-Serif; padding: 3px;}

.searchn	ame span{text-align:center; font-size: 0.9em;}
.business_list_name {font: 1.1em Arial, Helvetica, sans-serif; font-weight:bold;}
.business_list_container {padding:10px; font-size:1.0em; line-height:1.1em;}
.business_list_title {font-weight:bold;}

/* For links on top of page */

.topselector {margin: 10px 0 20px 0; font-size:0.75em;}
/* For dropdown filters */

.filter {margin: 10px 10px 10px 0px; padding-bottom: 10px; text-align:left;font-size:0.85em;}
.filter a {font-size:0.85em;}
.filter select {width:50%;}
.timing {}
.listtable {width:100%; border:0px none; margin: 10px 0;}
.listtable th {padding:4px 4px 10px; font-size: 14px; font-weight: bold; background: transparent; text-align:left; color: #333; text-transform:uppercase; border:0px;}
.listtable_header a {color:#ffffff;}
.listtable td {border:0; border-top:1px solid #939494; padding:7px 4px; margin:0;}
.listtable tr:hover {background-color:#edf8ff;}
.listtable_buttoncolumn {width: 70px; font-size: 9px;}
.listtable_buttoncolumn input {background-image: url(../_gfx/button_bg.gif); font-size: 10px; padding: 2px; color: #000; border-width: 1px; border-style: solid; border-color: #d4d4d4 #949494 #828282 #c2c2c2;}
.listtable_checkboxcolumn {padding:0px; width:1px;}
.listtable_checkboxcolumn input {margin-left:-2px; margin-top:-3px;}
.listtable_row_on {background-color:#e4f1ff;}
.listtable_row_off {background-color:#ffffff;}

/************************************************
 Lists without table grid, like News
************************************************/
.listcomponent {border:solid 0px #ffffff;}
.listcomponent th {display:none;}
.listcomponent td {border:0px; padding:5px 4px 10px 0; margin:0px;}
.listcomponent img {margin-top: 10px;}

/************************************************
 Image-using item list 
************************************************/
.righttable {width:200px; border:1px solid #336699; border-collapse: separate;}
.righttable th {background-color: #336699; padding:3px; border:0; text-transform:uppercase; font-weight: bold; text-align:left; color: #ffffff; height:20px; font-size:9px;}
.righttable_header a {color:#ffffff;}
.righttable td {border:0; border-top:1px solid #dadada; padding:3px; margin:0; font-size:10px;}
.righttable tr:hover {background-color:#fffcee;}
.righttable_buttoncolumn {width: 30px; font-size: 9px;}
.righttable_buttoncolumn input {background-image: url(../_gfx/button_bg.gif); font-size: 10px; padding: 4px; color: #000000; border-width: 1px; border-style: solid; border-color: #D4D4D4 #949494 #828282 #C2C2C2;}
.righttable_checkboxcolumn {padding:0; width:1px;}
.righttable_checkboxcolumn input {margin-left:-2px; margin-top:-3px;}
.righttable_row_on {background-color:#e4f1ff;}
.righttable_row_off {background-color:#ffffff;}

/*************************************************
 Component detail 
*************************************************/
.component_title {padding:10px 0 5px 0; margin:0px 0px 2px 0px; width:95%; font-family: Helvetica, Arial, sans-serif; font-size:1.333em; line-height:1.5; font-weight: bold; color:#4085b5;}
.component_subtitle {padding:0; margin:0px 0px 10px 0px; width:95%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.75em; line-height:1.3em; font-weight: bold; color: #333;}
.component_back {font-size:0.75em; margin:0px 0px 5px 0px;}
.component_content {padding-top: 30px;}
.component_back_link {padding:10px 0 10px 0; width:100%; font-size: 11px; line-height:1.1em;clear:both;}
.component_listitem  div {padding:10px 0;}
.component_listitem_header {font-weight: bold; padding:0;}
.component_listitem_header_wider {font-weight: bold; width:100px; vertical-align: top; display:block; float:left;}
.component_listitem_content {}
.staff_component_title {font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size:1.2em; margin-bottom: 10px; color: #054785;}

/*****************************************
 Calendar month view
*****************************************/
#calendarControls {float: left;}
.calendar_filter {margin:5px 0px 20px 0px; text-align:center;}
.calendar_filter select {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size:11px; width:180px;}
.calendar_wrapper {text-align:center; margin:auto; padding:0px; width:100%;}
.calendar {width:90%; border: 1px solid #fff; margin:auto; padding:0px 0px 0px 0px;}
.calendar_dayheader {height: 1px; color: #fff; background-color: #336699; font-weight: bold; font-size: 9px; padding: 2px 0px; text-transform: uppercase; border: 1px solid #001c3e;}
.calendar_selector {color:#ffffff; background-color:#efdC9e; font-size:9px; font-weight:bold;		}
.calendar_title td {padding: 10px 0px 12px 0px; background-color:#ffffff; font-family: Verdana, Arial,Helvetica,san-serif; font-size:1.4em; font-weight: bold; color: #333; width:60%;}
td.calendar_nextprev {width:200px !important;}
.calendar_nextprev a {font-size:0.8em; color:#1875b6 !important;}
.calendar_nextprev a:hover {border-bottom:#1875b6 dotted 1px;text-decoration: none;}
.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday, .calendar_othermonthday 
 {text-align:left; vertical-align: top; font-family: Arial, Helvetica, san-serif; font-size:18px; line-height:25px; font-weight:bold; padding: 3px 3px 3px 3px; width: 95px; height:100px; border: 1px solid #00639c;}
.calendar_day a,.calendar_today a,.calendar_weekendday a,.calendar_selectedday a, .calendar_othermonthday  a {color: #336699; padding: 0 5px 8px 5px; margin:0px 0;}
.calendar_day, .calendar_weekendday {background: #fff; color:#42566e;}
.calendar_othermonthday {background:#dcdcdc; color:#646d79;}
.calendar_today {background: #d7ebfe; color:#001c3e;}
.calendar_selectedday {background-color:#f2C532; color:#999999;}
.calendar_eventtime {color:#666666; font-size:10px; font-weight: normal; line-height:11px; margin:0px 0 0 0; padding: 0px 0 0 0 !important;}
.calendar_eventlink {font-size:10px; font-weight: normal; line-height:11px; display:block; padding:0px 0 0px 0; margin:0px 0 ;}
.calendar_allinone .listtable {width:100%;}
.addtocalendar {clear: left; float: none !important; font-size:11px; border-top: #949393 1px dashed; padding: 4px 0 !important; margin: 10px 0;}
.calendar_Controls {font-weight:bold; padding: 10px 7px 10px 0; float: left;}
.outlookcalendar, .googleCal, .yahooCal {padding-right: 10px;}
/************************************************
 Site map
************************************************/
.sitemap {  border:solid 0 #000;   background-color: #fff;   padding-left:15px; font-size:0.95em;}
.sitemap td {padding:0;}
.sitemap img {padding: 0 5px 0 0; margin: 0;}
.rootnode,.parentnode,.leafnode {padding:0px;}
.rootnode {font-weight: bold; color: #625C4D;} 
.rootnode a,
.parentnode a { color: #625C4D; font-weight: bold;} 
.sitemap_file {list-style-image: url(../_gfx/_SiteMap/file.gif);	}
.backtotoplink {padding:10px 0 10px 5px; font-size: 10px;}

/************************************************
 Link List
************************************************/
.listlink {width:100%; padding:0; border-collapse: separate;}
.listlink td {padding:10px; border:none;}
.link_name {font:bold 13px Arial,Helvetica,sans-serif;}
.link_name a {padding-left:10px; background-image:url(../_gfx/cmn/link_list_arrow.gif); background-repeat:no-repeat; background-position: 0 4px;}
.link_content {padding-left:10px; display:block;}
.link_content img {margin-left:0px; margin-bottom:0px; margin-top:10px;}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager {text-align:right; font-size:10px; font-weight:bold; padding-bottom:10px; padding-top:10px; border-top:1px solid #bcb599;}
.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span {font-size:10px;}
.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a {display:inline; padding:3px; border:1px solid #bcb599; border-top:0px; background-color:#f4f9fd; text-decoration:none; background-image:url(../_gfx/cmn/search_link_bg.gif); background-repeat: repeat-x; _background-position:0 1px; /* for IE only */ font-size:10px; font-weight:bold;}
.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover {background:#ffffff; border-top:1px solid #b2d2e9;}
.listcomponent_pager {text-align:left;}

/***********************************************
 E-Notifier
***********************************************/
.tag_div {padding: 10px 0 20px;}
.area_div {padding: 5px 0;}

/******************************************
 Photo Album 
******************************************/
.album_item {margin-bottom:20px; text-align:center;}
.album_thumb {background-position: top center; background-image: url(../_gfx/album/exported_group.jpg); overflow: hidden; width: 260px; height:152px; max-height:130px; padding-top:22px; background-repeat: no-repeat; }
.album_thumb img {width: 160px; height: 110px; position:relative; left:0px; border:0px; display:block; margin:0px auto; overflow: hidden;}
.album_name a {font-size: 1.2em; font-weight:bold;}
.album_details {font-size:0.95em; padding-top:10px;}
.photo_item {padding:20px; text-align:center; vertical-align:top;}
.photo_thumb {background-position: top center; background-image: url(../_gfx/album/single_photo.gif); overflow: hidden; width:240px; height:240px; background-repeat: no-repeat; padding-top:50px; max-height: 190px; margin: 0 auto;}
.photo_thumb img {display:block; overflow: hidden; margin: 0 auto;}
.photo_detail {text-align:center;}
.photo_name {}
table#photo_single td {padding:0;}
.slideshow_link {float:right; font-weight:bold; width:120px; background:url(../_gfx/int/form_button.gif) top repeat-x; height:28px; border:1;}
.slideshow_link a {display:block; padding: 8px 0 0 12px; color: #333; font-size:12px; font:bold;}
.slideshow_nav {text-align:center; float:right; }
.slideshow_stop  {float:right; text-align:center;} 

/******************************************
 RSS 
******************************************/
.rss_button {float: right; margin:-30px auto 0px auto;}
.rsslist {margin-top: 5px;}
.rssitem {padding:5px; font-size:0.75em;}
.rssitem a {padding-right:5px; font-weight: bold;}

/*******************************************
  FAQ
  *****************************************/
table.listfaq {border-color: #fff;}
table.listfaq td {padding:8px;}
table.listfaq_answers {margin-top: 20px;}
table.listfaq_answers td {line-height: 1.1em; padding: 8px;} 
.listfaq_q {font-weight: bold; padding: 5px 0 5px 0;}
.listfaq_a {padding: 5px;}
.listfaq_a_left {font-weight:bold; float:left; padding-top: 10px;}
.listfaq_a_right {float:left; margin-left: 5px; width: 590px; padding-top: 8px;}

/*******************************************
  NEWS
  *****************************************/

.timing_link {padding: 10px 0; margin: 0 0 10px; font-size:11px; border-top: #939494 1px dashed; border-bottom: #939494 1px dashed;}
.sticky { font: bold 0.95em Arial,Helvetica,sans-serif;}
.posted_date {margin-top:10px; font-size:0.9em;}
.home_events {line-height:1.1em; padding-top:10px;}
.box_title {padding:5px 0 5px 0; font-size:1.0em; font-weight:bold;}
.box_list {padding:5px 0 5px 0;}
.box_item_date {padding-top: 3px; font-size:0.7em;}
.box_item_title {font-weight:bold; font-size:0.75em; padding-bottom:3px;}
.box_bottomlink {padding: 5px 0 10px 0;}
.box_bottomlink a {font-size:0.7em;}

/*******************************************
  FORWARD LINK
  *****************************************/

.forwardlink {font-size:0.75em;}

