/*
	Brevard County Site CSS
*/

a, a:visited, a:link
{
    color: #026e9c;
    text-decoration: underline;
}


a:hover
{
    text-decoration: underline;
    color: #DA4700;
}


ul li
{
    list-style: none;
    list-style-image: url(images/bullet.gif);
    line-height: 1.3em;
}

div#google_translate_element div.goog-te-gadget-simple .goog-te-menu-value
{
    color: #4C4C4C;
    font: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" , Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
        
div#google_translate_element .goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div, .goog-te-menu2
{
    color: #026E9C;
}
        
div#google_translate_element div.goog-te-gadget-simple
{
    border: 1px dotted #999;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span
{
    color: #4C4C4C;
    font: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" , Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover
{
    color: #4C4C4C;
    font-weight: bold;
    font: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" , Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}	

.hr
{
    margin: 4px 0px 4px 0px;
    border: solid 1px #026e9c;
}

.box
{
    color: #4C4C4C;
    font: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" ,Arial,Verdana,Helvetica,sans-serif;
    padding-bottom:20px;
    margin-bottom:30px;
    background-color:White;
    background-image:none;
    width:430px;
}


.box .userPrompt
{
    padding-right: 5px;
    vertical-align: top;
    font-size: 14px;
}

.box input[type=submit], .box input[type=reset]
{
    font-family: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" ,Arial,Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12.5px;
    height: 23px;
    padding-right: 3px;
    padding-left: 3px;
    width: 100px;
    background-color: #026e9c;
    background-repeat: repeat-x;
    margin-right: 3px;
    color: white;
    border: solid 1px black;
    background-image: none;
    margin-bottom: 10px;
}

.box input[type=checkbox]
{
    width: 30px;
    background-image: none;
    border:none;
}

.box input
{
    font-family: Verdana, Tahoma;
    height: 16px;
    font-size: 13px;
    background: url('../images/bg_textbox.gif') repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    vertical-align: top;
    width: 190px;
    margin-bottom: 6px;
}

    .Race td
    {
        padding: 3px 0px 3px 0px;
    }

/* -- Breadcrumb nav styling ------------------------------ */

.RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink, 
.RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmTemplate, 
.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink, 
.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmTemplate, 
.RadSiteMap .rsmOneLevel .rsmItem .rsmLink, 
.RadSiteMap .rsmOneLevel .rsmItem .rsmTemplate
 {
  color:#026E9C !important;
  text-decoration:underline;
  padding-left:0px !important;
  margin-left:0px !important;
}

.RadSiteMap RadSiteMap_Sitefinity, 
.rsmFlow rsmLevel rsmOneLevel li,
.rsmItem sfBreadcrumbNavigation,
.rsmItem sfBreadcrumbNavigation li,
.sfBreadcrumbWrp,
.RadSiteMap RadSiteMap_Sitefinity ul,
.rsmFlow rsmLevel rsmOneLevel,
.rsmFlow rsmLevel rsmOneLevel li
{
  padding-left:0px !important;
  margin-left:0px !important;
  margin-bottom:6px !important;
}

/* -- Parks and Recreation Search ----------------------------------------------------------------------- */

.PRSearchBox
{
    border: 1px solid #c0c0c0;
    background-color: white;
    width: 300px;
    padding: 1px;
    text-align: right;
    height: 23px;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
}


.PRSearchBox .textbox
{
    background-color: White;
    background: none;
    float: left;
    border: none;
    width: 300px;
    color: #8F8E8E;
    vertical-align: middle;
    height: 23px;
    font-size: 12px;
}



.PRSearchBox .PRSearchSubmit
{
    float: right;
    background: url("/images/SearchButton.png") no-repeat scroll 0 0 transparent;
    border: none;
    width: 23px;
    height: 23px;
    margin-top: 1px;
}

/* -- Parks and Recreation Search ----------------------------------------------------------------------- */


.pr-button span, a.pr-button span, .form-btn, .pr-button.big
{
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 29px;
    padding: 1px 7px 0;
    text-transform: uppercase;
}
.pr-button, a.button, .form-btn, .pr-button.big
{
    background: url("image/sprite-buttons.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 10px 0 0;
}
.pr-button.arrow span, a.pr-button.arrow span
{
    background: url("image/button-icons-sprite.png") no-repeat scroll 100% 5px transparent;
    padding-right: 30px;
}
.pr-button.big, .form-btn.big
{
    background-position: 0 -220px;
    height: 36px;
}
.pr-button.big span, .form-btn.big
{
    font-size: 14px;
    line-height: 36px;
}
.pr-button.blue.big, .form-btn.blue.big
{
    background-position: 0 -140px;
}
.ie7 .form-btn.big
{
    line-height: 10px;
    overflow: visible;
}
.pr-button.blue, a.pr-button.blue, .form-btn.blue
{
    background-position: 0 -70px;
}
.pr-button.blue:hover, a.pr-button.blue:hover, .form-btn.blue:hover
{
    background-position: 0 -100px;
}
.pr-button.big:hover, .form-btn.big:hover
{
    background-position: 0 -257px;
}
.pr-button.big.blue:hover, .form-btn.big.blue:hover
{
    background-position: 0 -177px;
}
.pr-button.cart span, a.pr-button.cart span
{
    background: url("image/button-icons-sprite.png") no-repeat scroll 100% -92px transparent;
    padding-right: 30px;
}





.CaptchaTextbox
{
    background: url("../images/bg_textbox.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #ACABAB;
    font-family: Verdana,Tahoma;
    font-size: 13px;
    height: 16px;
    padding: 2px;
    vertical-align: top;
    margin-top: 5px;
    width: 175px;
}

.rcRefreshImage
{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.EventCalGridview th
{
    border: none;
    padding: 0px;
    height: 0px;
}
.InformationBox
{
    margin: 5px 5px 14px 0px;
}

.InformationBox p
{
    text-align: left;
}

.InformationBox .Inner
{
    border-right: 1px solid #9fc7f5;
    border-left: 1px solid #9fc7f5;
    background-color: #dbecff;
    width: 418px;
    margin-left: 3px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.InformationBox .Header
{
    background: url("../Images/MessageBox/Information_Header.jpg");
    background-repeat: no-repeat;
    height: 8px;
    width: 432px;
}

.InformationBox .Footer
{
    background: url("../Images/MessageBox/Information_Footer.jpg");
    background-repeat: no-repeat;
    height: 8px;
    width: 432px;
    vertical-align: top;
}

.SuccessBox
{
    margin: 5px 5px 14px 0px;
}

.SuccessBox p
{
    text-align: left;
}

.SuccessBox .Inner
{
    border-right: 1px solid #9adf8f;
    border-left: 1px solid #9adf8f;
    background-color: #d4ffcd;
    width: 418px;
    margin-left: 3px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.SuccessBox .Header
{
    background: url("../Images/MessageBox/Success_Header.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
}

.SuccessBox .Footer
{
    background: url("../Images/MessageBox/Success_Footer.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
}


.WarningBox
{
    margin: 5px 5px 14px 0px;
}

.WarningBox p
{
    text-align: left;
}

.WarningBox .Inner
{
    border-right: 1px solid #e5db55;
    border-left: 1px solid #e5db55;
    background-color: #fefccb;
    width: 418px;
    margin-left: 3px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.WarningBox .Header
{
    background: url("../Images/MessageBox/Warning_Header.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
}

.WarningBox .Footer
{
    background: url("../Images/MessageBox/Warning_Footer.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
    vertical-align: top;
}

.ErrorBox
{
    margin: 5px 5px 14px 0px;
}

.ErrorBox p
{
    text-align: left;
}

.ErrorBox .Inner
{
    border-right: 1px solid #df8f90;
    border-left: 1px solid #df8f90;
    background-color: #ffd2d3;
    width: 418px;
    margin-left: 3px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.ErrorBox .Header
{
    background: url("../Images/MessageBox/Error_Header.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
}

.ErrorBox .Footer
{
    background: url("../Images/MessageBox/Error_Footer.jpg");
    background-repeat: no-repeat;
    height: 7px;
    width: 432px;
    vertical-align: top;
}

.PaddedTable
{
    margin-bottom: 25px;
}

.PaddedTable td
{
    border-bottom: dotted 1px #999;
    padding: 5px 0px 5px 0px;
}


.modalProgressGreyBackground
{
    background-color: Gray;
    filter: alpha(opacity=70); /* this is opacity */
    opacity: 0.70;
    margin: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

/* AJAX Toolkit Calendar Styles */
.calendar
{
    padding: 0px;
}

.calendar .ajax__calendar_body td
{
    padding: 1px;
    margin: 1px;
}

.calendar .ajax__calendar_body
{
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    background-color: #C7E2EB;
}

.calendar .ajax__calendar_header
{
    background-color: #C7E2EB;
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    border-top: solid 1px #065fac;
    vertical-align: middle;
}

.calendar .ajax__calendar_footer
{
    background-color: #C7E2EB;
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    border-bottom: solid 1px #065fac;
    font-weight: bold;
    width: 100%;
    padding-top: 4px;
    padding-top: 2px;
}

.calendar ajax__calendar_dayname
{
    height: 17px;
    padding: 0 2px;
    width: 17px;
}


/* END AJAX Toolkit Calendar Styles */

.PetOfTheDay
{
    border: solid 3px #026E9C;
}

.sfimagesTmb img
{
    border: solid 2px #026e9c;
}

.budgetable td
{
    border: solid 1px black;
}


.modalPopup
{
    text-align: center;
    padding: 30px;
    border: solid 1px #000000;
    background-color: White;
    width: 300px;
    height: 100px;
    z-index: 6000;
}

.IconList
{
    padding: 8px 0 4px 4px;
    background-color: #ebf4f8;
    border: solid 1px #c0c0c0;
    margin: 18px 0px 18px 0px;
}

.IconList img
{
    padding-right: 4px;
    padding-left: 4px;
}

.IconList h5
{
    float: left;
    vertical-align: top;
    padding-right: 6px;
    padding-top: 2px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: right;
    padding-left: 6px;
}

.RecreationIcon
{
    width: 40px;
    height: 40px;
    background: url('../Images/icon_background.jpg');
    color: White;
    font-size: 10px;
    font-weight: bold;
    font-family: Tahoma, Arial;
    text-align: center;
    padding: 3px 5px 3px 0px;
    background-repeat: no-repeat;
    line-height: 11px;
    float: left;
}

.CABTable
{
    margin-bottom: 25px;
}

.CABTable td
{
    border-bottom: dotted 1px #999;
    padding: 3px 0px 3px 0px;
}

.FeeTable
{
    margin-bottom: 25px;
}

.FeeTable td
{
    border: dotted 1px #999;
    border-collapse:collapse;
    padding: 3px;
}

.sf_pagerNumeric
{
    text-align: center;
    margin-top: 6px;
}

.sf_pagerNumeric a
{
    border: solid 1px #026e9c;
    margin-right: 2px;
}

.sf_pagerNumeric .previous-off, .sf_pagerNumeric .next-off
{
    border: solid 1px #dedede;
    color: #888888;
    display: block;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px 4px;
}

.sf_pagerNumeric .next a, .sf_pagerNumeric .previous a
{
    font-weight: bold;
}

.sf_pagerNumeric a:link, .sf_pagerNumeric a:visited
{
    padding: 3px 6px;
    text-decoration: none;
}

.sf_pagerNumeric a:hover
{
    font-weight: bold;
}

.sf_PagerCurrent
{
    background-color: #ebf4f8;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 6px;
}

.sf_pagerNumeric span
{
    background-color: #ebf4f8;
    color: #026E9C;
    font-weight: bold;
    padding: 3px 6px;
    margin-right: 2px;
    border: solid 1px #026E9C;
}

.sf_PagerCurrent a
{
    color: #ffffff;
    padding: 3px 6px;
    font-weight: bold;
    text-decoration: none;
}

.sf_PagerCurrent a:link, .sf_PagerCurrent a:visited, .sf_PagerCurrent a:active, .sf_PagerCurrent a:hover
{
    color: White;
    padding: 3px 6px;
    font-weight: bold;
    text-decoration: none;
}

.sf_pagerNumeric .sf_PagerCurrent a
{
    color: White;
    padding: 3px 6px;
    font-weight: bold;
    text-decoration: none;
}

.sf_pagerNumeric .sf_PagerCurrent a:hover
{
    font-weight: bold;
}

.sf_PagerCurrent a:hover
{
    font-weight: bold;
    color: White;
}

.googleMap iframe
{
    border: solid 3px #026e9c;
    margin-right: 4px;
}


iframe
{
    border: solid 3px #026e9c;
}

.indent
{
    text-indent: 35px;
}

.mainMenu
{
    position: relative;
    z-index: 100;
    margin: 0px 0px 0px 30px;
    font-size: 14px;
}

.mainSubMenu
{
    margin: 0px 0px 0px 25px;
    font-size: 12px;
    font-style: italic;
}

.pageContent
{
    width: 713px;
    float: left;
    margin: 0px 0 0 15px;
    font-size: 13px;
    color: #606060;
}

.pageContentLeft
{
    width: 200px;
    float: left;
    border: solid 1px #ccc;
    height: 200px;
    margin: 0px 0 0 0px;
}

.ImportantHeading
{
    font-size: 15px;
    font-weight: bold;
}

.CalBlock .sfTxtContent
{
    color: White;
    font-weight: bold;
}

.modalProgressGreyBackground
{
    background-color: Gray;
    filter: alpha(opacity=70); /* this is opacity */
    opacity: 0.70;
    margin: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.EventCalendar .NextMonth
{
    border: none;
    padding: 0px 10px 0px 10px;
}

.EventCalendar .NextMonth a
{
    text-decoration: none;
}

.EventCalendar .MonthTitle td
{
    border: none;
}


.EventCalendar td, th
{
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    padding-left: 3px;
    padding-right: 3px;
    width: 95px;
}




.bullet
{
    background: url(images/bullet.gif);
    width: 6px;
    height: 6px;
    padding-right: 3px;
}




.RadGrid_Sitefinity .rgMasterTable th
{
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}

.RadGrid_Sitefinity .rgMasterTable td
{
    text-align: left;
    margin-left: 0px;
    padding-left: 4px;
}

/* ------------  Main site tabs ------------------------------------------- */
.tabs a
{
    cursor: pointer !important;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 126px;
    text-decoration: none;
}

.tabs ul
{
    display: inline;
    list-style-type: none;
    text-decoration: none;
}

.tabs li
{
    display: inline;
    list-style-type: none;
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
    height: 30px;
    line-height: 30px;
    width: 126px;
    background: url(/images/tabs2.png) no-repeat -420px 0;
    text-align: center;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
    color: #fff !important;
}

.tabs li a
{
    height: 30px;
    line-height: 30px;
    width: 126px;
    padding: 0 15px;
    text-decoration: none;
}

.tabs li a:hover
{
    color: #333 !important;
    height: 30px;
    line-height: 30px;
    width: 127px;
}

.tabs li:hover
{
    background: url(/images/tabs2.png) no-repeat -420px -62px;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    width: 126px;
}

.tabs .current, .tabs .current:hover
{
    background: url(/images/tabs2.png) no-repeat -420px -30px;
    cursor: pointer !important;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    width: 126px;
}
.tabs .current a
{
    cursor: pointer !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 126px;
}

/* ------------  Main site tabs ------------------------------------------- */

/* Parks and Rec Tab Strip Special Style */

.RadTabStrip_SubSiteNav, .SubSiteNavPR
{
  text-align:center;
  margin-bottom:12px;
  padding-bottom:10px;
}

.SubSiteNavPR .rtsLI {
    padding-left: 21px !important;
    padding-right: 21px !important;
    text-align:center !important;
}


/* End Special Style */


/* START Telerik.Web.UI.Skins.Sitefinity.TabStrip.Sitefinity.css */

.RadTabStrip_SubSiteNav
{
    margin-bottom: 2px !important;
}

.RadTabStripLeft_SubSiteNav .rtsSeparator, .RadTabStripRight_SubSiteNav .rtsSeparator
{
    background: #817F61;
}

.RadTabStrip_SubSiteNav .rtsSelected
{
    color: #FFFFFF !important;
    font-weight: bold;
}

.RadTabStrip_SubSiteNav a.rtsLink
{
    color: #4C4C4C;
}

/* <tab backgrounds> */

.RadTabStripTop_SubSiteNav .rtsLevel
{
    background-color: transparent;
}

.RadTabStripTop_SubSiteNav .rtsLink, .RadTabStripTop_SubSiteNav .rtsOut, .RadTabStripTop_SubSiteNav .rtsIn, .RadTabStripBottom_SubSiteNav .rtsLink, .RadTabStripBottom_SubSiteNav .rtsOut, .RadTabStripBottom_SubSiteNav .rtsIn
{
    background-image: url('../images/navbackground2.png');
    background-position: -9px 0 !important;
    height: 30px !important;
}

* html .RadTabStripTop_SubSiteNav .rtsLink, * html .RadTabStripTop_SubSiteNav .rtsOut, * html .RadTabStripTop_SubSiteNav .rtsIn, * html .RadTabStripBottom_SubSiteNav .rtsLink, * html .RadTabStripBottom_SubSiteNav .rtsOut, * html .RadTabStripBottom_SubSiteNav .rtsIn
{
    background-image: url('../images/navbackground2.png');
    color: #FFFFFF !important;
}

.RadTabStripLeft_SubSiteNav .rtsSelected, .RadTabStripLeft_SubSiteNav .rtsSelected .rtsOut, .RadTabStripLeft_SubSiteNav .rtsSelected .rtsIn, .RadTabStripRight_SubSiteNav .rtsSelected, .RadTabStripRight_SubSiteNav .rtsSelected .rtsOut, .RadTabStripRight_SubSiteNav .rtsSelected .rtsIn
{
    background-image: url('../images/navbackground.png');
}

* html .RadTabStripLeft_SubSiteNav .rtsSelected, * html .RadTabStripLeft_SubSiteNav .rtsSelected .rtsOut, * html .RadTabStripLeft_SubSiteNav .rtsSelected .rtsIn, * html .RadTabStripRight_SubSiteNav .rtsSelected, * html .RadTabStripRight_SubSiteNav .rtsSelected .rtsOut, * html .RadTabStripRight_SubSiteNav .rtsSelected .rtsIn
{
    background-image: url('../images/navbackground.png');
}

.RadTabStripLeft_SubSiteNav .rtsLast .rtsLink, .RadTabStripRight_SubSiteNav .rtsLast .rtsLink
{
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    font-weight: bold;
}

/* </tab backgrounds> */

/* <background positioning: tabs with hovers> */

/* <orientation: top> */

.RadTabStripTop_SubSiteNav .rtsSelected, .RadTabStripTop_SubSiteNav .rtsSelected:hover
{
    background-position: 0 0 !important;
}
.RadTabStripTop_SubSiteNav .rtsSelected .rtsOut, .RadTabStripTop_SubSiteNav .rtsSelected:hover .rtsOut
{
    background-position: 100% 0 !important;
}
.RadTabStripTop_SubSiteNav .rtsSelected .rtsIn, .RadTabStripTop_SubSiteNav .rtsSelected:hover .rtsIn
{
    background-position: 50% 0 !important;
}

/* </orientation: top> */

/* <orientation: bottom> */

.RadTabStripBottom_SubSiteNav .rtsSelected, .RadTabStripBottom_SubSiteNav .rtsSelected:hover
{
    background-position: 0 -30px !important;
}
.RadTabStripBottom_SubSiteNav .rtsSelected .rtsOut, .RadTabStripBottom_SubSiteNav .rtsSelected:hover .rtsOut
{
    background-position: 100% -30px !important;
}
.RadTabStripBottom_SubSiteNav .rtsSelected .rtsIn, .RadTabStripBottom_SubSiteNav .rtsSelected:hover .rtsIn
{
    background-position: 50% -30px !important;
}

/* </orientation: bottom> */

/* <orientation: left> */

div.RadTabStripLeft_SubSiteNav .rtsSelected, div.RadTabStripLeft_SubSiteNav .rtsSelected:hover
{
    background-position: 100% 0 !important;
}
div.RadTabStripLeft_SubSiteNav .rtsSelected .rtsOut, div.RadTabStripLeft_SubSiteNav .rtsSelected:hover .rtsOut
{
    background-position: 100% 100% !important;
}
div.RadTabStripLeft_SubSiteNav .rtsSelected .rtsIn, div.RadTabStripLeft_SubSiteNav .rtsSelected:hover .rtsIn
{
    background-position: 100% 50% !important;
}

/* </orientation: left> */

/* <orientation: right> */

div.RadTabStripRight_SubSiteNav .rtsSelected, div.RadTabStripRight_SubSiteNav .rtsSelected:hover
{
    background-position: 0 0 !important;
}
div.RadTabStripRight_SubSiteNav .rtsSelected .rtsOut, div.RadTabStripRight_SubSiteNav .rtsSelected:hover .rtsOut
{
    background-position: 0 100% !important;
}
div.RadTabStripRight_SubSiteNav .rtsSelected .rtsIn, div.RadTabStripRight_SubSiteNav .rtsSelected:hover .rtsIn
{
    background-position: 0 50% !important;
}

/* </orientation: right> */

/* </background positioning: tabs with hovers> */

/* <simplistic sub-item styles> */

.RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel2, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel3, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel4
{
    background: #FFFFFF;
}

.RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel2 .rtsSelected, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel3 .rtsSelected, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel4 .rtsSelected
{
    color: #FFFFFF !important;
    font-weight: bold;
}

.RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel2 .rtsLink, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel2 .rtsOut, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel2 .rtsIn, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel3 .rtsLink, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel3 .rtsOut, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel3 .rtsIn, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel4 .rtsLink, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel4 .rtsOut, .RadTabStrip_SubSiteNav_SimpleSubItems .rtsLevel4 .rtsIn
{
    background: none;
}

/* END Telerik.Web.UI.Skins.Sitefinity.TabStrip.Sitefinity.css */


.modalProgressGreyBackground
{
    background-color: Gray;
    filter: alpha(opacity=70); /* this is opacity */
    opacity: 0.70;
    margin: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.library_middle_col
{
    float: left;
    width: 55%;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px dotted #c0c0c0;
    border-right: 1px dotted #c0c0c0;
    vertical-align: top;
    height: 300px;
}

table
{
    border-collapse: collapse;
}
td
{
    border: none;
}

.table
{
    border-collapse: collapse;
}

.table td
{
    padding: 2px;
    margin: 2px;
}

img
{
    border: none;
}

p
{
    margin-bottom: 10px;
    text-align: justify;
}

.text-style1
{
    font-size: 13px;
    font-style: normal;
}

.heading-style1
{
    border-bottom: 1px dotted #ccc;
}
heading-style2
{
    border-bottom: : 1px dotted #ccc;
    letter-spacing: 2px;
    font-style: italic;
}

h1
{
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}
h2
{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}
h3
{
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
h4
{
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
h5
{
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
}
h6
{
    margin-bottom: 10px;
    font-size: 10px;
    text-align: left;
}

/* -- Sitefinity Search ----------------------------------------------------------------------- */
.sfsearchBox
{
    border: 1px solid #c0c0c0;
    background-color: white;
    width: 290px;
    padding: 1px;
    text-align: right;
    height: 23px;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
}


.sfsearchBox .textbox
{
    background-color: White;
    background: none;
    float: left;
    border: none;
    width: 200px;
    color: #8F8E8E;
    vertical-align: middle;
    height: 23px;
    font-size: 12px;
}



.sfsearchBox .sfsearchSubmit
{
    float: right;
    background: url("/images/SearchButton.png") no-repeat scroll 0 0 transparent;
    border: none;
    width: 23px;
    height: 21px;
    margin-top: 1px;
}



#parkInfo
{
    width: 569px;
}


.question
{
    color: #000;
}
.textStyle1
{
    font-weight: bold;
    color: #a8761e;
}

.topleft
{
    width: 8px;
    height: 30px;
    background: url('../images/topleft.png') no-repeat;
}

.topcenter
{
    width: 1px;
    height: 184px;
    background: url('../images/topleft.png') repeat-y;
}

.topright
{
    width: 8px;
    height: 30px;
    background: url('../images/topright.png') no-repeat;
}


.pageHeading1
{
    color: #c85e00;
    font-size: 14px;
    font-weight: bold;
}
.pageHeading2
{
    color: #c85e00;
    font-size: 12px;
    font-weight: bold;
}
.pageText1
{
    font-size: 12px;
    width: 300px;
}


/* -- Banner and Navigation --------------------------------------------------------------- */

.banner-wrapper1
{
    width: 990px;
    height: 197px;
    color: #fff;
}
.banner-flash
{
    float: left;
    width: 700px;
    height: 197px;
}
.banner-nav
{
    float: left;
    width: 290px;
    height: 197px;
    color: #fff;
}
.banner-nav p
{
    padding: 4px 10px 0px 10px;
    font-size: 16px;
    color: #fff;
}
.banner-nav .top5-button1
{
    height: 244px;
    background: url(../images/top5-button1.png) no-repeat;
    color: #fff;
}
.banner-nav .button1
{
    height: 33px;
    background: url(../images/button1.png) no-repeat;
    color: #fff;
}
.banner-nav .button1 a:link
{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
.banner-nav .button1 a:visited
{
    text-decoration: none;
    color: #fff;
}
.banner-nav .button1 a:active
{
    text-decoration: none;
    color: #fff;
}
.banner-nav .button1 a:hover
{
    text-decoration: underline;
    color: #fff;
}

.banner-nav .button2
{
    height: 33px;
    background: url(../images/button2.png) no-repeat;
}
.banner-nav .button2 a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.banner-nav .button2 a:hover
{
    text-decoration: underline;
}

.banner-nav .button3
{
    height: 33px;
    background: url(../images/button3.png) no-repeat;
}
.banner-nav .button3 a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.banner-nav .button3 a:hover
{
    text-decoration: underline;
}

.banner-nav .button4
{
    height: 33px;
    background: url(../images/button4.png) no-repeat;
}
.banner-nav .button4 a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.banner-nav .button4 a:hover
{
    text-decoration: underline;
}

.banner-nav .button5
{
    height: 33px;
    background: url(../images/button5.png) no-repeat;
}
.banner-nav .button5 a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.banner-nav .button5 a:hover
{
    text-decoration: underline;
}

.banner-nav .button6
{
    height: 33px;
    background: url(../images/button6.png) no-repeat;
}
.banner-nav .button6 a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.banner-nav .button6 a:hover
{
    text-decoration: underline;
}





/* Navigation Menu Styling */
.navMenu
{
    width: 198px;
    white-space: normal;
    overflow: hidden;
    padding-left: 5px;
}

.navMenu .rtUL .rtLI
{
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    color: #2d2d2d !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* Remove background hover, just bold */
.navMenu .rtHover .rtIn, .navMenu .rtSelected .rtIn
{
    background: none !important;
    border: none !important;
    font-weight: bold !important;
    color: #2d2d2d !important;
    padding-left: 3px !important;
}

.navMenu .rtUL .rtLI .rtMid .rtIn, .navMenu .rtUL .rtLI .rtTop .rtIn, .navMenu .rtUL .rtLI .rtBot .rtIn
{
    color: #2d2d2d !important;
}

.navMenu .rtUL .rtLI .rtMid, /* Applies background image */ .navMenu .rtUL .rtLI .rtTop, .navMenu .rtUL .rtLI .rtBot
{
    background: url('../images/menu_bg_green.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 200px;
    font-size: 11px;
    margin: 0px 5px 0px 8px;
}

.navMenu .rtUL .rtLI .rtMid .rtIn, .navMenu .rtUL .rtLI .rtTop .rtIn, .navMenu .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -12px;
}

.navMenu .rtUL .rtLI .rtTop .rtIn, .navMenu .rtUL .rtLI .rtBot .rtIn
{
    margin-left: 0px;
}

.navMenu .rtUL .rtLI .rtPlus
{
    background: url('../images/menu_arrow_plus.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -34px;
}

.navMenu .rtUL .rtLI .rtMinus
{
    /*background: url('../images/menu_arrow_minus.png');  Removing arrow for top level */
    background-repeat: no-repeat;
    background: url('../images/img_pixel.png');
    height: 11px;
    width: 12px;
    margin-left: -34px;
}

/* Inner/Sub Level UL Styles */
.navMenu .rtUL .rtLI .rtUL
{
    margin-left: -20px;
}

.navMenu .rtUL .rtLI .rtUL .rtLI .rtMid .rtIn, .navMenu .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn, .navMenu .rtUL .rtLI .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -14px;
    font-size: 11px;
}

.navMenu .rtUL .rtLI .rtUL .rtLI .rtPlus
{
    background: url('../images/menu_arrow_plus_green.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -32px;
    padding-right: 12px;
}

.navMenu .rtUL .rtLI .rtUL .rtLI .rtMinus
{
    background: url('../images/menu_arrow_minus_green.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -34px;
    padding-right: 14px;
}

/* Level 3 Sub Level UL Styles */
.navMenu .rtUL .rtLI .rtUL .rtLI .rtUL
{
    margin-left: -9px;
}

.navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtMid, /* Applies background image */ .navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtTop, .navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtBot
{
    background: url('../images/menu_bg_green_inner.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 174px;
    font-size: 11px;
    margin: 0px 5px 0px 8px;
}

.navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtMid .rtIn, .navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn, .navMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -15px;
    font-size: 11px;
}
/* End Level 3 UL Styles */

/* End Inner/Sub Level UL Styles */

/* End Navigation Menu Styling */



/* Special Navigation Menu Styling */
.splnavMenu
{
    width: 325px;
    white-space: normal;
    overflow: hidden;
    padding-left: 5px;
}

.splnavMenu .rtUL .rtLI
{
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    color: #2d2d2d !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* Remove background hover, just bold */
.splnavMenu .rtHover .rtIn, .splnavMenu .rtSelected .rtIn
{
    background: none !important;
    border: none !important;
    font-weight: bold !important;
    color: #2d2d2d !important;
    padding-left: 3px !important;
}

.splnavMenu .rtUL .rtLI .rtMid .rtIn, .splnavMenu .rtUL .rtLI .rtTop .rtIn, .splnavMenu .rtUL .rtLI .rtBot .rtIn
{
    color: #2d2d2d !important;
}

.splnavMenu .rtUL .rtLI .rtMid, /* Applies background image */ .splnavMenu .rtUL .rtLI .rtTop, .splnavMenu .rtUL .rtLI .rtBot
{
    background: url('../images/menu_bg_green_long_inner.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 325px;
    font-size: 11px;
    margin: 0px 5px 0px 8px;
}



.splnavMenu .rtUL .rtLI .rtMid .rtIn, .splnavMenu .rtUL .rtLI .rtTop .rtIn, .splnavMenu .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -12px;
}

.splnavMenu .rtUL .rtLI .rtTop .rtIn, .splnavMenu .rtUL .rtLI .rtBot .rtIn
{
    margin-left: 0px;
}

.splnavMenu .rtUL .rtLI .rtPlus
{
    background: url('../images/menu_arrow_plus.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -34px;
}

.splnavMenu .rtUL .rtLI .rtMinus
{
    /*background: url('../images/menu_arrow_minus.png');  Removing arrow for top level */
    background-repeat: no-repeat;
    background: url('../images/img_pixel.png');
    height: 11px;
    width: 12px;
    margin-left: -34px;
}

/* Inner/Sub Level UL Styles */
.splnavMenu .rtUL .rtLI .rtUL
{
    margin-left: -20px;
}

.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtMid .rtIn, .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn, .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -14px;
    font-size: 11px;
}

.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtPlus
{
    background: url('../images/menu_arrow_plus_green.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -32px;
    padding-right: 12px;
}

.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtMinus
{
    background: url('../images/menu_arrow_minus_green.png');
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    margin-left: -34px;
    padding-right: 14px;
}

/* Level 3 Sub Level UL Styles */
.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL
{
    margin-left: -9px;
}

.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtMid, /* Applies background image */ .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtTop, .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtBot
{
    background: url('../images/menu_bg_green_long_inner.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 300px;
    font-size: 11px;
    margin: 0px 5px 0px 8px;
}

.splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtMid .rtIn, .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn, .splnavMenu .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtBot .rtIn
{
    padding-bottom: 8px;
    text-align: left;
    margin-left: -15px;
    font-size: 11px;
}
/* End Level 3 UL Styles */

/* End Inner/Sub Level UL Styles */

/* End Special Navigation Menu Styling */
/* default layout */
.navTabMenu td
{
    text-align: center;
}

.navTabMenu table
{
    width: 89px;
    height: 25px;
    background: url('../images/tabs/tab.png') no-repeat;
}

.navTabMenu a
{
    text-decoration: none;
    color: #818181 !important;
    font-size: 13px;
}

.navTabMenu a:hover
{
    text-decoration: none;
    color: #fff;
}

contentArea
{
    min-height: 200px;
    background: url('../images/topcontentfade.png') repeat-x;
    vertical-align: top;
}

spotLightHome
{
    height: 20px;
    background: url('../images/subnavfade.png') repeat-y;
    border-top: solid 1px #fff;
}
.spotLightHeading
{
    height: 80px;
    background: url('../images/spotlight.png') no-repeat;
    border-top: solid 1px #fff;
}
.spotLightContent
{
    padding: 0px 0px 0px 100px;
    text-align: left;
    font: 12px Verdana;
    color: #000;
    line-height: 17px;
}

.catContainer
{
    padding: 12px;
    width: 300px;
    height: 180px;
    vertical-align: top;
    background: url('../images/container2.png') no-repeat;
}
.catPic
{
    float: left;
}
.catContent
{
    float: left;
    padding: 5px;
    line-height: 15px;
    width: 195px;
}
.catHeading
{
    font: bold 12pt Arial;
    color: #3e8cb7;
    padding-bottom: 5px;
}


.pirEvtsContent
{
    width: 100%;
    text-align: left;
    padding-top: 10px;
}
.pirEvtsContent a, a:link, a:visited
{
    text-decoration: underline;
}

.pirEvtsContent .title
{
    font-size: 12px;
    color: Orange;
    text-align: left;
}
.pirEvtsContent .data
{
    font-size: 12px;
}
.pirEvtsContent .topic
{
    font-size: 12px;
    padding: 5px 0;
}

.pirEvtsContent .descr
{
    font-size: 12px;
}
.pirEvtsContent .descr a, a:link, a:visited
{
    text-decoration: underline;
}
.pirEvtsContent .descr a:hover
{
    text-decoration: underline;
}
.pirEvtsContent .posted
{
    font-size: 11px;
    font-style: italic;
    color: Green;
    padding: 5px 0px 5px 0;
    border-bottom: dotted 1px #ccc;
}

.articleTitle
{
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #eee;
    padding-left: 5px;
    font-size: 14px;
    color: #3c7700;
}

.button
{
    font-family: 13px/1.4 "Segoe UI" , "Segoe" , "Trebuchet MS" ,Arial,Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12.5px;
    height: 23px;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #026e9c;
    background-repeat: repeat-x;
    color: white;
    border: solid 1px black;
}

.textbox
{
    font-family: Verdana, Tahoma;
    height: 16px;
    font-size: 13px;
    background: url('../images/bg_textbox.gif') repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    vertical-align: top;
}

.textarea
{
    font-family: Verdana, Tahoma;
    height: 16px;
    font-size: 13px;
    background: url('../images/bg_textbox.gif') repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    overflow: auto;
    vertical-align: top;
}

.dropdown
{
    font-family: Verdana, Tahoma;
    font-size: 13px;
    height: 22px;
    background: url('../images/bg_textbox.gif') repeat-x;
    border: solid 1px #acabab;
    padding: 0px;
    margin-right: 5px;
    padding: 2px;
    margin: 2px;
}

.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

.leftContent
{
    width: 200px;
}
.rightContent
{
    width: 200px;
}

.RadCaptcha RadCaptcha_Default Captcha div
{
    height: 110px;
}


.textboxWatermark
{
    font-family: Verdana, Tahoma;
    height: 16px;
    font-size: 13px;
    background: url('../images/bg_textbox.gif') repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    vertical-align: top;
    color: #ccc;
}

.watermark
{
    color: #ccc;
}

.watermarkSearch
{
    color: #ccc;
    font-size: 11px;
}

.tableStyle1 table
{
}
.tableStyle1 tr
{
}
.tableStyle1 td
{
    border: 1px dotted #ccc;
    padding: 3px;
    text-align: center;
}

.bannerContainer
{
    width: 980px;
    height: 197px;
}
.bannerContainerImage
{
    margin-left: -5px;
    background: url('../images/content_top.png') no-repeat;
}

















.siteFooter
{
    text-decoration: underline;
    margin-left: 207px;
}

.siteFooter ul
{
    margin: 0 auto;
    text-align: center;
}

.siteFooter ul.level1
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 20px;
}

.siteFooter ul.level1 li
{
    margin: 0 !important;
    list-style-image: none !important;
    border-right: 1px solid #666;
    padding: 0 5px 0px 5px;
    height: 15px;
}

.siteFooter ul.level1 li.last
{
    border-right: none;
}

.siteFooter ul.level1 a
{
    font-size: 13px;
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
}

.siteFooter ul.level1 a:active
{
    outline: none;
    color: Blue;
    text-decoration: underline;
}

.siteFooter ul.level1 a:hover
{
    color: Blue;
    text-decoration: underline;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
.siteFooter ul.level1 a.current, ul.level1 a.current:hover, ul.level1 li.current a
{
    cursor: default !important;
    color: Black !important;
    text-decoration: underline;
}



.parkname
{
    font-size: 13px;
    margin-bottom: -1px;
}
.parkList
{
    list-style: none;
}

.msg_list
{
    width: 569px;
    float: left;
    background: #eee;
    display: none;
}

.accordianHead a:visited, .accordianHead a:hover, .accordianHead a:active
{
    padding: 3px;
    cursor: pointer;
    position: relative;
    background-color: #eee;
    color: #8C1919;
    margin: 1px;
}
.accordianBody
{
    padding: 10px;
    background-color: #f7fcf4;
}
.accordianHead
{
    padding: 3px;
    cursor: pointer;
    position: relative;
    background-color: White;
    border-top: 1px dotted #ccc;
    margin: 1px;
    background-image: url('../images/expand.png');
    background-position: 547px 3px;
    background-repeat: no-repeat;
}
.accordianHead a
{
    color: #799F68;
}
.accordianHead2
{
    padding: 3px;
    cursor: pointer;
    position: relative;
    background-color: #EAF6E5;
    margin: 1px;
    background-image: url('../images/collapse.png');
    background-position: 547px 3px;
    background-repeat: no-repeat;
}





/* --- Site menu left navigation --- */

.menu2
{
    width: 248px;
    font-size: 16px;
    font-family: Tahoma;
    padding: 0px;
    margin: 0px 0px 0px 2px;
    border: solid 1px #6f9dd9;
}

.menu2 td
{
    padding: 0px;
}

.menuitem
{
    width: 247px;
    background-color: #d6e6aa;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    height: 32.50px;
    text-decoration: none;
    padding: 0px;
    color: #00339f;
    padding-left: 5px;
    border-bottom: solid 1px #add1ff;
}

.deptMenu
{
    width: 100%;
    font-size: 13px;
    font-family: Tahoma;
    padding: 0px;
    margin: 0px;
}
.deptMenu td
{
    padding: 0px;
}
.deptMenuItem
{
    width: 100%;
    height: 25px;
    text-decoration: none;
    background-color: #fff;
    padding: 0 0 0 5px;
    color: #00339f;
    border-bottom: solid 1px #add1ff;
}

.navContainer
{
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}
.navContainer .header1
{
    width: 100%;
    height: 25px;
    background: url('../images/titleBox.png') repeat-x;
    border-bottom: 1px solid #ccc;
}
.navContainer .header1 .text1
{
    margin: 5px 10px 0 10px;
    color: #666;
    font-size: 15px;
}
.navContainer ul
{
    list-style: none;
}
.navContainer ul li
{
    min-height: 25px;
    margin: 0 5px;
    padding: 5px 5px 0 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}
.navContainer ul li.last
{
    border-bottom: none;
}

.navHead a:visited, .navHead a:hover, .navHead a:active
{
    cursor: pointer;
    position: relative;
    background-color: #eee;
    color: #fff;
    margin: 1px;
}

.navBody
{
}

.navBody ul
{
    padding: 0;
    margin: 0;
}

.navBody ul li
{
    border: none;
}

.navHead
{
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin: 1px;
    background-image: url('../images/expand.png');
    background-position: 180px 3px;
    background-repeat: no-repeat;
}

.navHead a:hover
{
    color: Orange;
}

.navHead2
{
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin: 1px;
    background-image: url('../images/collapse.png');
    background-position: 180px 3px;
    background-repeat: no-repeat;
}









/* --- Slideshow tabs for Home page --- */

.images
{
    background: #fff;
    position: relative;
    height: 200px;
    width: 540px;
    float: left;
    margin-bottom: 0px;
    cursor: pointer; /* CSS3 tweaks for modern browsers */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 0px #666;
    -webkit-box-shadow: 0 0 0px #666;
}

/* single slide */
images div
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 0px;
    height: 200px;
    font-size: 12px;
}

/* header */
.images h3
{
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #456;
}

/* tabs (those little circles below slides) */
.slidetabs
{
    clear: both;
    margin-left: 330px;
}

/* single tab */
.slidetabs a
{
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px; /*background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;**/
    display: block;
    font-size: 1px;
}

/* mouseover state */
.slidetabs a:hover
{
    background-position: 0 -8px;
}

/* active state (current page state) */
.slidetabs a.current
{
    background-position: 0 -16px;
}


/* prev and next buttons */
.forward, .backward
{
    float: left;
    margin-top: 140px; /*background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;*/
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 1px;
    text-indent: -9999em;
}

/* next */
.forward
{
    background-position: 0 -30px;
    clear: right;
}
.forward:hover
{
    background-position: -30px -30px;
}
.forward:active
{
    background-position: -60px -30px;
}


/* prev */
.backward:hover
{
    background-position: -30px 0;
}
.backward:active
{
    background-position: -60px 0;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled
{
    visibility: hidden !important;
}


.librarieslist *
{
    padding: 0;
    margin: 0;
}
.librarieslist
{
    margin-bottom: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaa;
    font-family: Segoe UI, Verdana, Arial;
    width: 100%;
}
.librarieslist .links
{
    padding: 5px 5px 10px 25px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}
.librarieslist ul
{
    margin: 0px;
}
.librarieslist ul li
{
    list-style: none;
    list-style-image: url(images/bullet.gif);
    line-height: 1.8em;
}
.librarieslist ul li a:hover
{
    color: #b56d00;
    text-decoration: underline;
}


.libraries ul li a
{
    text-decoration: none;
}

.list-style1
{
    font-size: 12px;
}
.list-style1 ul
{
    margin-left: 30px;
}
.list-style1 ul li
{
    padding-bottom: 4px;
}


/* Section containers for Residents, Business, Visitors, Government, Contact pages */

.section-container *
{
    padding: 0;
    margin: 0;
}
.section-container a
{
    color: #026e9c;
    text-decoration: none;
}
.section-container
{
    margin-bottom: 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #aaa;
    font-family: Segoe UI, Verdana, Arial;
    width: 100%;
}

.section-container table
{
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.section-container .top-section
{
    height: 60px;
}

.section-container .icon
{
    height: 60px;
    width: 60px;
    padding: 2px 2px 0px 2px;
}

.section-container .title
{
    margin-top: 2px;
    padding: 0 10px;
    background: url(/images/section-container-fade.png) repeat-x;
}

.section-container p
{
    font-size: 15px;
}
.section-container h3
{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.section-container .links
{
    width: 0;
    padding: 5px 5px 10px 25px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    border-top: 1px dotted #ccc;
}

.section-container ul
{
    margin: 0px;
    width: 100%;
}
.section-container ul li
{
    list-style: none;
    list-style-image: url(images/bullet.gif);
    line-height: 1.3em;
}
.section-container ul li a, a:visited
{
    text-decoration: none;
    color: #026e9c;
}
.section-container ul li a:hover
{
    text-decoration: underline;
    color: #DA4700;
}


section-container ul li a:hover
{
    color: #b56d00;
    text-decoration: underline;
}
.section-container img
{
    border: 0px solid #f5f5f5;
    margin: 0;
    padding: 0;
}

.main-heading
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    font-style: italic;
}

/* START Telerik.Web.UI.Skins.Sitefinity.TabStrip.Sitefinity.css */

.RadTabStrip_Sitefinity
{
    margin-bottom: 14px;
}


.RadTabStripLeft_Sitefinity .rtsSeparator, .RadTabStripRight_Sitefinity .rtsSeparator
{
    background: #817F61;
}

/* <disabled tabs> */
.RadTabStrip_Sitefinity .rtsDisabled
{
    color: #666;
}
/* </disabled tabs> */

.RadTabStrip_Sitefinity .rtsSelected
{
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.RadTabStrip_Sitefinity a.rtsLink
{
    color: #4C4C4C;
}


.RadTabStrip_Sitefinity .rtsLink:hover .rtsTxt
{
    text-decoration: underline;
}

.RadTabStrip_Sitefinity .rtsDisabled:hover .rtsTxt, .RadTabStrip_Sitefinity .rtsSelected:hover .rtsTxt
{
    text-decoration: none;
}

.RadTabStrip_Sitefinity .rtsLevel .rtsIn, .RadTabStripLeft_Sitefinity .rtsLevel .rtsIn, .RadTabStripRight_Sitefinity .rtsLevel .rtsIn
{
    line-height: 20px;
}

.RadTabStripTop_Sitefinity .rtsLevel .rtsIn
{
    padding: 0 5px 5px;
}

.RadTabStripBottom_Sitefinity .rtsLevel .rtsIn
{
}

.list ul
{
    padding-left: 20px;
}

.list ul li
{
    padding-bottom: 8px;
}




/* Added for Parks & Recreation Activity Features list */

.parklist1 ul
{
    padding-left: 30px;
}

.parklist1 ul li
{
    list-style: none;
    list-style-image: url(images/bullet.gif);
    line-height: 1.3em;
}

.parklist2 ul
{
    padding-left: 30px;
}

.parklist2 ul li
{
    list-style-type: square;
    line-height: 1.3em;
}

/* Added for Parks & Recreation Activity Features list */




/* Overriding jQuery Accordion styles */

.ui-accordion {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 none !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
}
.ui-widget .ui-widget {
    font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: none;
    border: 0px solid #aaa;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    background: none;
    border: 0px solid #aaa;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: 0px solid #D3D3D3;
    color: #555;
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    border: 1px solid #999;
    color: #212121;
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none;
    border: 0px solid #aaa;
    color: #212121;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-widget *:active {
    outline: medium none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none;
    border: none;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: none;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #CD0A0A;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #CD0A0A;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}


/* Overriding jQuery Accordion styles */




/* Styles for different headings */

.heading-style1
{ 
   margin-bottom:10px; 
   font-weight:bold;
}

.heading-style2
{
   border-bottom: 1px dotted #ccc; 
   margin-bottom:10px; 
   font-weight:bold;
}

.heading-style3
{
   border-bottom: 1px dotted #ccc; 
   margin-bottom:10px; 
   font-weight:bold;
}

/* Styles for different headings */










#page-footer
{
    clear:both;
    overflow:hidden;
    bottom:0;
    left:0;
    z-index:4000;
    width:100%;
    height:49px;
    position:fixed;
}

#page-footer .inside
{
    height: 49px;  
    width:80%;
    margin:0 auto; 
}

#page-footer .middle
{
    background: url(images/footer_bg.png) repeat-x;
    float:left;
    width:100%;
    height:49px; 
    padding:0;
    margin: 0;
}

#page-footer .icon
{
    padding-right:10px;
    vertical-align:bottom;
    padding-top:9px;
}

#selfService
{
    clear: both;
    overflow:hidden;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 5000;
    height: 150px;
    position: fixed;
}

#selfService .inside
{
    height: 200px;
    width: 250px;
    margin: 0 34% 0 0;
    float: right;
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    z-index: 5000;
    text-align: left;
    font-size: 11px;
}

#departmentList
{
    clear: both;
    overflow:hidden;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 5000;
    height: 150px;
    position: fixed;
}

#departmentList .inside
{
    height: 200px;
    width: 250px;
    margin: 0 26% 0 0;
    float: right;
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    z-index: 5000;
    text-align: left;
    font-size: 11px;
}

#departmentList .inside a, a:visited, a:link, a:hover, #selfService .inside a, a:visited, a:link, a:hover
{
    text-decoration: none;
        color:#026e9c;
}

#departmentList .inside ul li, #selfService .inside ul li
{
    line-height: 1.3em;
    list-style: none outside url("http://www.brevardcounty.us/App_Themes/Brevard/Global/images/bullet.gif");
}

#departmentList .inside ul li:hover, #selfService .inside ul li:hover
{
    font-weight:bold;
}

#reopen_bar
{
    clear:both;
    overflow:hidden;
    bottom:0;
    left:0;
    z-index:4000;
    width:100%;
    height:49px;
    position:fixed;
    color:White;
}

#reopen_bar .inside
{
    height: 49px;  
    width:60px;
    margin:0 10% 0 0; 
    float:right;
    text-align:center;
}

#reopen_bar .middle
{
    background: url(images/footer_bg.png) repeat-x;
    float:left;
    width:100%;
    height:49px; 
	padding:0;
    margin: 0;
}