@charset "utf-8";

/*
Colors for Theme:
Dark Blue: #00aeef
Light Blue: #abe1fa
Dark Yellow: #ffcb05
Light Yellow: #fff200
*/
body {
	margin: 0px 0px;
}

/*======= The Big Sections ========*/
.topbanner {
	font-size:x-large;
	text-align:center;
	border-bottom:solid 3px #00aeef;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	/*margin-top: 5px;*/
	height:100px;
	background-image: url('../images/FLLlogo.gif');
	background-repeat:no-repeat;
	background-position: 5% 0px;
}

.footer {
	margin: 5px 5% 0px 5%;
}

.maincontent {
	margin: 0px 5%;
	clear: both;
	padding-top: 12px;
	line-height:1.5em;
}
.topmenu {
	margin: 0pt auto;
	max-width: 49em;
	/*min-width: 35em;*/
	position:relative;
	
}
.topmenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.topmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.topmenu a {
	display:block;
	float: left;
	line-height: 2;
	font-weight: bold;
	border-bottom: solid 3px #abe1fa;
	border-left: solid 3px #abe1fa;
	border-right: solid 3px #00aeef;
	border-top: none;
	padding: 0px 20px;
	/*margin-bottom: 12px;*/
	font-variant: small-caps;
	white-space: nowrap;	
}
a.currenttab {
	background-color: #fff200;
}

/*======== News Stuff =======*/
.newsreport {
	margin-left:10%;
	margin-right:10%;
}
.newsreport table {
	width:100%;
	border: 3px solid #00aeef;
	text-align:left;
	margin-bottom:10px;
}
.newsheader {
	background-color: #fff200;
	height:20px;
}	
.newsdate {
	position:relative;
	border-bottom: thin dashed #abe1fa;
	border-left: thin dashed  #abe1fa;
	font-size:small;
	/*padding-left:7px;*/
	text-indent: 15px;
	line-height: normal;
}
.newsheader td {
	margin: 0px 0px 10px;
	border-bottom: 2px solid #abe1fa;
	line-height: normal;	
}

/*========= Navigation Bars =======*/
.leftnav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 80%;
	margin: 10px;
	padding-left: 20px;
	line-height: normal;
}

.leftnav li {
	margin-bottom: 10px;
}

.leftnav a {
	color: #000000;
}

.leftnav {
	background:bottom repeat-x url(../images/horiz_border_yellow2.gif) #ffcb05;
	color: #000000;
	float: left;
	padding: 10px;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	width: 20%;
	max-width: 280px;
	min-height: 500px;
}

.rightcontent {
	width: 73%;
	/*margin-left: 20px;*/
	padding-left: 20px;
	border-left: solid 1px #ffcb05;
	float: left;
	min-height: 500px;
}

/*========== Page Elements ===========*/
.schedule {
	border-top: solid 2px #00aeef;
	font-weight:bold;
}
.schedule dt {
	font-size: 90%;
	font-style:italic;
	font-weight: normal;
	line-height:normal;
}
.schedule dd {
	font-weight: normal;
}

.smallInfoBox {
	width: 300px;
	/*min-height: 100px;*/
	height: 100%;
	float: left;
	margin: 10px;
	padding-left: 5px;
	/*padding-bottom: 5px;
	border-left: solid 3px #00aeef;*/
	border-bottom: solid 2px #00aeef;
	background: top url(../images/top_border_blue.gif) repeat-x;
}
.smallInfoBox span.title {
	/*font-size:110%;*/
	margin-left:0px;
	font-weight:bold;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
.smallInfoBox span{
	margin-left:20px;
}

.largeInfoBox {
	float: left;
	width: 100%;
	display: block;
	margin: 10px;
	padding-left: 5px;
	border-bottom: solid 2px #00aeef;
	background: top url(../images/top_border_blue.gif) repeat-x;
}

.largeInfoBox span.title {
	margin-left:0px;
	font-weight:bold;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}

.largeInfoBox span{
	margin-left:20px;
}

.rightInfoFloat {
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	border: solid 2px #ffcb05;
	float: right;
	text-align:center
}

dl.sponsorList {
	color: #00aeef;
	border-top: solid 2px #ffcb05;
}
.sponsorList strong {
	font-size: 120%;
	margin-bottom: 7px;
	display:block;
	text-indent: 30px;
}
.sponsorList dt {
	background: left url(../images/left_border_blue.gif) repeat-y; 
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	padding-left: 5px;
	color: black;
}
.sponsorList dd {
	background: left url(../images/left_border_blue.gif) repeat-y; 
	margin-bottom: 15px;
	padding-left: 25px;
	margin-left: 0px;
	color: black;
}

#volunteerForm input,select {
	margin-left: 10px;
	margin-right: 10px;
}

#sponsorLevels td {
	background-color: #44c8f5;
	padding: 1px 10px;
	border-bottom: solid 4px #FFFFFF;
}
#sponsorLevels .darkrow td {
	background-color: #abe1fa;
}
#sponsorLevels th {
	padding: 1px 5px;
	font-size: 110%;
}

.scheduleList ul,p {
	margin-top: 0px; 
	margin-bottom: 0px;
}

/*============== Other ==================*/
div.divHide {
	display:none;
}