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

/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 22px;
			width: 699px;
			background: #b0a583;
			padding: 0 19px 0 48px;
			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-arrow3.gif) no-repeat #b0a583; 
		}
		
		.accordion_toggle_active {
			background: #006c64;
			color: #ffffff;
			border-bottom: 1px solid #006c64;
			background:url(../gfx/golf-toggle-arrow4.gif)  no-repeat #006c64;
			
		}
		
		.accordion_content {
			background-color: #cbc1a2;
			color: #FFFFFF;
			overflow: hidden;
			padding: 0px 0px 0px 0px;
			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;  
		} 
		
			.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; 
		}
		
			
			.accordion_togglelink2 {
			display: block;
			height: 22px;
			width: 709px;
			background: #b0a583;
			padding: 0 9px 0 48px;
			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-arrow5.gif) no-repeat #b0a583; 
		}
