/* FONTS */
body {
        font:13px/1.231 arial,helvetica,clean,sans-serif;
}
select,
input,
button,
textarea,
button {
        font:99% arial,helvetica,clean,sans-serif;
}
table {
        font-size:inherit;
}
pre,
code,
kbd,
samp,
tt {
        font-family:monospace;
        line-height:100%;
}
/* RESET */
*,body {
  margin:0;
  padding:0;
  border:none;
  outline-style:none;
  text-decoration:none;
  position:static;
  clear:none;
  background:transparent;
  list-style: none;
}
html {
  height:100%;
  margin-bottom:1px;
}
body {
  height:100%;
  position:relative;
  font-family: "Arial", "arial sans-serif";
  font-weight:100;
}
img{
  display:block;
  border:none;
}
.clear:after { 
    content: "."; 
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* SITE DEFAULTS */
@font-face  { 
    font-family: "HelveticaBdCn";
    src: local('HelveticaBdCn'),
    url("/media/fonts/helveticabdcn.svg#helveticabdcn") format('svg'),
    url("/media/fonts/helv-bdcn.otf") format('opentype');
}
h1,h2,h3,h4,h5,h6 { font-weight: bold;}
ul.errorlist { color: red;}
a { color: #fff; text-decoration: none;}
.b { font-weight: bold;}
a:hover { color: #85dc20;}
input { background: #fff; border: 1px solid #ddd; } 
select { background: #fff; } 
textarea { background: #fff; border: 1px solid #ddd; }
body { background: #fff;}
/* WRAPPERS */
#uni-wrap {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #fff url('/media/img/bggrunge2-min.jpg') repeat center top;
}
#wrapper {
    width: 970px;
    padding: 0;
    line-height: 1.5; 
    height: 100%;
    margin: 0 auto;
    background: #fff;
}
/* HEADER */
#header {
    background: url('/media/img/header3.jpg') no-repeat;
    margin: 0 23px;
    position: relative;
}
#bubble {
    position: absolute;
    top: 30px;
    right: 20px;
}
#logo a {
    background-position: 0 0;
    display: block;
    width: 245px;
    height: 112px;
    text-indent: -9999em;
}
body.city-of-orlando-orange-county #logo a { background: url('/media/img/logo_orlando.jpg') no-repeat;}
body.lake-county #logo a { background: url('/media/img/logo_lake.jpg') no-repeat;}
body.osceola-county #logo a { background: url('/media/img/logo_osceola.jpg') no-repeat;}
body.seminole-county #logo a { background: url('/media/img/logo_sem.jpg') no-repeat;}
body.volusia-county #logo a{ background: url('/media/img/logo_vol.jpg') no-repeat;}
/* NAVIGATION */
#nav {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background: #000;
    width: 100%;
    text-align: right;
    height: 27px;
    padding-top: 9px;
    font-family: "HelveticaBdCn";
}
#nav li {
	float:left;
}
#nav li a {
    font-size: 108%;
    margin: 0 0 0 40px;
    font-weight: normal;
}
#nav li#current a { color: #85dc20;}
#archives { display: none; margin: 10px 0 0;}
#subnav, #archives {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0dfdf;
}
#subnav li.lh, #archives li.lh { 
    font-weight: normal; 
    padding: 10px 10px 0; 
    background: #dadada url('/media/img/subnav_listh_bg.jpg') repeat-x;
    font-family: "HelveticaBdCn";
    height: 25px;
    font-size: 93%;
}
#subnav li a, #archives li a { color: #333; font-weight: bold; display: block; padding: 5px; font-size: 93%;}
#subnav li#current, #archives li#current  { background: #292929 url('/media/img/subnav_cur_bg.jpg') repeat-x; height: 100%; }
#subnav li#current a, #archives li#current a { color: #fff; }
#subnav li#current hr, #archives li#current hr { background: #111; }
#subnav li.clear:hover, #archives li.clear:hover { background: #292929 url('/media/img/subnav_cur_bg.jpg') repeat-x; height: 100%; }
#subnav li.clear:hover a, #archives li.clear:hover a { color: #fff; }
#subnav li.clear:hover hr, #archives li.clear:hover hr { background: #111; }
#subnav li a span.ar {
    color: #6db51a;
    font-weight: normal;
    font-size: 100%;
    padding: 3px;
    float: left;
    width: 15px;
}
#archives li a span.ar {
    color: #6db51a;
    font-weight: normal;
    font-size: 100%;
    padding: 0 5px 0;
}
#subnav li a span.li {
    display: block;
    width: 130px;
    float: left;
    margin: 3px 0;
}
#subnav li hr, #archives li hr {
    height: 1px;
    width: 150px;
    margin: 0 7px;
    background: #e2e2e2;
    float: left;
}
/* MAIN */
#main { margin: 10px 23px 0;}
#banner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 483px;
    width: 731px;
    background: #000;
}
#slide-control {
    position: absolute;
    padding: 5px;
    bottom: -5px;
    right: 20px;
}
#slide-control ul li {
    display: inline;
}
#slide-control ul li a {
    display: block;
    background: url('/media/img/thumb.jpg') no-repeat;
    margin: 0 3px;
    float: left;
    height: 13px;
    width: 10px;
    text-indent: -9999px;
}
#slide-control ul li a.active {
    background-position: 0 -12px; 
}
#slide-control ul li a:hover {
    background-position: 0 -12px; 
}
#slide-contain {
    margin: 17px 0 0;
    background: #000 url('/media/img/bimg_bg.jpg') no-repeat;
    width: 731px;
    height: 328px;
    float: left;
    position: relative;
    overflow: hidden;
}
#news-slide {
    width: 230px;
    height: 335px;
    float: left;
    position: relative;
    color: #000;
    margin: 0 0 0 6px;
}
#news-slide div.item {
    height: 275px;
    margin: 15px 0;
    width: 185px;
    padding-top: 20px;
    padding-left: 20px;
}
#news-slide div.item img {
    margin: 5px auto;
}
/*
#news-slide div.item img.daytona { margin: 5px 20px 0;}
#news-slide div.item img.east-west { margin: 5px 20px 0;}
#news-slide div.item img.titans { margin: 5px 37px 0;}
*/
#news-slide h3 {
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1;
    margin: 20px 0 0;
}
#news-slide p {
    font-family: "HelveticaBdCn";
	font-size:.92em;
	line-height: 1.25;
	    margin: 7px 0 0;
    /* margin: 10px 0; */
}

