/* General HTML TAG STYLES these are can be overridden by placing classes or ids to specific tags and changing the appropriate CSS properties */

body { 
	font: 11px Arial, Helvetica, sans-serif;	
	color: #5F5F5F;	
	margin: 0px; 
	padding: 0px; 
	background: url(../images/nav_back.gif) repeat-x; 
}
h1, h2, h3, h4, h5, h6, ul, form {  
	margin: 0px; 
	padding: 0px; 
}
a { 
	color: #F26522; 
	font-weight:normal;
	text-decoration:none; 
}
.hAltBlue {	color: #105fac; }

.mangoText { color: #F26522 ; }
.greenText { color: #28903a ; }
.textBox { 
	color: #1A6026; 
	background: #F2f7f3;	
	margin-bottom: 3px;	
	padding-left: 5px; 
	border: 1px solid #1B6026; 
	font-size: 11px; 	
	margin-left: 10px; 
}
.textBoxDisabled { 
	color: #1A6026; 
	background: #D3E4D7;	
	margin-bottom: 3px;	
	padding-left: 5px; 
	border: 1px solid #1B6026; 
	font-size: 11px; 	
}
.clearDivs { clear: both; padding:0px;margin:0px;height:0px;width:0px; }
.importantnote { 
	font-size:10px; 
	color:#CC3300; 
	padding: 5px; 
}
.errorbox-large {
	font-size:16px;
	text-align:center;
	border:1px solid #FFCC00;
	background:#FFDF5E;
	color:#CC3300;
	padding:5px;
	margin:0px auto;
	width:650px;
	font-weight:bold;
}
.errorbox {
	border:1px solid #FFCC00;
	background:#FFDF5E;
	color:#CC3300;
	padding: 0px 5px;
	margin:0px 5px;
}
.closeBtn { 
	float: right; 
	height: 18px; 
	width: 25px; 
}
.inputBx { 
	font-size: 11px; 
	color: #0054A6; 
	width: 200px; 
	font-style: italic; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #FFFFFF; 
}
.orangeinput { 
	font-size: 11px; 
	color: #28903a ; 
	border: 1px solid #F26522; 
	padding: 1px; 
}
.pcH1 {
	font-size:24px;
	font-weight:normal;
	color: #28903a;
	padding: 20px 0px 10px;
	font-family: "Times New Roman", Times, serif;
}
.pcH2 {
	font-weight:normal;
	font-size:20px;
	color: #28903a;
	padding: 0px 0px 10px;
	font-family: "Times New Roman", Times, serif;
}
.pcH4 {
	font-weight:normal;
	font-size:14px;
	padding: 0px 0px 10px;
}
a.normalLink  { color: #0054A6; text-decoration: none; }
a.normalLink:hover { color: #F66522; text-decoration: underline; }
#breadcrumb, #paging {
	color:#28903a;
	margin:5px 0px;
	line-height:20px;
}

/* -------------------------------------------------- End of General CSS ---------------------------------------------------------- */

/* -------------------------------------------------- Main Blocks ----------------------------------------------------------------- */

#header { margin: 0px auto; height: 144px; width: 955px; z-index: 60; }
#headerMenu { z-index:1 }
#content { width: 955px; margin: 0px auto; z-index: 0; }
#footer { background: url(../images/footer_bg.jpg) repeat-x; width: 99%; margin: 5px auto 0px; }

/* ------------------------------------------------------ End of Main Blocks ------------------------------------------------------ */

/* --------------------------------------------------- Header CSS ----------------------------------------------------------------- */
#header #regSignPop {
	position: absolute;
	width: 250px;
	top: 66px;
	right: -10px;
	background: url(../images/regsign.png) no-repeat;
	padding: 35px 0px 10px 10px;
	height:175px;
	z-index: 0;
}
#regSignPop  h1 { color: #0054A6; }
#header #logo { 
	width: 374px;
	height: 99px;
	float:left;
}
#header #smallNav {
	float: right;
	height: 99px;
	width: 160px;
	text-align: right;
}
#smallNav #regSign {
	width: 130px;
	text-align: center;
	line-height: 19px;
	color: #28903A;
	margin-top: 46px;
	position: relative;
	z-index: 200;
}

