@charset "utf-8";
/* CSS Document */

.clear{clear:both}

html{
	height: 100%;
}
body{
	background:  #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#333;
	height: 100%;
}

a:link{
	text-decoration:none;
	color:#ff0000;
}
a:visited{
	text-decoration:none;
	color:#cccccc;
}

a.linktext{
	text-decoration:none;
	color: red;
}
a:hover.linktext{
	font-weight:bold; 
}
a:visited.linktext{
	color: #660000;
}


div#outerwrapper{
	width: 1100px;
	height: 950px;
	background: url(../images/pagebackground.jpg) 0 0;
	margin-left:auto;
	margin-right:auto;
}
div#outerwrapper2{
	width: 1100px;
	height: auto;
	background: url(../images/pagebackground.jpg) 0 0;
	margin-left:auto;
	margin-right:auto;
}

div#wrapper{
	width: 990px;
	height: auto;
	background: transparent;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}



/*---Navigation---*/

div#nav{
	margin: 10px 0 0 0;
	width: 990px;
	height: 60px;
	position:relative;
	background: url(../images/navbackground.jpg) 0 0 no-repeat;
	float: left;
}
div#nav ul {
	margin:0px;
	padding:0px;
}
div#nav ul li{
	display:inline;
	height:50px; 
	float:left; 
	list-style:none;}

a.navlinks {
	width:165px;
	height:40px;
	text-align:center;
	text-decoration: none;
	padding-top:20px;
	font-weight:bold;
	color:white;
	font-size:11px;
	background: url(../images/navroll.png) 0 0 no-repeat;
	float:left;
}
a:hover.navlinks{
	background-position: 0 -60px;
}

a.navlinksactive {
	width:165px;
	height:40px;
	text-align:center;
	text-decoration:none;
	padding-top:20px;
	font-weight:bold;
	color:white;
	font-size:11px;
	background: url(../images/navactive.png) 0 0 no-repeat;
	float:left;
}
a:hover.navlinksactive{
	background-position: 0 -60px;;
}

/*--Header--*/

div#header{
	width: 990px;
	height: 130px;
	display: block;
	float: left;
}
div#headerimage{
	width:400px;
	height:104px;
	display:block;
	float:right;
	margin: 20px 0 0 0;
	background: url(../images/headerimage.png) 0 0 no-repeat;
}

/*--Logo--*/

div#virtualvulogo{
	width: 410px;
	height: 75px;
	margin: 40px 0 30px 0;
	background: url(../images/virtualvulogo.png) 0 0 no-repeat;
	text-indent:-999999px;
	float: left;
}
div#innovation{
	width:auto;
	height:auto;
	margin: 82px 25px 0 0;
	float:left;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

/*---Paragraph Classes--*/

p.featuretext{
	font-size: 14px;
	line-height: 20px;
}
/*--Universal Classes--*/

.contentwrapper{
	width:988px;
	height:auto;
	background: transparent;
}
.fulllengthwrapper{
	width:990px;
	height:auto;
	background:white;
}
.videowrapper{
	width: 540px;
	height: 410px;
	background:black;
	float:left;
}
.playlistwrapper{
	width:auto;
	height:auto;
	margin: 20px 0 0 0;
}
.videotitle{
	width:297px;
	height:30px;
	float:left;
	background: url(../images/80pxgraddark.png) 0 0 repeat-x;
}
div#videoplaylist{
	width:595px;
	height:auto;
	float:left;
	overflow:hidden;
	background: white;
	background-color: #333333;
}
div#videoplaylistbox{
	width:297px;
	height:auto;
	float:left;
	background: #333333;
}

div#buttonbox{
	width:200px;
	height:auto;
	float:right;
	margin:10px 0 0 0;
}

a.video{
	background: url(../images/videobutton.jpg) 0 0 no-repeat;
	width:190px;
	display:block;
	height:40px;
	float:left;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	line-height:40px;
	color: white;
}

a:hover.video{
	background-position: 0 -40px;
	color:white;
}
.subtitle1{
	font-size:18px;
	height:35px;
	width:auto;
	color: white;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	background: url(../images/subtitle.png) 0 0 no-repeat;
	background-color: #666666;
	padding: 0 0 0 5px;
	color: white;
	
}
.subtitleWC{
	font-size:18px;
	height:35px;
	width:auto;
	color: white;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	background: url(../images/subtitleWC.png) 0 0 no-repeat;
	background-color: #ac1414;
	padding: 0 0 0 5px;
	color: white;
	
}
.pagebuttonbox{
	width: auto;
	height: 50px;
	display: block;
	margin: 20px 0 0 0;
	float:right;
}

