#content_container{
	position: relative;
	width: 960px;
	background: url('images/site/tertiary_background-top.gif') left top no-repeat;
	overflow: hidden;
}
#home_content_container #padded{
	width: 960px;
	padding-bottom: 60px;
	background: url('images/site/tertiary_background-bottom.gif') left bottom no-repeat;
	overflow: hidden;
}

#subnav{
	float: left;
	width: 180px;
	padding: 20px 20px 0px 20px;
}
#subnav ul{
	list-style: none;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}
#subnav ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
#content{
	float: left;
	width: 700px;
	padding: 20px;
}
#content ul{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
}
#content ol{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	margin-top: -4px;
}

#breadcrumb{
	width: 920px;
	padding: 10px 20px;
}
#breadcrumb p{
	margin: 0px;
	padding: 0px;
}
a{
	color: #127099;
	text-decoration: none;
}
a:hover{
	color: #127099;
	text-decoration: underline;
}

#contact_us{
	width: 600px;
	padding: 20px;
	overflow: hidden;
}
#contact_us .textfield{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #333;
	width: 260px;
	height: 15px;
	padding: 5px;
	border: none;
	background: url('images/site/form_field.gif') left top no-repeat;
}
#contact_us .zip{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #333;
	width: 260px;
	height: 15px;
	padding: 5px;
	border: none;
	background: url('images/site/form_field.gif') left top no-repeat;
}
#contact_us .state{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #333;
	width: 270px;
	height: 26px;
	padding: 5px;
	border: none;
	background: url('images/site/form_field.gif') left top no-repeat;
}
#contact_us #submit{
	border: none;
	width: 83px;
	height: 42px;
	background: url('images/site/btn_send.gif') 0px 0px no-repeat;
}
#contact_us #submit:hover{
	background: url('images/site/btn_send.gif') -83px 0px no-repeat;
}
