/*---------------------------------------------------------
2 columns' Bg Colors, widths, etcx
---------------------------------------------------------*/
/*
Background color for right column
Must set height and position
*/
#content-rt-bg{
	background-color: #E6E7D5;
	margin: 0 auto;
	padding: 0;
	height: 1%;
	position: relative;
}
/*
Background color for center column
margin-left sets the width for the left column
*/
#content-lt-bg{
	background-color: #FFFFFF;
	margin-right: 478px;
	height: 1%;
	position: relative;
	padding: 0;
}

/*
width of column must be 1px larger than the margin-right set in content-lt-bg
margin-right must be 1px less than the desired width
*/
#right-content {
	float:right;
	width:479px;
	margin-right:-479px;/* must be less than width above*/
	position:relative;
	height: 1%;
	overflow: hidden;
	border: 0;
}

/*---------------------------------------------------------
Right column
---------------------------------------------------------*/
#right-content-padding{
	padding: 30px 30px 60px 30px;
	font-size: 10px;
}
#right-content-padding h2{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #B30000;
}
#right-content-padding ul{
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}
#right-content-padding li{
	float: left;
}
.contact-label{
	width: 124px;
	padding: 4px 10px 0 0;
	text-align: right;
}
.contact-field{
	width: 256px;
	padding: 0 0 3px 0;
}
.contact-field input,
.contact-field textarea{
	width: 250px;
	font-size: 11px;
}
.contact-field textarea{
	height: 80px;
}
.contact-state{
	width: 110px;
}
.contact-state select{
	width: 100px;
	font-size: 11px;
}
.contact-zip{
	width: 60px;
	text-align: right;
	padding: 4px 10px 0 0;
}
.contact-zip-field{
	width: 75px;
	padding: 0 0 10px 0;
}
.contact-zip-field input{
	width: 69px;
}
.contact-submit{
	width: 256px;
	padding: 1em 0 0 134px;
	text-align: center;
}
.contact-submit input{
	width: 150px;
}

/*---------------------------------------------------------
Left Column - Top Buttons & Main Content Columns
---------------------------------------------------------*/
#primary-content{
	width: 444px;
	margin: 0;
	padding: 10px 0 0 31px;
	float: left;
}
#primary-content li{
	padding-bottom: 1.5em;
}
#primary-content li p{
	margin: .5em 0 0 0;
}

