/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;/*border: 0; ERIC*/font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/*---------------------------------------------------------------------------- RESET FIX START -----------------------------------------------------------------------------------------*/
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h1,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong,b {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

th,td {
	/*borders and padding to make the table readable*/
	padding:4px;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
/*---------------------------------------------------------------------------- RESET FIX END -----------------------------------------------------------------------------------------*/


/*Hiding Google Translator

#goog-gt-tt, #google_translate_element{
	display: none!important;
}

*/

/* WEBSITE STYLES */
html,body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ebebeb;
	font-size:12px;
	height:100%;
	color:#333;
}

a {
	/* color:#1182ac; */
	color: #b1315e;
}

ol {list-style:decimal;list-style-position:inside;}


#mainContainer {
min-height:100%;
margin:0 auto;
width:1000px;
padding:0 10px;
background:#fff url(../images/background.gif) repeat-y center top;
}


#banner {
	background-image:url(../images/banner2.jpg);
	width:1000px;
	height:270px;
	position:relative;
}

#loginBox {
	display:none;
	/*
	background-color:#fff;
	float:right;
	width:200px;
	margin:10px;
	padding:5px;
	font-size:11px;
	*/
}

/* Action Navigation */

#actionNavigationContainer {
	width:1000px;
	position:absolute;
	bottom:5px;
}

#logo {
	float:left;
	width:250px;
	padding:0px 15px 0px;
}

#actionNavigation {
	float:left;
}

#actionNavigation li {
	display:inline-block;
	border-left:1px dotted #fff;
	padding:0px 0px 10px 5px;
	/* For IE 7 */ zoom: 1; *display: inline;
}

#actionNavigation li a {
	display:inline-block;
	padding:8px 11px 5px 4px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#actionNavigation li a:hover {
	background-image:url(../images/navHighlight.png);
}

/* Global Navigation */

#navigation {
	background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/navBgBlue.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:38px;
	width:1000px;
}

#navigation ul {
	float:left;
	/*width:550px;*/
}

#navigation ul li {
	border-right:1px solid #af2e59;
	display:block;
	float:left;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}

#navigation ul li a:link{
	text-decoration:none;
	color:#fff;
}

#navigation ul li a:visited{
	text-decoration:none;
	color:#fff;
}

#navigation ul li a:hover{
	text-decoration:none;
	color:#a4cedf;
}

.searchBlock {
	display:inline;
	float:right;
	margin-right:8px;
	padding-top:8px;
}

#contentBody {
	width:970px;
	padding:15px;
	min-height:100%; /* added for right column 100% */
}

.disclaimerText {
font-size:11px;
font-style:italic;
margin-bottom:8px;
}

.top {
font-size:.92em;
padding:2px 5px;
background-color:#555;
color:#fff;
}

.top a, .top a:visited {
color:#fff;
text-decoration:none;
}

.lastEdited {
display:block;
font-size:.92em;
margin:8px 0 0 0;
}

.newsItem {
display:block;
padding-top:10px;
margin-top:10px;
border-top:1px dotted #cccccc;
}



.newsItem ul{
margin:5px 0 10px 0;
padding:0;
list-style-type:none;
}

.newsItem ul li {
padding:1px 0 1px 11px;
background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/arrow_v3.gif);
background-repeat:no-repeat;
background-position:0 2px;
margin:0 0 0 21px;
}

.newsItem h3{
display:block;
padding:0;
margin:0;
font-size:14px;
}

/* ------------------------- 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;
}


/* -------------- bread crumb --------------- */

#bc {
margin:0 0 10px 0;
padding:0 0 5px 0;
font-size:.92em;
border-bottom:1px solid #ddd;
}

.jCrumb {
list-style: none;
margin: 0;
padding: 0;
display:inline;
line-height:16px;
}

.jCrumb li {
display:inline;
padding:0 5px 0 0;
font-weight:bold;
}

.jCrumb li a {
margin-right:5px;
font-weight:normal;
}

/* REUSABLE STYLES */

.col-250 {
	width:250px;
}

.col-705 {
	width:705px;
}

.col-970 {
	width:970px;
}

.lineRule {
	clear:both;
	height:0px;
	padding-top:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.clear {
	clear:both;
	height:0px;
}

.clear15 {
	clear:both;
	height:15px;
}

/* FOOTER */

#footer {
	background-image:url(../images/background-footer.png);
	background-repeat:repeat-x;
	border-top:1px solid #ccc;
	margin:5px -15px;
	padding:0 20px 27px 20px;
}