.small{ font-size: 1em; !important }
.medium{ font-size: 1.25em; !important}
.large{ font-size: 1.5em; !important}

#news-slide a.more {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #000;
    display: block;
    padding: 3px;
    width: 100px;
    text-align: center;
    color: #85dc20;
    font-style: oblique;
    font-weight: bold;
    cursor: pointer;
    font-size: 93%;
}
#img-slide {
    width: 487px;
    height: 335px;
    float: left;
    position: relative;
    margin: 0 4px;
}
#img-slide div.item {
}
#img-slide img {
    margin: 15px 0px 0;
    width: 487px;
}
#contain {
    width: 731px;
    height: 138px;
    float: left;
    background: #000 url('/media/img/banner_grunge.jpg') no-repeat;
    color: #fff;
}
div.intro { 
    width: 462px;
    float: left;
}
div.intro h2 { 
    color: #85dc20;
    margin: 10px 20px 0;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 153.9%;
}
div.intro p { padding: 0 20px; font-size: 93%; line-height: 1.6;}
div.newsletter { 
    width: 269px;
    float: left;
}
div.newsletter h3 {
    margin: 12px 0 0;
    color: #009ddc;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 146.5%;
}
div.newsletter p { font-size: 93%; line-height: 1.6;}
div.newsletter form { margin: 6px 0 0;}
div.newsletter input.email {
    color: #666;
    font-size: 93%;
    padding: 3px;
    border: 1px solid #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 155px;
}
div.newsletter input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    width: 80px;
    padding: 3px;
    border: none;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    text-align: center;
}
#events-list {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: right;
    width: 190px;
    height: 483px;
    background: #000;
}
#events-list li {
    display: block;
}
#events-list li a {
    display: block;
    background: #111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 184px;
    height: 98px;
    margin: 2px auto;
    text-indent: -9999em;
}
#events-list li a.cfsc { height: 77px; margin: 3px auto 0;}
#events-list li a.tria { background: url('/media/uploads/event_list_sidebar/awards.png') no-repeat;}
#events-list li a.masc { background: url('/media/uploads/event_list_sidebar/celeb_mascot.jpg') no-repeat;}
#events-list li a.dayt { background: url('/media/uploads/event_list_sidebar/day_mara.jpg') no-repeat;}
#events-list li a.hall { background: url('/media/uploads/event_list_sidebar/breakfast.png') no-repeat;}

