/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   background-color: #191919;
   color: #515047;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 11px;
}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.small { font-size: 10px; }
ul.no-bullets { list-style: none; }
.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
form 
{
   margin: 0;
   padding: 0;
}
input, select, textarea, label
{
   font-family: Trebuchet MS,helvetica,sans-serif;
   font-size: 11px;
   color: #515047;
}
.inputbox 
{
   padding: 2px;
   background-color: #f7f8f5;
   border: 1px solid #515047;
}
select 
{
   background-color: #fff;
}
textarea 
{
   padding: 2px;
   background-color: #f7f8f5;
   border: 1px solid #515047;
}
.button 
{
   background-color: #505046;
   border: 1px solid #505046;
   color: #fff;
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   font-weight: normal;
}
.field 
{
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #dcbf4d;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link, a:visited 
{
   color: #AB8618;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}

/* headers */
h1
{   
   color: #67665E;
   font-size: 15px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0;
   margin: 0 0 15px 0;
}
/* font-family: Georgia,Times New Roman,Times,serif; */
h2
{   
   color: #515047;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3, .title
{   
   color: #515047;
   font-size: 11px;
   font-weight: bold;
   margin: 0 0 10px 0;
}
h3.driver
{
   margin: 0;
   padding: 3px 0 0 10px;
   line-height: 150%;
   text-transform: uppercase;
   color: #fff;
	background: #5C5C5C;
   height: 22px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 19px;
} 
html>body h3.driver {
   height: 19px;
}

/* global */
#wrap
{
   width: 100%;
   background: url(../images/bg/bg_tile_1.gif) repeat-x;
}
#container
{
   text-align: left;
   margin: 0 auto;
   width: 740px;
   background: url(../images/shared/global_grad_header.gif) repeat-x;
}
.buttpad
{
   margin-top: 3px;
}

/* ig header */
#igheader
{
   width: 100%;
   height: 40px;
   background-color: #333;
}
#iglogo
{
   text-align: right;
   margin: 0 auto;
   padding: 8px;
   width: 740px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 726px;
} 
html>body #iglogo {
   width: 726px;
} 

/* utility nav */
#utilitynav
{
   background-color: #fff;
   position: relative;
   height: 40px;
   padding: 0 10px;
}
#utilitynav ul
{
   float: right;
   margin: 0;
   padding: 0;
}
#utilitynav li
{
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline;
   float: left;
   margin: 12px 0 0 0;
   padding: 0 10px;
   border-left: 1px solid #292929; 
}
#utilitynav li.first
{
   border-left: none; 
}
#utilitynav li a:link, #utilitynav li a:visited
{
   color: #666;
}
#utilitynav li a:hover, #utilitynav li a.active:link, #utilitynav li a.active:visited
{
}

/* header image */
#header
{
   position: relative;
   margin: 0;
   padding: 0;
}
#logo
{
   position: absolute;
   top: 20px;
   left: 20px;
}

/* content */
#thebody
{
   background-color: #fff;
   padding: 0 10px 10px 10px;
} 
#maincontent
{  
   float: right;
   width: 540px;
   padding: 20px 9px;
   border-left: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   border-right: 1px solid #E8E8E8;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 520px;
} 
html>body #maincontent {
   width: 520px;
} 
#maincontent .content
{  
   line-height: 17px;
}
#maincontent .content li
{
   list-style: none;
   padding-left: 8px;
   background: url(../images/shared/bullet_on.gif) no-repeat 0 7px;
}
#maincontent #rightbar
{
   margin-bottom: 10px;
   float: right;
   width: 180px;
}
#maincontent #rightbar .container
{
	margin-left: 10px;
}
#sidebar
{
   margin-bottom: 10px;
   float: left;
   width: 180px;
	background: url(../images/shared/spacer_shadow.jpg) repeat-y top right;
}
#sidebar .filler
{
   height: 49px;
   border-bottom: 1px solid #E8E8E8;
	background: url(../images/shared/global_grad_menu.gif) repeat-y;
   margin-bottom: 10px;
}
#sidebar .container
{
	background: url(../images/shared/spacer_shadow_end.jpg) no-repeat bottom right;
}
#sidebar ul
{
   text-transform: uppercase;
   width: 170px;
   color: #AB8618;
   padding: 0 0 10px 0;
   margin: 0;
} 
#sidebar li
{
   list-style: none;
   padding: 0 0 15px 0;
   margin: 0;
	background: url(../images/shared/spacer_170.gif) no-repeat bottom left;
}
#sidebar a.active
{
   color: #515047;
}
#sidebar li a
{
   padding-left: 8px;
   background: url(../images/shared/bullet_off.gif) no-repeat 0 50%;
}
#sidebar a.active 
{
   background: url(../images/shared/bullet_on.gif) no-repeat 0 50%;
}
#sidebar ul ul
{
   display: block;
   text-transform: none;
   width: 170px;
   color: #AB8618;
   padding: 0 0 0 0;
   margin: 5px 0 0 0;
	background: url(../images/shared/spacer_170.gif) no-repeat top left;
} 
#sidebar ul ul li
{
   display: block;
   list-style: none;
   padding: 5px 0 0 15px;
   margin: 0;
   background: none;
}
#sidebar ul ul .active
{
   color: #515047;
}
#sidebar ul ul li a
{
   padding-left: 8px;
   background: url(../images/shared/arrow_off.gif) no-repeat 0 50%;
}
#sidebar ul ul a.active
{
   background: url(../images/shared/arrow_on.gif) no-repeat 0 50%;
}


/* inline image */
#inlineimage
{
   float: right;
   width: 180px;
   margin-bottom: 10px;
   margin-left: 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 170px;
} 
html>body #inlineimage {
   width: 170px;
} 
#inlineimage .description
{
   padding: 5px;
   border-left: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   border-right: 1px solid #E8E8E8;
}

