/* mac hide\*/
html, body {height:100%;}

/* end hide */

* { margin: 0; padding: 0; }

body {
	background: #467724 url(../images/bg.jpg) repeat-x 0 0;
	color: #333;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	font: 100%/110% Verdana, Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(../images/outer_bg.gif) repeat-y top center;
}
#outer.dualcol {
	background: url(../images/outer_bg2.gif) repeat-y top center;
}
#wrapper {
	width: 800px;
	margin: auto;
	background: url(../images/bg2.jpg) repeat-x 0 0;
	height: 156px;
	text-align: left;
	position: relative;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#contentwrap {
	display: block;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.3em;
}

#col-left {
	float: left;
	width: 148px;
	color: #fff;
	overflow: hidden;
}

#col-left .padding,
#col-right .padding {
	padding: 32px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.colwrap-right {
	float: right;
	width: 650px;
}

	#col-center {
		float: left;
		width: 483px;
		background: url(../images/contentwrap_bg.jpg) no-repeat 3px 0;
	}
	
	#col-center .padding {
		padding: 35px 25px 40px 25px;
		overflow: hidden;
	}
	
	#col-center img {
		 margin: 0 5px 10px 5px;
	}
	
	#col-right {
		float: right;
		width: 165px;
		color: #fff;
	}
	
	#col-right img { margin: 1em 0 1em 0; }
	
div.feature {
	height: 100px;
	background: #369;
}

/* 2 column overides */

.dualcol #col-left { display: none; }
.dualcol .colwrap-right { width: 725px; }
.dualcol #col-center { width: 649px; background: url(../images/contentwrap_bg.jpg) no-repeat 168px 0; }

/* Header
------------------------------------------------------------------*/

.header {
	background: url(../images/banner_04.jpg) no-repeat 0 0;
	height: 112px;
	clear: both;
}

#featurelink a {
	display: block;
	float: right;
	width: 575px;
	height: 150px;
	text-indent: -9999px;
}

.dualcol .header { background: url(../images/banner_01.jpg) no-repeat 0 0; }

.header.homebanner {
	height: 174px;
	background: url(../../../images/feature_banner.jpg) no-repeat 0 5px;
}

.header.realestate { background: url(../images/banner_realestate.jpg) no-repeat 0 0; }
.header.travel { background: url(../images/banner_travel.jpg) no-repeat 0 0; }
.header.news { background: url(../images/banner_news.jpg) no-repeat 0 0; }
.header.equip { background: url(../images/banner_equip.jpg) no-repeat 0 0; }
.header.moregolf { background: url(../images/banner_more.jpg) no-repeat 0 0; }
.header.golfcourses { background: url(../images/banner_golfcourses.jpg) no-repeat 0 0; }

#logo-image { margin: 20px 0 0 30px; position: absolute; }

#headertop {
	height: 79px;
	background: #B1001C;
}

	#headertopleft {
		float: left;
		padding: 12px 0 0 10px;
	}
	
	#headertopright {
		 float: right;
		 padding: 7px 10px 0 0;
	}
	
	.homebanner #logo-image {
		margin: 80px 0 0 80px;
		position: absolute;
	}

/* Navigation refser to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	float: left;
	width: 100%;
}

/* Footer
------------------------------------------------------------------*/

#footerinner {
	margin: auto;
	width: 800px;
	height: 80px;
	background: url(../images/footer_bg.gif) no-repeat bottom right;
}

#footer {
	clear:both;
	height:80px;
	width: 100%;
	left:0;
	bottom:0px;
	position: absolute;
	font-size: 0.7em;
	color: #fff;
	border-bottom: 40px solid #000;
}

#clearfooter { width: 100%; height: 80px; clear:both; } /* to clear footer */

#footer p { margin: 0; }

	#footerleft {}
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #32571B;
		padding-top: 50px;
		display: block;
		text-decoration: none;
		float: left;
		margin-right: 2px;
	}
	
	#footer a:hover {}
	
	
/* Feature Item
------------------------------------------------------------------*/