/*#events-list li a.hall { background: url('/media/uploads/event_list_sidebar/hall_fame.jpg') no-repeat;}*/
body.home #left { 
    margin: 10px 10px 0 0;
    width: 286px; height: 298px;
    float: left; background: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
body.home #mid { 
    margin: 10px 10px 0 0;
    width: 310px;
    height: 298px; 
    float: left;
    background: #e0e0e0; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    border: none;
    padding: 0;
}
body.home #right { 
    margin: 10px 0 0; 
    width: 308px; 
    height: 298px; 
    float: left; 
    background: #e0e0e0; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
    border: none;
}
body.home #bottom { 
    margin: 10px 0 0;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #e0e0e0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#video {
    background: #eaebf1;
    width: 265px;
    height: 186px;
    margin: 10px auto 0;
    color: #FFFFFF;
}
#video object{
	margin: 0 0 20px 0;
}


#social {
/*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #313131;
    background: #292929 url('/media/img/social_bg.jpg') repeat-x;
    width: 274px;
    height: 77px;
    margin: 16px auto 0;
  */
  color: #fff;
    font-weight: bold;
	margin: -5px 0 0 65px;

}
#social span {
    float: left;
    margin: 30px 20px 0;

	display:none;
}
#social ul {
    float: left;
    margin: 0px 0 0;
}
#social ul li {
    display: inline;
}
#social ul li a {
    display: block;
    width: 27px;
    height: 28px;
    float: left;
    text-indent: -9999px;
    margin: 0 5px !important;
}
#social ul li a.fb { background: url('/media/img/facebook_bw.jpg') no-repeat;}
#social ul li a.in { background: url('/media/img/linked_bw.jpg') no-repeat;}
#social ul li a.tw { background: url('/media/img/twit_bw.jpg') no-repeat;}
#social ul li a.yt { background: url('/media/img/uTube_bw.jpg') no-repeat;}
body.home #mid h4 {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 3px 3px 0 0;
    background: #000;
    color: #fff;
    padding: 5px 10px 0;
    font-family: "HelveticaBdCn";
    font-size: 116%;
    font-weight: normal;
}
#region-list {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    margin: 4px 3px;
    background: #fff;
}
#region-list a {
    color: #4f98bd; 
    display: block;
    font-size: 123.1%;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    padding: 6px 70px 0;
}
#region-list a span.more {
    color: #6db51a;
    font-style: oblique;
    font-size: 93%;
    position: absolute;
    top: 16px;
    right: 5px;
}
#region-list li {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 8px 0;
    line-height: 1.3;
}
#region-list li.col {background: url('/media/img/col-icon.jpg') no-repeat left center;}
#region-list li.oc  {background: url('/media/img/oc-icon.jpg') no-repeat left center;}
#region-list li.osc {background: #e1e1e1 url('/media/img/osc-icon.jpg') no-repeat left center;}
#region-list li.sem {background: url('/media/img/sem-icon.jpg') no-repeat left center;}
#region-list li.lc {background:  #e1e1e1 url('/media/img/lc-icon.jpg') no-repeat left center;}
#region-list li.vc {background: #e1e1e1 url('/media/img/vc-icon.jpg') no-repeat left center;}
body.home #right h4 {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 3px 3px 0 0; 
    background: #000;
    color: #fff;
    padding: 5px 10px 0;
    font-family: "HelveticaBdCn";
    font-size: 116%;
    font-weight: normal;
}
body.contact-us #left { display: none }
body.thanks #left, body.thanks #ad { display: none;}
body.thanks #mid { width: 722px; padding: 0;}
body.contact-us #mid { width: 722px; }
#left {
    float: left;
    width: 167px;
    margin: 0 9px 0 0;
}
#planning-event {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e1e1e1 url('/media/img/planning_event_bg.jpg') repeat-x;
    border: 1px solid #dedddd;
    margin: 10px 0 0;
    padding: 10px;
}
#planning-event h3 {
    color: #4f98bd;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 138.5%;
    padding: 0;
    margin: 0;
}
#planning-event a {
    font-family: "HelveticaBdCn";
    font-weight: normal;
    color: #333;
    font-size: 123.1%;
    padding: 0;
    margin: 0;
}
#newsletter-side {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000 url('/media/img/newsletter_side_bg.jpg') no-repeat;
    border: 1px solid #dedddd;
    margin: 10px 0 0;
    color: #fff;
    padding: 10px;
}
#newsletter-side h3 {
    color: #009ddc;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 138.5%;
}
#newsletter-side p {
    font-size: 93%;
    line-height: 1.6;
}
#newsletter-side input {
    margin: 10px 0 0;
}
#newsletter-side input.email { 
    color: #666;
    font-size: 93%;
    padding: 3px;
    border: 1px solid #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    width: 137px;
}
#newsletter-side input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    padding: 3px;
}
#booster-club {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #d7d7d7 url('/media/img/booster_club_bg.jpg') repeat-x;
    border: 1px solid #dedddd;
    margin: 10px 0 0;
    padding: 10px;
    position: relative;
}
#booster-club h3 {
    color: #4f98bd;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 161.6%;
}
#booster-club p { font-size: 93%; line-height: 1.6; padding-bottom: 10px;}
#booster-club h4 { font-family: "HelveticaBdCn"; font-weight: normal; font-size: 131%;}
#booster-club a {
    color: #7bba32;
    font-weight: bold;
    font-style: oblique;
    position: absolute;
    bottom: 0;
    right: 5px;
}
#mid {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 546px;
    margin: 0 16px 0 0;
}
#ad {
    height: 80px;
    margin: 0 0 10px; 
}
body.contact-us #ad { display: none;}
body.contact-us #content { border:none;}
#content {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0dfdf;    
    padding: 15px 20px 30px;
    min-height: 600px;
}
#content h2 {
    border-bottom: 1px solid #e2e2e2; 
    margin: 0 0 15px;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    font-size: 174%;
}
#content p {
    margin-bottom: 13px;
    line-height: 1.6;
    color: #666;
    font-size: 93%;
}
#content ul li p { font-size: 93%; margin: 0;}
#content ul li  { padding: 3px 0;}
#content #comm-part { padding: 0; margin: 0;}
#content #comm-part li { padding: 0; margin: 2px 0;}
#content #comm-part li a { padding: 0; margin: 0;}

