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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
a {
	color: #660000;
	font-weight: normal;
}

.oneColElsCtr #container {
	width: 841px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/ct_body-bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtr #header {
	background-image: url(../images/new_ct_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 233px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColElsCtr #footer {
	background-image: url(../images/bottom_CT.jpg);
	background-repeat: no-repeat;
	height: 211px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 60px;
	margin: auto;
	position: relative;
}
.oneColElsCtr #aboutus {	
	height: 28px;
	width: 284px;
	position: relative;
	background-image: url(../images/about_ct_header.gif);
	background-repeat: no-repeat;
}

.oneColElsCtr #greenhouse {
	height: 28px;
	width: 284px;
	position: relative;
	background-image: url(../images/greenhousecafe_catering.gif);
	background-repeat: no-repeat;
}

#extraDiv1 {
	width:46em;
	margin: 0 auto;
	height:80px;
	background-image: url(../images/bottom_CT.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
	margin-left: 2px;
	width: 100%;
	background: transparent;
	padding-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#invertedtabs ul{
	margin:0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

#invertedtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}


#invertedtabs a{
	float:left;
	color: white;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #37655A;
	background-image: url(../images/color_tabs_left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	font-weight: bold;
	text-align: center;
}

#invertedtabs a span{
	float:left;
	display:block;
	background: transparent url(../images/color_tabs_right2.gif) no-repeat right bottom;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
}

#invertedtabs a span{
	float:none;
	text-align: center;
}

#invertedtabs a:hover{
	background-color: #663300;
	text-align: center;
}

#invertedtabs a:hover span{
	background-color: #663300;
	text-align: center;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	background-color: #663300;
	text-align: center;
}

#invertedtabsline{
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background-color: #37655A;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEEBD8;
}
.normal {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small_text {
	font-size: small;
	font-weight: bold;
	color: #660000;
}
.xsmall_text {
	font-size: small
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #660000;
	font-weight: bold;
}
