*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	height: 100%;
}

.topimg {
	position: absolute;
	top: 0px;
	left: 80px;
	border: 0;
}

.lsideimg {
	position: absolute;
	top: 80px;
	left: 0px;
	border: 0;
}

.rsideimg {
	position: absolute;
	top: 0px;
	left: 850px;
	border: 0;
}

.vanity1 {
	position: absolute;
	top: 652px;
	left: 0px;
	width: 88px;
	height: 31px;
	border: 0;
}

.vanity2 {
	position: absolute;
	top: 684px;
	left: 0px;
	width: 88px;
	height: 31px;
	border: 0;
}

.vanity3 {
	position: absolute;
	top: 716px;
	left: 0px;
	width: 83px;
	height: 31px;
	border: 0;
}

.vanity4 {
	position: absolute;
	top: 748px;
	left: 0px;
	border: 0;
}

.forms {
	position: absolute;
	top: 110px;
	left: 110px;
}

.bbutton {
	position: absolute;
	top: 150px;
	left: 600px;
	border: 0;
}


h1 {
	color: #96BF55;

	font-size: 20px;

	font-weight: normal;

	margin: 5px 0 5px 0;

	text-align: left;

}


	h1 span {

		color: #ffffff;

		font-size: 20px;

		font-weight: normal;

		margin: 5px 5px 5px 0;

		text-align: left;

	}

h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}

#container {
	margin: 20px auto 0 auto;
	width: 700px;
	position: absolute;
	top: 130px;
	left: 110px;
}

	#top_container {
		width: 680px;
		height: 130px;
		margin: 10px auto 10px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 700px;
	}

a,
a:link,
a:visited {
	color: #09f;
}

.hidden {
	display : none;
}

.marquee0 {
	position: absolute;
	top: 110px;
	left: 110px;
	width: 700px;
	background: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #982f2c;
}


/*
	Vertical Accordions
*/
		
.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: url(images/accordion_toggle.jpf) no-repeat top right #33427e;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 2px solid #982f2c;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #982f2c;
	color: #ffffff;
	border-bottom: 2px solid #33427e;
}
		
.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;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #33427e;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 2px solid #982f2c;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #982f2c;
	color: #ffffff;
	border-bottom: 2px solid #33427e;
}

.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 #33427e;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #982f2c;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #982f2c;
	border-right: 1px solid #33427e;
}
		
.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;
}