#content a { color: #4f98bd;}
#content a:hover { text-decoration: underline; }
#content ul.cities-list { margin: 10px 0;}
#content ul.cities-list li { height: 100%;}
#content ul.cities-list li h4 { float: left; margin: 0 0 0 20px;}
#content ul.cities-list li img { border:1px solid #ccc; float: left; width: 100px; margin: 4px 0 30px;}
#content ul.cities-list li p { float: right; width: 380px; margin: 0 0 10px 20px;}
#content ul.events-list strong { font-weight: bold;}
#content ul.events-list li { padding: 20px 0; border-bottom: 1px solid #eee;}
#content ul.events-list li img { float: left; width: 160px; margin: 3px 0;}
#content ul.events-list li div { float: left; width: 340px;}
#content ul.events-list li div p { margin-bottom: 3px;}
#content table.sponsors { width: 470px; margin: 0 auto;}
#content table.sponsors tr { border: none;}
#content table.sponsors td { border: none; width: 139px;}
#content table.sponsors td img { width: 139px; height: 77px; margin: 0 0 15px;}

/*
#content table.sponsors td.mix { background: url('/media/img/mix_O.jpg') no-repeat; }
#content table.sponsors td.mike { background: url('/media/img/mike_ditka_O.jpg') no-repeat;}
#content table.sponsors td.bright { background: url('/media/img/brighthouse_O.jpg') no-repeat;}
#content table.sponsors td.clearch { background: url('/media/img/clearchannel_O.jpg') no-repeat;}
#content table.sponsors td.chan9 { background: url('/media/img/channel9_O.jpg') no-repeat;}
#content table.sponsors td.sheraton { background: url('/media/img/sheraton_O.jpg') no-repeat;}
#content table.sponsors td.panera { background: url('/media/img/panera_O.jpg') no-repeat;}
#content table.sponsors td.dairy { background: url('/media/img/gotmilk_O.jpg') no-repeat;}
#content table.sponsors td.plazao { background: url('/media/img/plaza_oceanClub_O.jpg') no-repeat;}
#content table.sponsors td.clearcho { background: url('/media/img/clearchannel_outdoor_O.jpg') no-repeat;}
#content table.sponsors td.dollar { background: url('/media/img/dollar_O.jpg') no-repeat;}
#content table.sponsors td.plazar {background: url('/media/img/plaza_resort_O.jpg') no-repeat;}
*/
body.economic-impact #content h3 { margin-bottom: 7px;}
#content table { 
/*    -moz-border-radius: 3px;*/
/*    -webkit-border-radius: 3px;*/
    width: 505px;
    background: #fff;
    margin-bottom: 10px;    
    color: #666;
    font-size: 93%;
}
#content table strong { font-weight: bold; }
#content table td { border-bottom: 1px solid #f3f3f3;}
#content table tr {}
body.contact-us #mid {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0dfdf;
    margin: 0 16px 0 0;
}
#addr {
    float: left;
    width: 140px;
    background: #fff;
    color: #666;
}
#addr strong { font-weight: bold;}
#addr h4 {
    font-size: 131%;
    font-family: "HelveticaBdCn";
    font-weight: normal;
    color: #000;
    line-height: 1.2;
}
#addr a {
    color: #4f98bd;
}
#content p.ft {
    float: right;
    width: 490px;
}
#contact-form {
    width: 490px;
    float: right;
}
#contact-form  p { margin-bottom: 3px; font-size: 93%; line-height: 1.6;}
#contact-form input {
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    margin: 5px 0;
}
#contact-form select { margin: 5px 0;}
#contact-form textarea { margin: 5px 0;}
input#id_first_last_name, input#id_address { width: 379px; }
span.r {
    color: #4f98bd;
}
#contact-form hr {
    height: 1px;
    background: #ccc;
    margin: 0 0 5px;
}
#contact-form div.subWrap {
    width: 200px;
    float: left;
}
div.inpWrap { width: 180px; float: left; text-align: left;}
div.inpWrap.m { width: 98px;}
input#id_city { width: 162px; }
select#id_state { padding: 3px 0; width: 90px; border: 1px solid #ccc;}
input#id_zipcode { width: 100px;}
textarea#id_message { width: 379px; height: 100px;}
#contact-form input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    margin: 10px 0 0;
    width: 100px;
}
#contact-form input.clr {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    margin: 10px 0 0;
    width: 100px;
}
#right {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 184px;
    background: #000;
}
#spons-contain {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
#spons-contain img {
    width: 299px;
    height: 261px;
    padding: 0;
    margin: 4px auto;
}
#spons-contain p {
    position: absolute;
    color: #666;
    top: 138px;
    left: 165px;
    width: 120px;
    font-size: 85%;
}
#spons-contain p a {
    color: #333;
}
#spons-contain p a:hover {
    text-decoration: underline;
}
#bottom {
    float: left;
    width: 100%;
    height: 145px;
    margin: 10px 0 0;
    background: #e0e0e0;
}
#bottom h4 {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    padding: 5px 10px 0;
    font-family: "HelveticaBdCn";
    font-size: 116%;
    font-weight: normal;
}
#bottom-contain {
    width: 915px;
    margin: 5px auto;
    background: #fff;
    height: 107px;
    overflow: hidden;
}