.featureitem {
	padding: 10px 0 5px 0;
	background: url(../images/horiz_dots.gif) repeat-x bottom left;
	margin-bottom: 5px;
}
.featureitem img {
	float: left;
}
.featureitem p,
.featureitem h4 {
	margin-left: 180px;
}
.featureitem h4 { color: #284907; }
.featureitem h4 a { color: #284907; }
.featureitem .more { text-align: left; }
	
/* Newsitem1
------------------------------------------------------------------*/
.newsfeature {
	float: left;
	margin-bottom: 10px;
	width: 433px;
}
.newsitem1 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
}
.newsitem1 h3 {
	margin-bottom: -0.25em;
	font-size: 1.1em;
}
.newsitem1 h3 a {
	color: #003B7D;
}
p.date, p.category {
	font-size: 0.9em;
	color: #467724;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.category { margin-bottom: 1em; }

.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}

#latestnews dt {
	width: 80px;
	float: left;
	padding-left: 10px;
}
#latestnews dd {
	margin-bottom: 0.25em;
	margin-left: 90px;
}
#latestnews dd a { text-decoration: none; }
#latestnews dd a:hover { text-decoration: underline; }

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #5A982E;
}

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

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	font: bold 1.7em Arial Narrow, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #B0011A;
}
	
h3 {
	font: normal 1.3em "Verdana", Arial, Helvetica, sans-serif;
	color: #284907;
	width: 425px;
	padding-left: 10px;
	height: 30px;
	clear: both;
	color: #fff;
	background: url(../images/header_bg.gif) no-repeat 0 0;
}

.dualcol #col-center h3 {
	width: 589px;
	background: url(../images/header_bg2.gif) no-repeat 0 0;
}

#col-left h3, #col-right h3 {
	background: none;
	width: auto;
	padding: 0;
	margin-bottom: -2px;
	color: #FDE691;
	font: 13px Arial Narrow, Helvetica, sans-serif;
}
#col-right h3 a { color: #FDE691; }

h4 {
	margin: 0 0 0.5em 0;
	color: #B0011A;
	font: 1.25em Verdana, Arial, Helvetica, sans-serif
}
	h4 a, h4 a:hover { color: #B0011A; }

h5 {
	margin: 0 0 0.5em 0;
	color: #666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

.more { 
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.more a, .featureitem a { text-decoration: none; }
.more a:hover, .featureitem a:hover { text-decoration: underline; }

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

#buttons {
	float: right;
	width: 132px;
	padding-right: 5px;
}

.btmbdr { border-bottom: 14px solid #B0011A; }

.clear { clear: both; }

p.crumbs {
	font-size: 0.9em;
	color: #457423;
	font-weight: bold;
}

p.crumbs a { font-weight: normal; }

.smallgreen {
	color: #5A982E;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
.red { color: #f00; }

/* padding */

.colwrap-right .padding { padding: 20px 10px 10px 25px; }
#col-right .padding { padding: 35px 5px 10px 17px; }

/* Messages */

div.message {
	width: 100%;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0 0 2px 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cx { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cx label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cx input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #B1001C; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* custom form styling */

#col-left #subscribe_btn,
#col-left #search_btn {
	float: right;
} 
#advanced-search {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1.2em;
}
#advanced-search a { color: #90C94F; }
#home_search { margin-bottom: 20px; }


/* Search
------------------------------------------------------------------*/

form#search {
	margin: 10px 0 20px 0;
	background: #EBF5E7 url(../images/feature_gradient.gif) repeat-x bottom left;
	border: 1px solid #6AB76A;
	padding: 10px;
}

form#search label { color: #467724; font-weight: bold; }
form#search div.cx label { font-weight: normal; }
 
.search-results dl {
	background: url(../images/horiz_dots.gif) repeat-x bottom left;
	margin: 0;
	padding: 10px 10px 15px 10px;
	float: left;
	width: 578px;
}

.search-results dt {
	font-weight: bold;
	margin-bottom: 0.25em;
}

/* feature */

.search-results dl.feature {
	background: url(../images/feature_gradient.gif) repeat-x 0 0;
	border-top: 1px solid #B2DAB2;
	font-size: 1.05em;
	line-height: 1.5em;
}

.search-results dl.feature dt {
	background: url(../images/feature_flag.gif) no-repeat top right;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

#col-center dd.thumb-image img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	background: #fff;
	border: 1px solid #94CC94;
}

li.buttons input { font-weight: bold; margin-top: 5px; }

/* Tables
------------------------------------------------------------------*/

table { margin: 0.5em 0 1.5em; border: none; }
th, td { padding: 2px 3px 2px 6px; border-bottom: 1px solid #EAF6E2; }
th { color: #457423; text-align: left; }
thead { background: #DEEDD3; }
#outer.dualcol tr:hover { background: #DEEDD3; }

/* sIFR
------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 25px;
  line-height: 1em;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 16px;
  width: 425px;
  line-height: 1em;
}

.dualcol #col-enter .sIFR-active h3 {
	width: 508px;
}

.sIFR-active #col-left h3,
.sIFR-active #col-right h3 {
  visibility: hidden;
  line-height: 16px;
  font-size: 16px;
}