/*
--------------------------
CSS RESET 
--------------------------
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/
html, applet, object, iframe, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
img 
{
  border:0px;
  }
body {
	color: black;
	background: white;
	margin:auto;
	padding:2px 5px 2px 5px;
 }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	margin-left:25px;
	margin-bottom:12px;
	quotes: "" "";
}
hr{color: #155593; background-color: #155593; height: 2px;}


/*
--------------------------
THE BASICS
--------------------------
*/
 
body {background-color: #f3f3f3; font-family: Arial, Verdana, sans-serif; font-size: 0.8em;}
strong{font-weight:bold;}
a {text-decoration: none; color: #155593;}
a:hover  {text-decoration: underline;}
.clear {clear: both;}
h3 {font-size: 18px; line-height: 18px; font-weight: bold; color: #900;}
h4 {font-size: 16px; line-height: 16px; font-weight: bold; color: #333;}
h4, p {padding-top: 10px;}
#wrapper {max-width: 1100px; min-width: 1100px; width: auto !important; width:100%; padding-left:-0px; background-color:#ffffff; }


/* Thin Master - Used for Entire City Sites*/
#ctl00_ctl00_ThinMasterPanel{padding-left:0px; padding-right:0px; width:100%; /* align:center;*/}
#citywide_thin_header{max-width: 1092px; min-width: 1018px; width: auto !important; width:100%; padding:6px 0px 0px 8px;background-color:#e3e3e3; height:20px;font-size:12px; background-image:url(../Images/thin-master-background.jpg);background-repeat:repeat-x;}
.city_tag_line{float:left;}
.city_tag_line a {color:#000; text-decoration:none; padding-left:22px;background-image:url(../Images/home_icon.jpg);background-repeat: no-repeat;background-position:left;}
.city_tag_line a:hover { color:#000; text-decoration:none; }
.city_tag_line a:focus { visibility: visible; color:blue;}
  
.department_menu {position:relative;z-index:9999;float:right;margin:0px 17px 0px 0px; text-align:right;padding:0px;margin-top:-2px;}
.department_menu .link{ margin:0px;padding:0px 10px 0px 0px; background-image:url(../Images/arrow.gif); background-repeat: no-repeat; background-position:right 4px;}
.department_menu ul {list-style-type:none;padding: 0px; margin: 0px;float:left;}
.department_menu li {list-style-type:none;position: relative; color: #000;float:left;margin: 0 18px 0 0;text-align: right;width: auto;}
.department_menu ul ul {position:absolute;visibility: hidden;width: 180px;background-color:#e3e3e3;top:15px;left:-70px;border:solid 1px #fff;z-index:1000;display:block;}
.department_menu ul ul li {margin:0 0 7px 2px;border-bottom:solid 1px #fff;width: 180px;text-align:left;}
.department_menu ul ul li a:hover { visibility: visible; color:blue;}
.department_menu a, .department_menu a:visited {display: block; text-decoration: none; color: #000; width:100%;}
.department_menu ul li:hover ul, .department_menu a:hover ul{ visibility: visible;}
.department_menu a:focus { visibility: visible; color:blue;}



 /*
--------------------------
FOOTER
--------------------------
*/
#footer {background-color: #8a8a8a;  padding-top:5px; color: white; font-size: 13px; line-height: normal; padding-left: 8px; padding-right:7px; height: 20px;float:none;clear:both;}
#footer a {color: white; margin-left: 30px; padding: 0; margin: 0;}
#footer a:focus { visibility: visible; color:blue;}
#footer #copyright {float: left; padding: 0; margin: 0;}
#footer #links {float: right; padding: 0; margin: 0;}



/*
--------------------------
PRELOAD
--------------------------
*/
#preload {position: absolute; left: -100000px;display:none;}


