/****************** TEXT STYLES ***************************************************************/
.boxTitle{
	font-weight:bold;
	color:#002a5a;
	text-align:center;
	padding:5px;
}
.boxHeaders{
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.boxContent{
	height:119px;
	width:231px;
	border:1px solid #002a5a;
}
.submitButton{
	border:1px solid #CCCCCC;
	background-color:#002a5a;
	color:#FFFFFF;
}
.pointer{
	cursor:pointer;
}
.interviewText{
	color:#333333;
}
.bold{
	font-weight:bold;
}
.inputBox{
	border:1px solid #002a5a;
}
.welcome{
	font-size:36px;
	font-weight:bold;
}
.details{
	text-align:left;
	margin-left:10px;
}
.error{
	font-weight:bold;
	color:#FF0000;
}
.clickHere{
	padding:2px;
	text-align:center;
	text-decoration:underline;
}
.footerText{
	font-size:10px;
	padding:2px;
}
.w{
	position:relative;
	background-image:url(../images/w.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:206px;
	font-size:13px;
}
.w2{
	position:relative;
	/*background-image:url(../images/w.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	width:206px;
	font-size:13px;
}

.rightInterview{
	position:relative;
}
/****************** LINK STYLES ***************************************************************/

/****************** CONTAINER STYLES **********************************************************/
#position{
	width:770px;
	position:absolute;
	left:50%;
	margin-left:-385px;
}
#content{
	position:relative;	
	width:770px;
	height:805px;
	background-image:url(../images/backgroundGradient.jpg);
	background-repeat:no-repeat;
	border:1px solid #002a5a;
}
/****************** BOXES STYLES **************************************************************/
#header{
	position:relative;
	width:770px;
	height:93px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#header2{
	position:relative;
	width:770px;
	height:93px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}
#moviePlayer{
	position:relative;
	float:left;
}
#infoBox{
	position:relative;
	float:right;
	right:20px;
}
#movie{
	position:relative;
	left:29px;
	width:475px;
	height:317px;
	border:1px solid #002a5a;
}
#fourBoxes{
	position:relative;
	left:29px;
	width:475px;
}
#mainText{
	width:770px;
	text-align:center;
	padding:4px 0px 0px 0px;
}
#footer{
	position:relative;
}
#popContainer{
	position:relative;
}
/****************** OTHER STYLES **************************************************************/
body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#002a5a;
	margin:0px 0px 0px 0px;
}
form,img,div,input,iframe,object{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}