#footer img{
	margin-top:-10px!important;
	margin-right:8px!important;
	float:left;
}


#footer .links {
	display:block;
	margin-top:45px;
	padding-top:0!important;
	float:left;
}

#footer .copyright_info {
	display:block;
	padding-top:7px;
	float:left;
}

/* Left Navigation */

.leftNavContainer {
	float:left;
	margin-right:15px;
	position:relative;
}

.leftNavContainer h4 a {
	display:block;
	background-image:url(../images/background-topics.png);
	background-repeat:no-repeat;
	line-height:33px;
	padding:0px 5px 0 20px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
}

.leftNavContainer h4 a:hover {
	display:block;
	background-position:0px -34px;
	color:#1182ac;
	text-decoration:none;
}

.leftNavContainer h4 a.catOn {
	display:block;
	background-position:0px -34px;
	color:#1182ac;
	text-decoration:none;
}

.leftNavContainer h4 a.activeLink {
	display:block;
	background-position:0px -68px;
	color:#1182ac;
	text-decoration:none;
}

.leftNavContainer ul.leftLinks.adaHide {
	/* hiding but still ada accessible */
	position:absolute;
	top:auto;
	left:-10000px;
}

.leftNavContainer ul.leftLinks {
	margin:0 2px 5px 2px;
	padding:0;
	list-style-type:none;
}

.leftNavContainer ul.leftLinks li {
	padding: 1px 0 1px 0;
	border-bottom:1px dotted #ccc;
}

.leftNavContainer ul.leftLinks li a {
	display:block;
	padding:5px 5px 5px 20px;
	text-decoration:none;
}

.leftNavContainer ul.leftLinks li a:hover {
	background-color:#efefef;
	padding:5px 5px 5px 20px;
}

.leftNavContainer ul.leftLinks li a.leftActive{
	background-image:url(../images/leftNav_arrow.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;
	background-color:#efefef;
}

.leftNavContainer ul.leftLinks li a.categoryActive{
	background-image:url(../images/leftNav_arrow.gif);
	background-repeat:no-repeat;
	background-position:235px 7px;
	background-color:#efefef;
}

#webName h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:135%;
}

#webName h1 a {
	text-decoration:none;
}

#webName h1 a span{
	font-size:11px;
	font-weight:normal;
}


/* Added to keep changes from showing before we update sites */


#webName h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:135%;
}

#webName h2 a {
	text-decoration:none;
}

#webName h2 a span{
	font-size:11px;
	font-weight:normal;
}


/* Content Body */

#area705 {
	margin:0 0 10px 0;
}

.importantGlobal {
	margin:0 0 10px 0;
}

.content {
	float:left;
	width:480px;
	margin:0 15px 0 0;
	line-height:150%;
}


.contentNL {
	float:left;
	width:745px;
	margin:0 15px 0 0;
	line-height:150%;
}

.contentNR {
	float:left;
	width:705px;
	margin:0;
	line-height:150%;
}


.contentOpen {
	float:left;
	width:970px;
	margin:0;
	line-height:150%;
}

.content blockquote, .contentNR blockquote, .contentOpen blockquote, .contentNL blockquote {
	padding-left:20px;
}

.content p, .contentNR p, .contentOpen p, .contentNL p {
	margin-bottom:10px;
}

.content h2, .contentNR h2, .contentOpen h2, .contentNL h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.content ul, .contentNR ul, .contentOpen ul, .contentNL ul{
margin:5px 0 10px 0;
padding:0;
list-style-type:none;
}

.content ul li, .contentNR ul li, .contentOpen ul li, .contentNL ul li {
padding:1px 0 1px 11px;
background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/arrow_v3.gif);
background-repeat:no-repeat;
background-position:0 2px;
margin:0 0 0 11px;
}

/* HEADLINE NEWS */

