/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
  Citizen's School Bus
  Secondary Page Style Sheet
 
  Author:	Mike Green
  Email:	mike@fifthroomcreative.com
  (C) 2007 Citizen's School Bus
  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=Content Box
-----------------------------------------------------------------------*/

/* Header */
#secondaryBox_header {
	background:url(../images/secondary_body_header.gif) top left no-repeat;
	margin-left:55px;
	}
		
/* Body */
#secondaryBox_body {
	background:url(../images/secondary_body_bg.gif) top left repeat-y;
	padding:25px 65px;
	width:710px;
	min-height:240px;
	margin-left:52px;
	}

#secondaryBox_body h1 {
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	color:#278b38;
	font-weight:bold;
	}
	
#secondaryBox_body h2 {
	font-size:18px;
	line-height:25px;
	color:#336699;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	}
	
#secondaryBox_body p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:25px;
	color:#865920;
	margin-top:15px;
	}
	
#secondaryBox_body strong.initiative {
	color:#339933;
	font-weight:bold;
	}

strong.news {
	color:#339933;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:16px;
	}

strong.event {
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#339933;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	}

#secondaryBox_body ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:25px;
	color:#339933;
	margin-top:15px;
	}
	
ul#news {
	color:#865920;
	list-style:none;
	}
	
ul#events {
	list-style:none;
	color:#865920;
	}
	
ul#events a.offsite {
	color:#339933;
	}
	
ul#events a.offsite:hover {
	color:#336699;
	}	
	
#secondaryBox_body li {
	margin-bottom:15px;
	text-align:justify;
	}
	
#secondaryBox_body li span {
	color:#865920;
	}
	
#secondaryBox_body cite {
	display:block;
	font-style:italic;
	font-size:12px;
	color:#4d4d4d;
	text-align:right;
	}
	
#secondaryBox_body a {
	color:#865920;
	font-size:16px;
	line-height:25px;
	}
	
#secondaryBox_body a:hover {
	color:#336699;
	}
	
/* Footer */

#secondaryBox_footer {
	background:url(../images/secondary_body_footer.gif) bottom left no-repeat;
	margin-left:55px;
	margin-bottom:25px;
	}