input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #075D9A;
	border-color: #075D9A;
}

.gsc-control-searchbox-only {
	padding-left: 12px;
	margin-top: 5px;
}

/* ------------------------- FLOATING BAR --------- */

#floatingBar {
position:fixed;
bottom:0;
left:0;
width:100%;
height:44px;
overflow:hidden;
z-index:100;/*Eric - So that bar goes over slider. I'm tired of FIXING THIS MESS!!!!! :)*/
}

#fbInside {
margin:0 auto;
width:93%;
height:44px;
background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/blueBar.png);
background-repeat:repeat-x;
}

#fbMiddle {
height:44px;
line-height:44px;
width:100%;
margin:0;
padding:0;
float:left;
}

#fbMiddle ul {
margin:3px 0 0 0;
padding:0;
list-style-type:none;
}

#fbMiddle ul li {
display:block;
float:left;
line-height:38px;
margin-right:10px;
padding-right:10px;
border-right:1px solid #2c679b;
font-size:11px;
color:#fff;
}

#fbMiddle ul li img {vertical-align:middle;}

#fbMiddle ul li a {
text-decoration:none;
}

#fbMiddle ul li a:visited {
text-decoration:none;
}

.socialM_icons img {
padding:0 4px 0 0;
}

.printEmailShare_icons {}
.googleTranslationBox {}
.feedback_icon {color:#fff;}
.feedback_icon a,.feedback_icon a:visited{color:#fff;}

#floatingBarOpen {
position:fixed;
bottom:0;
left:0;
width:100%;
height:36px;
overflow:hidden;
display:none;
}

#fbInsideOpen {
margin:0;
float:right;
margin-right:3%;
width:80px;
background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/blueBarMax.png);
background-repeat:no-repeat;
height:36px;
}

#Notice{
	background-color:#FFF;
	width:320px;
	float:right;
	margin:15px;
	padding:5px;
	line-height:14px;
	font-size:11px;
	border:1px solid #CCC;

	/* CSS3 Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* CSS3 Box Shadows */
	-moz-box-shadow: 2px 2px 10px #585858;
	-webkit-box-shadow: 2px 2px 10px #585858;
	box-shadow: 2px 2px 10px #585858;
}



/*  END Floating Bar Styles  */


body {
margin:0;
padding:0;
background-image:url(../images/siteBg.jpg);
background-repeat:repeat-x;
background-color:#f2fafc;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
color:#226788;
text-decoration:underline;
}

a:link {
color:#226788;
text-decoration:underline;
}

a:visited {
color:#226788;
text-decoration:underline;
}

#header {
width:980px;
height:155px;
margin:0 auto;
padding:0;
}

h1{
color:#333333;
font-size:16px;
font-weight:bold;
}

h2{
color:#333333;
font-size:14px;
font-weight:bold;
}

h3{
color:#333333;
font-size:12px;
font-weight:bold;
}

h5{
text-transform:uppercase;
font-weight:bold;
font-size:11px;
margin:0 0 3px 0;
padding:0 0 0 20px;
}

.adobeBottom {
display:block;
margin-top:15px;
font-size:11px;
}

#mainContainer {
width:860px;
margin:0 auto;
margin-top:-95px;
position:relative;
}

#topNav {
width:860px;
height:45px;
background-image:url(../images/navBg.png);
background-repeat:no-repeat;
}

#topBanner {
margin-bottom:5px;
}

.miaLogo {
float:left;
}

.bannerLinks {
float:right;
width:285px;
padding-top:0;
text-align:right;
}

.bannerLinks ul{
margin:0;
padding:0;
list-style-type:none;
}

.bannerLinks ul li{
text-transform:uppercase;
font-size:11px;
font-weight:bold;
display:inline;
padding:0 3px;
border-right:1px solid #fff;
}

.bannerLinks ul li a {
color:#fff;
text-decoration:none;
}

.bannerLinks ul li a:visited {
color:#fff;
text-decoration:none;
}

.search {
margin-bottom:5px;
margin-right:-3px;
padding:3px 5px 0 5px;
height:19px;
width:170px;
border:0;
background-color:transparent;
background-image:url(../images/searchBg.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.mdcLogo {
float:right;
margin-left:15px;
padding-top:14px;
}

#mainBody {
width:860px;
background-image:url(../images/contentBg.gif);
background-repeat:repeat-y;
}

.homeRow {
margin:0 10px;
}

.homeInsideRow {
margin:0;
}

.flightInfo {
width:205px;
float:left;
}

.homeContent {
width:380px;
float:right;
border:1px solid #cccccc;
}

.hcTitle {
display:block;
background-color:#999999;
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
padding:5px;
}

.hcContent {
padding:5px;
height:175px;
overflow:hidden;
}

.weather {
margin:0 0 7px 0;
background-color:#bbc5c6;
border:1px solid #aaaaaa;
}

.weatherTitle {
display:block;
text-transform:uppercase;
background-color:#fef8de;
color:#666666;
border-bottom:1px solid #aaaaaa;
padding:7px;
font-size:11px;
font-weight:bold;
text-align:center;
}

.weatherContent {
display:block;
color:#666666;
border-bottom:1px solid #aaaaaa;
padding:7px;
text-align:center;
}

.ads img{
border:1px solid #cccccc;
margin-right:3px;
}

#homeLeft {
width:600px;
float:left;
margin-right:5px;
margin-top:5px;
}