#partner-list {
	padding: 0;
	margin: 0 10px !important;
}
#partner-list li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px !important;
	display: block;
}
#partner-list a {
	margin: 0;
	padding: 0;
}

/*#partner-list {
    width: 620px;
    margin: 5px 3px;
}
#partner-list li {
    display: block;
    width: 124px;
    height: 100px;
    background: #fff;
    float: left;
}
*/
#partner {
    float: left; 
    background: #fff;
    width: 298px;
    height: 100px;
    padding:0 !important;
    margin: 0 !important;
}

#partner div {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e1e0e0;
    background: #d7d7d7 url('/media/img/partner_grad.jpg') repeat-x;
    height: 88px !important;
    color: #333;
    margin: 5px 0; 
    position: relative;
}
#partner div h3 {
    color: #4f98bd;
    font-size: 153.9%;
    margin: 9px 20px -5px;
    font-family: "HelveticaBdCn";
    font-weight: normal;
}
#partner div p {
    margin: 0 20px 0;
    font-family: "HelveticaBdCn";
    font-size: 123.1%;
    font-weight: normal;
    line-height: 1.3;
}
#partner div a.more {
    color: #6db51a;
    font-style: oblique;
    font-weight: bold;
    position: absolute;
    bottom: 3px;
    right: 20px;
}
#footer {
    padding: 15px 0;
    background: #fff;
    text-align: center;
    width: 970px;
    margin: 0 auto;
    font-size: 85%;
    color: #707070;
}
#footer-nav {
     text-align: center;
     margin: 5px 0;
}
#footer-nav li {
    display: inline;
}
#footer-nav li a { color: #707070; font-weight: bold;}
#footer-nav li a:hover { text-decoration: underline;}
#footer a.echo { color: #4F98BD; text-decoration: none; }
#footer a.echo:hover { text-decoration: underline; }
body.what-we-do #booster-club, body.staff #booster-club, body.board #booster-club, body.economic-impact #booster-club, body.the-sports-club #booster-club { display: none;}
body.community-events #planning-event, body.our-events #planning-event, body.plan-event #planning-event, body.sports-organizations #planning-event, body.the-sports-club #planning-event { display: none;}
body.community-partners #newsletter-side, body.city-of-orlando-orange-county #newsletter-side, body.lake-county #newsletter-side, body.osceola-county #newsletter-side, body.seminole-county #newsletter-side, body.volusia-county #newsletter-side, body.impact-report #newsletter-side, body.sports-report #newsletter-side, body.the-sports-club #newsletter-side { display: none;}
body.community-partners #archives, body.city-of-orlando-orange-county #archives, body.lake-county #archives, body.osceola-county #archives, body.seminole-county #archives, body.volusia-county #archives, body.impact-report #archives, body.sports-report #archives { display: block;}
body.sports-organizations #content h3 { margin: 15px 0 0;}
body.pnf #left, body.pnf #ad, body.se #left, #body.se #ad{ display: none; }
body.pnf #mid, body.se #mid { width: 722px; }
body.event #left, body.event #ad, body.event #left, body.event #ad, body.the-sports-club #ad { display: none; }
body.event #mid { width: 722px; }
body.the-sports-club #left { display: none }
body.the-sports-club #mid { width: 722px; }
#top-logos {}
#top-logos img {
    float: left;
    margin: 0 6px 10px;
}
#ticket-event-info { }
#ticket-event-info img { float: right;}
#deadline-info { margin-bottom: 30px; }
#deadline-info h3 {
    font-size: 131%;
    color: #4f98bd;
}
#content #ticket-event-info p {
    margin-bottom: 20px;
}
#deadline-info p {
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 108%;
}
#deadline-info h3 span.date { color: #333; }

