/* CSS Document */
h4{
margin-top: 5px;
margin-bottom: 0;
text-decoration:underline;
}

p {
margin-top: 6px;
}

#contacts {
float:left;
width:40%;
margin-top:2%;
margin-left: 2%;
}

#imgHolder {
float:right;
background-color:#666666;
width: 350px;
height: auto;
margin-top:117px;
margin-right:100px;
}

#rdmImg {
width: 350px;
height: auto;
margin-top:-4px;
margin-left:-4px;
padding-bottom:4px;
}

#address {
width: 56%;
margin-bottom:2%;
border:1px;
}
#contactRS {
width: 35%;
margin-left:55%
}

#contactLS {
margin-left:3%;
width: 35%;
float: left;
}

.smallfont {
font-size: 12px;
}
#directions{
	width:400px;
	margin-left:0px;
}
#saddr{
	width:300px;
}
label{
	display:block;
	text-decoration:underline;
}
#contactFrmHldr{
	float:right;
	margin-right:30px;
	margin-top:30px;
	background-color:#666666;
}
#email,#subject,#message{
	width:400px;
}
#message{
	height:200px;
}




