@charset "utf-8";
					
					
    /* Container styling*/
    #horizontal_container {
	width: 959px;
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	overflow: hidden;
	background-image: url(../images/back_horiz_lightgrey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
    }
		
		.horizontal_accordion_content {
	/* REQUIRED */
			height: 400px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
			overflow: hidden;
	color: #444444;
	background-repeat: repeat-x;
		}
			
			.horizontal_accordion_content p {
	line-height: 150%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
	/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	height: 390px;
	width: 30px;
	color: #333333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0;
	background-color: #999999;
	background-image: url(../images/back_horiz_darkgrey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	line-height: 1.2em;
	padding-top: 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
		}
		
		.horizontal_accordion_toggle_active {
	background-color: #990000;
	background-image: url(../images/back_horiz_red.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
		}
		.accordion_toggle {
	display: block;
	height: 30px;
	width: 700px;
	background: url(images/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;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	background-image: url(../images/back_horiz.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
	line-height: 150%;
	padding: 10px 10px 15px 10px;
			}
  			
.horizontal_accordion_content strong {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Trebuchet, Arial;
}
.horizontal_accordion_content img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