#contentLeft {
width:555px;
float:left;
padding-left:30px;
margin-right:15px;
margin-top:15px;
}

#openLeft {
float:left;
padding-left:30px;
padding-right:30px;
margin-top:15px;
}

.pageTitle {
text-transform:uppercase;
color:#ffc001;
font-size:16px;
font-weight:bold;
margin:10px 0 40px -15px;
display:block;
}

#homeRight {
margin-top:5px;
width:230px;
float:right;
}

.rightAds {
border:1px solid #dddddd;
}

.rightLinks {
width:215px;
margin-left: 7px;
background-image:url(../images/rightLinksBg.gif);
background-repeat:repeat-y;
margin-bottom:10px;
}

.rightContent {
padding:10px;
}

.rightLinks ul{
margin:5px 10px 0 10px;
padding:0;
list-style-type:none;
}

.rightLinks ul li {
text-transform:uppercase;
font-size:11px;

border-bottom:1px dotted #cccccc;
background-image:url(../images/quickLinksBullet.gif);
background-repeat:no-repeat;
background-position:7px 5px;
}

.rightLinks ul li a {
padding:5px 5px 5px 33px;
text-decoration:none;
color:#666666;
display:block;
}

.rightLinks ul li a:hover{
text-decoration:none;
background-image:url(../images/quickLinksBullet.gif);
background-repeat:no-repeat;
background-position:7px 5px;
background-color:#feeaad;
color:#333333;
}

.rightLinksTitle {
display:block;
font-weight:bold;
color:#666666;
text-align:center;
text-transform:uppercase;
height:24px;
padding:15px 5px 0 5px;
background-image:url(../images/rightLinksTitleBg.gif);
background-repeat:no-repeat;
}

.rightLinksBottom {
display:block;
height:12px;
background-image:url(../images/rightLinksBottomBg.gif);
background-repeat:no-repeat;
}

.clear {
clear:both;
height:1px;
}

.activeSection {
background-color:#3b85a8;
}


#footer {
width:860px;
height:45px;
background-image:url(../images/footerBg.gif);
background-repeat:no-repeat;

font-size:11px;
text-transform:uppercase;
color:#777777;

/*padding-top:9px;*/
}

#footer span {
color:#999999;
}


/* Print Styles*/

.printable{
display:block;
text-align:right;
font-size:11px;
text-decoration:none;
}

.printable a {
text-decoration:none;
}

.printable a:visited {
text-decoration:none;
}

/* Weather Styles*/

.weather-box {

	width:228px;
}

.weather-local {
	background-color: #fdf8de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #859097;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    border-bottom: 1px solid #a4a4a4;

}

.weather-grey {
	background: #bbc5c6;
	height: 49px;
	vertical-align:bottom;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #a4a4a4;



}

.weather-grey2 {
	background: #bbc5c6;
	height: 25px;

	padding-top:5px;

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.weather-image {
	border: 1px solid #a4a4a4;

	float: left;
}

.weather-data {
	padding-top: 1px;
	padding-left: 5px;
	float:left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;

	}

.weather-hi {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-top: 3px;

	}

.weather-lo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #547de5;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-top: 3px;

	}

.weather-localtime {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	padding-top: 3px;

	}

.weather-hour {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	letter-spacing: 0.05em;
	}

.weather-current {
  padding-top:10px;
  padding-left:15px;
  font-size: 22px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: -0.06em;
}

/* ------------------------- SEARCH STYLES --------------- */

#jSuggestContainer {
position:absolute;
border:1px solid #999999;
border-top:0;
background:#ffffff;
}

.jSuggestLoading {
font-style:italic;
padding: 10px;
}

#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;
list-style:none;
}

#jSuggestContainer ul li{
padding: 2px 4px;
border-bottom: 1px dotted #ccc;
color:#666;
cursor:pointer
}

#jSuggestContainer ul li.last{
border-bottom: 0;
}

#jSuggestContainer ul li.jSuggestHover{
background:#e0eff6;
color:#333;
}



/*---------------------------------
FOR BREAST CANCER MONTH
---------------------------------

body{
	background-image: url(../images/pink-bg.png);
}

#header object{
	display: none;
}

.rightLinksTitle{
	background-image: none;
	background-color: #ef5ba1;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin: 5px 5px 0 5px;
}

ul.dropdown li.dir ul li{
	background-image: url(../images/dropdown-bg.png) !important;
}


ul.dropdown li.hover,
ul.dropdown li:hover,
.activeSection{
	background-color: #ef5ba1 !important;
}
*/