/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle {
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	color: #01639b;
}

table.tableData {
	border: 1px solid #3C7EB5;
}

.tableData td {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #3C7EB5;
	color: #333;
}

.tableData th, .tableDataHdr
{
	padding: 3px;
	color: #FFF;
	background-color: #3C7EB5;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #001c3e;
	font-size: 11px;
	background: #fbfdff;
	color: #000000;
	padding:3px;
}

.sidebar{
	background:#e9eff7 url(_gfx/int/sidebar_bg.gif) bottom repeat-x;
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #05264c;
}

*html .sidebar {width:200px;}

.pictureCaption, .pictureCaption p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px !important;
	font-weight:900 !important;
	line-height:14px;
	color: #6a655c;
}

/* = Specific to Controller's site
---------------------------------------------------------------------------------------------------*/

/* General Styles */

html, body, img, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, fieldset {margin:0;padding:0;}

.content, .RadEContent, .RadEContentBordered, .RadEContent p, .RadEContentBordered  p, .RadEContent table, .RadEContentBordered  table{
	font: 11px/18px Arial, Helvetica, sans-serif;
	}
	
img {
	border: 0px none;
	margin-bottom: 18px;
	}
p {
	margin-bottom: 18px;
	}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	color: #333;
	font-weight: bold;
	}
h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	color: #3C7EB5;
	}
h4 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
	color: #333;
	}
	
h5 {
	font-size: 11px;
	margin-bottom: 0px;
	color: #3C7EB5;
	font-weight: bold;
	}
	
h6 {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 0px;
	color: #333;
	font-style: italic;
	}

hr {
	height: 1px;
	color: #3C7EB5;
	display:block;
	margin-bottom: 18px;
}
address {
	margin-bottom: 6px;
	font-style: normal;
	}

a, a:visited  {
	font-style:normal;
	color:#3C7EB5;
	text-decoration:none;
	}
a:hover, a:active {color:#C58116; border-bottom:#C58116 dotted 1px;text-decoration: none;}

a:focus {background:#d6edfb;}

a img {
	border: 0px none;
	border-bottom: 0px none;
	}

h1 acronym, p acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	}

/* LISTS in Content Area
----------------------------------------------------------------------*/
 ul {
	margin: 0 0 12px 15px;
	color: #333;
	}
	
 ol {
	margin: 0 0px 12px 15px;
	color: #333;
	}
	
dl {
	margin:0 0 12px 0;
	}
	
dt {
	font-weight: bold;
	margin:0;
	}
dd {
	margin: 0 0 0 10px;
	font-style: italic;
	}

li {
	margin: 0 0 4px 0;
	}

ul ul, ul ol, ol ul, ol ol {
	font-size: inherit;
	margin: 5px 0 0 20px;}
	
/*TABLE OF CONTENTS
----------------------------------------------------------------------*/
 ol.roman-alpha {
	margin-top:.5em;
	}
 ol.roman li {
	list-style-type: upper-roman;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	}
 ol.roman-alpha li {
	list-style-type: upper-roman;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	}
ol.roman-alpha li ol li {
	list-style-type: lower-alpha;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	margin-left:1em;
	}

/* DATA TABLE STYLES
----------------------------------------------------------------------- */

table {
	
	}

th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
table img { margin: 0px 10px 10px 10px;}

/* OTHER STYLES
----------------------------------------------------------------------- */
	
pre {
	font-size:120%;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	}
.blue {color: #369;}
.red {color: #900;}

/* Home page section*/
#home_wrapper{
	background: transparent url(../_gfx/custom/dots.gif) repeat-y 685px 0px;
	position: relative;
	padding-left:25px;
}

table#home_structure {
	border: 0;
	}
	
table#home_structure tr {
	vertical-align: top;
	text-align: left;}

td#home_main {
	width: 630px;
	padding: 0 30px 20px 0;
	border: 0;
	}
	
td#home_main p {
	line-height: 2em;
	padding: 0;
	margin: 0;}

td#home_contact_info {
	width: 630px;
	border: 0;
	background: transparent url(../_gfx/custom/home_col_dots.gif) repeat-y top left;
	border: 0;
	}

#home_sidebar {
	position: absolute;
	right: 10px;
	top: 0px;
	width:260px;
	}	

#home_info{
	width:630px;
}	
	
table.home_columns {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../_gfx/custom/home_column_lines.gif) repeat-y left top;
	}
	
#home_sidebar table.home_columns  {background: #fff;}
	
td.home_columns ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin-bottom: 0 0 10px 0;
	}
	
table.home_columns ul li {
	list-style-image: url(../_gfx/custom/bullet.gif);
	padding: 0;
	margin: 0 0 5px 0;
	}
	
table.home_columns th {
	padding: 0 0 10px 0;
	background: transparent;
	vertical-align: top;
	text-align: left;
	color: Black;
	font: italic normal bold 16px Georgia, "Times New Roman", Times, serif;
}

table.home_columns td {
	padding: 0 0px 30px 0;
	vertical-align: top;
	text-align: left;
	border: 0;
	}
	
table.home_columns td.home_col {
	width: 210px;
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	background: transparent;
	}

#slideshow {
	width: 630px;
	margin: 0 0 20px 0;
	background-color: #E5ECEC;
	background-image: url(../_gfx/custom/sshow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#slideshow_wrapper {
	margin: 0;
	padding: 10px;
	background: url(../_gfx/custom/sshow_top.gif) top left no-repeat;
	}
	
#slide_info {
	margin: 0 5px 5px 0;
	padding: 15px;
	border: #036 solid 1px;
	display:inline-block;
	}
	
#slide_info img {
	float: left;
	border: 1px solid #036;
	margin: 0 20px 10px 0;
	}
	
#quicklinks {
	margin-bottom: 10px;
	}

#quicklinks select,#quicklinks  input {
	padding: 2px;
	float:left;
}

#quicklinks select{
	width:160px;
}
#quicklinks input{
	margin-left:5px;
}
	
#slide_count, #slide_control {
	margin: 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	}
#slide_count{
	clear:left;
	float:left;
}
#slide_control{
	float:right;
	list-style:none;
}
#slide_control li {padding:0px 5px;float:left;}

#slide_forward{
	border-right:1px solid black;
}
#slide_back{
	border-left:1px solid black;
}
	
#slide_play{display:none;}

#slideshow .slideimage{width:573px;background:#E5ECEC;}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
p.intro {
	line-height: 2em;}

.dropcaps {
	color: #c58116;
	font: italic normal 1.4em Georgia, "Times New Roman", Times, serif;
	}
.more {
	font-weight: bold;
	}
	
p.sshow_group {
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.sshow_heading {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #3C7EB5;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
p.sshow_text {
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a.slide_link {
	font-weight: bold;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a.slide_link:hover{

}	
.img_right {
	float: right;
	margin: 0 0 5px 25px;
	}
	
.img_left {
	float: left;
	margin: 0 25px 5px 0;
	}

/* ADMIN TOOLBOX
----------------------------------------------------------------------*/	
.toolbox img, .toolbox table, .toolbox td{border:0;}


/*************************
sfgov plugins icons
***************************/
.sf_plugins_nav ul li{padding:0px;margin:0px;}
#sf_plugins .sf_plugins_nav{width:244px;height:23px;float:left;}
#sf_plugins .sf_plugins_nav li{margin-top:10px; 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;}

.mainSpan_wrapper_home #sf_plugins .sf_plugins_nav {float: none; margin: 10px auto 0; text-align: center;}
