.bottomlinks {
	clear: both;
	margin: 10px 0 10px 0;
	font-size: 8pt;
	}

.bottomlinks a {
	color: white;
	text-decoration: none;
	}
	
.bottomlinks a:hover {
	color: #40ff40;
	}
	

#PopupShadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000000;
    z-index: 650;
	}
	
	
.PopupContainer {	/* The middle point of the screen, used to center the popups */
	display: none;
	position: fixed;
	width: 1px;
	left: 50%;
	top: 35%;
	z-index: 750;
	}
.PopupBackground {	/* Common background type for all popups */
	position: absolute;
	width: 100%;
	height: 100%;
	left: -4px;
	top: -4px;
	filter: alpha(opacity=50);
	opacity: 0.5;
    background-color: #002000;
    border: 4px solid #40ff40;
    }
    
    
.TextPopupBox {
	position: relative;
    width: 650px;
    height: 540px;
    top: -270px;
    left: -325px;
    z-index: 1000;
	}
.TextPopupClose {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 6px;
	padding-right: 6px;
	margin: 0;
	}
.TextPopupClose img {
	border: 0;
	padding: 0;
	}
.TextPopupContent {
	position: absolute;
	bottom: 8px;
	left: 8px;
    padding: 15px;
    width: 606px;
    height: 460px;
    text-align: justify;
    font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
	line-height: 105%;
	}
.TextPopupContent p {
	margin-top: 8px;
	padding-left: 16px;
	}
.TextPopupContent h1 {
	color: white;
	font-size: 14pt;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	}
.TextPopupContent h2 {
	font-size: 12pt;
	margin: 30px 0 6px 0;
	padding: 0;
	border: 0;
	}
.TextPopupContent h6 {
	font-size: 12pt;
	color: #808080;
	}
.TextPopupContent a {
	color: green;
	text-decoration: none;
	}
.TextPopupContent a:hover {
	color: white;
	}
.TextPopupContent input, select {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;	
	background-color: black;
	color: white;
	margin: 2px;
	border: 1px solid green;
	padding: 2px;
	}
.TextPopupContent textarea {
 	margin: 2px;
 	margin-bottom: 10px;
 	background-color: black;
 	border: 1px solid green;
 	color: white;
 	font-size: 10pt;
 	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 	width: 400px;
 	height: 150px;
	}
.TextPopupContent label {
	float: left;
	text-align: right;
	width: 150px;
	margin-top: 5px;
	padding-right: 4px;
	}
.TextPopupContent .Pushbutton {
	border: 2px solid green;
	padding-left: 16px;
	padding-right: 16px;
	color: white;
	background: black;
	font-weight: bold;
	}
.TextPopupContent .NoticeText {
	color: green;
	font-style: italic;	
	}

#contactHiddenText {
	font-size: 14pt;
	font-weight: bold;
	padding: 0;
	border: 0;
	color: #40ff40;
	display: none;
	}	
	
	
#VideoPopupBox {
	position: relative;
	width: 658px;
	height: 524px;
	left: -329px;
	top: -262px;
	z-index: 1000;
	}
#VideoPopupPlayerPlaceholderDiv {
	display: none;
	position: absolute;
	width: 640px;
	height: 480px;
	background: black;
	top: 8px;
	left: 8px;
	border: 0;
	font-size: 12pt;
	line-height: 3em;
	}
#VideoPopupClose {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	}
#VideoDiv {
	position: fixed;
	left: -700px;
	top: -500px;
	width: 640px;
	height: 480px;
	background: black;
	z-index: 2000;
	}
	
.SocialLinks table {
	margin-top: 20px;
	width: 100%;
	}
.SocialLinks td {
	width: 200px;
	height: 150px;
	line-height: 1.25em;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	}
.SocialLinks input, .SocialLinks textarea {
	width: 468px;
	border: 1px solid green;
	background: #004000;
	color: white;
	font-size: 7pt;
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	font-family: "Helvetica", "Arial", sans-serif;
	}
.SocialLinks textarea {
	width: 500px;
	height: 75px;
	overflow: hidden;
	}
.SocialLinks p {
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 12pt;
	}
.SocialLinks img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-bottom: 10px;
	}
.SocialLinks a {
	color: #cccccc;
	}
.SocialLinks a:hover {
	text-decoration: none;
	}
.SocialBox {
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	}
#SocialLinksCode {
	display: none;
	}
	



#MovieStillsPopupBox {
	position: relative;
	width: 658px;
	height: 524px;
	left: -329px;
	top: -262px;
	z-index: 1000;
	}
#MovieStillsPopupPicture {
	display: none;
	position: absolute;
	width: 640px;
	height: 480px;
	background: black;
	top: 8px;
	left: 8px;
	border: 0;
	}
#MovieStillsPopupClose {
	display: none;
	position: absolute;
	right: 4px;
	bottom: -2px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	}
#MovieStillsPopupText {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 11.5pt;
	width: 600px;
	text-align: left;
	}
#MovieStillsPopupLeftText {
	float: left;
	text-align: left;
	}
#MovieStillsPopupRightText {
	float: right;
	text-align: right;
	}
	
	
	
	
#PhotoShootPortraitPopupBox {
	position: relative;
	width: 548px;
	height: 794px;
	left: -274px;
	top: -300px;
	z-index: 1000;
	}
#PhotoShootPortraitPopupPicture {
	display: none;
	position: absolute;
	width: 530px;
	height: 750px;
	background: black;
	top: 8px;
	left: 8px;
	border: 0;
	}
#PhotoShootPortraitPopupClose {
	display: none;
	position: absolute;
	right: 4px;
	bottom: -2px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	}
#PhotoShootPortraitPopupText {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 11.5pt;
	width: 495px;
	text-align: left;
	}
#PhotoShootPortraitPopupLeftText {
	float: left;
	text-align: left;
	}
#PhotoShootPortraitPopupRightText {
	float: right;
	text-align: right;
	}



#PhotoShootLandscapePopupBox {
	position: relative;
	width: 768px;
	height: 574px;
	left: -384px;
	top: -287px;
	z-index: 1000;
	}
#PhotoShootLandscapePopupPicture {
	display: none;
	position: absolute;
	width: 750px;
	height: 530px;
	background: black;
	top: 8px;
	left: 8px;
	border: 0;
	}
#PhotoShootLandscapePopupClose {
	display: none;
	position: absolute;
	right: 4px;
	bottom: -2px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	}
#PhotoShootLandscapePopupText {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 11.5pt;
	width: 710px;
	text-align: left;
	}
#PhotoShootLandscapePopupLeftText {
	float: left;
	text-align: left;
	}
#PhotoShootLandscapePopupRightText {
	float: right;
	text-align: right;
	}