@charset "UTF-8";
/* CSS Document */
#navarea{
	padding:10px;
	color:#FFFFFF;
	font-size:1.2em;	
}
#hp_left_col{
	width:436px;
	float:left;
	font-weight:bold;
	color:#494747;
}
#hp_right_col{
	width:375px;
	float:right;
	height:360px;
	text-align:center;
}
#introvideo{
	width:347px;
	height:248px;
}
.imgbutton{
	cursor:pointer;
}
.formnote{
	font-size:.6em;
	font-weight:bold;
}
.alertbox{
	text-align:center;margin-top:5px;margin-bottom:5px;background-color: #ffebe8;border: 1px solid #dd3c10;color: #333333;padding: 5px;font-size: 12px;font-weight: bold;font-family:Verdana, Arial, Helvetica, sans-serif;
}
.infobox{
	text-align:center;margin-top:5px;margin-bottom:5px;background-color: #fff9d7;border: 1px solid #e2c822;color: #333333;padding: 5px;font-size: 12px;font-weight: bold;
}
.buybutton{
	padding:3px;
	border:1px dashed black;
	background-color:lightgreen;
	font-size:10px;
	color:#333333;
}
.interviewarea{
	width:450px;
	padding:3px;
	background-color:#FFFFCC;
	border:1px solid black;
	height:150px;
	float:left;
}
.cancelbutton{
	background-color:#CCCCCC;
	color:#666666;
}
.interviewfield{
	font-size:.8em;
}
/* True Reply Styles */

body{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header{
	background-image:url(../../media/header_back.jpg);
	height:291px;
}	
.hlogo{
	float:left;
	cursor:pointer;
}
#info{
	background-image:url(../../media/info_back.png);
	height:345px;
	width:391px;
	float:left;
	position:relative;
	top:80px;
	margin-left:100px;
}
#stage{
	width:980px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-490px;
}
#sub_header{
	width:980px;
}
#slides{
	height:274px;
	width:366px;
	padding:5px;
}
#startbutton{
	width:274px;
	height:77px;
	position:relative;
	left:50%;
	margin-left:-137px;
	margin-top:20px;
	cursor:pointer;
}
#copy{
	font-size:1.5em;
	width:525px;
	position:relative;
	top:-20px;
}
#moreinfo{
	margin-top:-20px;
}
#extracopy{
	width:980px;
	margin-top:20px;
}
.infopanel{
	background-image:url(../../media/moreinfo_back.png);
	width:207px;
	height:84px;
	float:left;
	padding:25px;
}
.reset{
	clear:both;
}
.lspacer{
	margin-left:4px;
}
.smallerText{
	font-size:.6em;
}
.accStage{
	position:relative;
	top:10px;
}
#actionmenu{
	margin:20px;
}
#menu{
	margin:0;	
	padding:0px;
	margin-top:15px;
}
#menu li{
	list-style-type:none; 
}
#menu a, #menu a:visited { 
	  display:block; 
	  width:194px; 
	  height:20px;
	  padding:5px;
	  font-family:arial, verdana, sans-serif; /* ADDED */ 
	  font-size:1em; /* ADDED */ 
	  text-align:center; /* ADDED */ 
	  text-decoration:none; /* ADDED */ 
	  color:#666;
	  font-weight:bold;
	  background-repeat:no-repeat;
 } 
 
#menu a:hover{
	  background-image:url(../../media/linkback.png);
	  color:#000;
}
.formclass{
	font-size:1em;
}
#loginlink{
	margin-top:100px;
}
.post{
	width:950px;
	margin-bottom:10px;
	background-color:#f0f2f4;
	border:2px solid #bcc5d0;
	padding:5px;
	font-size:.7em;
}
.postdisplay{
	height:400px;
	overflow:auto;
	overflow-x:hidden;
	margin-top:20px;
}	
.postfield{
	width:250px;
	float:left;
	font-size:.8em;
	margin-top:5px;
}
.palinkarea{
	width:400px;
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid black;
}

.postbutton{
	background-color:#660000;
	border:2px groove black;
	font-size:.8em;
	padding:5px;	
	color:#FFFFFF
}
.details{
	display:none;
}
.postheader{
	width:750px;
	float:left;
}
.postcontrol{
	width:200px;
	float:right;
	text-align:right;
}
.formfield{
	background-color:#FFFFCC;
	border:1px solid black;
	font-size:.8em;
	padding:5px;
	width:300px;
}
.formbutton{
	background-color:#00FF00;
	border:2px groove black;
	font-size:1.3em;
	padding:5px;	
}
.formheader{
	border-bottom:2px solid #cccccc;
	width:500px;
	margin-bottom:30px;
}

.formlabel{
	width:150px;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
#interviewpanel{
	width:950px;
	background-image:url(../../media/interviewback.png);
	position:absolute;
	top:225px;
	background-repeat:no-repeat;
	padding:20px;
}
/* pop msg related */
.backdrop{
	position: absolute;
	z-index:200;
	top:0px;
	width:100%;
	height:1500px;
	background:url(../../media/poup-bg.gif) repeat;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: Alpha(Opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	cursor:move;
	padding-top:201px;
	display:none;
}
.popup_area{
	width:740px;
	height:500px;
	padding:30px;
	background-image:url(../../media/popup_back.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-280px;
	display:none;
	z-index:2000;
}
#popup_content{
	width:100%;height:90%;over-flow:auto;overflow-x:hidden;
}
#flash{
display: block;
}
#flashcontent {
	height: 100%;
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}

#footer{ margin-top:20px;font-size:12px;text-align:center }
