@charset "UTF-8";
/* CSS Document */
/*-----------------------------Color Config----------------------------*/
.joinMenu A:hover,
.joinMenu A.active,
.joinMenu A.active:visited {
	background-color:	#014565;
	color:						#fff;
}
/*-----------------------------Tags Basics----------------------------*/
BODY {
	color: #000;
	background: #fdfdfd url(../images/join/siteBg.gif) repeat-x top;
}
H3 {
	font-size: 16px;
}
/*-----------------------------Join Banner----------------------------*/
#joinBanner {
	width: 940px;
	height: 290px;
	background:url(../images/join/bannerBg.png) 0 0 no-repeat;
	behavior: url(../css/iepngfix.htc);
}
#joinBannerSquare {
	width: 680px;
	height: 450px;
	background:url(../images/join/bannerSquareBg.png) 0 0 no-repeat;
	behavior: url(../css/iepngfix.htc);
	float:left;
}
.priceTag{
	position: relative;
	float:right;
	top: -25px;
	right: -32px;
	z-index:2;
}
*:first-child+html .priceTag{
	right: -25px;
}
.bannerVideo {
	float: right;
	width: 355px;
	height: 200px;
	margin: 10px 10px auto auto;
}
/*-----------------------------Menu----------------------------*/
.joinMenu {
	float: left;
	margin-top: 5px;
}
.joinMenu A {
	padding: 3px 10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.joinMenu A:hover {
	text-decoration:none;
}
/*-----------------------------Content----------------------------*/
.features {
	width: 260px;
	float:right;
	margin-top: 25px;
}
UL.arrows {
	list-style: none;
	list-style-image:none;
	line-height: 22px;
	margin: 5px auto 20px -20px;
}
UL.arrows LI {
	background: url(../images/join/bulletArrows.gif) no-repeat 5px 6px;
	padding-left: 22px;
}
UL.bigList{
	list-style: none;
	line-height: 30px;
	font-size:14px;
	margin: 5px auto auto 5px;
	list-style-image:none;
}
UL.bigList LI{
	background: url(../images/join/bulletArrows.gif) no-repeat 0px 10px;
	padding-left: 17px;
}
UL.bigListNumber{
	line-height: 30px;
	font-size:14px;
	margin: 5px auto auto 25px;
	list-style-image:none;
	list-style-type: decimal;
}
.halfCol{
	float: left;
	width: 445px;
}
.thirdsCol{
	float: left;
	width: 280px;
	margin: auto auto 30px;
}
.thirdsCol h3,
.thirdsCol p,
.halfCol h3,
.halfCol p{
	margin-left: 20px;
}
.thirdsCol UL,
.halfCol UL
{
	margin-left: 0px;
}
.thirdsCol p{
	height: 80px;
}
.thirdsCol .tag {
	margin-top: -15px;
}
.thirdsColSpacer{
	float: left;
	width: 50px;
	overflow:hidden;
}
.clients{
	background: url(../images/join/logosBG.gif) no-repeat top center;
	width: 270px;
	padding-top: 15px;
}
.clients DIV {
	margin: auto;
	width: 210px;
}
.clientsBottom {
	background: url(../images/join/logosBGBottom.gif) no-repeat top center;
	width: 270px;
	height: 20px;
}
.clients DIV a.external {
	line-height: 25px;
}
.clients IMG {
	margin-top: 5px;
}
/*-----------------------------Contact----------------------------*/
#contactAJAX {
	margin: auto 70px 20px;
}
#contactAJAX INPUT.field {
	margin: 5px 10px 10px 0;
}
#contactAJAX TEXTAREA {
	width:310px;
	height: 120px;
	margin: 5px 10px 20px 0;
}
#contactAJAX SPAN.inputLabel{
	margin: 5px 5px 10px 5px;
	padding-left: 5px;
	width: 100px;
	color:#FFFFFF;
	font-weight:bold;
}
#contactAJAX DIV.highlight{
	margin: 10px auto 11px;
	height:20px;
	overflow:hidden;
	padding: auto 10px;
	background: #880000;
	color: #fff;
	text-align:center;
	width: 400px;
}
.iconLinkLarge {
	padding: 0px 0px 0px 55px;
	height: 50px;
	display: block;
	line-height:50px;
	font-size: 14px;
}
.twitterLarge {
	background: url(../images/iconLargeTwitter.gif) left no-repeat;
}
.facebookLarge {
	background: url(../images/iconLargeFacebook.gif) left no-repeat;
}
/*-----------------------------Service Details----------------------------*/
.serviceButtons {
	float: left;
	width: 220px;
}
.serviceButtons A{
	display: block;
	margin: 10px auto auto 20px;
}
.serviceButtons A:hover,
.serviceButtons A.Active,
.serviceButtons A.Active:visited,
.serviceButtons A.Active:hover
{
	background: url(../images/join/serviceDetailsButtonBg.gif) no-repeat 0 0;
}

.serviceTabsContent {
	float: left;
	width: 390px;
	height: 300px;
	margin:10px auto auto;
	padding-left: 40px;
	padding-top: 10px;
}
#photographyTabData {
	background: url(../images/join/serviceDetailsProductionBg.gif) no-repeat 0 0;
}
#toursTabData {
	background: url(../images/join/serviceDetailsToursBg.gif) no-repeat 0 0;
}
#platformTabData {
	background: url(../images/join/serviceDetailsPlatformBg.gif) no-repeat 0 0;
}