/* GLOBAL.CSS VERSION 1.1 */

/* START GENERAL LAYOUT */
body {
	background-image: url(../images/global/gradient-squares.gif);
	background-repeat: repeat-x;
	background-color: #009A7C;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}
.wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
.sideBox {
	float: right;
	width: 211px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.donateBox {
	background-color: #FFFFCC;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #0981A6;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	border-top-width: 2px;
	border-right-width: 6px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
}
/* END GENERAL LAYOUT */


/* START GENERAL LINKS */
a:link {
	text-decoration: none;
	color: #009A7C;
}
a:visited {
	text-decoration: none;
	color: #009A7C;
}
a:hover {
	text-decoration: none;
	color: #009A7C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009A7C;
}
a:active {
	text-decoration: none;
	color: #009A7C;
	background-color: #FFFF99;
}
/* END GENERAL LINKS */


/* START HEADER */
#headerBox {
	background-color: #CDF9FF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #08B1AE;
	border-left-color: #08B1AE;
	height: 181px;
	margin-right: 21px;
}
#logo {
	background: url(../images/global/fsbd_logo-header.gif) no-repeat;
	width: 331px;
	height: 181px;
	float: left;
}
#flashheader {
	width: 412px;
	float: left;
}
#toplinks {
	text-align: right;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 21px;
	margin-top: 2px;
}
#menuBox {
	height: 36px;
	clear: both;
	margin-top: -1px;
}
/* END HEADER */


/* START TOP MENU BAR */
#menuBox .navimageleft {
	background: url(../images/global/menu/menu_left.gif) no-repeat;
	width: 14px;
	height: 36px;
	float: left;
}
#menuBox .navimageright {
	background: url(../images/global/menu/menu_right.gif) no-repeat;
	width: 37px;
	height: 36px;
	float: left;
}
#menuBox .navbutton {
	height: 36px;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
}
#menuBox .nav_aboutus {
	background: url(../images/global/menu/menu_aboutus.gif) no-repeat;
	width: 80px;
}
#menuBox .nav_blackbrown {
	width: 125px;
	background-image: url(../images/global/menu/menu_blackbrown.gif);
	background-repeat: no-repeat;
}
#menuBox .nav_services {
	background: url(../images/global/menu/menu_services.gif) no-repeat;
	width: 74px;
}
#menuBox .nav_partners {
	background: url(../images/global/menu/menu_partners.gif) no-repeat;
	width: 85px;
}
#menuBox .nav_animo {
	background: url(../images/global/menu/menu_animo.gif) no-repeat;
	width: 106px;
}
#menuBox .nav_honors {
	background: url(../images/global/menu/menu_honors.gif) no-repeat;
	width: 82px;
}
#menuBox .nav_getinvolved {
	background: url(../images/global/menu/menu_getinvolved.gif) no-repeat;
	width: 88px;
}
#menuBox .nav_news {
	background: url(../images/global/menu/menu_news.gif) no-repeat;
	width: 65px;
}
#menuBox .nav_mentoring {
	background: url(../images/global/menu/menu_mentoring.gif) no-repeat;
	width: 101px;
}
#menuBox #currentpage .navbutton {
	background-position: 0 -36px;
	cursor: default;
}
#menuBox a {
	display: block;
}
#menuBox a:hover {
	border: none;
}
#menuBox a div:hover {
	background-position: 0 -36px;
	border: none;
}
/* END TOP MENU BAR */