a.pagebutton{
	width: 197px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	margin: 0 0 0 20px;
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	background: url(../images/pagebutton.jpg) 0 0 no-repeat;
}
a:hover.pagebutton{
	background-position: 0 -50px;
}

/*---Home---*/

div#homecontent{
	padding: 15px;
	width: 419px;
	height: 378px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:right;
}
div#homebuttonbox{
	width:988px;
	height:auto;
	float:right;
	margin: 20px 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

p.button{
	line-height: 70px;
	font-size: 12px;
}
a.button{
	background: url(../images/button.png) 0 0 no-repeat;
	width:200px;
	height:50px;
	float: left;
	text-align:center;
	font-weight: bold;
	line-height:50px;
	color: white;
	font-size: 13px;
}

a:hover.button{
	background-position: 0 -50px;
}
.buttonholder{
	width:200px;
	height:50px;
	float:left;
	margin: 10px 0 10px 10px;
}
.buttondescript{
	line-height:25px;
	font-size: 14px;
	float:left;
	width: 750px;
	margin: 10px 0 10px 10px;
}

/*--3D Remote Interview--*/

.videowrapper3d{
	width: 745px;
	height: 360px;
	background:black;
	float:left;
}

.pagetitleright{
	width:auto;
	height:auto;
	margin: 90px 10px 0 0;
	float:right;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
div#threedcontent{
	padding: 7px;
	width: 230px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 344px;
	margin: 0 0 20px 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	font-size:12px;
	line-height:18px;
	background-color:white;
	float:right;
}
div#photobox{
	width: 394px;
	height: 200px;
	float:left;
	background: #cccccc;
}
div#emptybox{
	width: 692px;
	height: 122px;
	float:left;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	border-right: 1px solid #cccccc;
}
div#leftboxholder{
	width:200px;
	height:auto;
	float: left;
}


/*---Table--*/

.tablebox{
	width:948px;
	height: auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 20px 20px 20px 20px;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:left;
}
.tableholder{
	width: 950px;
	height: auto;
	float:left;
	overflow: hidden;
}
.tabletitle{
	font-size:14px;
	height:35px;
	width:985px;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	float:left;
	background: url(../images/subtitle.png) 0 0 no-repeat;
	background-color: #666666;
	padding: 0 0 0 5px;
	color: white;
	
}
.tableheader{
	width: 240px;
	height: 30px;

	background: url(../images/tableheader.jpg) 0 0 no-repeat;
	line-height: 30px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	float:left;
}
.tablemaincell{
	width: 230px;
	height: 100px;
	background: url(../images/tablemaincell.jpg) 0 0 no-repeat;
	line-height: 80px;
	text-align: center;
	color:white;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height: 80px;
	text-align: center;
}
.tablecell{
	width: 240px;
	height: 100px;
	background: url(../images/tablecell.jpg) 0 0 no-repeat;
	float:left;
}
.tableblankcell{
	width: 230px;
	height: 30px;
	background: transparent;
	float:left;
}
ul.ultable{
	width:240px;
	height: auto;
	margin: 5px 0 0 5px;
}
ul.ultable li{
	display: block;
	line-height: 15px;
	text-align: left;
	color: black;
	font-size:11px;
	padding: 0 15px 5px 15px;
	background: url(../images/red_bullet.gif) 0px 6px no-repeat;
	text-decoration: none;
}

/*---Table 360--*/
.tablebox360{
	width:928px;
	height: auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 20px 20px 20px 40px;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:left;
}
.tableholder360{
	width: 950px;
	height: auto;
	float:left;
	overflow: hidden;
}
.tabletitle360{
	font-size:14px;
	height:35px;
	width:985px;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	float:left;
	background: url(../images/subtitle.png) 0 0 no-repeat;
	background-color: #666666;
	padding: 0 0 0 5px;
	color: white;
	
}
.tableheader360{
	width: 300px;
	height: 30px;
	background: url(../images/tableheader360.jpg) 0 0 no-repeat;
	line-height: 30px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	float:left;
}
.tablemaincell360{
	width: 300px;
	height: 100px;
	background:  url(../images/tablemaincell360.jpg) 0 0 no-repeat;
	line-height: 80px;
	text-align: center;
	color:white;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height: 80px;
	text-align: center;
}
.tablecell360{
	width: 300px;
	height: 100px;
	background:  url(../images/tablecell360.jpg) 0 0 no-repeat;
	float:left;
}
.tableblankcell360{
	width: 300px;
	height: 30px;
	background: transparent;
	float:left;
}
ul.ultable360{
	width:300px;
	height: auto;
	margin: 5px 0 0 5px;
}
ul.ultable360 li{
	display: block;
	line-height: 15px;
	text-align: left;
	color: black;
	font-size:11px;
	padding: 0 15px 5px 15px;
	background: url(../images/red_bullet.gif) 0px 6px no-repeat;
	text-decoration: none;
}

