@charset "utf-8";
/* Basics */
body {
	background: #C7E5F3;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited, a:focus {
	color: #004E8C;
	outline:none;
}
a:hover {
	color: #0071CC;
}
#wrapper {
	width: 100%;
	height: 100%;
}
#wrapperMain {
	width: 100%;
	height: 100%;
	display: block;
}
/* Core classes */
.zero {
	margin: 0px;
	padding: 0px;
}
/* Main */
#holder {
	height: 100%;
	margin: 0px auto 0px auto;
}
#holder .header {
	text-align: right;
	width: 881px;
	height: 181px;
	background: url(/images/header.jpg);
}
#headerImg {
	float: left;
}
#holderContent {
	background: #FFFFFF;
	border: 0px;
}
#blueBox {
	width: 215px;
	height: 8px;
	background: #88d6f8;
	margin: 0px 0px 23px 0px;
	clear: both;
}
* h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006699;
	border: 0px;
	line-height: 100%;
}
* p, * td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
}
/* Nav */

.mainNav {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:140px 0 0;
	padding:0;
}
.mainNav li {
	float:left;
	margin:0 0 0 2px;
	padding:0;
	position:relative;
	text-align:center;
}
.mainNav a {
s display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.mainNav li em {
	background:transparent url(../images/downloadBtn.gif) no-repeat scroll left top;
	display:none;
	font-style:normal;
	height:35px;
	left:-48px;
	padding:7px 0;
	position:absolute;
	text-align:center;
	top:-85px;
	width:123px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e3145;
	text-transform:uppercase;
	font-size:10px;
}
.mainNav li.downloadBtn {
	margin:0;
}
.mainNav li img {
	border:none;
}
.footerCopyright p {
	color:#94A9B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	padding:0 34px;
	text-transform:uppercase;
}
p.footerRightLinks {
	float:right;
	margin:0;
}
p.footerRightLinks a:link, p.footerRightLinks a:visited, p.footerRightLinks a:active, p.footerRightLinks a:hover {
	color:#94A9B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:37px;
	margin:0 0 0 20px;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
}
p.footerRightLinks a:hover {
	text-decoration:underline;
}
/* Home */

td.talentBox {
	margin: 0px 5px 0px 0px;
	text-align: left;
	overflow: hidden;
	line-height: 20px;
}
#talentBox {
	width: 135px;
	padding: 0px;
}
#talentBox img {
	width: 135px;
	height: 135px;
	border: 1px solid #979797;
	margin: 0px 0px 4px 0px;
}
#talentBox a:link, #talentBox a:active, #talentBox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #257fd9;
	line-height: 18px;
}
#talentBox a:hover {
	color: #003399;
}
#nowBooking {
	background: url(../images/home/head_nowbooking.jpg);
	width: 868px;
	height: 72px;
}
#emailSignup {
	height: 26px;
	position: relative;
	left: 373px;
	top: 33px;
}
#emailSignup .emailInput {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	width: 285px;
	padding: 2px;
	border: 1px solid #99CCCC;
	margin: 0px 3px 0px 0px;
}
/* Agency */

.agencyPageImgs {
	list-style:none;
	margin:0 -10px;
	padding:0;
}
.agencyPageImgs li {
	background:transparent url(../images/agencyAssets/agencyImgBg.jpg) no-repeat scroll left top;
	display:block;
	float:left;
	padding:0;
}
.agencyPageImgs li img {
	padding:10px;
}
.agencyContainer strong {
	clear:left;
	display:block;
	margin:0;
	padding:0;
}
/* Talent */

table#talent * h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006699;
}
table#talent * p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
}
/* Bookings */

table#bookings * input, table#bookings * select, table#bookings * textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding: 3px;
}
.disclaimer {
	font-size: 9px;
	color: #999999;
	font-style: italic;
}
.reqStar {
	color: #FF0000;
	font-weight: bold;
}
/* Footer */

td #footerExtend {
	background: #69ddf5;
	width: 881px;
	height: 100%;
}
