/* --------------------------------------- Layout --------------------------------------- */

	* {

		margin: 0px;

		padding: 0px;

		border: 0px;

		list-style-type: none;

	}

	body {

		background-color: #008978;

		font-family: verdana, helvetica, sans-serif;

		font-size: 12px;

	}
	
	h3 {
		display: block;
		height: 30px;
		background-color: #EEE;
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		border-bottom: 1px solid #000;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	#container {

		width: 720px;

		margin: 30px auto;

	}

		

	#content {

		margin: 0 auto;

		border: 1px solid black;

		background-color: #fff;

		padding: 15px;

	}

	div#header {

		padding: 15px;

		height: 49px;

		border: 1px solid black;

		border-bottom: 0px;

		background-color: #008978;

	}

	#header img {

		float: left;

	}

	#header p {

		float: left;

		line-height: 49px;

		font-size: 21px;

		padding: 0 15px;

		color: #fff;

	}
	
/* --------------------------------------- Accordions ---------------------------------------  */

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			background-color: #008978;
			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 #000;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background-color: #008978;
			color: #ffffff;
			border-bottom: 1px solid #000;
		}
		
		.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;
			}
			
		.nested_accordion_toggle {
			display: block;
			height: 30px;
			background-color: #EEE;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #000;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #000;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.nested_accordion_toggle_active {
			background-color: #CCC;
			color: #000;
			border-bottom: 1px solid #000;
		}

		.nested_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.nested_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.nested_accordion_content p {
				line-height: 150%;
				padding: 10px;
			}
			
			.nested_accordion_content a {
				color: #008978;
				font-weight: bold;
				text-decoration: none;
			}
  								
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    .nested_accordion_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }