/* CSS Document */
b, strong { font-weight:bold; }
i, em { font-style:italic; }

body {
	background-color:#D2D6C8;
	background-image:url(../layout/header_bg.jpg);
	background-repeat:repeat-x;
}
#doc {
	width:850px;
	background-image:url(../layout/body_bg1.gif);
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#hd, #bd, #ft {
	margin:0;
}
#hd {
	position:relative;
}
.headerImage {
	margin:0 3px;
}
.home .headerImage {
	height:300px;
}
.lay2 .headerImage {
	height:170px;
}
.lay2 .address {
	position:absolute;
	top:42px;
	left:570px;
}
.lay2 .address p {
	color:#fff;
	font-size:90%;
}
.topNav {
	background-image:url(../layout/topNav_bg.gif);
	background-repeat:no-repeat;
	height:40px;
}
.topNav ul {
	margin-left:215px;
}
.topNav li {
	float:left;
	display:inline;
}
.topNav li a, .topNav li a:visited {
	float:left;
	margin-top:1px;
	padding: 6px 12px 0 12px;
	border-top: solid 3px #ccc;
	text-decoration:none;
	color:#3F5F6E;
	border-left: solid 1px #fff;
}
.topNav li a:hover {
	border-top-color:#D8602E;
	color:#D8602E;
	text-decoration:none;
}
.topNav li.first a, .topNav li.first a:visited {
	border-left:none;
}
.topNav li a.active {
	border-top-color:#fff;
}
.links li {
	display:inline;
}
.links li a, .links li a:visited {
	display:block;
	background-image:url(../layout/leftNav_bg.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	color:#3E8160;
	text-decoration:none;
	padding: 3px 6px 3px 15px;
}
.links li a:hover {
	background-image:url(../layout/leftNav_hover.gif);
	color:#DB5F39;
}
#bd {
	background-image:url(../layout/bd_bg1_top.jpg);
	background-repeat:no-repeat;
	padding: 0 5px 0 3px;
}
.ct {
	padding: 1em;
	overflow:hidden;
}
a, a:visited {
	text-decoration:none;
	color:#DB5F39;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	color:#3A7350;
}
h1, h2, h3, h4, p {
	line-height:130%;
	padding-top:10px;
	padding-bottom:5px;
}
p, li {
	font-size:95%;
}
h1 {
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:15px;
}
p {
	color:#383E3E;
}
.left-col .ct {
	padding-left: 20px;
}
.left-col h2 {
	color:#5C8297;
	font-size:130%;
	padding-top: 10px;
	padding-bottom:5px;
}
.right-col .ct {
	padding-left:40px;
}
.middle-col .ct {
	padding-right:0;
}
table.tableType1 {
	border-top: dashed 1px #8FAABD;
	border-bottom: dashed 1px #8FAABD;
	width:100%;
}
table.tableType1 td, table.tableType1 th {
	padding: 3px 5px;
}
table.tableType1 th { width: 30%; }
table.tableType1 td { width: 70%; }

/* table type 2 */
table.tableType2 {
	border-top: dashed 1px #8FAABD;
	border-bottom: dashed 1px #8FAABD;
	width:100%;
}
table.tableType2 td, table.tableType2 th {
	padding: 3px 5px;
}

table.tableType2 p {
	line-height:130%;
	padding-top:0px;
	font-size:100%;
}

td, th {
	font-size:95%;
	vertical-align: top;
}
th { font-weight:bold; }

#bt {
	background-image:url(../layout/bt_bg_2col.jpg);
	background-repeat:no-repeat;
	padding:14px 7px 0 3px;
	min-height:100px;
}
#bt h2 {
	background-color:#8FAABD;
	color:#fff;
	padding: 1em;
	border-bottom: dashed 1px #fff;
}
#bt .ct {
	background-image:url(../layout/bt_ct_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	padding-bottom:5px;
}
.bt-white .ct {
	background-image:none !important;
}
.bt-white h1 {
	background-color:#fff;
	padding-left: 12px;
	padding-top:15px;
	padding-bottom:0;
}

.last:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear { clear:both; height:0; visibility:hidden; }
#bt .property {
	float:left;
	width: 250px;
	padding:10px;
	font-size:90%;
}
#bt .property a.image {
	border-left: solid 3px #E06232;
	display:block;
	float:left;
	margin-right: 10px;
}

#bt .property a.image img {
	border-left: solid 1px #fff;
}
#bt .property h3 {
	padding:0;
}
#bt .team {
	float:left;
	width: 500px;
}
#bt .team p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	color: #666666;
	line-height: 160%;
}
#bt .team img {
	float:left;
	margin-right:12px;
}
#bt .logo img {
	margin-right: 10px;
}
#bt .logo {
	float:right;
	font-size:90%;
	border-left: dashed 1px #8FAABD;
	padding-left:15px;
	padding-bottom:15px;
	width:260px;
}
#ft {
	background-image:url(../layout/box_footer.jpg);
	background-repeat:no-repeat;
	padding-left:200px;
	padding-top:15px;
}
#ft ul li {
	float:left;
	display:inline;
}
#ft ul li a, #ft ul li a:visited {
	text-decoration:none;
	color:#395E74;
	padding: 3px 10px 10px 10px;
	position:relative;
}
#ft ul li a:hover {
	text-decoration:underline;
}


.leftColCallout p {
    margin-top: 20px;
	border-top: dashed 1px #8FAABD;
}