/* Newsletter Style Sheet */

  #two-column {
    height:1100px;
	}
  #two-column .left-rail {
    height:1100px;
	background: url('../images/newsletter-left-rail-bg.jpg') no-repeat top;
	}
  #two-column .left-rail #info {
    width:144px;
	position:absolute;
	margin-left:22px;
	margin-top:40px;
	}
  #two-column .left-rail #info #box {
    width:120px;
	font-family:Arial;
	font-size:9pt;
	color:#A09A8B;
	padding:8px 12px;
	position:absolute;
    }
  #two-column .left-rail #info #box .name {
    font-size:11pt;
	color:#6991A6;
    }
  #two-column .left-rail #info #box .phone {
    font-size:10.5pt;
	font-weight:bold;
	}
  
  #two-column .newsletter {
    height:1036px;
	background: url('../images/newsletter-bg.jpg') no-repeat top;
	}
  #two-column #main-content #newsletter-form {
    width:556px;
	position:absolute;
	}
  #two-column #main-content #newsletter-form #item {
    width:556px;
	padding:0 0 8px 0;
	font-family: tahoma;
	font-size:8pt;
	}
  #two-column #main-content #newsletter-form #item #item-label {
    width:170px;
	float:left;
	}
  #two-column #main-content #newsletter-form #item #item-input {
    width:386px;
	float:right;
	}
  #two-column #main-content #newsletter-form #item .functional p {
    padding-bottom:4px;
	}
  #two-column #main-content #newsletter-form #item .functional input {
    padding-right:8px;
	}
  