h3.purchase { font-size: 138%;}

#ticket-event-table {
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 10px;
    font-weight: normal;
}
#ticket-event-table table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
#ticket-event-table table tr {
    border:none;
    background: #fff;
}
#ticket-event-table table tr#tb-head {
    background: #f0f0f0 url('/media/img/tb-head-bg.jpg') repeat-x;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    color: #777;
    height: 20px;
}
#ticket-event-table table tr#tb-head td {
    padding: 5px;
    margin: 0;
    text-align: right;
}
#ticket-event-table table td {
    border: none;
    padding: 5px 10px;
    min-width: 110px;
}
#ticket-event-table table td p strong { font-size: 116%; }
#ticket-event-table table td p {
    width: auto;
    padding: 0;
    margin: 0;
}
#ticket-event-table table td h4 { color: #4f98bd; font-size: 123.1%;}

body.event #content strong { font-weight: bold; }
body.event #content em { font-style: oblique; }
body.event #content p { 
    margin:0;
}
body.event #content form { margin-top: 15px; float: right;}
body.event #content form input { border: none; margin: 25px 0; }
body.event #content form table { float: left; width: 210px;}
body.event #content form table td { border: none; color: #000; font-size: 100%; font-weight: bold; }
body.event #content form select { border: 1px solid #ddd; margin: 2px 0; width: 200px; }
.red { color: #c40000; }
#ticket-event-table h4.red  { color: #c40000; }
/*events list */
ul#events strong { font-weight: bold; }
ul#events em { font-style: oblique; }
ul#events li span.sprt { display: block; font-size: 85%; font-style: oblique; color: #333;}
ul#events li span.dur { font-size: 85%; font-style: oblique; color: #333;} 
ul#events li { border-bottom: 1px solid #ddd; padding: 20px 0;}
ul#events li div.event-logo { width: 165px; float: left; overflow: hidden;}
ul#events li div.event-logo img { margin: 5px auto 0;}
ul#events li div.event-info { width: 310px; float: left; padding-left: 25px;}
ul#events li div.event-info h3 { padding: 0; margin: 0; font-size: 108%;}
div.pagination { padding: 10px 0; }
div.pagination span.step-links { color: #777; float: right;}
div.pagination span.current { padding: 0 5px; }
div.pagination strong { font-weight: bold; }
/*filter form */
body.impact-report #content div.filterform form {float:none;}
body.impact-report #content p.b { margin: 10px 0;}
div.filterform { 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    padding: 7px;
    border: 1px solid #dedddd;
}
#content div.filterform p {
    font-weight: bold;
    color: #333;
    float: left;
    display: inline;
    padding: 0;
    margin: 2px 7px;
}
div.filterform form {
    float: left;
    width: 355px;
}
div.filterform form select {
    border: 1px solid #b4b4b4;
    padding: 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    margin: 0 5px;
}
div.filterform form select option {
    padding: 0 5px;
}
select#id_parent { width: 120px; }
select#id_child { width: 180px; }
div.filterform input.sub {
    background: #000;
    border: none;
    color: #85dc20;
    font-weight: bold;
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
#content p.searched-results { margin: 5px 0; }
#content p.searched-results strong { font-weight: bold; }
#content p.searched-results em { font-style: oblique; }

.b { font-weight: bold; }
.blu { color: #4f98bd; }
/* plan event form */
body.plan-event #content p strong { font-weight: bold; }
#event-form {
    margin: 0 20px;
}
#event-form input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    margin: 40px 2px 0;
    float: right;
    width: 100px;
}
#event-form p { margin-bottom: 3px; font-size: 93%; line-height: 1.6; padding: 0; color: #666;}
#event-form p.subtxt { font-size: 85%; padding: 0; color: #666;}
#event-form label {
    display: block;
}
#event-form input {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 5px 0;
    width: 350px;
}
#event-form select {
    border: 1px solid #ccc;
    width: 360px;
    margin: 5px 0;
    padding: 4px;
}
#event-form textarea {
    width: 360px;
    margin: 5px 0;
}
#event-form input#id_0-state_province { width: 150px; }
#event-form input#id_0-zip_postal { width: 150px; }
/*blog */
body.blog  #content {
    width: 650px;
    float: left;
    min-height: 700px;
}
body.blog  #content strong { font-weight: bold; }
body.blog  #content em { font-style: oblique; }

