@charset "UTF-8";
/*--------------basic styles------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	}
#wrapper {
	position: relative;
	width: 800px;
	margin: 10px auto 0;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	}
#clear {
 	clear: both;
	}
/*----------postion container elements------------*/
#header {
	position: relative;
	height: 139px;
	}
#creamRule {
	position: relative;
	margin-top: -3px;
	}
#navigation {
	top: 100px;
	position: absolute;
	bottom: 0px;
	left: 262px;
	width: 540px;
	height: 40px;
	}
#content {
	position: relative;
	width: 800px;
	margin-top: 25px;
	} 
#content h1.leftMargin{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #48624A;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content a {
	text-decoration: none;
	color: #3300CC;
}
#content a:hover {
	text-decoration: underline;
}
#leftColumn {
	width: 250px;
	float: left;
	}
#rightColumn{
	width: 550px;
	float: right;
	}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #48624A;
	margin-bottom: 10px;
	margin-right: 20px;
}
#rightColumn h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 15px;
	color: #993300;
	margin-top: 0px;
}
#rightColumn h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 15px;
	color: #993300;
	margin-bottom: 20px;
	margin-top: -25px;
	line-height: 20px;
}
#rightColumn h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 15px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 20px;
}
#rightColumn p {
	line-height: 16px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 7px;
}
.StrongBlack {
	font-weight: bolder;
	color: #333333;
}
.StrongGray {
	font-weight: bolder;
}
#rightColumn p.NoSpaceBottom {
	line-height: 17px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 2px;
}
#rightColumn p.IndentNoBullet {
	color: #666666;
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 95%;
}
.errorMessage {
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
}
.CompanyName {
	color: #993300;
}
.requiredFields1st {
	color: #FF0000;
	margin-top: 5px;
	font-size: 95%;
	font-weight: bold;
	margin-left: 10px;
}
.requiredFields {
	color: #FF0000;
	font-weight: bold;
}
.inputText {
	font-size: 90%;
}
.staticText {
	font-size: 90%;
	color: #990000;
}
fieldset {
	float: left;
	clear: left;
	position: relative;
	width: 475px;
	margin: 0em 0 -0.6em 1em;
	padding: 0 0 1em;
	background-image: url(images/GradientBkgdLng.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #BFBAB0;
	border-right:1px solid #BFBAB0;
	border-left: 1px solid #BFBAB0;
	border-bottom-style: none;
} 
legend {
	color: #666666;
	font-weight: bold;
	padding: 0px;
}
legend span {
	position: absolute;
	margin-top: 0.7em;
	font-size: 105%;
	margin-left: 1em;
} 
legend span2 {
	position: absolute;
	margin-top: 0.7em;
	font-size: 105%;
	margin-left: 1em;
	margin-bottom: 1em;
} 
fieldset ol {
	list-style-type: none;
	margin-top: 30px;
} 
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 0.2em;
} 
.green {
	color: #006633;
	font-size: 85%;
}
li.notes {
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #006633;
	margin-top: -5px;
}
li.notesBlack {
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333333;
}
.notesBold {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
label {
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align: right;
	margin-top: 2px;
	font-size: 85%;
}
#clearLeft {
	clear:left;
} 
#footer {
	position: relative;
	text-align: right;
	margin: 20px 20px 10px;
}
.button1 {
	border: none;
	background: url(images/Button1_SubmitFooterUp.gif) no-repeat right top;
	padding: 50px 0px 0px 150px;
}
.button1:hover {
	border: none;
	background: url(images/Button1_SubmitFooterDown.gif) no-repeat right top;
	padding: 50px 0px 0px 150px;
}
.button1a {
	border: none;
	background: url(images/Button1a_SubmitFooter_Up.gif) no-repeat right top;
	padding: 50px 0px 0px 150px;
}
.button1a:hover {
	border: none;
	background: url(images/Button1a_SubmitFooter_Down.gif) no-repeat right top;
	padding: 50px 0px 0px 150px;
}
.button2 {
	border: none;
	background: url(images/Button2_SubmitFooterUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button2:hover {
	border: none;
	background: url(images/Button2_SubmitFooterDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button2a {
	border: none;
	background: url(images/Button2_VendorFooterUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button2a:hover {
	border: none;
	background: url(images/Button2_VendorFooterDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button2b {
	border: none;
	background: url(images/Button2_RequestFooterUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button2b:hover {
	border: none;
	background: url(images/Button2_RequestFooterDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button3 {
	border: none;
	background: url(images/Button3_VendorFooterUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button3:hover {
	border: none;
	background: url(images/Button3_VendorFooterDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button4 {
	border: none;
	background: url(images/Button4_footerUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button4:hover {
	border: none;
	background: url(images/Button4_footerDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button5 {
	border: none;
	background: url(images/Button5_footerUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button5:hover {
	border: none;
	background: url(images/Button5_footerDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
#footer2 {
	position: relative;
	width: 800px;
	margin: 7px auto 0px;
	height: 25px;
}
#footer2 a {
	text-decoration: none;
	color: #000000;
	font-size: 85%;
}
#footer2 a:hover {
	text-decoration: underline;
}
img {border: 0;
}
