/* Contact Page  */
.Contact div#NonGalleryBody {
	position:relative;
	width:880px;
	height:437px;
	margin:0 auto 12px;
	padding:32px;
	border: 6px solid #efefef;
	}
.Contact p {
	font-size: 18px;
	color:#363636;
	font-weight: bold;
	line-height:24px;
	}

.Contact #UpperLinks p {
	float:left;
	margin-right:60px;
	}
.Contact #UpperLinks p a, .Contact #UpperLinks p a:visited {
	color:#0a83bc;
	text-decoration: none;
	}
.Contact #UpperLinks p a:hover {
	color:#333;
	}

div#EmailForm h2, div#Subscribe h2 {
	font-size: 24px;
	font-weight: bold;
	color:#363636;
	margin-bottom:4px;
	}
div#EmailForm {
	width:560px;
	margin-top:40px;
	float:left;
	}
	div#EmailForm input.ContactInfo, div#EmailForm textarea {
		font-size:18px;
		font-family: 'Arial Rounded MT Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
		color:#bcbcbc;
		border:none;
		height:25px;
		width:540px;
		margin:4px 0px;
		padding:4px 10px 0px;
		}
		div#EmailForm input.ContactInfo:first-child {margin-top:0px;}
	div#EmailForm textarea {
		height:110px;
		overflow: auto;
		}
	div#EmailForm input.button {
		width:94px;
		height:32px;
		background-color:transparent;
		background-image:url(/images/send.png);
		display:block;
		margin:10px auto 0px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:right;
		}

div#Subscribe {
	font-size: 16px;
	margin-top:40px;
	float:right;
	position:relative;
	z-index: 5;
	}
	div#SubscribeForm {
		width:266px;
		height:255px;
		padding:4px 14px 4px;
		background:#fff;
		}
	div#SubscribeInstructions {
		position:relative;
		margin-top:6px;
		color:#363636;
		line-height:16px;
		}
		div#SubscribeInstructions p {
			font-size: 13px;
			line-height:17px;
			}
	div#SubscribeForm input.SubscribeInfo {
		font-family: 'Arial Rounded MT Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
		color:#363636;
		background:#d9d9d9;
		border:none;
		height:20px;
		width:246px;
		margin:4px 0px;
		padding:4px 10px 2px;
		font-size: 14px;
		}
	div#SubscribeForm input.button {
		width:68px;
		height:23px;
		background-color:transparent;
		background-image:url(/images/subscribe-btn.png);
		display:block;
		margin:8px auto 9px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:right;
		}
			
.BigContactFormStatusText {
	height:0px;
	width:617px;
	background:#000;
	opacity: 0.75;
	text-align:center; 
	position:absolute;
	top:0px;
	left:0px;
	font-size: 32px !important;
	padding-top:225px;
	padding-bottom:275px;
	color:white;
	z-index: 40000;
	}
.SubscriberFormStatusText {
	height:0px;
	width:294px;
	background:#000;
	opacity: 0.75;
	text-align:center; 
	position:absolute;
	top:28px;
	left:0px;
	font-size: 20px !important;
	padding-top:38%;
	padding-bottom:52%;
	color:white;
	z-index: 40000;
	}

/* End - Contact Page */

/* iPhone Contact Page */
@media screen and (max-device-width: 481px) {
.Contact div#NonGalleryBody {
	position:relative;
	width:460px;
	height:700px;
	margin:0 auto;
	padding:0;
	border:none;
	}
	
.Contact p {
	font-size: 36px;
	color:#363636;
	font-weight: bold;
	line-height:24px;
	}
.Contact #UpperLinks {
	width:100%;
	}
.Contact #UpperLinks p {
	text-align: center;
	float:none;
	width:100%;
	margin:0 auto;
	padding:15px 0px;
	}
.Contact #UpperLinks p a, .Contact #UpperLinks p a:visited {
	color:#0a83bc;
	text-decoration: none;
	}
#EmailForm {
	display:none;	
	}

div#Subscribe {
	border-top: 1px solid #999;
	padding-top:18px;
	width:340px;
	margin:20px auto;
	position:relative;
	z-index: 5;
	float:none;
	}
	div#SubscribeForm {
		width:340px;
		margin:0 auto;
		height:350px;
		padding:0;
		background:#d9d9d9;
		}
	div#SubscribeInstructions {
		position:relative;
		margin-top:6px;
		color:#363636;
		line-height:16px;
		}
		div#SubscribeInstructions p {
			font-size: 16px;
			line-height:20px;
			}
	#SubscriberForm {
		width:340px;
		margin:12px auto;
		}
	div#SubscribeForm input.SubscribeInfo {
		font-family: Helvetica;
		color:#363636;
		background:#fff;
		border:none;
		height:40px;
		width:320px;
		font-size: 18px;
		margin-top:6px;
		}
	div#SubscribeForm input.button {
		width:68px;
		height:23px;
		background-color:transparent;
		background-image:url(/images/subscribe-btn.png);
		display:block;
		margin:8px auto 9px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:none;
		}

}
/* End iPhone Contact Page */