#sidebar {
    width: 220px;
    float: left;
    margin: 0 0 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e0dfdf;
    border: 1px solid #e0dfdf;
}
div.sidebar-tweets h3, div.sidebar-archive h3, div.sidebar-tags h3, div.sidebar-links h3 {
    font-family: "HelveticaBdCn";
    border-bottom: 1px solid #e1e1e1;
    font-size: 131%;
    padding: 0;
    margin: 0 0 5px;
}
div.sidebar-tweets, div.sidebar-archive, div.sidebar-tags, div.sidebar-links {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
}
div.sidebar-tweets ul  { margin: 0 5px; }
div.sidebar-tweets ul li { margin: 0 0 8px; }
div.sidebar-tweets a { color: #4f98bd; line-height: 1.3; }
div.sidebar-tweets a:hover { text-decoration: underline; }
div.sidebar-tweets p.date { color: #777; font-size: 85%;}
div.sidebar-archive  {
    margin: 1px 0;
}
div.sidebar-links {
    margin: 1px 0 0;
}
div.sidebar-archive ul {
    margin: 0 5px;
}
div.sidebar-archive a { color: #4f98bd; display: block; margin: 0 5px;}
div.sidebar-archive a:hover { text-decoration: underline;}

div.sidebar-tags li { display: block; margin: 5px 2px; float: left; }
div.sidebar-tags li a {
    background: #ccc;
    color: #fff;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
div.sidebar-tags li a:hover { background: #4f98bd; }
div.sidebar-links ul li a { color: #4f98bd; margin: 0 5px;}
div.sidebar-links ul li a:hover { text-decoration: underline;}
div.entry { 
    width: 650px;
    padding: 3px 0 0;
}
#content ul#entries li p, #content div.entry p {
    line-height: 1.5;
}
div.entry hr { height: 1px; background:#eee; margin: 5px 0; }
p.entry-tags { float: left; padding: 20px 0 0; width: 430px;}
p.entry-comments { float: right; padding: 20px 30px 0; width: 150px; }
p.entry-tags img { float: left; margin: 0 3px;}
#entries-list p.entry-tags a, #content div.entry p.entry-tags a{ margin: 0 2px; padding: 2px; color: #aaa;}
p.entry-comments img { float: left; margin: 0 3px;}

#entries-list { margin: 0; padding: 0; }
#entries-list li { border-bottom: 1px solid #eee; margin-bottom: 10px;}
#entries-list li.entry h3 a { 
    font-size: 138.5%;
    color: #4f98bd; 
}
#content  div.entry h2 {
    font-size: 161.6%;
    color: #4f98bd;
    border: none;
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#entries-list li.entry h3 a:hover { text-decoration: none; color: #333;}
#entries-list li.entry p, #content div.entry p { margin-bottom: 10px;  }
.entries-list li { margin: 0 20px;}
h3.comment-heading {
    font-size: 138.5%;
    background: url('/media/img/comment-icon1.jpg') no-repeat center left;
    padding: 5px 40px;

}
h3.add-comment-heading { 
    font-size: 138.5%;
    background: url('/media/img/add-comment-icon.jpg') no-repeat center left;
    padding: 0 40px;
    margin: 40px 0 10px;
}
p.no-comments { margin: 0 40px 0; }
#comments li.comment {
    margin: 0 40px 10px;
    border-bottom: 1px solid #eee;
}
div.comments { clear: both; padding: 20px 0; }
#comment-form {
    margin: 0 40px; 
    background: #ebebeb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
}
span.subtxt { font-size: 85%; font-weight: normal; }
#preview-form {
    background: #ebebeb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
}
#comment-form input {
    border: 1px solid #e5e5e5;
    padding: 4px;
}
#comment-form input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-style: oblique;
    margin: 20px 0;
}
#preview-form input {
    border: 1px solid #ccc;
    padding: 4px;
}
#preview-form label { display: block; }
#preview-form input.sub {
    color: #85dc20;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    width: 100px;
    text-align: center;
}
div.inputs-left {
}
textarea#id_comment {
    width: 515px;
    border: 1px solid #e5e5e5;
}
#content div.inputs-left p {
    float: left;
    width: 176px;
    padding: 0;
}
#content div.inputs-left input {
    display: block; 
    width: 155px;
}
h3.year { font-size: 153.9%; color: #333; }
.archive-entries li { margin: 0 15px 0; padding: 0; color: #555;}
#tags {}
#tags li { display: inline; margin: 5px;}
#tags li.tag a { 
    background: #4f98bd;
    color: #fff;
    font-size: 153.9%;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
} 
#tags li.tag a:hover { 
    text-decoration: none;
    background: #333;
}
#blog-search {
    width: 200px;
    float: left;
    margin: 0 0 10px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#blog-search form {
    width: 214px;
    position: relative;
    border: 4px solid #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}
