/* ------------------------------- Site redesign 8/2009 m2 */
/* ------------------------------------------------ RESETS */
html, body, div, span, object, img, form, label, legend, img,
a, strong, ol, ul, li, fieldset, table, tbody, tfoot, thead,
tr, th, td {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  }
table {
  border-collapse:collapse;
  border-spacing:0;
  }
ul {
  margin-left:25px;
  }
h2 {
 display:block;
 font-size:1.5em;
 font-weight:bold;
 }
h3 {
 display:block;
 font-size:1.1em;
 font-weight:bold;
 margin: 1em 0px;
 }
h4 {
 display:block;
 font-weight:bold;
 margin: 1.33em 0px;
 }
p {
	display:block;
	margin: 1em 0px;
}
/* ------------------------------------------------ BODY STYLES */
body {
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  margin:auto;
  background:#000033 url("/graphics/bumpers.png") top center repeat-y;
  }
#mayorGlobalHeader {
 text-align:left;
 background:#fff;
}
/* ------------------------------------------------ TOP NAV STYLES */
#nav {
 float:left;
 }
#nav li {
 float:left;
 }
#nav, #nav a, #nav li {
 margin:0;
 padding:0;
 text-decoration:none;
 }
#nav li {
 list-style-type:none;
 height:40px;
 }
.navHome, .navAbout, .navContact, .navAgenda, .navNews {
 height:40px;
 display:block;
 }
.navHome{
 background:url('graphics/navhome.gif') no-repeat;
 background-position:top right;
 width:136px; 
 }
.navAbout  {
 background:url('graphics/navabout.gif') no-repeat;
 width:180px;
 }
.navContact  {
 background:url('graphics/navcontact.gif') no-repeat;
 width:158px;	
 }
.navAgenda   {
 background:url('graphics/navagenda.gif') no-repeat;
 width:142px;	
 }
.navNews {
 background:url('graphics/navnews.gif') no-repeat;
 width:110px;	
 }				
#nav span {
 position:absolute;
 top:-999px;
 overflow:hidden;
 }
#topnav {
  float:left;
  background:url('graphics/navstretcher.gif') repeat-x;
  width:100%;
  }
#topPagenav {
  background:url('graphics/navstretcher.gif');
  width:100%;
  margin:0;
  padding:0;
  }
/* ------------------------------------------------ HOME PAGE */    
#container, #container_int {
  background:#fff;
  clear:both;
  margin:auto;
  width:990px;
  }
#container {
  background:#dae4ef;
  font-size:10pt;
  }
hr.shortBar {
  margin:10px 10px 0 10px;
  }
/* ------------------------------------------------ HOME UPPER SECTION STYLES */
#upperSection {
  clear:both;
  width:100%;
  background:url('graphics/newsbg.gif') repeat-x;
  }
#slideshow, #contact {
  height:310px;
  background:url('graphics/newsbg.gif');
  }
#slideshow {
  width:794px;
  height:330px;
  float:left;
  }
#contact {
  width:196px;
  float:right;
  background:url('graphics/contactbg.gif');
  padding:10px 0;
  font-size:90%;
  }
#contact .whiteTxt {
  color:#fff;
  }
#emailBar {
  clear:both;
  background:url('graphics/stretcherbottom.gif') repeat-x;
  text-align:left;
  font-size:10pt;
  margin:0;
  padding:0;
  width:100%;
  }
/* ------------------------------------------------ HOME LOWER SECTION STYLES */
#lowerbox {
 clear:both;
 float:left;
 width:990px;
 margin:0;
 padding:0;
 }
#lowerBgColor {
 margin:0;
 padding:10px 0 0 0;
 width:990px;
 float:left;
 background:#dae4ef;
} 
#links {
 float:left;
 width:240px;
 }
#links ul {
 list-style-type:none;
 margin:0 10px;
 padding:0;
 text-align:center;
 }
#links li {
  margin-bottom:6px;
 }
/* ------------------------------------------------ LATEST NEWS BOX STYLES */
#latestnews {
 margin:0;
 padding:0;
 float:left;
 width:477px;
 }
#latestnews table {
 width:95%;
 border-collapse:collapse;
 margin:0 10px;
 padding:0 10px;
 clear:both;
 }
#latestnews td {
 vertical-align:top;
 text-align:left;
 padding:5px 10px;
 }
#latestnews a {
 color:#fff;
 }
.alt {
 background:#6a8eb6;
 }
.newsTitle {
 float:left;
 font-weight:bold;
 margin:0 5px 0 5px;
 padding-top:0;
 font-size:small;
 text-align:left;
 border-bottom:1px solid #fff;
 width:255px;
 }
.newsTitle a {
 text-decoration:none;
 }
.rounded {
 margin:0pt auto;
 background-color:#30639a;
 color: rgb(255,255,255);
 margin-bottom:10px;
 }
.rssHover {
  float:right;
  width:30px;
  margin:0 10px 5px 0;
 }
.rssHover a:hover {
  cursor:pointer;
 }
#rssSubscribe {
  margin:0;
  padding:0;
  float:left;
  width:150px;
  text-align:right;
  }
#latestnews p {
  margin:0 0 4px 12px;
  padding:0;
  text-align:left;
}  
/* ------------------------------------------------ VIDEO BOX SYTLES */
#video {
  float:left;
  width:255px;
  text-align:center;
  margin-left:10px;
  background:url('/home/graphics/videobg.png') top left no-repeat;
  /*height:255px;*/
  }
#videoheader {
  float:left;
  clear: both;
  width:250px;
  margin: 0;
  padding:0;
  height: 10px;
  background: #dae4ef url('/home/graphics/videobg.png') top left no-repeat;
 }
