@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group BLOG */
.recent-blog-posts-wrapper ul {margin: 0px;
	padding: 0px;
	background: none;
	list-style: none;
}
.recent-blog-posts-date-wrapper {float: left;}

/* @end */
/* ----------------------------------------------------------------------------------------------------@group News Feed */
.recent-news-wrapper ul {
	margin: 0px;
	padding: 0px;
	background: none;
	list-style: none;
}
.recent-news-wrapper li {
	margin: 15px 0px 0px;
	padding: 0px;
	float:left;
	background: none;

}
.recent-news-wrapper p {
	margin-bottom: 0px;
}
.recent-news-date-wrapper {
	display: block;
	font-size: 11px;
	padding-bottom:15px;
}
a.recent-news-title:link, a.recent-news-title:active, a.recent-news-title:visited {
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	color: #333333;
	text-decoration:none;
}
a.recent-news-title:hover {
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	color: #333333;
	text-decoration:underline;
}
.recent-news-view-link a {
	margin: 0px;
}
/* @end */

/* ----------------------------------------------------------------------------------------------------@group Upcoming Events Feed */
.upcoming-events-wrapper ul{
	margin: 0px;
	padding: 0px;
	background: none;
	list-style: none;
}

.upcoming-events-image {border: solid #FFFFFF 5px; margin-right: 20px;}

.upcoming-events-time {
	display:none;
}

.upcoming-events-name {
	font-weight:bold;
}

p.upcoming-events-name a{
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration:none;
}

p.upcoming-events-date {
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CC6600;
	text-decoration:none;
}
span.upcoming-events-date  {
	font-size: 12px;
	margin:0;
	padding:0;
}
.ie7 p.upcoming-events-date{
	margin-top: -20px;
}
.ie8 p.upcoming-events-date {
	margin-left: -20px;
}
.upcoming-events-description {font-size:10px;}

.upcoming-events-view-link a{
	text-indent:-9999px;
	line-height:0px;
	background-image: url(/sitefiles/1414/Images/btn-calendar.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 20px;
	width: 110px;
	float:left;
}

/* @end */

/* @group PHOTOGALLERY */

.photogallery li {
	padding: 0px 10px 10px 0px;}
	
.photo-flickr-link {float: left; clear: left; display:none;}

.photogallery li a {
	border:1px solid #999999;
	background-color: #FFFFFF;
	display:block;
	list-style-type:none;
	padding:2px;
}
#lightbox-container-image-data #lightbox-image-details {
display:none;
}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group LAYOUT */

body {background: #333333;}

img, div {behavior: url(/SiteFiles/1414/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #333333;
	background-color: #333333;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
p {padding-bottom:10px;}

strong, b {font-weight: bold;}


a:link, a:visited, a:active {
	color: #CC6600;
	text-decoration: underline;
	
}

a:hover {
	color: #CC6600;
	text-decoration: none;
	
}

a:focus {outline: none;} /* Removes an outline in Firefox  */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight:lighter;
	padding-top: 5px;	
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 33px;
	font-weight:lighter;
}

h3 {font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight:lighter;
	
}

h4 {font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	
}

h5 {font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#CC6600;
	
}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group SEARCH and SIGN-UP */ /* Uses image-driven field and button styles  */

#search {
	width: 271px;
	height: 36px;
	background-image: url(/sitefiles/1414/Images/search.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 30px;
}

.searchField {
	float: left;
	width: 195px;
	height: 36px;
	padding: 0px;
	margin: 0px 0px 5px 8px;
	outline: none;
	border: none;
	background:none;
}
.ie7 .searchField {
	margin: 10px 0px 5px 8px;
}
.ie8 .searchField {
	margin: 10px 0px 5px 8px;
}

.searchButton {
	width: 64px;
	height: 36px;
	outline: none;
	border: none;
	cursor: pointer;
	background:none;
	text-transform:uppercase;
}

.signupPanel {
	background-image: url(/sitefiles/1414/Images/enews-signupfield.gif);
	height: 35px;
	width: 271px;
}
.signupField {
	width: 195px;
	height: 36px;
	padding: 0px;
	margin: 0px 0px 5px 8px;
	outline: none;
	border: none;
	background:none;
}
.ie7 .signupField {
	margin: 10px 0px 5px 8px;
}
.ie8 .signupField {
	margin: 10px 0px 5px 8px;
}
.signupButton {
	width: 64px;
	height: 36px;
	outline: none;
	border: none;
	cursor: pointer;
	background:none;
	text-transform:uppercase;
	color:#FFFFFF;
}
.ie7 .signupButton {
	padding: 0px 0px 30px 0px;
}
.ie8 .signupButton {
	padding: 0px 0px 30px 0px;
}

/* @end */



/* ----------------------------------------------------------------------------------------------------@group SUB NAV */

#subnavWrapper {
	width: 271px;
	float: left;
	margin-bottom: 10px;
}

#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	width: 271px;
	background: none;
}

#subnav a {
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #F2F2F2;
	float: left;
	width: 261px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:2px;
}

