html, body {
	width: 100%;
	height: 100%;
	min-width:860px;
}
/* */

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(BG.gif) center top no-repeat #f4f1e6;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #333;
	width: 100%;
	font-weight:400;
	text-align:center;
}

#pageContainer {
	visibility:hidden;
	display:block;
	width: 860px;
	height: 1px;
	margin: 0 auto;
}
.pageContainer #container {
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
	margin-top:0px;
}
.pageContainer #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* H Tags
-------------------------------------------------------------- */
h1, h2{
	font: normal 16px/24px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
}

h1 {
	visibility:hidden; 
}

h2 {
	font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}


/* P + General Content Tags - Logo
-------------------------------------------------------------- */
.error { color: #cc3300;
text-align: center;
} /* visibility:hidden; need to be removed, otherwise cant show up*/

.img_logo{
	display:block;border:0px solid #cccccc;
	float:left;
	font-weight:bold;
	margin-right: 20px;
	background:url(img_logo_.jpg) no-repeat;
	background-position:left;margin-bottom: 14px;
	width:0px;
	height:0px;
	
}
.img_logo span { visibility:hidden; }/* if there is an image - put a name of your image/ visibility:hidden; need to be removed, otherwise cant show up*/

/* END P + General Content Tags 
-------------------------------------------------------------- */


#form {
	background: none;
	border-top:0px solid #9d0514;padding:20px;
	margin-top:20px;
}
#form td{
	padding: 0px ;
	
}
.formStatus{
	padding-top: 15px ;
	
}


#phoneTable, .address {
   font-weight:bold;
   font-size:11px;
   }

.phoneLabel{
	display:block;
	float:left;
	font-weight:bold;
	font-size:11px;
	margin-right: 20px;
}
.formBasic {
	border-top:0px solid #d7d7d7;
	clear:both;
}

.formHalf {
	width: 600px;
}

.formBasic div  {
	padding: 3px 0;
	border-bottom: 0px solid #d7d7d7;
}
div.tabs > div {
	margin: 15px 0 0 15px;
	width: 660px;
	position:relative;
}


.formBasic label {
	display:block;
	float:left;
	font-weight:400;
	margin-right: 20px;
	text-align:right
}

.formHalf label{
	width: 180px;
}

fieldset {

	border:none;
}

input, textarea, select {
	font: 11px/14px Helvetica, Arial, sans-serif;
	padding: 2px;
	color: #333;
}
.formBasic fieldset input, .formBasic fieldset label, .formBasic fieldset a, .formBasic fieldset span {
	display:table-cell;
	display:inline-block;
	float:left;
	margin-right:5px;
	width:auto;
}

.formBasic fieldset span.phoneEntry {
	padding-top: 5px;
}




.moreOptions a{
	font-weight: bold;
	font-size: 11px;
	color: #333;margin-left: 200px;
	text-decoration:none
	

}


.moreOptions a:hover{
	font-weight: bold;
	font-size: 11px;
	color: #898577;margin-left: 200px;
	text-decoration: underline;
	

}



.formBasic fieldset button, .formButton{
	display:block;
	float: left;
	padding: 4px;
	font-weight:400;color:white;border:none;
	font-size:9px;
	background-color:#e4e0d3;
	color:#333333;text-decoration: none;
	border:1px solid #b6b2a4;
	}
.formBasic .moreOptions, .formBasic .moreOptions div {
	border:none;
}

.formButton{
	margin-left: 200px;margin-top: 20px;
	font-size:11px;
	background-color:#e4e0d3;
	color:#333333;	border:1px solid #b6b2a4;
	}
.bufferLeft {
	margin-left: 10px;
}



.space{
	height:80px;
}


.phaseLabel2 {
font-style:italic;
 
}
.formButton_
{text-decoration: none;}





