#blog-search #query {
    padding: 8px;
    font-size: 153.9%;
    color: #999;;
    font-weight: bold;
    width: 165px;
    border: none;
}
#blog-search input.sub {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url('/media/img/search-icon.jpg') no-repeat;;
    text-indent: -9999em;
    height: 22px;
    width: 22px;
    border: none;
}
ul#reports li {
  margin: 0;
  padding: 0;
}
ul#reports span {
  color: #666;
}
ul#reports a {
  margin: 0 50px;
  text-decoration: underline;
}
ul#reports a:hover { text-decoration: none; }


body.event #right {
	background: #fff;
}
#ad-top, #ad-right1, #ad-right2, #ad-right3 { 
	text-align: center;
}
#ad-top a, #ad-right1 a, #ad-right2 a, #ad-right3 a { 
	color: #85dc20;
	text-decoration: underline;
}
#ad-top {
/*	border: 3px solid #E0DFDF;  */
	min-height: 90px;
	margin-top: 3px;
	margin-bottom: 10px;
/*	-moz-border-radius: 3px;   
	-webkit-border-radius: 3px;
	border-radius: 3px;   */
}
#ad-right1, #ad-right2, #ad-right3 {
	border: 3px solid #E0DFDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*min-height: 250px; */
}
#ad-right2, #ad-right3 {
	margin-top: 10px;
}

