/* HOME PAGE */

.ttlHome h1 {
	width:113px;
	height:26px;
	background:url(../images/ttl_contact.gif) no-repeat; 
    overflow: hidden;
	padding-bottom:35px;
}

.ttlHome h1 span{
	display:none;
}

.ttlThanks h1 {
	width:154px;
	height:27px;
	background:url(../images/ttl_thankYou.gif) no-repeat; 
    overflow: hidden;
	padding-bottom:35px;
}

.ttlThanks h1 span{
	display:none;
}

#flashcontent {
	padding: 0px 0px 0px 6px;
	margin: 0;
	width: 534px;
	height: 360px;
	background-color:#fff;
}

.picHome h2 {
	width:164px;
	height:190px;
	background:url(../images/rpic_orchids.jpg) no-repeat; 
    overflow: hidden;
	position: relative;
	float: right;
    right: -5px;
	top: 30px;
}

.picHome h2 span{
	display:none;
}

.picHome2 h2 {
	width:179px;
	height:117px;
	background:url(../images/contact_phoneNumber.gif) no-repeat; 
    overflow: hidden;
	position: relative;
	float: right;
    right: 20px;
	bottom: 35px;
}

.picHome2 h2 span{
	display:none;
}

#contactForm p {	
	margin-bottom: 10px;
}

#contactForm input {
	width: 180px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 4px;
	line-height: 16px;
}

#contactForm select {
	width: 220px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 4px;
}

#contactForm textarea {
	width: 220px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 4px;
}

#contactForm, #contactForm label {
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height:normal;
}

#contactForm input.button {
	background:url(../images/submit.gif) no-repeat; 
	height: 30px;
	width: 147px;
	cursor: pointer;
	border:none;
	padding:none;
	margin-top:10px;
}

.required {
	font-size: 10px;
	font-weight:bold;
	color: #4ab308;
}
