/* Layout and Text Styling */


body {
	background-color: #009A9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.container {
	width: 770px;
	margin: 0 auto;
	background-image: url(../images/bg-main-column.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

.team-supersibs-pictures {
	width: 750px;
	margin: 0 auto;
}

.team-supersibs-pictures a {
	display: block;
	float: left;
	text-align: center;
	width: 250px;
	height: 225px;
	border: 0 !important;
}

.team-supersibs-images #main-content {
	padding-left: 10px;
	padding-top: 20px;
	text-align: center;
}

.team-supersibs-images .container {
	background-image: url(../images/bg-main.gif);
}


#header {
	width: 770px;
	height: 96px;
	display: block;
}

#header h2 {
	float: left;	
	background-image: url(../images/tagline-hey-what-about-me.gif);
}

#header h2 a {
	width: 629px;
	height: 96px;
	display: block;
	text-indent: -9999px;
}

#header h1 {
	float: left;
	background-image: url(../images/logo-supersibs.gif);
}

#header h1 a{
	width: 141px;
	height: 96px;
	display: block;
	text-indent: -9999px;
}

#main-content {
	width: 480px;
	float: left;
	padding: 0 20px 10px 20px;		
}

#main-content  p, #main-content ul{
	margin: 18px 0;
}

#main-content hr {
	height: 1px;
	border: 0;
	margin: 20px 0;
	background-color: #0e7779;
	color: #0e7779;
	clear: both;
}

#main-content dt {
	width: 50%;
	float: left;
	padding: 3px;
}

#main-content dd {
	width: 40%;
	float: left;
	padding: 3px;
}

#main-content small {
	font-size: 10px;
}

#main-content .float-right-with-caption {
	float: right; 
	margin-bottom: 10px;
	margin-left: 10px;
}

#main-content .float-right-with-caption small {
	text-align: center; display: block;
}



#main-content blockquote {
	margin: 18px 15px;
	font-style: italic;
}

#main-content ol {
	margin: 18px 0;
	margin-left: 25px;
	list-style: decimal;
}

#main-content ul.bullets {
	margin: 18px 0;
	margin-left: 25px;
	list-style: disc;
}

#main-content ul.bullets ul.bullets{
	margin: 0;
	margin-left: 25px;
	list-style: circle;
}



#main-content a{
	color: #fffbad;
	text-decoration: none;
	border-bottom: 1px solid #fffbad;
}

#main-content a:hover{
	color: #FFF679;
	text-decoration: none;
	border-bottom: 1px dotted #FFF679;
}


#main-content h4 {
	font-size: 18px;
	color: #fffbad;
	font-weight: bold;
	line-height: 1.2;
	margin: 18px 0;
}

#main-content h5 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	margin: 14px 0;
}

#main-content h6 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	margin: 12px 0;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 10px 10px 20px 0px;	
}

#sidebar h3 {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 0px 10px;
}

.sibSpotSubNavPageTitle {
	font-size: 20px;
	line-height: 25px;	
	color: #348081;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0px 10px;
	font-weight: bold;
}


body.how-you-can-help #sidebar h3 {
	font-size: 22px;
}

body.programs-and-services #sidebar h3 {
	font-size: 20px;
}

#sidebar #subnav {
	display: block;
	margin: 10px 0 0 10px;
}

#sidebar #subnav li {
	padding: 5px 0;
	background-image: url(../images/bullet-star.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0 3px;
}

#sidebar #subnav li a{
	font-size: 14px;
	color: #fffbad;
	font-weight: bold;
	text-decoration: none;
}

#sidebar #subnav li:hover{
	background-image: url(../images/bullet-star-on.gif);
}

#sidebar #subnav li a:hover{
	color: #348081;
	text-decoration: underline;
}

#sidebar #subnav li:hover {
	text-decoration: none;

}

#sidebar #subnav .subsubnav {
	display: block;
/*	margin-top: -3px;*/
	margin-left: 34px;
}


#sidebar #subnav .subsubnav li {
	background: none;
	padding: 0;		
}

#sidebar #subnav .subsubnav li a{
	font-size: 12px;
	background: none;
}

#footer {
	padding: 10px;
	clear: both;
	width: 750px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 12px;
	border-bottom: 1px solid #cccccc;
}

#footer p {
	font-weight: bold;
	line-height: 150%;
}

#footer .contact {
	list-style-type: none;
}

#footer .contact li{
	display: inline;
	font-weight: bold;
}

#footer .contact li + li{
	margin-left: 10px;
}

#footer .copyright {
	margin-top: 15px;
	color: #fffbad;
}

#footer a{
	color: #fffbad;
	text-decoration: none;
	border-bottom: 1px solid #fffbad;
}

#footer a:hover{
	color: #FFF679;
	text-decoration: none;
	border-bottom: 1px dotted #FFF679;
}

#table-of-contents {
	margin: 15px 0;
	border: 1px solid #008a91;

}

#table-of-contents td{
	padding: 6px;
}

#table-of-contents tr.even{
	background-color: #008a91;
}

.slideshow-left, .slideshow-right {
	padding: 0;
	margin: 0;
	width: 225px;
	height: 170px;
	overflow: hidden;
}

.slideshow-left {
	margin: 0 20px 10px 0;
	text-align: left;
	float: left;
}

.slideshow-right {
	margin: 0 0 10px 20px;
	float: right;
}


.slideshow-left img, .slideshow-right img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;	
}