#subnav a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #FF9933;
	float: left;
	width: 261px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:2px;
}

#subnav a.current {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	float: left;
	width: 261px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:2px;
}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1414/Images/bk-header.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	height: 490px;
	position: relative;
}

.logo {
	width: 329px;
	height: 32px;
	overflow: hidden;
	padding-top: 30px;
	float: left;
}

.logo a {
	width: 329px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background-image: url(/sitefiles/1414/Images/logo-turfmaster.gif);
	background-repeat: no-repeat;
}
#top-wrapper {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #efefef;
	background-color: #FFFFFF;
	border-bottom-color: #999999;
	z-index: 100;
}
#top {
	height: 125px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 200;
}
#phone {
	height: 31px;
	width: 270px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: right;
	margin-top: 19px;
	padding-top: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#intro {
	float: left;
	height: 90px;
	width: 940px;
	padding-top: 25px;
	background-color: #F2F2F2;
	padding-left: 30px;
}
* html #intro {
	width: 970px;
	w\idth: 940px; }
	
#introDefault {
	float: left;
	height: 55px;
	width: 940px;
	padding-top: 25px;
	background-color: #F2F2F2;
	padding-left: 30px;
}
* html #introDefault {
	width: 970px;
	w\idth: 940px; }


/* @end */	

/* ----------------------------------------------------------------------------------------------------@group JQUERY */

#jquery-container {
	background-color: #FFFFFF;
	float: left;
	height: 370px;
	width: 970px;
}
#jquery {
	float: left;
	height: 350px;
	width: 948px;
	background-color: #333333;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 11px solid #FFFFFF;
}
#slideA {
	background-image: url(/sitefiles/1414/Images/slide_01.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 316px;
	float: left;
}
#slideA-open {
	background-image: url(/sitefiles/1414/Images/slide_01over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width: 316px;
	position: absolute;
	left: 11px;
	top: 125px;
}
#slideB {
	float: left;
	height: 350px;
	width: 316px;
	background-image: url(/sitefiles/1414/Images/slide_02.jpg);
	background-repeat: no-repeat;
}
#slideB-open {
	background-image: url(/sitefiles/1414/Images/slide_02over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width: 316px;
	position: absolute;
	left: 327px;
	top: 125px;
}
#slideC {
	background-image: url(/sitefiles/1414/Images/slide_03.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 350px;
	width: 316px;
}
#slideC-open {
	background-image: url(/sitefiles/1414/Images/slide_03over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width: 316px;
	position: absolute;
	left: 643px;
	top: 125px;
}
.slide-content {
	float: left;
	height: 325px;
	width: 276px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	background-color: #FFFFFF;
}
#content-clientedit {
	float: left;
	width: 580px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	overflow: hidden;
}
#content-clientedit-default {
	float: left;
	width: 580px;
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#content-left {
	float: left;
	width: 271px;
	padding-right: 15px;
	overflow: hidden;
}
#content-body {
	float: right;
	width: 271px;
	overflow: hidden;
}
#content-bottom {
	background-color:#FFFFFF;
	height:200px;
	margin:0 auto;
	width:970px;
}
#content-bottom-wrapper {
	float: left;
	width: 100%;
}
#content-right {
	float: right;
	width: 271px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	overflow: hidden;
}
#enews-container {
	background-image: url(/sitefiles/1414/Images/turfmaster-enews.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 271px;
	height: 140px;
	margin-top: 10px;
}
#enews-container p{
	padding-top: 45px;
	color:#CC6600;
}
#calendar {
	background-color:#F2F2F2;
	border-top:1px dotted #999999;
	float:left;
	height:120px;
	margin-left:40px;
	padding-bottom:20px;
	padding-left:30px;
	padding-top:20px;
	width:230px;
}
* html #calendar {
	width: 260px;
	w\idth: 230px; }

#line {
	background-color:#F2F2F2;
	background-image:url("/sitefiles/1414/Images/line.gif");
	background-position:center center;
	background-repeat:no-repeat;
	border-top:1px dotted #999999;
	float:left;
	height:120px;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:20px;
	width:30px;
}
* html #line {
	width: 50px;
	w\idth: 30px; }
	
	.highlights {
	background-color: #F2F2F2;
	padding: 10px;
	float: left;
	width: 251px;
	margin-bottom: 10px;
	overflow:hidden;
}
* html .highlights {
	width: 271px;
	w\idth: 251px; }
	
