@charset "UTF-8";
/* CSS Document */

/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 22px;
			width: 451px;
			background: #b0a583;
			padding: 0 19px 0 36px;
			line-height: 23px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 11px;
			color: #ffffff;
			border-bottom: 1px solid #cbc1a2;
			cursor: pointer;
			margin: 0 0 0 0;
			background:url(../gfx/golf-toggle-arrow1.gif) no-repeat #b0a583; 
		}
		
		.accordion_toggle_active {
			background: #5a4099;
			color: #ffffff;
			border-bottom: 1px solid #5a4099;
			background-image:url(../gfx/self-toggle-arrow2.gif);
			
		}
		
		.accordion_content {
	background-color: #cbc1a2;
	color: #000000;
	overflow: hidden;
	padding: 0px 10px 0px 19px;
	font-family: Arial;
	font-size: 11px;
	line-height: 9px;
		}
			
		.accordion_content h1 {
				margin: 15px 0 0 10px;
				color: #FFFFFF;
		}
			
		.accordion_content p {
		}
		
		p.top { padding: 13px 0 0 0;
		}
		
		p {
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 20px 0;
	color: #000000;
		} 
		
			.accordion_togglelink {
			display: block;
			height: 22px;
			width: 451px;
			background: #b0a583;
			padding: 0 19px 0 36px;
			line-height: 23px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 11px;
			color: #ffffff;
			border-bottom: 1px solid #cbc1a2;
			cursor: pointer;
			margin: 0 0 0 0;
			background:url(../gfx/golf-toggle-arrow1.gif) no-repeat #b0a583; 
		}
