/* CSS Document */
/* Home page elements only */
h1#Life a:link, h1#Life a:visited, h1#Life a:hover, h1#Life a:active {
	position: relative;
	display: block;
	width: 274px;
	height: 46px;
	text-indent: -9999px;
	background: url(../images/h1_Life.jpg) no-repeat;
}
h1#Business a:link, h1#Business a:visited, h1#Business a:hover, h1#Business a:active {
	position: relative;
	display: block;
	width: 274px;
	height: 46px;
	text-indent: -9999px;
	background: url(../images/h1_Business.jpg) no-repeat;
}
h1#Visiting a:link, h1#Visiting a:visited, h1#Visiting a:hover, h1#Visiting a:active {
	position: relative;
	display: block;
	width: 274px;
	height: 48px;
	text-indent: -9999px;
	background: url(../images/h1_Visiting.jpg) no-repeat;
}
h1#Resident a:link, h1#Resident a:visited, h1#Resident a:hover, h1#Resident a:active {
	position: relative;
	display: block;
	width: 274px;
	height: 48px;
	text-indent: -9999px;
	background: url(../images/h1_Resident.jpg) no-repeat;
}
table#mainTable tr td#tl  {
	width: 50%;
	border-right: 1px dotted #6A2614; /* burgundy */
	border-bottom: 1px dotted #6A2614; /* burgundy */
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}
table#mainTable tr td#tr  {
	width: 50%;
	border-bottom: 1px dotted #6A2614; /* burgundy */
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 16px;
	vertical-align: top;
}
table#mainTable tr td#bl  {
	width: 50%;
	border-right: 1px dotted #6A2614; /* burgundy */
	vertical-align: top;
	border-bottom: 1px dotted #6A2614; /* burgundy */
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
table#mainTable tr td#br  {
	width: 50%;
	vertical-align: top;
	border-bottom: 1px dotted #6A2614; /* burgundy */
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 16px;
}