#mainNav .home {
	border-left: 1px solid #185823;
}
#mainNav li { display: inline; }
#mainNav li.navnormal a {
	display: block;
	padding: 0px 13px;
	border-right: 1px solid #185823;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 44px;
	height: 45px;
	float: left;
	text-decoration: none;
}
#mainNav li.navnormal a:hover {
	background: url(../images/nav_highlight.jpg) repeat-x;
}

/* ------------------------------------------------------ End of Header CSS ------------------------------------------------------ */
#footerMenu a {
	font-weight: bold;
	color: #0054C4;
	text-decoration: none;
}
#footerMenu a:hover {
	color: #F66522;
}
#breadcrumb, #paging {
	color:#28903a;
	margin:5px 0px;
	line-height:20px;
}

#footer #footerMenu {
	line-height: 40px;
	color: #28903A;
	text-align: center;
	width: 955px;
	margin: 0px auto;
	font-size: 10px;
}
#footer #seo {
	color: #D1E4F3;
	text-align: center;
	line-height: 20px;
}
#footerMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footerMenu li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}
#footer {
	margin:15px 0px 0px 0px;
}
#footer #copyright {
	color: #F46522;
	text-align: center;
	margin: 0px auto;
	width: 955px;
	font-size: 10px;
	line-height: 20px;
}
#copyright  a {
	color: #0054A6;
	text-decoration: none;
}
.selected {
background:#28903a;
color:#fff;
}
#copyright  a:hover {
	text-decoration: underline;
}
.imagebox {
	background:url(../images/imagebg.jpg) repeat-x;
	border:1px solid #105fac; 
}
@media print {
body { background:none; }
#smallNav { display:none; }
#mainNav { display:none; }
#footer { display:none; }
#breadcrumb { display:none; }
#content, #header { width:700px;}
#coupontb {display:none; }
}
#content_left, .content_left {
	width: 553px;
	padding-top: 15px;
	float: left;
}
#content_right,.content_right {
	float: left;
	width: 385px;
	padding-left: 15px;
	padding-top: 14px;
}

#searchBox {
	background: url(../images/large_search_back.gif) no-repeat;
	height: 246px;
	width: 523px;
	padding: 15px 15px 15px;
}
#top_golfing_destinations {
	background: url(../images/backgrounds/large_search_back.gif) no-repeat;
	height: 225px;
	width: 523px;
	padding: 5px 15px 15px;
	z-index:1;
}
#top_golfing_destinations h1.header, #golf_course_sponsor_videos h1.header {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom:30px;
	z-index:1;
}
#searchBox h1 {
	font: normal 24px "Times New Roman", Times, serif;
	color: #28903a;
}
#searchFields {
	background: url(../images/green_search_bg.jpg) -3px;
	height: 55px;
	width: 470px;
	padding-top: 20px;
	padding-left: 55px;
}
.greeninput {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5f6160;
	border: 1px solid #5f6160;
}
a.blackLink {
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
a.greenLink {

	color: #28903a;
	text-decoration: none;
	padding-left: 5px;
}
#search_content {
	background: url(../images/long-search-bg.jpg) no-repeat;
	height: 130px;
	width: 955px;
	margin-top: 15px;
}
#searchBox-long {
	height: 100px;
	width: 925px;
	padding: 15px 15px 15px;
}
#searchBox-long h1 {

	font: normal 24px "Times New Roman", Times, serif;
	color: #28903a;
}
#searchFields-long {

	background: url(../images/long-search.gif) no-repeat 0px;
	height: 55px;
	width: 872px;
	padding-top: 20px;
	padding-left: 55px;
}
.greeninput-long {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5f6160;
	border: 1px solid #5f6160;
	width: 600px;
}
a.blackLink:hover {

	color: #F26522;
	text-decoration: none;
	padding-left: 5px;
}
a.greenLink:hover {
	color: #105fac;
	text-decoration: none;
	padding-left: 5px;
}
#searchContainer {
	background: #fff url(../images/advanced-search-bg.png) repeat-x;
	z-index: 999;
	height: 600px;
	width: 955px;
	border:1px solid #105fac;
	position: absolute;;
	left: 150px;
	top: 110px;
}
#advertisments { border-top:1px solid #28903a;margin:15px auto 0px;padding-top:15px; text-align:center; width:955px; }
#advertisments a { padding:0px 20px 0px 20px; }
div.autocomplete {
	font-size:11px;
	font-weight:normal;
	position:absolute;
	top:-5px;
	left:0px;
	width:300px;
	height:200px;
	overflow:auto;
	background:#fff;
	border: 1px solid #5f6160;
	margin:0px;
	padding:0px;
	z-index:2;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
	z-index:2;
}
div.autocomplete ul li.selected { color:#fff; background-color: #28903a;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
  color:#1A6026;
}
#indicator1 {
	position:absolute;
	right:0px;
	top:2px;
}
#videoContainercms {
	background: #fff url(../images/advanced-search-bg.png) repeat-x;
	z-index: 999;
	height: 300px;
	width: 350px;
	border:1px solid #105fac;
	position: absolute;
	padding: 2px;
	left: 200px;
	top: 200px;
}
#video { text-align:center }
#vHeader {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 200px;
	line-height: 23px;
	height: auto;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}
