@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images1/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#818A53;
	text-transform:uppercase;
}
h2 {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#5E4F4C;
}
a img {
	border:none;
}
form {
	margin:0px;
}
#box {
	font-family: Times, "Times New Roman", serif;
	width:800px;
	margin:0px auto 10px auto;
	color:#5E4F4C;
}
#header {
	height:105px;
	width:800px;
	background:url(images1/TTlogo.jpg) left no-repeat;
	float:left;
}
.tag {
	text-align:right;
	color:#FFFFFF;
	font-style:italic;
	display:block;
	float:right;
	margin:63px 0px 0px 0px;
	font-size:14px;
}
#nav {
	clear:left;
	background:#5E4F4C;
	height:20px;
	width: 800px;
	padding:4px 0px 0px 0px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
}
#nav a {
	text-decoration:none;
	font-weight:normal;
	margin:0px 20px;
	color:#FFFFFF;
}
#nav a:hover {
	color:#818A53;
}
.current {
	color:#000000;
}
.gardens {
	font-size:12px;
	margin:15px auto;
	text-align:left;
	}
.gardens a {
	color:#5E4F4C;
	}
.gardens a strong {
	color:#000000;
	}
#main {
	margin:15px 0px;
	width:800px;
}
#leftcol {
	float:left;
	text-align:left;
	width:380px;
}
#leftcolInst {
	float:left;
	text-align:left;
	width:270px;
}

#rightcol {
	float:left;
	text-align:center;
	width:400px;
	font-size:12px;
	text-transform:uppercase;
	color:#818A53;
	margin-left:20px;
}

#rightcolInst {
	float:left;
	text-align:center;
	width:500px;
	min-height:500px;
	font-size:12px;
	text-transform:uppercase;
	color:#818A53;
	margin-left:20px;
}

#rightcolInst img {
	margin-bottom:20px;
	border: 1px solid #CCCCCC;
}

#rightcol img {
	margin-bottom:20px;
}
#rightcol a, #leftcol a, #leftcolInst a, #rightcolHome p, #rightcolHome a {
	color:#5E4F4C;
	font-size:14px;
	text-transform:none;
}
#rightcolHome {
	text-align:left;
	margin-left:20px;
	float:left;
	width:400px;
}
.printText {
	font-variant:normal;
	font-size:12px;
	font-weight:bold;
	color:#5E4F4C;
	}
.thumb {
	float:left;
	margin:10px 20px 10px 0px;
}
.thumbR {
	float:left;
	margin:10px 0px;
}
#foot {
	padding-top:6px;
	width:800px;
	height:22px;
	background:#818A53;
	overflow:hidden;
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
}
#foot a {
	color:#FFFFFF;
}
.followBar {
	width:800px;
	text-align:right;
	padding-top:4px;
	font-size:13px;
	font-style:italic;
	}
.followBar span {
	float:right;
	display:block;
	height:20px;
	padding-top:6px;
	}
.followBar a {
	border:none;
	margin-left:2px;
	float:right;
	background-position:top;
	display:block;
	height:26px;
	width:28px;
	}
.followBar a:hover {
	background-position:bottom;
	}
.followBar:active {
	border:none;
	outline:none;
	}
.followBar a.facebook {
	background-image:url(images1/facebook.gif);
	}
.followBar a.twitter {
	background-image:url(images1/twitter.gif);
	}