/*--Standalone Virtual Studio--*/
div#standalonecontent{
	padding: 10px;
	width: 224px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 340px;
	line-height:18px;
	font-size:12px;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:right;
}
/*--360 Degree Content--*/
div#threesixtycontent{
	padding: 15px;
	width: 419px;
	height: 378px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:right;
}


/*--Evolution---*/
div#evolutioncontent{
	padding: 10px;
	width: 968px;
	border: 1px solid #cccccc;
	height: auto;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:right;
}
div#evolutiontext{
	width:630px;
	height:auto;
	float: left;
}
div#imagesev{
	width:320px;
	height:auto;
	float: right;
	margin: 0 5px 0 10px;
}

/*---Press---*/
div#contentbox{
	padding: 20px;
}
div#contactbox td {
	padding: 5px;
}

.subtitle2{
	font-size:18px;
	height:35px;
	width:295px;
	color: white;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	background: url(../images/subtitle.png) 0 0 no-repeat;
	background-color: #666666;
	padding: 0 0 0 5px;
	color: white;
}
.subtitle3{
	font-size:18px;
	height:35px;
	width:685px;
	color: white;
	font-weight: bold;
	font-style: italic;
	line-height:35px;
	background: url(../images/subtitle.png) 0 0 no-repeat;
	background-color: #666666;
	padding: 0 0 0 5px;
	color: white;
}
div#articles{
	width: 300px;
	height:auto;
	float: left;
}
div#articlebox{
	width: 290px;
	height: auto;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float: left;
}
div#contact{
	width: 690px;
	height:auto;
	float:right;
	background:red;
	overflow:hidden;
}
div#contactbox{
	padding: 10px;
	width: 668px;
	border: 1px solid #cccccc;
	height: auto;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
}

a.article{
	background: url(../images/articlebutton.jpg) 0 0 no-repeat;
	width:300px;
	display:block;
	height:40px;
	float:left;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
	font-size: 14px;
	font-weight: bold;
	line-height:40px;
	color:#333333;
}

a:hover.article{
	background-position: 0 -40px;
	color:#cc0000;
}
/*--Main Studio Requirements--*/
div#mainstudiocontent{
	padding: 10px;
	width: 291px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:left;
}
div#mainstudiotablewrapper{
	padding: 20px 10px 20px 20px;
	width: 646px;
	border: 1px solid #cccccc;
	height: auto;
	margin: 0 0 0 0;
	background: url(../images/100pxgrad.png) 0 0 repeat-x;
	background-color:white;
	float:right;
}

.tableholdermainstudio{
	width: 636px;
	height: auto;
	float:left;
	overflow: hidden;
}
.tableheadermainstudio{
	width: 435px;
	height: 30px;
	background: url(../images/tableheadermainstudiolong.jpg) 0 0 no-repeat;
	line-height: 30px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	float:left;
}
.tableheadermainstudio2{
	width: 200px;
	height: 30px;
	background: url(../images/tableheadermainstudioshort.jpg) 0 0 no-repeat;
	line-height: 30px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	float:left;
}
.tablemaincellmainstudio{
	width: 200px;
	height: 70px;
	background:  url(../images/tablemaincellmainstudio.jpg) 0 0 no-repeat;
	line-height: 60px;
	text-align: center;
	color:white;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.tablecellmainstudio{
	width: 435px;
	height: 70px;
	background:  url(../images/tablecellmainstudio.jpg) 0 0 no-repeat;
	float:left;
}
.tableblankcellmainstudio{
	width: 300px;
	height: 30px;
	background: transparent;
	float:left;
}
ul.ultablemainstudio{
	width:435px;
	height: auto;
	margin: 5px 0 0 5px;
}
ul.ultablemainstudio li{
	display: block;
	line-height: 15px;
	text-align: left;
	color: black;
	font-size:11px;
	padding: 0 15px 5px 15px;
	background: url(../images/red_bullet.gif) 0px 6px no-repeat;
	text-decoration: none;
}

/*--Footer--*/

div#footer{
	width: 990px;
	height: 60px;
	background: url(../images/footerbackground.jpg) 0 0 no-repeat;
	margin: 10px 0 0 0;
	color:white;
	text-align:center;
	line-height:50px;
}
	