
body {
	background-image: url('images/background.gif');
	font-family: copperplate gothic light;
	text-align: center;
}

li {
	margin-right: 10px;
}

a {
	color: #800000;
}

h1 {
	font-size: 46px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 24px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 790px;
	background-color: #800000;
	color: #FAF8CC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
}

#header {
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #FAF8CC;
}

.headerLink {
	font-size: 16px; 
	font-weight: bold;
	color: #000000;
}

#contentContainer {
	text-align: left;
}

#contentBorder {
	background-color: #FAF8CC;
	margin-top: 5px;
	padding: 5px;
}

#content {
	background-color: #FAF8CC;
	padding: 10px;
	color: #000000;
	border: 1px solid #800000;
	font-size: 16px;
	line-height: 150%;
}

#navBar {
	background-color: #FAF8CC;
	width: 190px;
	padding: 5px;
}

#navTable {
	border: 1px solid #800000;
	border-collapse: collapse;
	width: 190px;
}

#navTable td a:link, #navTable td a:visited {
	text-decoration: none;
	color: #800000;
	display: block;
	padding: 3px 3px 3px 5px;
}

#navTable td a:hover, #navTable td a:visited:hover {
	text-decoration: underline;
	display: block;
	padding: 3px 3px 3px 5px;
}

#image {
	float: right;
}

#scrollerContainer {
	position: relative; 
	width: 0px; 
	height: 0px; 
	overflow: hidden;
}

#displayArea {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0px; 
	height: 0px; 
	clip: rect(0,0,0,0);
}

#footer {
	font-size: 10px;
	text-align: left;
	background-color: #FAF8CC;
	color: #000000;
	padding: 5px;
	margin-top: 5px;
}

#footerContent {
	border: 1px solid #800000;
	padding: 5px;
}

.practiceAreaList li {
	margin-top: 12px;
	margin-bottom: 12px;
}

#contactTable {
	margin: 10px 0px 10px 0px;
	
}

#contactTable td {
	padding: 5px;
	vertical-align: top;
	line-height: 150%;
}

#googleHeader {
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	border-top: 1px solid #800000;
	border-right: 1px solid #800000;
	border-left: 1px solid #800000;
}

#googleMap {
	width: 748px;
	height: 500px;
	border: 1px solid #800000;
	font-weight: bold;
	font-size: 18px;
}

#googleDirections {
	width: 748px;
	background-color: #FFFFFF;
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12px;
	display: none;
	border-right: 1px solid #800000;
	border-top: 1px solid #800000;
	border-left: 1px solid #800000;
}

#hitTable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#hitTable td {
	text-align: right;
	padding: 10px;
}