.slideshow {  
	width:   480px;  
	height: 364px;
	overflow: hidden;
	margin-bottom: 20px;
} 

.slideshow img{  
	display: block;
	padding-bottom: 10px;
	margin: 0 auto;
} 

.float-right {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}

.float-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

#image-gallery-nav {
	width: 480px;
	text-align: center;
	display: block;
}

#image-gallery-nav a {
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	float: left;
	background-color: #26A7A8;
	border: 1px solid #007374;
	color: #ffffff;
	display: block;	
}

#image-gallery-nav a:hover {
	background-color: #fffbad;
	border: 1px solid #9c7b35;
	color: #9c7b35;	
}

#image-gallery-nav a.activeSlide {
	background-color: #99CCCC;
	border: 1px solid #ffffff;
	color: #007374;
}

#image-gallery-nav a:focus { 
	outline: none; 
}


.callout-box-teal {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #009A9C;
	margin-bottom: 20px;
}

.callout-box-yellow {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #fffbad;
	margin-bottom: 20px;
}

.callout-box-blue {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #9bcff7;
	margin-bottom: 20px;
}

.callout-box-green {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #80dd76;
	margin-bottom: 20px;
}

.sibling-callout-box {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #8AADE7;
	margin-bottom: 20px;
}

.related-callout-box {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #E7E3E7;
	margin-bottom: 20px;
}

.supporters-callout-box {
	border: 1px solid black;
	padding: 0 20px;
	background-color: #ADBA21;
	margin-bottom: 20px;
}

#flashcontent {
	text-align: center;
	margin-bottom: 20px;
}

.center-align {
	text-align: center;
}

#referral td {
	padding: 3px 0;
}


/* ---------- Navigation stuff below ---------- */

#sidebar #b-how-you-can-help a {
	margin-top: 10px;
	margin-left: 15px;
	width: 220px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/b-how-you-can-help-sidebar.png);
	background-repeat: no-repeat;
}

#sidebar #b-how-you-can-help a:hover {
	background-position: 0px -50px;
}

#sidebar #b-the-sib-spot-sidebar a {
	margin-bottom: 20px;
	margin-left: 15px;
	width: 220px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/b-the-sib-spot-sidebar.png);
	background-repeat: no-repeat;
}

#sidebar #b-the-sib-spot-sidebar a:hover {
	background-position: 0px -50px;
}

#sidebar #b-the-sib-spot-ani {
	margin-bottom: 20px;
	margin-left: 15px;
}


#b-write-to-us {
	margin-top: 20px;
}

#b-write-to-us a {
	width: 240px;
	height: 246px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/b-write-to-us.gif);
	background-repeat: no-repeat;
}

#b-write-to-us a:hover {
	background-position: 0px -250px;
}

.clearfix {
	width: 100px; 
	height: 1px; 
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0;
	
}


.image-thumbnails li a img{
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: middle;	
	border: 0 !important;
	display: block;
	float: left;
}

.image-thumbnails a {
	display: block;
	float: left;
	border: 0 !important;
	text-decoration: underline !important;
}

.image-thumbnails a:hover {
	border: 0 !important;
	text-decoration: underline !important;
}

.image-thumbnails li{
	clear: both;
	display: block;
	line-height: 75px;	
}



#nav { 
	list-style: none;
	height: 45px;
	width: 770px;
}

#nav a {
	display: block;
	height: 45px;
	text-indent: -9999px;
}

#nav li {
	float: left;
	position: relative;
	background-image: url(../how-you-can-help/index.html);
}

#nav li a:hover, #nav li:hover {
	background-position:-0 -45px;
}

#nav a.selected {
	background-position:-0 -45px;
}


#b-the-sib-spot a {
	width: 125px;
	background: url(../images/b-the-sib-spot.gif) top left no-repeat;
}

#b-for-you a {
	width: 81px;
	background: url(../images/b-for-you.gif) top left no-repeat;
}

#b-refer-a-sib a {
	width: 106px;
	background: url(../images/b-refer-a-sib.gif) top left no-repeat;
}

#b-about-us a {
	width: 94px;
	background: url(../images/b-about-us.gif) top left no-repeat;
}

#b-programs-and-services a {
	width: 189px;
	background: url(../images/b-programs-and-services.gif) top left no-repeat;
}

#b-how-you-can-help a {
	width: 175px;
	background: url(../images/b-how-you-can-help.gif) top left no-repeat;
}


ul.chalkboard {
	width: 453px;
	background-image: url(../images/bg-chalkboard-bottom.gif);
	background-position: center bottom;
	list-style-type: none;
	padding-bottom: 50px;
	text-align: left;
	display: block;
	margin: 25px auto !important;
}

ul.chalkboard h2 {
	width: 453px;
	height: 57px;
	text-indent: -9999px;
	background-image: url(../images/bg-chalkboard-exciting-news.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

ul.chalkboard li {
	width: 335px;
	left: 40px;
	color: #ff0000;
	padding: 5px 0;
	position: relative;
	left: 40px;
}

ul.chalkboard li a {
	background-image: url(../images/chalkboard-bullet-star.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-left: 25px;
	margin-left: 0;
	font-weight: bold;
	font-size: 11px;
	color: #fffbad;
	display: block;
	border: 0 !important;
	text-decoration: underline !important;
}

ul.chalkboard li a:hover {
	background-position: 0 -84px;
}
