.leftpage{
margin-top:-30px;
}
.leftpage p{
margin-bottom:15px;

line-height:20px;
}
p a{
	text-decoration:none;
	font-weight:bold;
	color: #8FA4BF;
}
p a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#2F4A67;
}
/* DIALOG ENVELOPE
*/
#airmailEnvelope .btnClose {
  position: absolute;
  right: 9px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  border: 0;
  background: transparent url(/images/utility/btn-close.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  z-index:3000;
}


#airmailEnvelope .exampleText{
	color:#C4B497;
}
#airmail-stamp{
	display:block;
	float:right;
	width: 50%;
}
#airmail-stamp img{ 
	display:block;
	float:right;
	padding-left:20px;
	padding-top:2px;
}

/* CONTACT
*/

.sectionContent{
	display:none;
}
#contactProcessing{
	margin: 0;
	padding:0;
	font-size:1.6em;
	color:#2F4A67;
	text-transform:none;
	display:none;
}
#contactFormContainer {
	width:100%;
	background-color:none;
	margin-top:0px;
}
#contactFormContainer input, textarea, select{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#342758;
	font-size:1.3em;
	background-color:#EDE9E0;
	border: 1px solid #AFA399;
}
.contactCufon{
}
#contactAdditionalInfo{
	display:block;
	float:right;
}
#contactFormHeaderContainer{
	display:block;
	float:left;
	height:80px;
	width:100%;
	border-bottom: 1px solid #DFDDD1;
	margin-bottom:10px;
}
#contactInfo{
	display:block;
	float:left;
	width:300px;
}
#contactPhoneNumber{
	font-size:44px;
	font-weight:bold;
	display:block;
	color:#234164;
	float:left;
	width:90%;
	height:45px;
	line-height:.75em;
}
#contactEmail{
	font-size:22px;
	font-weight:bold;
	display:block;
	float:left;
	color:#72A6C3;
	width:90%;
	line-height:.75em;
	height:20px;
}
#name-email-phone-newsletter-block{
	width:253px;
	display:block;
	float:left;
}
#message-block{
	width:510px;
	margin-right:17px;
	display:block;
	float:right;
}
#contactErrorDialog {
	position:absolute;
	width:515px;
	height:345px;
	z-index:2;
	left: 23px;
	top: 20px;
	background-image:url(/images/home/postcard/contact-form.png);
	background-repeat:no-repeat;
}

#contactFormContainer .btnSend {
  width: 85px;
  height: 38px;
  right: 85px;
  top:465px;
  position:absolute;
  border: 0;
  background: transparent url(/images/utility/btn-send-lg.png) no-repeat right top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  display:block;
  float:right;
}
#contactFormMessage{
	font-size:20px;
	font-weight:bold;
	display:block;
	float:left;
	color:#234164;
	width:90%;
	line-height:.75em;
	height:20px;
	margin-top:20px;
	margin-bottom:-10px;
}
#contactThankYou {
	width:515px;
	padding-top:260px;
	margin:2px;
	margin-top:10px;
	background-image:url(/images/contact/post-card-thanks.jpg);
	background-repeat:no-repeat;
	z-index:10000;
	display:none;
	float:left;
}
#thankYouText{
	margin: 0;
	padding:0;
	font-size:1.6em;
	color:#2F4A67;
	text-transform:none;

}
#dialogEnvelope {
	position:absolute;
	width:399px;
	height:565px;
	/*z-index:1;*/
	background-image:url(/images/contact/dialog-bg-square.png);
	background-repeat:no-repeat;
	display:none;
}

#dialogEnvelope.contactPosition {
	top: 155px;
	left: 586px;
}

#dialogEnvelope .btnClose {
  position: absolute;
  right: -10px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  border: 0;
  background: transparent url(/images/utility/btn-close.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  z-index:3000;
}

#dialogEnvelope #errorIndicator{
	position:absolute;
	width:280px;
	height:162px;
	padding-left:0;
	padding-top:0;
	left: 50px;
	top: -60px;
	background-image:url(/images/utility/tag-error.png);
	background-repeat:no-repeat;
	z-index:5;
}

#dialogEnvelope #contactErrors{
	margin-left:400px;
	background:#CCCC99;
	/* jquery.validate plugin insists on setting the errors to display:inline, so we are making them "less visible" 
	*/
	width:1px;
	height:1px;
	overflow:hidden;
}

