body {
	text-align: center;
	min-width: 971px;
	margin: 0;
	padding: 0;

}

p	{text-align:left;
}

td img {display: block;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/*Typography*/
.style2 /*red header*/{
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 1.5em;
}
.style5 /*questions*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
}
.style8 /*sub sub header*/{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: left;
}

.style8blue /*sub sub header*/{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: left;
	color: #006991;
}
.style8red /*sub sub header*/{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: left;
	color: #EA272A;
}
.style10 /*sub header*/{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
}


.style11 /*footer*/{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818386;
	font-weight: normal;
	/*padding-left: 18px;
	padding-right: 18px;*/
	text-align: left;
}

.style12 /*footer with 18 padding*/{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818386;
	font-weight: normal;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
}
/*links*/
a {
color:#EA272A;
text-decoration:none;
}
a:link {
color:#EA272A;
text-decoration:none;
}
a:hover {
color:#EA272A;
text-decoration:underline;
}

.tellafriend_background {
	background-image: url(images/tellafriend_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
/*special divs*/

div#container {
	margin:0 auto;
	width:1007px;
	text-align:center;
	background:#ffffff;
	background-image: url(images/BackgroundGreyWhiteShort.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	}
div#header {
	padding-top: 18px;
	padding-bottom: 10px;
}

div#VideoContent {
	width:971px;
	position:relative;
	overflow:auto;
	background-image: url(images/videos_bckgrnd.jpg);
	height: 601px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	}
	
div#VideoScrollMenu {
	overflow: auto;
	position: absolute;
	height: 370px;
	width: 300px;
	left: 20px;
	top: 196px;
	border: 1px solid #CCCCCC;
	
}

div#SelectRecruiter {
	overflow: hidden;
	position: absolute;
	height: 370px;
	width: 258px;
	left: 20px;
	top: 196px;
	border: none;
	text-align: center;
	
}

div#FeaturedVideos {
	height: 125px;
	width: 350px;
	position: absolute;
	left: 570px;
	top: 61px;
	border: 1px solid #cccccc;
	visibility: hidden;
	background-color: white;
}
div#VideoPlayer {
	position: absolute;
	height: 252px;
	width: 448px;
	left: 410px;
	top: 256px;
}
div#menu {
}
div#InfosessionScrollMenu {

	overflow: auto;
	position: absolute;
	height: 370px;
	width: 300px;
	left: 20px;
	top: 196px;
	border: 1px solid #CCCCCC;
}
div#InfosessionPlayer {

	position: absolute;
	height: 374px;
	width: 448px;
	left: 410px;
	top: 150px;
}
div#InfosessionContent {
	width:971px;
	position:relative;
	overflow:auto;
	background-image: url(images/infosessions_bckgrnd.jpg);
	height: 601px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
div#RecruiterContent {

	width:971px;
	position:relative;
	overflow:auto;
	background-image: url(images/recruiters_bckgrnd.jpg);
	height: 601px;
	margin: 0 auto;
	background-position: center;
}
