@charset "UTF-8";

/* BODY */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

/* CONTAINER */
.oneColLiqCtrHdr #container {
	width: 980px;
	background: #FFFFFF; 
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER */
.oneColLiqCtrHdr #header {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align: right;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* MAINCONTENT */
.oneColLiqCtrHdr #mainContent {
	padding: 0;
	width: 980px;
	height: 637px;
	margin-bottom: 10px;
	border: 0;
	vertical-align:top;
}



.oneColLiqCtrHdr #mainContent p {
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}







/* FOOTER */
.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 980px;
	padding: 0;
	height:172px;
}

.oneColLiqCtrHdr #footer img
{
	float: left;
	border-width: 0px;
	margin-top: 0;
	margin-right: 11.6px;
	margin-bottom: 15px;
	margin-left: 0;
}

.oneColLiqCtrHdr #footer img.last
{
	margin: 0;
}

/* SECOND FOOTER */
.oneColLiqCtrHdr #secondfooter {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.oneColLiqCtrHdr #secondfooter p {
	font-size: 13px;
	color: #333;
	text-align: center;
}

.oneColLiqCtrHdr #secondfooter a:link {
	color: #333
}

/* FORM FIELD CONTAINER */
.oneColLiqCtrHdr #mainTextContent {
	margin-bottom: 10px;
	
	width: 100%;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.oneColLiqCtrHdr #formFieldLeft p{
	font-size: 18px;
	color: #808080;
	padding: 10px 0 0 30px;
}

/* FOOTER TWO */
.oneColLiqCtrHdr #footerTwo {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 980px;
	padding: 0;
	height: 44px;
	border: 0;
}

/* CLASSES FOR TABLE STYLES */

.indent {
	padding: 20px 0 0 50px;
}




.labelColumn {
	width: 220px;
	text-align:right;
	padding: 0 10px 0 0;
	vertical-align: top;
	font-size: 14px;
	color: #000;

}

.formFieldColumn {
	width: 340px;
	text-align:left;
	padding: 0 0 5px 0;
	vertical-align: top;

}

.lastFieldColumn {
	width: 340px;
	text-align:right;
	padding: 0 30px 5px 0;
	vertical-align: top;

}

.homePage{
	background-image:url(../images/wovenpartnersmain6.gif);
}

.secondPage{
	background-image:url(../images/wovenpartnersmain7.gif);
}

.mainText{
  font-size: 15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: left;

}

.secondText{
	font-size: 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	color: #008BCE;
	vertical-align:top;
	font-weight: bold;
}



.center{
	text-align:center;
}

.center table{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.spacer{
	margin-top: 7px;
	
}

.stepFourHeader{
	font-style:bold;
	font-weight: bold;
}


/* MAIN CONTENT ACCORDION */
.oneColLiqCtrHdr #mainContentAccordion {
	padding: 0;
	background-color: #FFFFFF;
	width: 980px;
	margin-bottom: 10px;
}

.oneColLiqCtrHdr #mainContentAccordion p {
	margin-bottom: 15px;
	font-size: 21px;
	color: #999999;
}