#video p {
  font-weight:bold;
  margin:0;
  padding:5px 0 2px 10px;
  width:220px;
  color:#fff;
  }
#video a {
  color:#fff;
  }
#video a:hover {
  }
#videoPlayer {
 margin:0;
 padding:0;
 }
#videofooter {
  float:left;
  width:250px;
  margin: 0;
  padding:0;
  height:48px;
  background: #dae4ef url('/home/graphics/videobg.png') bottom left no-repeat;
 }
#videofooter span.viewMore {
 float:left;
 width:120px;
 font-weight:normal;
 padding:10px 0 0 0; 
 margin:0;
 }
#videofooter span.cityTV {
 float:right;
 margin:8px 5px 0 0;
 width:90px;
}
.clear {
 clear:both;
 }
/********************** VIDEO PLAYER *****/
div#wmvvideo {float: left; display: none;}
div#startvideo {float: left; padding: 0; margin: 0;}
div#startvideo img {border: none;}
#videoText {
        margin-top:10px;
        text-align:left;
}
/* ------------------------------------------------ INTERNAL PAGES */  
#backgroundTable {
 clear:both;
 }
#container_int {
 font-size:12pt;
 width:990px;
 }
#container_int h1 {
 font-size:125%;
 }
#container_int #sidebar {
 width:230px;
 background:#8facd0 url('graphics/leftnavbg.gif') repeat-x;
 text-align:center;
 padding:20px 10px;
 font-size:80%;
 }
#container_int #maincontent {
 padding:20px;
 text-align:left;
 }
#maincontent {
 background:#d4e2f5; 
 }
#maincontent h2 {
 padding:0px;
 margin:0px;
 }
/* ------------------------------------------------ REQUEST FORM STYLES */ 
#contactForm {
   font-size:88%;
   margin-left:10px;
   width:580px;
  }
#contactForm fieldset {
   margin: 0;
   padding:0;
   border-style:none;
  }
#contactForm legend {
   margin-left:1.8em;
   color:#000;
   font-weight:normal;
   border:none;
  }
#contactForm fieldset ol {
   padding:0 1em 0 1em;
   list-style:none;
  }
#contactForm fieldset li {
   padding-bottom:1em;
  }
#contactForm .radios li:first-child {
   padding-top:.5em;
  }
#contactForm .radios li {
   padding-bottom:.15em;
  }
#contactForm fieldset.submit {
   padding-top:0;
   margin-top:0;
   border-style:none;
  }
#contactForm fieldset.submit input {
   text-transform:uppercase;
  }
#contactForm label:first-child {
   margin-top:5px;
  }
#contactForm label {
   display:block;
   margin-bottom:4px;
  }
#contactForm fieldset.contact {
   border:none;
  }
#contactForm fieldset.contact legend {
   font-weight:normal; 
   text-align:left; 
   margin-left:0px;
   padding-left:0; 
   padding-bottom:5px;
  }
#contactForm input.reset {
   background:#fff;
   font-size:.9em;
   color:#555F55;
   border:none;
   text-decoration:underline;
  }
#contactForm fieldset.submit input:hover {
   color:#a81933;
  }
/* ------------------------------------------------ SUB NAV STYLES */ 
#mayorsagendanav ul, #pressnav ul {
   text-align:left;
   list-style-type:none;
  }
#mayorsagendanav li, #pressnav li {
   margin-bottom:5px;
  }
/* ------------------------------------------------ NEWS PAGES STYLES */ 
#newsCenterTable td {
   vertical-align:top;
   margin-bottom:10px;
   padding:10px;
  }
#newsCenterTable tr {
   vertical-align:top;
}
.doublespace li {
   margin-bottom:10px;
  }
.quote {
   font-style:italic;
  }
/* ------------------------------------------------ FOOTER STYLES */
#footer {
 width:990px;
 margin:auto;
 text-align:center;
 clear:both;
 background:#fff;
 margin-top:20px;
 padding:0;
 font-size:8.5pt;
} 
#footer p {
 margin:0;
 padding:0;
}
/* ------------------------------------------------ OTHER STYLES */
.teamImg {
   border:1px solid #aaa;
   padding:5px 5px 9px 5px;
}
.listserv {
   border:1px solid #fff;
   text-align:left;
   margin:10px;
   padding:10px;
}
.listserv input {
   margin-top:10px;
}
.submit {
   margin:0;
}
.bottomfade {
   clear:both;
   height:30px;
   background:url('/home/graphics/bottomfade.jpg') repeat-x;
   width:990px;
   text-align:center;
   margin:auto;
}
/* ---------------------------------------------- SIDE NAV STYLES */
div#newscenternav {
text-align:left;
}
li#documentsReportsNav ul {
	display:none;
}
/* ------------------------------ Mayor's Office Blog Page STYLES */
.moblogPage h3 {
margin-bottom:0;
padding-bottom:0;
}
.moblogPage h4 {
margin-top:0;
padding-top:0;
}
.moblogPage h4 {
font-size:12px;
color:#444;
}
.articleImg {
float:left;
margin:20px 8px 5px 0;
}
/* ------------------------------------ Articles Archive Index Page styles */
div.articleSnippet img, div.articleSnippet h3, div.articleSnippet p {
margin:0;
padding:0;
}
div.articleSnippet {
clear:both;
padding:20px 0;
}
div.articleSnippet img {
float:left;
padding-bottom:10px;
}
div.articleSnippet h3, div.articleSnippet p {
margin-left:110px;
}
hr {
clear:both;
}
/* ------------------------- New feeds noScript message ---- */
.nojavascript {
	padding:30px;
	font-style:italic;
}

