@charset "utf-8";

* { margin:0; padding:0; }

body
{
	padding:10px 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#EBEDD7 url(../images/TILE.jpg) top center;
}

div#site
{
	margin:0 auto;
	padding:0;
	width:750px;
	background-color:transparent;
	text-align:left;
}

div#logo
{
	background: transparent url(../images/turf_center_logo_top.png) no-repeat bottom center;
	height:42px;
	float:none;
}

div#menu
{
	background-color: transparent;
	height:82px;
	float:left;
	width:100%;
}

img { border: none; }
#menu li { display: inline; list-style:none; }
#menu li a { float: left; display:block; height: 82px; }
#menu li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#menu li a:hover { visibility:visible; /* for IE6 */ }
#menu li a:hover img { visibility:visible; /* for IE6 */ }
#menu li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

div#left
{
	float:left;
	height:82px;
	width:62px;
	background: transparent url(../images/menu_left.png) no-repeat fixed top;
}
div#home a:link
{
	float:left;
	height:82px;
	width:77px;
	background:transparent url(../images/home.png) no-repeat top center;
}
div#home a:hover
{
	float:left;
	height:82px;
	width:77px;
	background:transparent url(../images/home2.png) no-repeat top center;
}

div#specials a:link
{
	float:left;
	height:82px;
	width:103px;
	background:transparent url(../images/specials.png) no-repeat top center;
}
div#specials a:hover
{
	float:left;
	height:82px;
	width:103px;
	background:transparent url(../images/specials2.png) no-repeat top center;
}

div#notes a:link
{
	float:left;
	height:82px;
	width:131px;
	background:transparent url(../images/turfnotes.png) no-repeat top center;
}
div#notes a:hover
{
	float:left;
	height:82px;
	width:131px;
	background:transparent url(../images/turfnotes2.png) no-repeat top center;
}

div#feeds a:link
{
	float:left;
	height:82px;
	width:125px;
	background:transparent url(../images/turffeeds.png) no-repeat top center;
}
div#feeds a:hover
{
	float:left;
	height:82px;
	width:125px;
	background:transparent url(../images/turffeeds2.png) no-repeat top center;
}

div#about a:link
{
	float:left;
	height:82px;
	width:115px;
	background:transparent url(../images/about.png) no-repeat top center;
}
div#about a:hover
{
	float:left;
	height:82px;
	width:115px;
	background:transparent url(../images/about2.png) no-repeat top center;
}

div#links a:link
{
	float:left;
	height:82px;
	width:67px;
	background:transparent url(../images/links.png) no-repeat top center;
}
div#links:hover
{
	float:left;
	height:82px;
	width:67px;
	background:transparent url(../images/links2.png) no-repeat top center;
}

div#email a:link
{
	float:left;
	height:82px;
	width:70px;
	background:transparent url(../images/email2.png) no-repeat top center;
}
div#email
{
	float:left;
	height:82px;
	width:70px;
	background:transparent url(../images/email2.png) no-repeat top center;
}

div.green_banner
{
	margin:0 0 15px 0;
	padding:5px;
	background:#AECDAE url(../images/grass.png) repeat-x bottom;
	border:#D3D2C0 solid 2px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #586A54;
	width:625px;
	height:37px;
	float:left;
}

div#content_top
{
	background:transparent url(../images/content_top.png) no-repeat bottom center;
	height:16px;
	text-indent:-9999px;
	font-size:10px;
	float:left;
	width:100%;
}

div#content
{
	background: transparent url(../images/content_background.png) repeat-y top center;
	float:left;
	padding:10px 55px;
	width:640px;
}

div#content_left
{
	float:left;
	width:310px;
}
div#content_right
{
	float:right;
	width:310px;
}
div.content_left
{
	float:left;
	width:310px;
}
div.content_right
{
	float:right;
	width:310px;
}

div#content_bottom
{
	background: url(../images/content_bottom.png) no-repeat top center;
	height:22px;
	float:left;
	width:100%;
}

img.pic_right
{
	padding: 0 0 0 10px;
	float:right;
}

img.pic_left
{
	padding: 0 10px 0 0;
	float:left;
}

div.link_pic
{
	padding: 0 0 10px 0;
	width:310px;
	text-align:center;
}

div#bottom_pic
{
	margin: 10px 0 0 0;
	float:left;
	width:100%;
}

div#copyright
{
	margin: 0 0 10px 0;
	background:transparent url(../images/copyright_background.png) no-repeat top center;
	height:24px;
	text-indent:-9999px;
	float:left;
	width:100%;
}

a:link {
	color: #A2865E;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #4D5A4B;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #4D5A4B;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: #B61938;
	text-decoration:none;
	font-weight:bold;
}

.GreenText
{
	font-size: 12px;
	color: #6C7A6D;
}
.GreenTitles
{
	font-size: 12px;
	font-weight: bold;
	color: #586A54;
}
.GreenTitlesBIG
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #586A54;
}
.BoltTitles
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.RedText
{
	font-size: 14px;
	color: #CC0027;
	font-weight:bold;
}
.BrownTitles
{
	color: #A2865E;
	font-weight: bold;
	font-size: 12px;
}
