body {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 0px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #CCCCCC;
}


#container {
	width: 1020px;
	height: 600px;
	margin: -300px auto 0 -510px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#page_top {
	background-position: left bottom;
	padding: 5px 5px 4px;
}
#page_bottom {border: 1px solid #cccccc; }
#real_page {
	height: 600px;
	overflow: hidden;
	width: 1020px;
}

#main_menu {
	padding-left: 0px;
	position: absolute;
	top: 105px;
	left: 0px;
	width: 370px;
	height: 460px;
	visibility: visible;
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
#main_menu a {display: block; height: 20px; }

#contents_wrapper {width: 494px; height: 494px;  position: absolute; overflow: hidden;}
#contents {width: 3952px; height: 100%; position: relative;}
#content {
	width: 600px;
	position: absolute;
	overflow: hidden;
	height: 460px;
	margin-top: 105px;
	margin-left: 400px;
}
#home {left: 0; top: 0;}

#header {
	width: 1020px;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 999;
}


.h1 {
	margin: 0px;
	color: #FF7D00;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}

.h2 {
	margin: 10px 0px 10px 0px;
	color: #FFA500;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}

.h3 {
	margin: 10px 0px 10px 0px;
	color: #FFA500;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}
.h4 {
	margin: 10px 0px 10px 0px;
	color: #83D1C8;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}

.h5 {
	margin: 10px 0px 10px 0px;
	color: #49BF2F;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}

.h6 {
	margin: 10px 0px 10px 0px;
	color: #49BF2F;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 4.8em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	line-height: 1em;
}
.h1:visited, .h2:visited, .h3:visited, .h4:visited, .h5:visited, .h6:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.h1:hover, .h2:hover, .h3:hover, .h4:hover, .h5:hover, .h6:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.h1:active, .h2:active, .h3:active, .h4:active, .h5:active, .h6:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}



#footer {
	width: 1020px;
	height: 20px;
	margin: 20px 10px 0 0px;
	position: absolute;
	border-top: 1px solid #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	bottom: 0px;
	color: #FFA500;
	padding-top: 10px;
	float: left;
	top: 580px;
}

	/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
	display: block;
	height: 45px;
	width: 370px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0px;
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	background-image: url(images/active.png);
	background-repeat: no-repeat;
		}
		
		.accordion_content {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
		}
			
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			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;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			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;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* 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;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
