/* Contact Form
=========================================================================================== */
.thankyou {
	float:left; width:99%; margin-top:15px;
}
	.thankyou p a {
		color:#fff; font-weight:bold;
	}
	
	
form {
	width:460px;
}
fieldset {
	border:0;
}
form p {
	float:left; position: relative; width: 433px; margin-bottom:3px !important;
}
label {
	float: left; color:#666; width: 90px; padding-top:3px; line-height:120%; font-size:100%;
}
input {
	height: 21px; width: 330px;
}
input[type="text"], textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#Message {
	float:left; position:relative; width:330px;
}
/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}
label.error {
	position: absolute; top: 0px; text-align:right; right: 14px;
	padding:4px; width:300px; color: #da3939; font-size: 90%; font-style: italic;
}
input.submit-button {
	float:left; width:78px; margin-left:90px; margin-top:10px; height:19px; display:block;
	overflow:hidden; cursor:pointer; text-indent: -5000px;
	background: url(../images/generic/submit-button.gif) no-repeat 0px 0px !important; 
}


p.required {
	background:url(../images/generic/mandatory.gif) right 4px no-repeat;
}


.contactInfo {
	float:left; margin:16px 0 0 0; width:300px; margin-left:20px;
}

	.contactInfo h3 {
		font-size:150%; font-weight:normal; color:#f15b22; margin-bottom:10px;
	}
	
	.contactInfo h4 {
		font-size:150%; font-weight:normal; color:#f15b22;
	}
	.contactInfo p {
		font-size:120%; line-height:150%; padding-bottom:10px
	}
		.contactInfo p a {
			color:#4399CD; text-decoration:underline;
		}
			.contactInfo p a:hover {
				color:#f15b22; text-decoration:none;
			}
			
	.sitemap {
	float:left; margin:50px 0 50px 160px; width:300px;
}

	.sitemap h3 {
		font-size:150%; font-weight:normal; color:#f15b22; margin-bottom:10px;
	}
	

	.sitemap p {
		font-size:120%; line-height:150%; padding-bottom:10px
	}
		.sitemap p a {
			color:#4399CD; text-decoration:underline;
		}
			.sitemap p a:hover {
				color:#f15b22; text-decoration:none;
			}		
			
	.sitemap h4 {
		font-size:150%; font-weight:normal; color:#4399CD; margin-top:10px;
	}
	
			
	.sitemap ul {
	padding:6px 3px 5px 37px;  list-style-type:disc; 
	 
	}		
	.sitemap li a {
		font-size:120%; line-height:150%; text-decoration:none; color:##7C7C7C
	}
	
	.sitemap li a:hover {
		text-decoration:underline;
	}
	.sitemap ul ul {
	padding:4px 3px 9px 37px; list-style-type:disc;
	}		
	
	.sitemap li ul li {
		font-size:100%; text-decoration:none; color:##7C7C7C
	}	

.contactForm {
	float:right; margin:16px 0 0 0; width:450px;
}
	.contactForm h3 {
		font-size:150%; font-weight:normal; color:#f15b22; margin-bottom:10px;
	}
	
	.contactForm h4 {
		font-size:150%; font-weight:normal; color:#4399CD; margin-bottom:2px;
	}
	
	.contactForm p {
		font-size:110%; line-height:140%;
	}