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

address{
	float: left;
	width: 150px;
} 

tr.noBorder td{
    border: 0 none;
}

span#address{
	
display:block;
margin: 14px 0 0 0;	
line-height: 1.6;
}


dl#contact_block{
	float: right;
	width: 170px;
	margin: 0 0 20px 0;
}

dl#contact_block dd{
	float: right;
	height: 25px;
	width: 130px;
	text-align: right;
}

dl#contact_block dt{
	float:left;
	height: 25px;
	width: 30px;
}

a#maps_link{
	background: url(../images/map.png) left center no-repeat;
	padding: 1px 0 0 25px;
	float: left;
	}
	
a#numbers_link{
	float: right;
	padding: 1px;
	}
	
p#link_holder{
	height: 20px;
}


form p{
	height: 25px;
	overflow: hidden;
	
	}

label{
	float: left;
	line-height: 2;
	display: block;
	width: 130px;
	}
label > em{
	float: right;
	}
input, textarea{
	font-size: normal;
	
	}	



input{
	float: right;
	padding: 6px 5px 0 5px;
	width: 200px;
	height: 19px;
	background:url(../images/form_field.png) no-repeat;
}

input:focus{
	background:url(../images/form_field.png) left -27px no-repeat;
outline: 0 none;
}

p#textarea_row{
	height: 190px;
	}

textarea{
	width: 338px;
	height: 143px;
	padding: 6px 5px 6px 5px;
	background:url(../images/form_field_big.png) no-repeat;
	
	}
	
	textarea:focus{
	
	background:url(../images/form_field_big.png) left -156px no-repeat;
	outline: 0 none;
	}
	
button{
	background:url(../images/button.png) no-repeat;
	width: 124px;
	height: 26px;
	float: right;
	margin: 0 2px 0 0;
}

button span{
	display: block;
	text-indent: -9999px;
}
