@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #546F38;
	background-image: url(../images/backGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 894px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 

/* Header */

#header {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 18px;
	margin-left: 30px;
	margin-bottom: 13px;
} 

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
}
.nav {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #363527;
	margin-right: 31px;
	background-image: url(../images/navBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 13px;
}
.nav .navTitle {
	text-transform: uppercase;
	color: #29440F;
	font-weight: bold;
	font-size: 14px;
	padding-left: 14px;
	padding-top: 23px;
	padding-bottom: 17px;
}
.nav ul {
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 59px;
	padding-left: 0px;
}
.nav li {
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C6AA;
	font-size: 13px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.nav li ul {
	margin-left: 8px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-bottom: 0px; 
    list-style-type: square;
}
.nav li ul li {
	border: none;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #999999;
}
.nav a {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	color: #467014;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C6AA;
}
.email {
	background-color: #C9D0C3;
	margin-right: 31px;
}
.email img {
	padding-right: 5px;
}
.email .navTitle {
	text-transform: uppercase;
	color: #29440F;
	font-weight: bold;
	font-size: 14px;
	padding-left: 14px;
	padding-top: 15px;
	padding-bottom: 8px;
}
.email .details {
	color: #555555;
	font-size: 13px;
	padding-left: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.email .details a {
	color: #555555;
	text-decoration: none;
}

/* Main Content */
 
#main {
	width: 664px;
}
.featureTitle {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 17px;
	margin-left: 30px;
}
.subpageTitle {
	background-color: #000000;
	margin-left: 30px;
	height: 4px;
	font-size: 1px;
}
.featurePhoto {
	margin-left: 30px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#photos img {
  position: absolute;
}
#photos {
  width: 634px;
  height: 200px;
  overflow: hidden;
}
.feature {
	background-color: #7A9064;
	margin-left: 30px;
	background-image: url(../images/golfBallFade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 19px;
	padding-right: 40px;   /* 269 */
}
.feature .date {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFBCA2;
	padding-top: 28px;    
	padding-bottom: 4px;
}
.feature .header {
	font-size: 24px;
	color: #0D2311;
	padding-top: 32px;
	padding-bottom: 4px;
}
.feature .entry {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 13px;
}
.feature .entry a {
	color: #FFFFFF;

}
.feature .featureLinks {
	padding-top: 28px;
}
.feature .featureLinks .previous {
	float: right;
	font-size: 12px;
}
.feature .featureLinks .previous a {
	color: #000000;
}

.feature .featureLinks .more {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E310B;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 70px;
}
.feature .featureLinks .more a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Main Content Short Features */

.shortFeatures {
	margin-left: 30px;
	padding-top: 11px;
}
.shortFeatures img {
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #363527;
}
.shortFeatures strong {
	color: #28440E;
	font-size: 15px;
	font-weight: bold;
}
.shortFeatures ul  {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 634px;
}
.shortFeatures ul li{
	float: left;
	width: 204px;
	margin-right: 11px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
.last {
	margin-right: 0px !important;
}
.shortFeatures ul li div{
	padding-top: 5px;
}
.shortFeatures ul li p{
	margin-top: 0px;
	padding-top: 5px;
}

/* Subpage Main Content */

.subpage {
	margin-left: 30px;
	padding-left: 19px;
	padding-right: 50px;
}
.subpage .header {
	font-size: 24px;
	color: #578321;
	padding-top: 18px;
	font-weight: bold;
}
.subpage .entry {
	font-size: 13px;
	color: #000000;
	line-height: 21px;
	padding-top: 13px;
	padding-bottom: 25px;
}
.subpage .entry table {
	font-size: 13px;
	color: #000000;
	line-height: 21px;
}
.subpage .entry img {
	border: 1px solid #666666;
	margin-left: 13px;
}
.noBorder {
	border: none !important;
}
.subpage .entry hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.subpage .entry h4 {
	font-size: 16px;
	font-weight: bold;
}
.subpage .entry h5 {
	font-size: 14px;
	color: #578321;
	font-weight: bold;
}

.subpage .detail {
	font-size: 11px;
	text-transform: uppercase;
	color: #46691B;
}


/* Forms */

form h4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
}
.loading {
	background-image: url(../images/loadingAnim.gif);
	background-repeat: no-repeat;
	width: 500px;
}


.highlight {
	background-color: #EEF1DE;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #29440F;
}


/* Gallery */

.gallery  {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 555px;
}
.gallery li{
	float: left;
	width: 170px;
	margin-right: 11px;
	margin-bottom: 10px;
}
.gallery li img {
	margin-left: 0px !important;
	border: 1px solid #666666 !important;
}
.last {
	margin-right: 0px !important;
}


/* Footer */

#footer {
	padding: 0;
	height: 20px;
	background:#FFF;
} 
#copyright {
	color: #ffffff;
	background-color: #547038;
	font-size: 11px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
} 
#copyright a {
	color: #ffffff;
	text-decoration: none;
} 

/* Clear Floats */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgDefault {
	margin: 0px !important;
	border: none !important;
}
.caption {
	margin-left: 13px;
	margin-top: -10px;
	padding-bottom: 15px;
	color: #333333;
}
.note {
	font-size: 11px;
	color: #333333;
}
.completed {
	color: #999;
}