.highlights img {border: solid #FFFFFF 5px; margin-right: 10px;float: left;}

div.highlights p{
	margin-bottom: -15px;
	padding-top: 10px;
}

#content-right-default {
	float: left;
	width: 271px;
	margin-bottom: 10px;
	overflow: hidden;
}


/* @end */

/* ---------------------------------------------------------------------------------------------------- @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footer {
	margin: 30px auto;
	padding: 0px;
	width: 970px;
}
.footer {
	float: left;
	width: 260px;
	padding-left: 40px;
	
}
.footer img {
	padding-bottom: 15px;
	padding-right:5px;
	display:block;
}
.footer p {
	font-size:11px;
	color:#999999;
	padding-bottom:15px;
}
.footer h1 {
	font-size:11px;
	padding-bottom: 12px;
	color:#FFFFFF;
}
.footer a {
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
.footer a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.facebook a{
	font-size: 0px;
	background-image: url(/sitefiles/1414/Images/facebook-large.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	line-height:0px;
	text-indent:-9999px;
	margin-right: 40px;
	margin-top: 10px;
	width:75px;
	height: 28px;
}
.facebook a:hover{
	font-size: 0px;
	background-image: url(/sitefiles/1414/Images/facebook-large.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	line-height:0px;
	text-indent:-9999px;
	margin-right: 40px;
	margin-top: 10px;
	width:75px;
	height: 28px;
}

.speak a{
	font-size: 11px;
	color: #999999;
	float: right;
	margin-top: 10px;
	text-decoration:underline;
}
.speak a:hover{
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
	text-decoration:underline;
}
.footerB {
	float: left;
	width: 230px;
	padding-left: 50px;
	
}
.footerB img {
	padding-top: 0px;
	padding-right:20px;
	display:inline;
}
.footerB p {
	font-size:11px;
	color:#999999;
	padding-bottom:10px;
}
.footerB h1 {
	font-size:11px;
	padding-bottom: 0px;
	margin-top: -5px;
	color:#FFFFFF;
}
.footerB a {
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
.footerB a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.footerC {
	float: left;
	width: 230px;
	padding-left: 80px;
	
}
.footerC img {
	padding-top: 0px;
	padding-right:20px;
	display:inline;
}
.footerC p {
	font-size:11px;
	color:#999999;
	padding-bottom:10px;
}
.footerC h1 {
	font-size:11px;
	padding-bottom: 0px;
	margin-top: -5px;
	color:#FFFFFF;
}
.latestprojects {
	float: left;
	height: 20px;
	width: 150px;
}

.blue {
	line-height: 0px;
	text-indent: -9999px;
	float: left;
	width: 270px;
	height: 130px;
}
/* @end */
/* ----------------------------------------------------------------------------------------------------@group FLICKR */
#flickr-container {
	background-color:#F2F2F2;
	border-top:1px dotted #999999;
	float:right;
	height:120px;
	margin-right:40px;
	padding-bottom:20px;
	padding-right:20px;
	padding-top:20px;
	width:560px;
}
* html #flickr-container {
	width: 580px;
	w\idth: 560px; }
	
.flickr {
	float: right;
	height: 20px;
	width: 200px;
	text-align: right;
}

a.flickrB:link, a.flickrB:visited, a.flickrB:active {
	color: #333333;
	text-decoration: none;
	
}

a.flickrB:hover {
	color: #333333;
	text-decoration: underline;
	
}
#photostream {
	float: left;
	height: 90px;
	width: 600px;
	padding-top: 5px;
	
}
.ie7 #photostream {
	padding-top: 10px;margin-left: -30px;
}
.ie8 #photostream {
	padding-top: 10px;margin-left: -30px;
}

/* @end */

/* ----------------------------------------------------------------------------------------------------@group BREADCRUMBS */
#breadcrumb-wrapper {
	float: left;
	width: 100%;
}
#breadcrumb-container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#breadcrumbs {
	width: 890px;
	margin-left: 40px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: right;
	float: left;
	background-color: #FFFFFF;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	background: url(/SiteFiles/1414/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	color:#999999;
	font-size:11px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/1414/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	color:#333333;
	font-size:11px;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 0px;
	color:#999999;
	font-size:11px;
}

#breadcrumbs a.first:hover {
	background: none;
	padding-left: 0px;
	color:#333333;
	font-size:11px;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/1414/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	color:#CC6600;
	font-size:11px;
}

/* @end */
