@charset "utf-8";
/* CSS Document */
/************************************************
This is the custom style sheet, containing styles that will be customized for each project.
************************************************


/* Default error reporting style */
.error_message { 
	color: #c60;
	font-weight:bold;	}

/* 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;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix, .mainSpan, .contentheader, .container,.content, .title_right,.width_container {
	display:inline-block;
}

/* Hide from IE-mac \*/
* html.clearfix,
* html.mainSpan, * html.contentheader, * html.container,
* html.content, * html.title_right,
* html.width_container {height:1%;}
.clearfix,
.mainSpan,
.contentheader,
.container,
.content,
.title_right,
.width_container {display:block;}
/* End hide from IE-mac \*/

/* Containing frame for the site */
.mainSpan_wrapper,
.mainSpan_wrapper_home,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review {width: 100%; padding: 0; margin: 0;}
.mainSpan {width: 975px; margin: 0px auto 0px auto; text-align:left;}

/*********************************************
		WIDTH CONTAINER & CONTENT WRAPPERS
********************************************/

.mainSpan_wrapper_home .width_container{
	width:972px;
	margin: 0 0 0 18px;
	padding: 0;
	background: #fff repeat-y left top;
}
.mainSpan_wrapper .width_container{width:972px; margin: 0 0 0 18px; padding: 0; background-repeat: repeat-y;}
.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container{width: 972px; margin: 0; padding: 0; background-repeat: repeat-y; background-color: #FFF;}

.adminSpan {width:200px; float:right; text-align:left;}
.content iframe {	width: 98%; _width: 100%; _margin-left: 20px; border: none; height:920px;}
iframe.external_link {background: none;}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* 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;}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/

