/* PAGE LAYOUT --------------------------------------------------------------------------------------------------------------------------------------- */
* {
  cursor: default;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

a {
  cursor: pointer;
}

a div {
  cursor: pointer;
}
  
body {
  background-color: #FFFFFF;
  color: #000000;
}

ul li{
margin-left: 15px;
}

div.footer {
	color: #B4C0C6;
	font-size: 9px;
	text-align: center;
 	margin: 0px auto;
}

div.footer a {
	color: #B4C0C6;
	font-size: 9px;
	text-decoration: none;
}
div.footer a:hover {
	color: #D27142;
}


div.header {
  background-image: url('../images/header.gif');
  background-position: top center;
  background-repeat: no-repeat;
  height: 74px;
  margin: 20px auto;
}

div.centervideo {
	height: 700px;
	margin: 0px auto;
	width: 800px;
}

div.centerflipper {
	background-image: url('../images/flipper_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 600px;
	margin: 50px auto;
	width: 600px;
}

div.videoplayer object {
	height: 330px;
	width: 800px;
}

div.videoplayer embed {
	height: 330px;
	width: 800px;
}

div.flipper object {
	height: 600px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

div.flipper embed {
	height: 600px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

div.flip {
	margin: 0px auto;
	text-align: center;
  width: 400px 
}

div.flip a img{
	border: 0px;
	cursor: pointer;
}

div.applyNowHeader {
	background-image: url('../images/header_applynow.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px auto 25px;
	width: 600px;
}

div.privacyHeader {
	background-image: url('../images/header_privacy.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px auto 25px;
	width: 600px;
}

div.termsHeader {
	background-image: url('../images/header_terms.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px auto 25px;
	width: 600px;
}

div.positionsHeader {
	background-image: url('../images/header_positions.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px auto 25px;
	width: 600px;
}

div.statsHeader {
	background-image: url('../images/header_stats.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px auto 25px;
	width: 600px;
}

div.stats {
	margin: 0px auto;
	text-align: center;
	width: 700px;
}

div.privacy {
	margin: 0px auto;
	width: 550px;
}

div.positions {
	margin: 0px auto;
	width: 550px;
}

div.message {
	color: #F8931D;
	margin: 0px auto 21px;
	width: 400px;
}

form {
	margin: 0px auto;
	width: 600px;
}

form input.long {
	width: 250px;
}

form td.error {
	color: #FF0000;
}