﻿/* Contactus css file */
#location, #directions, #contactsheet
{
	line-height:1.4em;
	border:solid 1px white;
	/* background-color:#a7cece;   */
	background-image:url('images/beige_small.gif');
	margin: 15px;
}

#location, #directions
{
	border-collapse:collapse;
	
}

#location th, #directions th, #contactsheet th
{
	color:#333333;
	border-bottom: solid 1px gray;
	padding:2px 0px 2px 5px;
}

#location th, #directions th
{
	text-align:left;
}
#location td, #directions td
{
	padding-left:20px;
	padding-right:20px;
	color:White;
}
#contactsheet td
{
	padding:2px 10px 2px 10px;
	color:White;
}

td.rightalign
{
	text-align:right;
}
#dadBldCaption
{
	float:right;
	font-family:"Times New Roman";
	text-align:center;
	line-height:1em;
	
}

img#building
{
	margin-top:10px;
	
	border:solid 1px black;
}

#dadBldCaption h4
{
	margin-top:5px;
	margin-bottom:5px;
	color:#333333; 
}

#dadsname
{
	color:black;
}