#dialogEnvelope #contactFormErrorsDisplay{
	position:absolute;
	margin: 0;
	padding:0;
	width:315px;
	height:410px;
	left: 40px;
	top: 100px;
	font-size:1.6em;
	color:#6F0000;
	text-transform:none;
	z-index:9001;
	display:none;
}

.processingTextColor{
	color:#CCCCCC;
}

#dialogEnvelope #contactFormErrorsDisplay h2 {
	font-size:1.8em;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
}

#dialogEnvelope #contactFormErrorsDisplay p {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#contactFormHeading {
	margin: 0;
	padding:0;
	font-size:1.3em;
	padding-bottom:5px;
	color:#2F4A67;
	text-transform:none;
	z-index:9000;
}

#contactFormHeading h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contactFormInstructions {
	margin: 0;
	padding:0;
	font-size:.9em;
	color:#2F4A67;
	text-transform:none;
	z-index:9000;
}

#contactInstructions p {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#contactForm label{
	font-size:.8em;
	color:#4F4745;
	display:block;
}

#contactForm label a{
	color:#4F4745;
	display:block;
	text-decoration:none;
}
#contactForm label a:hover{
	color:#2F4A67;
}

#contactForm label.optionLabel{
	font-size:.8em;
	color:#2F4A67;
	display:block;
	padding-right:20px;
	line-height:1.6em;
}
#contactForm .checkboxAndLabel{
	width: 100%;
	padding-top:10px;
	display:block;
	float:left;
}
#contactForm label.checkboxLabel{
	color:#2F4A67; 
	font-weight:bold;
	display:inline;
	padding-right:5px;
	width:50%;
}

#contactForm li, ul{
list-style:none;
}

#contactForm input, textarea{
	color:#2F4A67;
	font-size:1.5em;
	padding:3px;
}

#contactForm radio{
	color:#2F4A67;
	font-size:1.5em;
	padding:3px;
	background:none;
}

#contactForm select{
	color:#2F4A67;
	font-size:1.4em;
	padding:2px;
	padding-bottom:3px;
}

#contactForm select:focus{
	color:#2F4A67;
	font-size:1.4em;
	padding:2px;
	padding-bottom:3px;
	border: solid 1px #8FA4BF;
	background-color:#FFFFFF;
}

#contactForm input:focus, textarea:focus{
	color:#2F4A67;
	font-size:1.5em;
	padding:3px;
	border: solid 1px #8FA4BF;
	background-color:#FBFAF5;
}

#contactForm input.error{
	border: solid 1px #A12E29;
	background-color:#FEFDF9;
}

#contactForm label.lbl-100pct{
	display:block;
	float:left;
	padding-top: 9px;
	padding-bottom:2px;	
	width: 99.9%;
	color:#2F4A67;
}

#contactForm label.lblBold-100pct{
	display:block;
	float:left;
	font-size:.95em;
	font-weight:bold;
	color:#2F4A67;
	line-height:1.2em;
	padding-top: 9px;
	padding-bottom:2px;	
	width: 99.9%;
}

#contactForm label.lblBold-50pct{
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#2F4A67;
	line-height:1.2em;
	padding-top: 9px;
	padding-bottom:2px;	
	width: 49.9%;
}
#contactForm label.lblBold-37pct{
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#2F4A67;
	line-height:1.2em;
	padding-top: 9px;
	padding-bottom:2px;	
	width: 36.5%;
}
#contactForm label.lblBold-25pct{
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#2F4A67;
	line-height:1.2em;
	padding-top: 9px;
	padding-bottom:2px;	
	width: 24.5%;
}
#contactForm .lblSectionRow{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	line-height:1.2em;
	width: 507px;
	padding-top:0px;
	border-bottom: 1px solid #D5CBBD;
}
#contactForm .lblRequired{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#2F4A67;
	text-align:right;
	display:block;
	width: 34.9%;
	line-height:1.8em;
	float:right;
}
#contactForm .lblOptional{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.0em;
	color:#8FA4BF;
	text-align:right;
	display:block;
	width: 34.9%;
	line-height:1.8em;
	float:right;
}
#contactForm .frmGroup-50pct{
	width:49.9%;
	display:block;
	float:left;
}
#contactForm .frmGroup-50pct-Rt{
	width:49.9%;
	display:block;
	float:right;
}
#contactForm .img-flt-rt{
	display:block;
	float:right;
}
#contactForm .frmGroup-37pct{
	width:36.5%;
	display:block;
	float:left;
}
#contactForm .frmGroup-25pct{
	width:24.5%;
	display:block;
	float:left;
}

