/*
--------------------------
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:0px;
 }
/* 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 {
	quotes: "" "";
}



/*
--------------------------
THE BASICS
--------------------------
*/
 
body {background-color: #f3f3f3; font-family: Arial, Verdana, sans-serif; font-size: 0.8em;}
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 {width: 100%;padding:0px;margin:0px;background-color: #ffffff;}


/* Thin Master - Used for Entire City Sites*/
#citywide_thin_header{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; }
  
.department_menu {position:relative;z-index:9999;float:right;margin:0px 17px 0px 0px; text-align:right;padding:0px;margin-top:-2px;width:200px;}
.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;width:200px;}
.department_menu li {list-style-type:none;position: relative; color: #000;}
.department_menu ul ul {position:absolute;visibility: hidden;width: 100%;background-color:#e3e3e3;top:15px;left:10px;border:solid 1px #fff;z-index:1000;display:block;}
.department_menu ul ul li {margin:7px;border-bottom:solid 1px #fff;}
.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;}



 /*
--------------------------
FOOTER
--------------------------
*/
#footer {background-color: #8a8a8a; padding: 20px; color: white; font-size: 13px; line-height: normal; margin: 0; height: auto;float:none;clear:both;}
#footer a {color: white; margin-left: 30px; padding: 0; margin: 0;}
#footer #copyright {float: left; padding: 0; margin: 0;}
#footer #links {float: right; padding: 0; margin: 0;}



/*
--------------------------
PRELOAD
--------------------------
*/
#preload {position: absolute; left: -100000px;display:none;}

