html, body {
	margin:0;
	padding:0;
}
#wrapper{
	margin:0px auto;
	position: relative;
	height:443px;
	width:720px;
	border:3px solid #666;
}
#slides{
	position:relative;
	left:0px;
	right:0px;
	display:none;
	clear:both;
	width:720px;
	height:405px;
	border-bottom:3px solid #666;
}
.slide{
	position:absolute;
	color:#FFF;
	width:720px;
	height:405px;
}
.tabs,.buttons{
	position: absolute;
	top:392px;
	width:720px;
	height:35px;
	padding:0px;
	background-color: #EEE;
}
a.tab{
	width:25%;
	height:35px;
	float:left;
	display:block;
	line-height: 35px;
	color:#333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size:10pt;
	background-color:#EEE;
	color:#666;
}
a.decision{
	font-size:8pt;
	font-family:Verdana;
	border:3px solid #666;
	color:#666;
	display:block;
	padding:15px;
	margin:5px 60px 25px 60px;
	width:25%;
	text-align:center;
	font-size:12;
	text-decoration:none;
	font-weight: bold;
	position:relative;
	top:-85px;
}
.yes{
	float:left;
	background-color: #ACA;
}
.no{
	float:right;
	background-color: #CAA;
}
/*a.tab:hover{
	background-color: #AAA;
	color: #EEE;
}*/

a.selected{
	background-color: #666;
	color: #EEE;
}
.nav{
	position:absolute;
}
.text_body{
	position:absolute;
	bottom:0px;
	background-image:url("../resources/images/trans-gray-90.png");
	/*color:#885d30;*/
	color:#666;
	font-size:12pt;
	font-family:Verdana;
	width:100%;
	text-align: center;
	max-height: 404px;
}
.text_body p{
	margin:15px;
	text-align: left;
}
.node{
	width:450px;
	margin:0px auto;
	text-align: left;
}
li{display:inline;margin:10px;}
.sound{	
	line-height: 0;
	height:0px;
	overflow: hidden;
}
.hide{display:none;}
.next,.prev{
	cursor:pointer;
	color:#44F;
	text-decoration:underline;
}
.decisionblock{
	height:90px;
}
/*======== FORM CSS =========*/
.form-select,.container-inline,.webform-container-inline,.form-item{
	display:inline;
}
.webform-client-form{
	margin-bottom: 1em;
}
.webform-component{
	margin:5px;
}
textarea{display:block;}
h1, h2{
	font-size: 9pt;
}
h2 a{
	text-decoration:none;
	color:#888;
	display: none;
}

.text_body .content{
	font-size:8pt;
}
header{display:none;}