@charset "UTF-8";
/* CSS Document */

#level3sub {
clear:both;
position:relative;
width:940px;
text-align:left;
padding: 40px 25px;
background-color:#ffffff;
}
#container1 {
	width:660px;
	background:url(../images/side-shade.jpg) right top no-repeat;
	padding-right:20px;
}
#container2 {
	width:240px;
	background:url(../images/contact-button1.jpg) left top no-repeat;
	padding-left:20px;
}

#level3sub h2 {
	color:#FFF;
	size:20px;
	margin:0;
	font-weight:normal;
}

#level3sub h3 {
	color:#49531f;
	size:20px;
	margin:0;
	font-weight:normal;
}

.price_box {
	background:url(../images/price-box.jpg) no-repeat;
	width:185px;
	height:178px;
	padding:12px;
	font-weight:bold;
	font-size:11px;
}

a .price_box {color:#000; text-decoration:none;}

ul.list {
	padding-left:0
}

ul.list li.item1 {
	list-style: none;
	background:url(../images/bullet.gif) scroll no-repeat 8px 16px #e1e9c6;
	height:25px;
	padding-top:12px;
	padding-left:20px;
	width:620px;
	color:#49531f
}
ul.list li.item2 {
	list-style: none;
	background:url(../images/bullet.gif) scroll no-repeat 8px 16px #FFFFFF;
	height:25px;
	padding-top:12px;
	padding-left:20px;
	width:620px;
	color:#49531f
}

.textGreen {
	color: #49531f;
}
.textGreenMed {
	color: #49531f;
	font-size:14px;
}

.textPurple {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#8c4772;
	font-size:16px;	
}

.formField {
	width:209px;
	height:25px;
	padding:6px;
	background: transparent url(../images/form-field.jpg) no-repeat left top;
	border:none;
	color:#404040;
	font-size:12px;
	
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	color:#404040; 
	width:210px;
	height:112px;
	background: transparent url(../images/form-message.jpg) no-repeat left top;
	border:none;
	padding:4px;
}

.formSubmit {
	width:92px;
	height:30px;
	margin-right:8px;
	color:#404040;
	border:none;
	background: transparent url(../images/form-submit.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

