#meet-text{
	display: block;
	height: 119px;
	background: url(../images/meet-team.jpg) no-repeat 50% top;
	position: relative;
	z-index: 10;
}
h2.title{
	background: url(../images/title-locate.gif) no-repeat left top;
	height: 38px;
	margin-bottom: 20px;
}
#contact-link{
	display: block;
	width: 258px;
	height: 110px;
	background-image: url(../images/contact-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	right: 0;
	top: -70px;
}
#contact-link span{
	position: absolute;
	left: -9999px;
}

#left-side{
	position: relative;
	width: 426px;
}
#left-side .line{
	position: absolute;
	right: -5px;
	top: 50px;
	width: 1px;
	height: 200px;
	border-left: 1px solid #000;
}

#right-side{
	width: 501px;
}
#right-content{
	background: url(../images/contact-bg.png) repeat-x left top;
	padding-right: 0;
	margin-right: 40px;
	margin-top: 40px;
	position: relative;
}
#right-content form{
}
#right-content .title{
	background: url(../images/title-inquiries.gif) no-repeat left top;
	height: 31px;
	width: 148px;
	position: relative;
	top: 11px;
	left: 21px;
	margin-bottom: 2px;
}
.row{
	padding: 5px 0;
	overflow: hidden;
}
.row label{
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 1.0em;
	padding: 8px 0;
}

.row input, .row textarea{
	border: 2px solid #ffcc99;
	width: 310px;
	float: left;
	font-size: 1.3em;
	padding: 4px;
	margin-left: 10px;
}

.row textarea{
	height: 180px;
}

.buttons input{
	margin-left: 130px;
}

#bottom{
	overflow: hidden;
	clear: both;
	padding-right: 40px;
}
#colorado, #oklahoma, #utah{
	float: left;
	border-right: 2px solid #d4d3d0;
	margin-top: 5px;
	height: 450px;
	margin-right: 5px;
}
#colorado{
	width: 500px;
}
#oklahoma, #utah{
	width: 220px;
}
#utah{
	border: 0;
	margin-right: 0;
}
#colorado .star div{
	width: 220px;
	float: left;
}
#bottom-title{
	background: #000;
	color: #cf7011;
	padding: 12px 0 12px 24px;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 3px;
}
#bottom ul{
	margin-bottom: 20px;
}
#bottom li{
	font-size: 1.2em;
}
.star{
	background: url(../images/little-star.gif) no-repeat left top;
	padding-left: 45px;
	overflow: hidden;
}
.star h3{
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1.3em;
}
.star h4{
	color: #CF7011;
	font-size: 1.2em;
	font-weight: normal;
}