@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
}	

#wrap{
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
}

body{
	background-color:#FFF;
}


body,td,th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form, h1{
	margin:0;
	padding:0;
}


.flashtext{
	visibility:hidden; /*hide till flashtext is enabled*/
	margin:0;
	padding:0;
	line-height:18px;
	font-size:18px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

h1.flashtext{
	line-height:22px;
	font-size:22px;	
}


#wrap{
	width:915px;
	margin:0px auto;
	text-align:left;
	vertical-align: middle;	
	background-color:#eee;
}

#background{
	position:absolute;
	width:915px;
	height:489px;
	z-index:100;
	overflow:hidden;
}

#background_shade{
	position:absolute;
	width:915px;
	height:489px;
	z-index:150;
	/*background-image:url(img/wt50.png);*/
}

#background img{
	display:block;
	float:right;
	margin-right:5px;
}


#section{
	position:absolute;
	width:915px;
	height:489px;
	z-index:500;
}



#overlay{
	color:#000000;
	position:absolute;
	z-index:1000;
	padding-left:125px;
	padding-top:30px;	
	display:none;
}	

#overlay_close{
	z-index:1001;
	position:relative;
	width:25px;
	height:25px;
	top:12px;
	left:678px;
	cursor:pointer;

}
	
#overlay_padding{
	z-index:1002;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;	
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url(img/wt100.png);
}	

#overlay_content{
	width:660px;
	height:500px;
}

#overlay_content p{
	padding-right: 15px;
}


.headfoot{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:13px;
	padding-right:12px;
}

.textsmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

.headfoot a{
	color:#FFF;
	text-decoration:none;
}

.submenu{
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:7px;
	cursor:pointer;
}

.submenu_hover{
	background-color:#EEE;

}

.page_group{
	position:absolute;
	width:548px;
	top:-1000px;
}


#page_group_background{
	position:absolute;
	width:548px;
	height:1px;
}

/*FORM*/


.sf_info{
	display:inline;
	font-size:10px;
	color:#555;
	font-weight:normal;
}

.sf_required{
	font-weight:bold;
	color:#FF9900;
}

.sf_error{
	color:red;
}

.sf_field_label{
	line-height:20px;
}
.sf_field_text{
	height:42px;
}