.rightContentContainer {
	float:left;
	width:194px;
	margin:0;
	padding:8px;
	background:url(http://www.miamidade.gov/global_assets/templates_v6/images/rightBg.png) repeat #efefef;/* Eric - Bringing sexy back!*/
}

.rightNavigation {
	padding:5px;
	background-color:#fff;
	margin-bottom:10px;
}

.rightNavigation h4 {
	display:block;
	padding:7px 0 7px 5px;
	font-weight:bold;
	margin-bottom:5px;
	color:#fff;

	background-image:url(http://www.miamidade.gov/global_assets/templates_v6/images/navBgBlue.jpg);
	background-repeat:repeat-x;
	background-color:#09C;
}

.rightNavigation ul {
	margin:0;
	padding:0;
}

.rightNavigation ul li {
	border-bottom:1px dotted #ccc;
}

.rightNavigation ul li a {
	padding:5px 0 5px 5px;
	margin:1px 0;
	text-decoration:none;
	display:block;
}

.rightNavigation ul li a:hover {
	background-color:#efefef;
}

.rightNavigation ul li a.rnActive {
	background-image:url(../images/leftNav_arrow.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;
	background-color:#efefef;
	padding-left:18px;
}

.rightNavigation .rn_section {
	display:none;
}

.rightContent h4 {
	font-size:12px;
	padding:5px;
	font-weight:bold;
	color:#fff;
	background-color:#999;
	margin-bottom:5px;
}


.rightContent p {
line-height:18px;
padding-top:5px;
}


.rightContent ul {margin:5px 0;}

.rightContent ul li {
padding:6px 0 6px 15px;
background-image:url(../images/bullet-arrow.gif);
background-repeat:no-repeat;
background-position:4px 6px;
line-height:18px;
}

.rightContent ul li img {
	vertical-align:text-top;
}

.headlineNews ul {
	margin:10px 0;
}

.headlineNews ul li{
	padding:8px 5px 18px 15px;
	background-image:url(../images/news-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.headlineNews ul li a, .headlineNews ul li a:visited {
	color:#1182ac;
}

.contentContainer {
	float:left;
}

/* -------------- site properties --------------- */

#sp_webname{display:none;}
#sp_section{display:none;}
#sp_pagetitle{} /*this is the page title - do not touch*/


/* -------------- stripe lists --------------- */

.rowOdd {
background-color:#fff;
}

.rowEven {
background-color:#eee;
}

ul.stripeList {
margin:5px 0 10px 0;
padding:0;
list-style-type:none;
}

ul.stripeList li {
padding:2px;
margin:2px;
display:block;
background-image:none;
}

ul.stripeList li a{
text-decoration:none;
}

ul.stripeList li a:hover{
text-decoration:underline;
}


/* TOP 10 */
.top10 {
	float:left;
	height:335px;
	margin-right:15px;
	color:#777;
}

.top10 ol {
	margin:5px 0;
	list-style-type:decimal-leading-zero;
	list-style-position:inside;
	font-weight:bold;
}

.top10 ol li {
	padding:1px 5px 1px 20px;
	border-bottom:1px dotted #ccc;
}

.top10 ol li span {
	padding-left:10px;
	display:inline-block;
	width:185px;
	/* For IE 7 */ zoom: 1; *display: inline;
}

.top10 ol li a {
	text-decoration:none;
	color:#777;
	display:block;
	padding:5px 0;
}

.top10 ol li a:hover {
	text-decoration:underline;
	color:#1182ac;
}

/* ------------------------- 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 #af2e59;
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;
	position: absolute;
	margin:15px;
	padding:5px;
	line-height:14px;
	font-size:11px;
	border:1px solid #CCC;
	right: 0;

	/* 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;
}


/* ------------------------- NEWS ITEMS --------- */


.newsItem img{
    margin: 4px 8px 2px 0;  /* fix for images in news items to create proper padding - David*/

}


/* ------------------------- Accessibility Styles ----------------*/

a>img{
	border: none;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

/*-------------------Skip Navigation Styles ------------------*/

#skipNav a{
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1px;
    width: 1px;
    color: #fff;
    font-weight: bold;
}

#skipNav a:focus{
    text-indent: 0;
    z-index: 100;
    display: block;
    height: 25px;
    width: 220px;
    padding: 0 10px;

    transition: 0.12s 0 width ease-in-out;
}


/* Buttons */

.btn{
	border: 2px solid transparent;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
	padding: 8px 20px;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}

/* Button Sizes */

.btn-small{
	font-size: 12px;
}

.btn-medium{
	font-size: 16px;
}

.btn-large{
	font-size: 24px;
}

/*Button Colors */
.btn-blue{
	background:#038bc5;
}

.btn-blue:hover{
	color: #038bc5;
	background:#fff;
	border: 2px solid #038bc5;
}

.btn-green{
	background:#6cb64a;
}

.btn-green:hover{
	color: #6cb64a;
	background:#fff;
	border: 2px solid #6cb64a;
}

.btn-grey{
	background:#999;
}

.btn-grey:hover{
	color: #999;
	background:#fff;
	border: 2px solid #999;
}


/*END Buttons */