#vHeader {
	width: 230px;
}
#vHeaderContainer {
	height: 25px;
	width: 350px;
	margin: 5px 0px 15px 8px;
	cursor:move;
}
#headerSearch { 
	background: url(../images/backgrounds/green_search_bg.jpg) no-repeat;
	height: 68px;
	width: 375px;
	padding-top: 7px;
	padding-left: 20px;
	margin: 15px 0px 0px 15px;
	color:#fff;
	float:left;
}
#golf_course_sponsor_videos { 
	background: url(../images/backgrounds/video_home.jpg) no-repeat -1px 0px;
	height: 250px;
	width: 955px;
	padding-top: 7px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	color:#fff;
}
#golf_course_sponsor_videos h1.header { 
	padding-left:10px;
	margin-bottom:10px;
}
.membership_list {
	color:#28903a;
	margin: 0px 10px 10px 20px;
}
.membership_list li {
	margin-bottom:10px;
}
.membership_table {
	margin: 25px 0px 0px;
}
.membership_table td {
	padding: 0px 20px 0px 0px;
}
.home {
	border-left: 1px solid #185823;
}
ul.mainmenu {
	margin: 0px;
	padding:0px;
	list-style:none;
	z-index:10;
}
li.toplevel { 
	float: left; }
li.toplevel a.link {
	display: block;
	padding: 0px 13px;
	border-right: 1px solid #185823;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 44px;
	height: 45px;
	text-decoration: none;
}
li.toplevel a.link:hover {
	background: url(../images/nav_highlight.jpg) repeat-x;
}
li.subMenu a.sub_menu {
	display: block;
	color: #311c02;
	margin: 0px 5px;
	text-align:center;
	padding: 0px 15px 7px;
	text-decoration:none;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	background: #abce3a url(../images/backgrounds/dd-bg.gif) no-repeat right top;
}
div.relative { position:relative;
	z-index:10; }
div.submenuContainer { 
	position:absolute;
	top:44px;
	left:0px;
	z-index:10;
}
ul.submenu {
	background:#fff;
	border: 1px solid #185823;
	color:#1B5F26;
	width:150px;
	margin:0px;
	padding:5px;
	list-style:none;
	z-index:10;
}
ul.submenu li.subcategory { 
	margin:0px;
	padding:0px;
	display: block;
	z-index:10;
}
li.subcategory ul.submenu {
	top:0px;
	left:0px;
	z-index:10;
}
ul.submenu a {
	display: block;
	padding:2px 10px;
	color: #185823;
	text-decoration:none;
	z-index:10;
}
ul.submenu a:hover {
	color:#fff;
	background:#185823;
	z-index:10;
}
#videoContainer {
	background: #fff url(../images/advanced-search-bg.png) repeat-x;
	z-index: 999;
	height: 300px;
	width: 350px;
	border:1px solid #105fac;
	position: absolute;
	padding: 2px;
	left: 200px;
	top: 200px;
}
#video { text-align:center }
