/* CSS Document */
*{
	margin:0;
	padding:0;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
	line-height: 20px;
	background-color: #6B615A;
	background-image: url(/images/pageBkgd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	color: #45729A;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #45729A;
	text-decoration: underline;
	font-weight: bold;
}
.subhead {
	font-size: 18px;
}
#container {
	text-align: left;
	width: 895px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 30px;
}
td.blueborder-vertical {
	background-color: #37546e;
	width: 9px;
}
td.blueborder-horizontal {
	background-color: #37546e;
	height: 9px;
}
td.whiteborder-vertical {
	background-color: #fff;
	width: 9px;
}
td.whiteborder-horizontal {
	background-color: #fff;
	height: 9px;
}


td.header-home {
	background-image: url(/images/home-building.jpg);
	height: 363px;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
td.header-sec {
	background-image: url(/images/sec-building.jpg);
	height: 230px;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
.phoneNumber {
	font-size: 17px;
}
.address {
	font-size: 11px;
	line-height: 14px;
}
td.mainNavigation {
	background-color: #37546E;
	height: 32px;
	text-align: left;
}
td.homeContent {
	background-color: #D7D4CE;
	padding-top: 30px;
	padding-right: 36px;
	padding-bottom: 30px;
	padding-left: 21px;
	height: 256px;
}
td.secContent {
	background-color: #D7D4CE;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 21px;
	height: 400px;
}
td.homeContent p, td.secContent p {
	padding-bottom: 14px;
}
.detailText {
	font-size: 12px;
	line-height: 16px;
}
#footer {
	color: #C4C0BD;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
}
#footer a {
	text-decoration: none;
	color: #C4C0BD;
}