/* CSS Document for Home Layout */

@import url("template.css");

div#menu_home{
	background-image:url(../images/home/menu_home.gif);
}

div#body_home{
	padding:0;
	margin:0;
}

div#body_home_left{
	width:390px;
	float:left;

}

div#body_home_right{
	width:200px;
	float:right;
}

div#body_home_left_content{
	position:relative;
}

div#whatsnew_header{
	background-image:url(../images/home/header_whatsnew.gif);
}

div#whatspast_header{
	background-image:url(../images/home/header_whatspast.gif);
}

div#event_header{
	background-image:url(../images/home/header_event.gif);
}

div#photo_header{
	background-image:url(../images/home/header_photo.gif);

}

div#sponser_header{
	background-image:url(../images/home/header_sponsor.gif);
}

/*
	Vertical Accordions
*/
		
.accordion_toggle {
			display: block;
			height: 30px;
			width: 580px;
			background: url(images/home/accordion_toggle.jpg) no-repeat top right #3d77be;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
}
		
		.accordion_toggle_active {
			background: url(images/home/accordion_toggle_active.jpg) no-repeat top right #f9b24c;
			color: #000000;
			border-bottom: 1px solid #ffffff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/home/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/home/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #000000;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
