/* © Lee Dingain 2008 */

* {
	font-family: Arial, Verdana, Helvetica;
}

/* ----- Divs ----- */

body {
	text-align: center; /* Centers page on older browsers where auto margins are ignored */
	margin: 0 0 20px 0;
	font-size: 0.8em;
	color: #333;
	direction: ltr; /* Text reads left to right */
	background-color: #FFF;
}

#container, #top, #header, #menu, #content, #footer, h1, h2, p, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	display: block; /* Top and bottom 0, right and left auto (equal width) to center container on page */
	text-align: left; /* Moves all text within the container to the left to counter the text-align: center; in the body */
	width: 740px;
	background-color: #F6F6F6;
	border: medium solid #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/* background-image: url(../images/contentbg-home.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; */
}

#header {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	background-image: url(../images/banner-new-4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #CCC;
}

.logc #header{background-image:url(../images/banner-logc-1.jpg);background-repeat:no-repeat;background-position:top left;}

#navrow {
	float: right;
	display: block;
	clear: both;
	text-align: right;
	width: 100%;
	background-color: #54A654;
	border-bottom: 7px #FFF solid;
}

#navcol { /* Div containing the left menu */
	float: left;
	width: 129px; /* 130px; */
	margin-top: 1px;
	background-color: #F6F6F6;
}

#tcia { /* Div containing the TCIA logo */
	float: left;
	clear: left;
	background-color: #F6F6F6;
}

#content {
	float: right;
	display: block;
	width: 602px; /* 602px; */
	border-left: 7px #FFF solid;
	height: 100%;
	background-color: #F6F6F6;
}

#bottom {
	display: block;
	position: relative;
	clear: both;
	border-top: 7px #FFF solid;
	text-align: center;
	width: 100%;
	background-color: #468C46;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#footer {
	display: block;
	position: relative;
	clear: both;
	padding: 3px 0;
	text-align: right;
	background: #FFF;
}

/* -------------------- */

/* ----- Fonts ----- */

#content h1 {
	font-size: 1.6em;
	color: #468C46;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}

#content h2 {
	padding: 8px 16px 5px 16px;
	font-size: 1.4em;
	color: #468C46;
}

#content p {
	padding: 0 16px 10px 16px;
	line-height: 1.3em;
	font-size: 0.9em;
}

#top p {
	font-size: 10px;
	color: #FFF;
	line-height: 1.3em;
}

#bottom P {
	color: #FFF;
}

#footer p {
	font-size: 0.8em;
	color: #666;
	line-height: 1.3em;
}

.thankyou-error {
	font-weight: bold;
	text-align: center;
	margin: 150px 0;
}

.tel {
	font-size: 2em;
	font-weight: bold;
}

#gardens ul {
	float: left; /* Controls alignment of menu within the navrow div */
}

#gardens li {
	/* float: left; */
	padding: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	list-style: circle;
	margin: 0 0 0 31px;
	color: #468C46;
}

#gardens2 ul {
	float: left; /* Controls alignment of menu within the navrow div */
}

#gardens2 li {
	/* float: left; */
	padding: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 31px;
	color: #468C46;
}

/* -------------------- */

/* ----- Navigation - top menu ----- */

#nav-top ul {
	float: right;
}

#nav-top li {
	display: inline; 
}

#nav-top li a {
	padding: 0.35em 0.8em;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: right;
	border-left: 0.1em solid #72BA72;
}

#nav-top li a:hover {
	background-color: #72BA72;
	color: #FFF;
}

/* -------------------- */


/* ----- Navigation - left menu ----- */

#nav { /* Was previously #nav, #nav ul { */
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 129px; /* 130px; */
}
	
#nav li {
	position: relative;
	float: left;
	line-height: 1.45em;
	width: 129px; /* 130px; */
	border-bottom: 1px solid #E1E1E1;
}
	
#nav li a {
	width: 91%; /* extends the link area to the whole width of the boxes */
	display: block;
	font-size: 0.85em;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em 0.3em 0.1em 0.8em;
}

#nav li a:hover {
	background-color: #EBEBEB;
}

/* -------------------- */

/* ----- Links ----- */

#content a {
	color: #468C46;
	text-decoration: underline;
}

#content a:hover, top a:hover {
	text-decoration: none;
}

#top a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a {
	font-family: Arial, Verdana, Arial, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 12px 0 12px;
}

#bottom a {
	font-family: Arial, Verdana, Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #FFF;
}

#bottom a:hover {
	text-decoration: underline;
}

/* -------------------- */

/* ----- Image styles ----- */

.image-logo {
	width: 128px;
	height: 75px;
	padding: 7px 1px;
	border: 0;
}

.image-logo-tcia {
	width: 70px;
	height: 51px;
	padding: 63px 0 0 28px;
	border: 0;
}

.image-landscape {
	width: 350px;
	height: 263px;
	padding-right: 6px;
}
.fltrt {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 6px solid #FFF;
}


.image-portrait {
	width: 230px;
	/* height: 307px; */
}

.image-map {
	width: 430px;
	height: 304px;
	padding: 15px 0 8px 0;
}

/* -------------------- */

/* ----- Contact Us Form ----- */

#table-contactform {
	border: 0;
	margin-left: 20px;
	padding: 0;
	font-size: 0.85em;
}

#table-contactform td {
	vertical-align: top;
	padding: 0 10px 5px 0;
}

.table-buttonrow {
	text-align: right;
}

input,textarea {
	color: #333; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFF; 
	border: solid 1px #8DC78D;
}

/* -------------------- */

/* ----- Site map ----- */

#sitemapdiv {
	Margin-bottom: 10px;
}

#sitemap li {
	Margin-left: 40px;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #468C46;
	list-style: round;
}

#sitemap-2 li {
	Margin-left: 80px;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #468C46;
	list-style: round;
}

/* -------------------- */

#table-images-landscape {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	color: #666;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
}

#table-images-landscape td {
	vertical-align: bottom;
	width: 350px;
}

#table-images-portrait {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	color: #666;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
}

#table-images-portrait td {
	vertical-align: top;
	width: 230px;
}

.table-leftcol {
	padding-right: 15px;
}

#image {
	display: block;
	position: relative;
	border: 0;
	padding-right: 20px;
	margin: 5px 20px 0 20px;
	width: 500px;
	font-size: 0.8em;
	color: #000;
	line-height: 1.2em;
	font-weight: bold;
}

#div-image {
	display: block;
	border: 0;
	padding-bottom: 8px;
	margin: 0 16px;
}

#close {
	text-align: center;
	width: 422px;
}

#close a {
	color: #36C;
	font-size: 10px;
	text-decoration: none;
}

#close a:hover {
	text-decoration: underline;
}
.imageborder {
	border: 6px solid #FFF;
}
.gardenheading {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	color: #468C46;
}
.caption {
	height: 100%;
	width: 508px;
	margin-left: 25px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