#contactForm label.lblSection{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color:#2F4A67;
	line-height:1.2em;
	width: 64.9%;
	padding-top:0px;
}

#contactForm label.lblSection a {
	color:#2F4A67;
}


#contactForm label.lblSectionOptional{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color:#8FA4BF;
	line-height:1.2em;
	width: 64.9%;
	padding-top:0px;
}

#contactForm label.lblSeparator{
	display:block;
	float:left;
	line-height:3em;
	width: 99.9%;
	padding-top:0px;
}
#contactForm label.lblSeparatorBar{
	display:block;
	float:left;
	line-height:4px;
	width: 99.9%;
	padding-bottom:12px;
	border-bottom: 1px solid #ECE9D8;
}

#contactForm .fieldAndLabel{
	display:block;
	padding-right: 5px;
	float:left;
}
#contactForm .fieldAndLabel-50pct{
	display:block;
	padding-right: 5px;
	float:left;
	width:49.9%;
	background-color:#009999;
}

#contactForm #captcha {
	border: 1px solid #D5CBBD;
}
#contactAdditionalListToggle,#contactHelpUsListToggle,#vacationOptionalListToggle,#contactOptionalListToggle{
	height:23px;
	display:block;
	float:left;
}
#contactCaptchaControls {
padding-top:5px;
}

#contactCaptchaControls li {
	float:left;
	padding: 0;
    margin: 0;
    list-style: none;
    height: 29px;
    overflow: hidden;
}

#contactCaptchaControls li a {
    display: block;
    background-image: url(/images/utility/btn-sm-captcha-sprite.png);
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	width: 31px;
	height: 29px;
	overflow:hidden;
	background-repeat:no-repeat;
	padding-top: 29px;
}

#contactCaptchaControls li a.refresh {background-position: 0px 0px;}
#contactCaptchaControls li a.audio {background-position: -31px 0px;}
#contactCaptchaControls li a.help {background-position: -62px 0px;}

#contactWrapper{
	position:relative;
	z-index:2000;
	background: none;
	display:block;
	height: 396px;
	width: 556px;
}	
.quickFlip {
	height: 512px;
	width: 559px;
}

.leftpage ul, .wholepage ul {
	/* list-style-image: url(/images/utility/lists/cluster.png); */
	margin-bottom:0px;
	list-style-type:none;
	padding-left: 0px;
	line-height:100%;
}

.leftpage ul li, .wholepage ul li {
	margin: 0;
}
#vcard{
margin-left:20px;
}
.frmHR{
	border:none;
	border-top: 1px solid #AFAAA4;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right:33px;
}
#nameErrorIndicator{
	display:none;
	position:absolute;
	top:223px;
	left:56px;
}
#phoneErrorIndicator{
	display:none;
	top:287px;
	position:absolute;
	left:56px;
}
#emailErrorIndicator{
	display:none;
	position:absolute;
	top:354px;
	left:56px;
}

.errorIndicator{
	display:inline;
	position:relative;
	top:10px;
	left:5px;
	line-height:2px;
}
#confirmationInfoContainer{
	background:url(../images/contact/confirmation-info-tag.jpg) top left no-repeat;
	display:none;
	position: absolute;
	left:500px;
	top:200px;
	width:390px;
	font-size:15px;
	color:#00172F;
	padding-bottom:15px;
	height:500px;
}
#contactInfoConfirmationName{
	position:relative;
	top:34px;
	left:90px;
	z-index:5000;
}
#contactInfoConfirmationEmail{
	position:relative;
	top:2px;
	left:90px;
	z-index:5000;
}
#contactInfoConfirmationPhone{
	position:relative;
	top:21px;
	left:90px;
	z-index:5000;
}
#contactInfoConfirmationJoin{
	position:absolute;
	top:12px;
	left:352px;
	z-index:5000;
}
#contactInfoConfirmationMsg{
	line-height:1.4em;
	position:relative;
	top:-14px;
	left:61px;
	width:320px;
	height:145px;
	overflow:hidden;
	padding-top:5px;
	z-index:5000;
}