/* callout */
.callout
{
   position: relative;
   width: 170px;
   padding-bottom: 5px;
}
.callout div.body
{
   border-left: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   border-right: 1px solid #E8E8E8;
   padding: 10px;
}

/* events/offers/news/press lists */
.listitem
{
   margin-top: 5px;
   padding-bottom: 15px;
	background: url(../images/shared/spacer_170.gif) no-repeat bottom left;
}
.itemtitle
{
   margin-bottom: 3px;
}
.item
{
   margin-bottom: 10px;
}
.itemtitle strong
{
   text-transform: uppercase;
}
.logo
{
   float: left;
   width: 58px; 
   height: 68px;   
}
.linemid
{
   clear: both;
   height: 15px;
	background: url(../images/shared/spacer_340.gif) no-repeat bottom left;
}
.lineside
{
   clear: both;
   height: 15px;
	background: url(../images/shared/spacer_170.gif) no-repeat bottom left;
}
.linemain
{
   clear: both;
   height: 15px;
	background: url(../images/shared/spacer_508.gif) no-repeat bottom left;
}
hr
{
   display: none;
}

/* home */
#keypersonnel
{
   float: left;
   width: 110px;
}
#keypersonnel dl, #keypersonnel dt, #keypersonnel dd
{
   line-height: 120%;
   margin: 0;
   padding: 0;
}
#keypersonnel dt
{
   font-weight: bold;
}
#keypersonnel dd
{
   margin-bottom: 10px;
}
#yardageguide
{
   float: right;
   width: 220px;
}
#yardageguide th
{
   text-align: right;
   font-weight: normal;
   text-transform: uppercase;
}
#yardageguide td
{
   text-align: right;
}
#yardageguide .tee
{
   text-align: left;
}
#yardageguide td
{
   padding: 3px 0;
   border-bottom: 1px solid #E8E8E8;
}

/* b2c */
#specials table
{
   padding-top: 100px;
   width: 100%;
}
#specials td.divider
{
	background: url(../images/shared/spacer_508.gif) no-repeat bottom left;
}
#specials th
{
   text-align: left;
   text-transform: uppercase;
}
#specials td
{
   padding-right: 10px;
}

/* home */
#sec-home #maincontent .content
{  
   float: left;
   width: 340px;
}
#sec-home #inlineimage
{  
   float: none;
   width: 170px;
   margin-left: 0;
}
#sec-home #logo
{
   top: 35px;
   left: 20px;
}

/* member profile */
.formnarrow label, .formnarrow .label
{
   float: left;
   width: 120px;
}
.formnarrow .field
{
   float: right;
   width: 380px;
}

/* member login */
.memberlogin label, .memberlogin .label
{
   float: left;
   width: 100px;
}
.memberlogin .field
{
   float: left;
   width: 180px;
}

/* footer */
#footer
{
   width: 740px;
}
#footer #footernav
{
   background-color: #f7f8f5;
   padding: 10px;
   margin: 0;
   font-size: 10px;
}
#footer a:link, #footer a:visited
{
   font-weight: normal;
   font-size: 10px;
   color: #6A6961;
}
#footer a.active:link, #footer a.active:visited
{
   font-weight: bold;
}
#footer ul
{
   margin: 0;
   padding: 0;
}
#footer li
{
   list-style: none;
   display: inline;
   float: left;
   padding: 0 5px;
   font-size: 10px;
   border-left: 1px solid #6A6961; 
}
#footer li.first
{
   border-left: none; 
}
#footer #copyright
{
   margin: 5px 10px;
   color: #999;
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
}
