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

#contactText{/*includes heading & table*/
float:left;
width:360px;
padding:0;
margin:0;
margin-right:0px;
}

#contactText table {
	width: 100%;
	/*background-color: #ffc345;*/	/*orange sampled from gMap*/
	background-repeat:repeat;
	background-position:left top;
	/*opacity:0.65;*/
}

#contactText table td, #contactText table th {/*defines table width within .pro-r*/
	padding: 8px 5px 12px 5px; /*text padding for table cells*/
	text-align: left;
	vertical-align:text-top;
	border-bottom: 1px solid #fff; /*white thin line beneath each cell*/
}

#contactText table th{
width: 130px; /*left column width*/
text-align:right;
padding-right:10px;
padding-left:0;
font-size:14px;
font-weight:600;
color:#676767 !important; /*dark grey*/
}

#contactText table td{
font-size:14px;
}

#contactText a{
text-decoration:none;
border:none;
color:#000;
}

#contactText a:hover{
color:#d86674; /*#DA1F32;*/
}

.shadow{
box-shadow:5px 7px 5px rgba(0,0,0,0.5);
-moz-box-shadow:5px 7px 5px rgba(0,0,0,0.5);
-webkit-box-shadow:5px 7px 5px rgba(0,0,0,0.5);
}

#Gmap{
/*background-color:#A0D3F1;*/
}