/* Page content container */
.mainSpan_wrapper .container {width: 660px; margin: 45px 10px 0 50px; vertical-align:top; float:left;}
.contentheader {width: 659px; margin-top:0}
.contentheader_banner {display:inline-table; background: none;}
.image_banner {display: block;}
.breadcrumb_wrapper {margin: 10px 0; width: 659px; padding-bottom: 10px; font:10px Georgia, "Times New Roman", Times, serif; color: #626A70; border-bottom: 1px solid #333; float:left;}
.contentheader_banner {padding: 0px 0px 0px 15px; font-size:0.8em; background: none; color: #626A70; background: #d5eaff;}
/*.breadcrumb{margin-bottom: -18px;}*/
.breadcrumb {float: left; padding 0;}
.breadcrumb a { color: #3C7EB5; text-decoration: none;border-bottom: 0 none;}
.breadcrumb a:hover{border-bottom:1px dotted #C58116; color: #C58116;}
.breadcrumb a:first-child{}

.title {background: transparent ; border: none; width:100%; margin: 5px 0 20px 0;}
.contentheader_banner .title {background: none; border-bottom: 3px solid #eee9ca; width:100%; margin: 28px 0px 5px 0px;}
.title_right {text-align:right; height:20px; padding:0; margin: 0; float: right; width: 200px; }
.title_left {
	float: left;
	width: 95%;
	border: 0;
}

.contentheader h1,
.contentheader_banner h1 {
	padding:0px 0 10px 0;
	margin:0;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	color: #3B6293;
	border: 0;
}
.contentheader h2,
.contentheader_banner h2 {padding:0 0 0 15px; margin:0px 0px 10px 0px; float: left; width: 525px; font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold; color: #333;}

.rss{width:45px; float: left; font-size: 0.8em;}
.rss a {background:url(../_gfx/int/rss.gif) 0 0 no-repeat;}
.rss a {display:block; padding-left:20px; text-decoration:underline;}
.rss a:hover {text-decoration:none;}
/************************************************
Content: main content area
************************************************/

/* Content: padding should be on content class NOT container */

.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content { padding: 5px 0 25px 0;  /*overflow: hidden;*/}
.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea {width:525px;}
/*.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul {padding:0px; margin:0 0 10px 15px;}
.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li {padding: 0;}*/

.downloadmessage {clear: left; background: #fff url(../_gfx/int/download_bg.gif) top center repeat-x; border:solid 1px #00639c; text-align:center; width: 85%; margin: 10px auto; padding: 0;}
.downloadmessage img {border:0px; padding:0px 0px 0px 0px; margin:0px 2px 0px 2px;}
.downloadmessage p {color: #4b4638; font-size:10px; padding:5px 0px; margin:0px;}
.last_updated {background: url(../_gfx/cmn/updated.gif) top center no-repeat; width: 90%;color:#aba28f; font-size:9px; margin: 20px auto 0px auto; text-align:right; display: none;}
.paging {margin-top:10px; margin-bottom:10px;}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container {background-color: #fff; margin: 0; padding: 0px 10px 0px 15px; width:770px;}
.mainSpan_wrapper_noleftnav .contentheader {}
.mainSpan_wrapper_noleftnav .breadcrumb_wrapper {padding: 20px 3px 15px 15px; font-size:10px; background: none; color: #176fc1; width:920px}
.mainSpan_wrapper_noleftnav .title {background: #fefeff; overflow:auto; width:100%; margin:4px 0px 10px 0px;}
.mainSpan_wrapper_noleftnav .title_left {float:left; width:60%;}
.mainSpan_wrapper_noleftnav .title_right {background: none; float:right; width:210px; padding:0px 10px 0px 0px; }
.mainSpan_wrapper_noleftnav .content {width:920px; padding: 10px 0px 10px 20px; background-color:#ffffff;}

/* Homepage */

.mainSpan_wrapper_home .contentheader {display:none;}
.mainSpan_wrapper_home .content {
	padding:0 0 20px 0;
	margin:0;
	background-color: #fff; }
	
/*.mainSpan_wrapper_home .content ul {padding:0px; margin:0;}
.mainSpan_wrapper_home .content ul li {padding: 0px 0px; }*/

/* Review and error pages */
.mainSpan_wrapper_review .container {width: 760px; background-color:#ffffff; margin: 0; padding: 0 0 10px 0; }	

/*.mainSpan_wrapper_review .fix_intheight { display: none;}*/
.mainSpan_wrapper_review .contentheader {display:none;}
.mainSpan_wrapper_review .content { padding: 0;}
.mainSpan_wrapper_review .component_title_review {margin: 0px; width: 730px; border-bottom: solid 3px #C5E3FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; padding:50px 15px 3px 15px; color: #01507f; 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;}


/************************************************
Forms
************************************************/
.form {height:auto;}
.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: #082956 url(../_gfx/int/form_button.gif) top repeat-x; font-family:Tahoma; font-size: 11px; font-weight:bold; padding: 2px; color: #fafafa; border: 1px solid #031b37;}
.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;}


/************************************************
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
************************************************/
.alphabetpicker a {font-family: Tahoma, Arial, Sans-Serif; font-size:11px;}
/* For links on top of page */

.topselector {margin: 10px 0;}
/* For dropdown filters */

.filter {margin: 10px 10px 10px 0px;}
.filter select {font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size:11px; width:180px;}
.timing {}
.listtable {width:550px; border:1px solid #00639c !important; background-color:#fbfdff; border-collapse:separate; margin: 10px 0;}
.listtable th {background-color: #00639c; padding:4px; font-size: 10px; font-weight: bold; text-align:left; color: #ffffff; text-transform:uppercase; border:0px;}
.listtable_header a {color:#ffffff;}
.listtable td {border:0; border-top:1px solid #c3bfa7; padding: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:4px 4px 10px 0; margin:0px;}
.listcomponent img {margin: 0;}


/************************************************
Image-using item list 
************************************************/
.righttable {width:200px; border:1px solid #007799; border-collapse: separate;}
.righttable th {background-color: #007799; 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:5px 0px 0px 0px; margin:0px 0px 2px 0px; width:95%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; font-weight: bold; color: #01639b;}
.component_subtitle {padding:0px 0px 0px 0px; margin:0px 0px 2px 0px; width:95%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; font-weight: normal; color: #01639b;}
.component_back {margin:0px 0px 10px 0px;}
.component_listitem {padding: 0 0 15px; width:400px;}
.component_listitem div {padding: 0 0 4px; width:550px; display:block; float:left;}
.component_listitem_header {font-weight: bold; width:100px; vertical-align: top; display:block; float:left;}
.component_listitem_content {width:300px; vertical-align: top; display:block; float:left;}
.component_content p {font-size: 11px; line-height: 20px;}

/*****************************************
Calendar month view
*****************************************/
.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:0px 0px 0px 0px; padding:0px 0px 10px 0px; width:720px;}
.calendar {width:100%; border: 1px solid #fff; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.calendar_dayheader {height: 1px; color: #fff; background-color: #00639c; font-weight: bold; font-size: 9px; padding: 2px 0px; text-transform: uppercase; border: 1px solid #00639c;}
.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: 22px; font-weight: bold; color: #001c3e; width:60%;}
td.calendar_nextprev {width:200px !important;}
.calendar_nextprev a {font-size:10px; color:#001c3e !important;}
.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: #01507f; 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:720px;}
.outlookcalendar {}

/************************************************
Site map
************************************************/
.sitemap {  border:solid 0 #000;   background-color: #fff;   padding-left:15px;}
.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
************************************************/
.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:0px;}

/* 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;}

/************************************************
Link List
************************************************/
.listlink {width:540px; padding:0; border-collapse: separate;}
.listlink td {padding:4px; border:none;}

/***********************************************
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 {text-transform:uppercase; font-weight:bold;}
.album_details {font-size:9px;}
.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 {}
.slideshow_link {float:right; font-weight:bold; font-size:smaller; width:140px; background: #082956 url(../_gfx/int/form_button.gif) top repeat-x;    	border: 1px solid #031b37;  text-align:left; margin:0px 0px 0px 10px;}
.slideshow_link a {display:block; padding:4px 3px 4px 27px; color: #fafafa; background-image:url(../_gfx/album/slideshow.gif); background-repeat:no-repeat; background-position:7px 7px; font-size:9px;}
.slideshow_nav {text-align:center;}
.rss_button {float: right; margin:-30px auto 0px auto;}

/************************************************
Map
************************************************/

.map_size {width:500px; height:300px;}

/**************************
        SAFARI 3 hacks
**************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
}

/*****************************
	Firefox3 Specific  (Its sad that we need these now)
******************************/

html>/**/body .foo, x:-moz-any-link, x:default {  }

/********************************************************************************************************************
Do not edit from here 
**********************************************************************************************************************/
/************************************************
Left navigation 
************************************************/
.leftnav {
	width: 190px;
	float:left;
	padding: 90px 3px 10px 20px;
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow:hidden;
	position:relative;
	display: inline;
	}
.leftnav h2 {
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffd200;
	text-shadow: #000 1px 1px 1px;
	margin-bottom:10px;
	}
.leftnav span{display:block;}


#whitelink {color: white;}
#whitelink:hover {color: #3B6293;}


.leftnav_node a, .leftnav_node a:visited, .leftnav_node_iscurrent a, .leftnav_node_iscurrent a:visited{color: #fff; text-decoration: none; display:block; padding: 2px 5px; background: transparent;font-weight:bold;text-shadow:1px 1px 1px #000000;}

.leftnav_node a:hover{background: #5378a7;border-bottom:none;}
.leftnav_node_iscurrent a:hover {background: none;border-bottom:none;}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_iscurrent a {color:#f8e67a;font-weight:normal;margin-bottom:5px;} /*3rd,4th level	*/
.leftnav_node_wrapper .leftnav_node a:hover {background:none;text-decoration:underline;}    /*3rd,4th level on hover	*/

.leftnav_node_wrapper .leftnav_node_haschildren a {color:#f8e67a; text-decoration: none;font-weight:bold;text-shadow:1px 1px 1px #000000;}

.leftnav_node_wrapper .leftnav_node_haschildren a:hover {color:#f8e67a; text-decoration: none;font-weight:bold;text-shadow:1px 1px 1px #000000;background:none;}

.leftnav_node_wrapper_root {padding: 6px 0 6px; border-top: 1px #fff solid; text-align: left;} 
.leftnav_node_wrapper_root:first-child{border-top:0;}



/* left nav top title area */
.leftnav_node_wrapper_root .leftnav_node_haschildren {color:#fff; text-decoration: none;font-weight:bold;text-shadow:1px 1px 1px #000000;}

.leftnav_node_wrapper_root .leftnav_node_haschildren a {color:#fff;text-decoration: none;}
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover {color:#fff; text-decoration: none; }
.leftnav_node_wrapper_root .leftnav_node_haschildren a:visited {color:#fff; text-decoration: none;}

/*.leftnav_node_wrapper_root .leftnav_node_haschildren a span {
	font-family:Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
	font-size: 1.2em;
	border-bottom: none !important;
	color: #535353;
	padding-left: 9px;
	padding-top:40px;
	font-weight:bold;}
.leftnav_node_haschildren a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-bottom: none !important;
	color: #1b3465;
	padding-left: 9px;
	font-weight:bold;}
.leftnav_node_haschildren a:hover span {color:#1875B6;}

.leftnav_node_iscurrent a span {color: #1b3465; font-weight:bold; text-decoration:underline; }
.leftnav_bottom {background: url(../_gfx/sfgov/leftnav_btm_bos.gif) no-repeat top; height:30px;}*/
/************************************************
FAQ List
************************************************/
.listfaq {width:540px; padding:0; border-collapse: separate; background-color:#f4f9fd; border:1px solid #bcb599;}
.listfaq td {padding:4px; border:none;}
.listfaq_answers {width:540px; padding:0; border-collapse: separate;}
.listfaq_answers td {padding:4px; font-size: 12px; line-height: 20px;}
.listfaq_q {font-weight:bold;}
.listfaq_a p, .listfaq_a ul {margin-top:0px;}
.listfaq_a_left {float:left; width:20px; font-weight:bold;}
.listfaq_a_right {float:left; width:445px; margin:0px 0px 0px 0px;}


/*************************************
=== Custom for DHR Template style here ===
**************************************/

#homepage{
	width: 935px;
	background: blue url(../_gfx/custom/home/h_bodybkgnd_11.gif) left top repeat-y;
	margin: 0 17px;
	padding: 0;
	position: relative;
}

/* - Highlight styles
------------------------------------------------*/

table#highlights {
	width: 343px;
	position: absolute;
	top: 35px;
	right: 30px;
	background: transparent;
	border: none 0;
	z-index: 5;
}

table#highlights td {
	background: transparent url(../_gfx/custom/home/hilite_bkgnd.gif) top left repeat-y;
	vertical-align: top;
	text-align: left;
	border: none 0;
	padding: 0;
}

table#highlights td.hilights h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 1px 1px 1px;
	color: #3B6293;
	padding: 15px 5px 15px 12px;
	margin: 0;
}

table#highlights td.hilights ul {
	width: 314px;
	background: #fff url(../_gfx/custom/home/hilite_links_bkgnd_26.gif) top left repeat-y;
	margin: 0 17px 0 12px;
	padding: 20px 0;
	list-style-image: url(../_gfx/cmn/listbullet.gif);
}

table#highlights td.hilights ul li {
	margin: 0 20px 10px 30px;
	line-height: normal;
}

table#highlights td.hilights p{
	padding: 2px 15px 10px 5px;
	line-height: 18px;
	text-align: right;
	background: #3B6293 url(../_gfx/custom/home/vMore.gif) right bottom repeat-x;
	margin: 0;
	color: #fff;
}

table#highlights td.hilights p a, table#highlights td.hilights p a:visited {
/*	background: url(../_gfx/cmn/circlearrow.gif) 100% 0px no-repeat;*/
	font-size: 1.2em;
	line-height: 2.5em;
	padding: 0 20px;
	color: #fff !important;
	text-decoration: none;
	border: none;
}

table#highlights td.hilights p a:hover, table#highlights td.hilights p a:active, table#highlights td.hilights p a:focus {
/*	background: url(../_gfx/cmn/circlearrow.gif) 100% -15px no-repeat;*/
	color: #ffd200;
	text-decoration: none;
	border: none;
}

/* - Slideshow styles
------------------------------------------------*/

#slideshow {
	margin: 0 17px;
	padding: 0;
	width: 935px;
	height: 342px;
	position: relative;
	overflow: hidden;
	}
	
#slideshow img {
	border: 0 none; 
	margin: 0; 
	overflow: hidden;
	}

#slideshow_frame {
	width: 935px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 0;
}

/* - Sidebar & Home page body styles
------------------------------------------------*/

#home_body {
	float: left;
	width: 935px;
	padding: 0;
	margin: 0;
}	

#home_sidebar {
	width: 250px;
	margin: 0 18px 20px;
	float: left;
	display: inline /*fixes double-margin float bug*/
}

#home_sidebar h2 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	text-shadow: #333 1px 1px 1px;
	color: #fff;
	margin: 20px 0 5px 0;
}

#home_sidebar #select_wrapper {
	width: 239px;
	margin: 0;
	padding: 0;
}

#home_sidebar select {
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
}

#home_sidebar img#select_button {
	float: right;
	margin: -1px 0 0 0;
	border: none;
}

ul#home_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#home_buttons li {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

ul#home_buttons li a, ul#home_buttons li a:visited {
	display: block;
	height: 36px;
	width: 241px;
	margin: 5px 0;
	padding: 0;
	border: none;}

ul#home_buttons li a:hover, ul#home_buttons li a:active, ul#home_buttons li a:focus  {
	border: none;}
	
ul#home_buttons li a.h_class, ul#home_buttons li a.h_class:visited {background: #3b6293 url(../_gfx/custom/home/bttns/h_class.gif) no-repeat 0 top;}
ul#home_buttons li a.h_class:hover, ul#home_buttons li a.h_class:active, ul#home_buttons li a.h_class:focus {background: #3b6293 url(../_gfx/custom/home/bttns/h_class.gif) no-repeat -241px top;}

ul#home_buttons li a.h_emply, ul#home_buttons li a.h_emply:visited {background: #3b6293 url(../_gfx/custom/home/bttns/h_emply.gif) no-repeat 0 top;}
ul#home_buttons li a.h_emply:hover, ul#home_buttons li a.h_emply:active, ul#home_buttons li a.h_emply:focus {background: #3b6293 url(../_gfx/custom/home/bttns/h_emply.gif) no-repeat -241px top;}

ul#home_buttons li a.h_empl_op, ul#home_buttons li a.h_empl_op:visited {background: #3b6293 url(../_gfx/custom/home/bttns/h_emp_ops.gif) no-repeat 0 top;}
ul#home_buttons li a.h_empl_op:hover, ul#home_buttons li a.h_empl_op:active, ul#home_buttons li a.h_empl_op:focus {background: #3b6293 url(../_gfx/custom/home/bttns/h_emp_ops.gif) no-repeat -241px top;}

ul#home_buttons li a.h_work, ul#home_buttons li a.h_work:visited {background: #3b6293 url(../_gfx/custom/home/bttns/h_work.gif) no-repeat 0 top;}
ul#home_buttons li a.h_work:hover, ul#home_buttons li a.h_work:active, ul#home_buttons li a.h_work:focus {background: #3b6293 url(../_gfx/custom/home/bttns/h_work.gif) no-repeat -241px top;}

ul#home_buttons li a.h_workforce, ul#home_buttons li a.h_workforce:visited {background: #3b6293 url(../_gfx/custom/home/bttns/h_workforce.gif) no-repeat 0 top;}
ul#home_buttons li a.h_workforce:hover, ul#home_buttons li a.h_workforce:active, ul#home_buttons li a.h_workforce:focus {background: #3b6293 url(../_gfx/custom/home/bttns/h_workforce.gif) no-repeat -241px top;}

.home_address{margin-top: 10px; color: #FFF;}

a.go img {
	border:0px none;
	margin: -1px 0 0 5px;
}

table#home_contents {
	width: 640px;
	float: right;
	border: 0 none;
}

table#home_contents td{
	background: transparent;
	border: 0 none;
}

#dirMessg h2 {
	margin: 0 30px 5px 30px;
	color: #3B6293;
	font: italic 2em/2.2em Georgia, "Times New Roman", Times, serif;
}

#dirMessg p {
	margin: 10px 30px;
	padding: 0;
	font: normal normal 1.1em/1.5em Helvetica, Arial, sans-serif;
}

#m_sig {
	width: 100%;
	margin: 10px 0 50px 0;
	padding-top: 80px;
	background: transparent url(../_gfx/custom/home/micksig.gif) no-repeat 10px 0;
	}

#subpage_wrapper {
	 border: 1px solid #ebebeb; 
	 margin: 0 auto; 
	 padding: 0; 
	 width: 935px; 
	 background: transparent url(../_gfx/custom/subpgs/subpg_bckgnd.gif) repeat-y top left;
	 text-align: left;
	 }

#subpage_content {
	padding: 0; 
	margin: 0; 
	background: transparent url(../_gfx/custom/subpgs/topswoosh_2.gif) no-repeat top left;	
}

form{padding:0px;margin:0px;}

.header {background:transparent url(../_gfx/custom/banner.jpg)  no-repeat scroll center top; clear:both; height:98px; margin:0px; position: relative;}

.searchbox {
	height: 22px;
	position: absolute;
	top: 19px;
	left:777px;
	width: 186px;
}
.searchbox_textbox {
	border: 0;
	padding: 2px 0;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	width: 150px;
	height: 18px;
	margin: 0;
	background: transparent;
}
.searchbox_button {margin: -2px 3px 0 0; float: right; border: 0;}

/*.footer_wrapper{display:none;}

.bottom_311_logo{
	margin-bottom:-50px;
	padding-bottom: 0px;
	padding-top: -10px;
	margin-top: 0px;
	background-image: url(../_gfx/sfgov/311_logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	height: 40px;
	width: 173px;
	float: right;
	z-index:100;
	border:1px solid red;
	background-color: #f2f1f1;/
}

.sf311 a {    
    position: absolute;
    top: -115px;
    right: 30px;
}

.mainSpan_wrapper_home .sf311 {
	position: relative;
	top: 0;
	left: 0;
}
*/
.footer {
	padding:0;
	margin:13px auto -7px; 
	width: 974px; 
	background: transparent;
}
.footer #sf311 {
	width: 30px;
	/*height: 30px;*/
	margin: 0 auto;
}

.footer #sf311 a img {
	margin: 0;
	text-align: center;
	height: 30px;
	width: 30px;
	border: 0px none;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.footer #sf311 a:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.mainSpan{margin-top:20px;}

/*.header, .mainSpan, .dropshadow, .mainSpan_wrapper .width_container, .mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container  {
	width:975px;*/
}
.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container {padding:0px; margin:0px; }
.mainSpan_wrapper .width_container, .mainSpan_wrapper_home .width_container {margin-left:0px;}
.mainSpan_wrapper_noleftnav .content_wrapper2{display:block; background:#f2f1f1 url(../_gfx/sfgov/default_cityseal.gif) 815px 30px no-repeat; margin-top:0; padding-top: 0;vertical-align:top;}

.mainSpan_wrapper .content_wrapper2, .mainSpan_wrapper_review .content_wrapper2  {
	display:block;
	background: #fff url(../_gfx/custom/mainNav/navShadow.gif) repeat-x left top;
	padding: 17px 0; 
	text-align: center;}

.mainSpan_wrapper .content_wrapper2:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.mainSpan_wrapper_home .width_container, .mainSpan_wrapper .width_container, .mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container {
	margin-top:0;	
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}

.mainSpan_wrapper_home .content {
	padding-top:17px; 
	background: #fff url(../_gfx/custom/mainNav/navShadow.gif) repeat-x top left;
	position: relative;
	}

.mainSpan_wrapper_noleftnav .title {
	overflow:hidden;
	float: left;
	}

/* accessibility bar icon style */
#toolbar {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #6A655C;
	font-weight: normal;
	font-size: 10px;
	margin-right: 10px;}

#toolbar ul {
	margin:0;
	padding:0;}

#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 {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 {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 {width:17px;background-position:0px -19px;}

/* = Override Base.css and Global.css
----------------------------------------------------------------------------------------*/

#sf_header .sf_header_logo a, #sf_header .sf_header_logo img{
	padding-bottom:0;
	border: 0;
	}

#sf_footer a:hover{
	border-bottom: none;
}

	/*************************
sfgov plugins icons
***************************/
.sf_plugins_nav ul{padding:0px;margin:0px;}
#sf_plugins .sf_plugins_nav{width:244px;height:23px;float:left;}
#sf_plugins .sf_plugins_nav li{margin:10px 0px 0px; 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-image: url(../_gfx/sfgov/download_viewers.gif);
}
#sf_plugins_acrobat a{width:27px;background-position:-97px 0px;}
#sf_plugins_acrobat a:hover{background-position:-97px -23px;}
#sf_plugins_flash a{width:27px;background-position:-127px 0px;}
#sf_plugins_flash a:hover{background-position:-127px -23px;}
#sf_plugins_powerpoint a{width:27px;background-position:-157px 0px;}
#sf_plugins_powerpoint a:hover{background-position:-157px -23px;}
#sf_plugins_excel a{width:27px;background-position:-187px 0px;}
#sf_plugins_excel a:hover{background-position:-187px -23px;}
#sf_plugins_word a{width:27px;background-position:-217px 0px;}
#sf_plugins_word a:hover{background-position:-217px -23px;}