/* START SIDE NAVIGATION */
.headerLine {
	background-image: url(../images/global/box_line.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-indent: -9999px;
	background-color: #FFFFFF;
}
.sideNav {
	margin-bottom: 5px;
	margin-top: 10px;
	z-index: 1;
	overflow: visible;
}
.sideNav p {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sideNav a {
	text-decoration: none;
	border: none;
}
.sideNav a:hover {
	color: #333333;
}
/* END SIDE NAVIGATION */


/* START DARK BOX - NEWS */
.headerNews {
	background-image: url(../images/global/box_news.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-color: #FFFFFF;
	text-indent: -9999px;
}
.darkBox {
	margin-bottom: 20px;
}
.darkboxBack {
	background-color: #08B1AE;
	padding-right: 10px;
	padding-top: 10px;
	color: #FFFFFF;
}
.darkboxBack p {
	color: #FFFFFF;
	padding-left: 8px;
}
.darkboxBack ul {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.darkboxBack li {
	list-style-type: none;
	list-style-image: url(../images/global/bullet.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 8px;
}
.darkboxBottom {
	background-image: url(../images/global/darkbox_bottom.gif);
	height: 18px;
	width: 211px;
}
.darkBox a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.darkBox a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.darkBox a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.darkBox a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* END DARK BOX - NEWS */


/* START DARK BOX - VOLUNTEERS */
.headerVol {
	background-image: url(../images/global/box_volunteer.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-color: #FFFFFF;
	text-indent: -9999px;
}
.darkBox2 {
	margin-bottom: 20px;
}
.darkboxBack2 {
	background-color: #08B1AE;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 10px;
}
.darkboxBack2 p {
	color: #FFFFFF;
	font-size: 10px;
}
.darkboxBack2 ul {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.darkboxBack2 li {
	list-style-type: none;
	list-style-image: url(../images/global/bullet.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: 15px;
	margin-right: 5px;
}
.darkBox2 a:link {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.darkBox2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.darkBox2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.darkBox2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* END DARK BOX - VOLUNTEERS */


/* START LIGHT BOX - SPONSORS */
.headerSponsor {
	background-image: url(../images/global/box_animo-sponsors.gif);
	background-repeat: no-repeat;
	height: 19px;
	text-indent: -9999px;
	background-color: #FFFFFF;
}
.lightBox {
	background-image: url(../images/sponsor-background_21.gif);
	background-repeat: repeat-y;
	width: 211px;
}
.lightboxBack img {
	margin-top: 12px;
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.lightboxBack a {
	font-size: 1.5em;
	font-weight: bold;
}
.lightboxBottom {
	background-image: url(../images/global/lightbox_bottom.gif);
	height: 18px;
	width: 211px;
}
/* END LIGHT BOX - SPONSORS */


/* START LIGHT BOX - SPONSORS 2009 */
.lightboxBack09 img {
	margin-top: 25px;
	margin-bottom: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* END LIGHT BOX - SPONSORS 2009 */


/* START LIGHT BOX - NEWS */
.lightBox2 {
	margin-bottom: 20px;
}
.lightboxBack2 {
	color: #222222;
	padding: 10px;
}
.lightboxBack2 p {
	color: #222222;
	font-size: 10px;
}
.lightboxBack2 ul {
	color: #222222;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.lightboxBack2 li {
	list-style-type: none;
	list-style-image: url(../images/global/bullet.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: 15px;
	margin-right: 5px;
}
.lightBox2 a:link {
	text-decoration: none;
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
.lightBox2 a:visited {
	text-decoration: none;
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
.lightBox2 a:hover {
	text-decoration: none;
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
.lightBox2 a:active {
	text-decoration: none;
	color: #222222;
}
/* END LIGHT BOX - NEWS */


/* START MAIN CONTENT */
.mainContent {
	margin-top: 25px;
	z-index: 100;
}
#mainBox {
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #08B1AE;
	border-left-color: #08B1AE;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 24px;
	padding-bottom: 10px;
}
#mainBox p {
	font-size: 1.3em;
	line-height: 1.3em;
}
#mainBox h1 {
	color: #666666;
	font-weight: bold;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: -15px;
}
.bigtext {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#mainBox h2 {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: -15px;
	text-transform: capitalize;
}
#mainBox h3 {
	color: #222222;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	margin-bottom: -10px;
}
#mainBox h4 {
	color: #222222;
	font-size: 1.2em;
}
#mainBox h5 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.4em;
}
#mainBox .space {
	height: 15em;
}
#mainBox .sponsors {
	color: #666666;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 16px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.mainContent li {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.infoBox {
	background-color: #8FE6ED;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 395px;
}
/* END MAIN CONTENT */


/* START GENERAL STYLES */
.smallcaps {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}
.largeText {
	font-size: 2em;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
/* END GENERAL STYLES */


/* START FOOTER */
#footerIndex {
	background-color: #FFFFFF;
	margin-left: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}
#footerBox {
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #24A29E;
	border-left-color: #24A29E;
	margin-left: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}
/* END FOOTER */


/* START BLOG STYLES */
.entry {
	margin-bottom: 10px;
}
.date {
	margin-bottom: -10px;
}
.posted {
	margin-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 3px;
}
.paginate {
	margin-bottom: 40px;
	width: 300px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
/* END BLOG STYLES */


#noborder {
	text-decoration: none;
}
#noborder a {
	text-decoration: none;
	border-bottom-width: 0px;
}
#noborder a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
}

table {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.3em;
	line-height: 1.5em;
}
form {
	margin: 0px;
}
.outline {
	border: 2px solid #DDDDDD;
}
#mainBox .altSponsor {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 3px;
	letter-spacing: 0.4em;
}
