/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #515047;
   background: #cecec3 url(/courses/images/shared/main_bg.gif) repeat-x;
   text-align: center;
}
body_spa 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #515047;
   background: #99cc99;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 13px;
}
* { margin: 0; padding: 0;}
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; }
ul { margin: 10px; }
ol { margin: 10px 10px 10px 20px; }
ul li, ol li { margin-left: 10px; }
.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 */
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;
   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;
}
.form td
{
   padding-bottom: 2px;
}

/* links */
a:link, a:visited 
{
   color: #8397a5;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}

/* global */
#wrap
{
   text-align: left;
   margin: 0 auto;
   width: 760px;
}
#container
{
   background: #edede5 url(/courses/images/shared/body_bg_tile.gif) repeat-y 160px 0;
   position: relative;
   width: 740px;
   margin-right: 20px;
}
.buttpad
{
   margin-top: 3px;
}

/* headers */
h1
{   
   color: #515047;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 20px 0;
}
h2
{   
   color: #515047;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   color: #515047;
   font-size: 12px;
   font-weight: bold;
   margin: 0 0 10px 0;
}
.title
{   
   color: #515047;
   font-size: 12px;
   font-weight: bold;
}

/* side bar */
#sidebar
{
   float: left;
   width: 160px;
}
#topbar
{
   width: 160px;
	background: #edede5 url(/courses/images/shared/inline_bg.gif) no-repeat right top;
   margin: 0 0 10px 0;
}
#logo
{
   padding: 10px 10px 10px 34px;
	background: url(/courses/images/shared/logo_bg.gif) no-repeat 31px 7px;
}
#mainnav
{
   text-transform: uppercase;
   margin: 0;
   padding: 0 0 20px 0;
}
#mainnav li
{
   list-style: none;
   margin: 0;
   padding: 5px 15px 5px 0;
   text-align: right;
	background: url(/courses/images/shared/menu_line.gif) no-repeat 100% 100%;
}
#mainnav li a:link, #mainnav li a:visited
{
   font-size: 11px;
   font-weight: bold;
   color: #515047;
}
#mainnav li a.active:link, #mainnav li a.active:visited
{
   font-weight: bold;
   color: #999;
}
#mainnav li.first
{
   background: none;
}
#mainnav ul
{
   text-transform: none;
   padding: 0;
   margin: 0;
} 
#mainnav ul li
{
   padding: 2px 5px 2px 0;
   background: none;
}
#header
{
   z-index: 50;
}

/* body */
#thebody
{
   float: left;
   width: 580px;
} 
#header
{
}
#maincontent
{  
   border: none;
}
#maincontent
{ 
height: 450px; 
} 
html>body #maincontent
{ 
height: auto; 
min-height: 450px; 
}
#maincontent #content
{  
   float: left;
   width: 400px;
   background: transparent url(/courses/images/shared/body_line_seperator.gif) no-repeat right top;
}
#maincontent #content .content
{  
   margin: 20px 10px 20px 20px;
   line-height: 17px;
}
#maincontent #rightbar
{
   float: right;
   width: 180px;
   margin-top: 10px;
   margin-bottom: 20px;
}
#maincontent #rightbar #subnav
{
   width: 150px;
   margin: 0 0 10px 15px;
}
#maincontent #rightbar #subnav h3
{
   text-transform: uppercase;
}
#maincontent #rightbar ul
{
   width: 150px;
   padding: 0;
   margin: 0;
}
#maincontent #rightbar li
{
   list-style: none;
   padding: 0 0 10px 10px;
   margin: 0;
}
#maincontent #rightbar li a:link, #maincontent #rightbar li a:visited
{
   color: #999;
   font-size: 10px;
   font-weight: bold;
   line-height: 13px;
   text-transform: uppercase;
   background-color: transparent;
}
#maincontent #rightbar li.active a:link, #maincontent #rightbar li.active a:visited, #maincontent #rightbar li a:hover
{
   color: #666;
} 

/* utility nav */
#rightbar #utilitynav
{
   background-color: #ffffff;
   margin-left: 15px;
   width: 150px;
   margin-bottom: 10px;
   padding-bottom: 5px;
}
#rightbar #utilitynav ul
{
   margin: 0;
   padding: 0;
}
#rightbar #utilitynav li
{
   list-style: none;
   margin: 0;
   padding: 5px 10px 0 10px;
}
#rightbar #utilitynav li a:link, #rightbar #utilitynav li a:visited
{
   text-transform: none;
   font-size: 11px;
   font-weight: bold;
   color: #666;
}
#rightbar #utilitynav li a:hover, #rightbar #utilitynav li a.active:link, #rightbar #utilitynav li a.active:visited
{
}

/* callout */
#rightbar .callout
{
   margin-left: 15px;
}
.callout
{
   margin-left: 10px;
   width: 150px;
   margin-bottom: 10px;
   background-color: #fff;
}
.callout h3
{   
   font-size: 11px;
   font-weight: bold;
   padding: 10px 0 0 10px;
   margin: 0;
   text-transform: uppercase;
   color: #8397a5;
}
.callout .body
{
   font-size: 11px;
   padding: 10px;
}
#courses h3
{
   padding: 5px 0 5px 5px;
}
#teetime
{
	background: url(/images/modules/book_online/book_bg_img.jpg) no-repeat 0 0;
   width: 150px;
   height: 75px;
}
#teetime select
{
	width: 130px; 
}
#teetime h3
{
	color: #fff;
}
#mytrilogylife
{
}
#tracker
{
}
#quote
{
   background-color: #fff;
   color: #8397a5;
}
#quote .quotestart
{
   width: 12px;
   height: 10px;
   padding-right: 3px;
}
#quote .quoteend
{
   width: 12px;
   height: 10px;
   padding-left: 3px;
}
#quote .body
{
   font-size: 11px;
}
#quote .source
{
   font-size: 11px;
   color: #365367;
   font-weight: bold;
   padding-top: 5px;
   text-align: right;
   float: right;
   clear: both;
}
.callout .more a
{
   padding: 1px 2px 1px 14px;
	background: #4F5344 url(/images/shared/butts/arrow_off.gif) no-repeat 50% 0;
}
.callout .more a:hover
{
	background: url(/images/shared/butts/arrow_on.gif) no-repeat 50% 0;
}

/* inline image */
#inlineimage
{
   width: 150px;
   margin-bottom: 10px;
   margin-left: 15px;
} 
#inlineimage .description
{
   font-size: 11px;
   padding: 5px;
   border-left: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   border-right: 1px solid #E8E8E8;
}

/* events/offers/news/press lists */
.itemtitle
{
   margin-bottom: 3px;
}
.item
{
   margin-bottom: 10px;
}
.itemtitle strong
{
   text-transform: uppercase;
}
.logo
{
   float: left;
   width: 58px; 
   height: 68px;   
}
.linemain
{
	border-top: 2px dotted #ccc;
   margin-bottom: 10px;
}
hr
{
   display: none;
}

/* home */
#courseinfo
{
   margin-right: 20px;
   text-align: right;
}
#courseinfo p
{
   font-size: 11px;
}
#keypersonnel
{
   text-align: right;
   margin-right: 20px;
}
#keypersonnel dl, #keypersonnel dt, #keypersonnel dd
{
   font-size: 11px;
   line-height: 120%;
   margin: 0;
   padding: 0;
}
#keypersonnel dt
{
   font-weight: bold;
}
#keypersonnel dd
{
   margin-bottom: 10px;
}
#yardageguide
{
}
#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;
}

/* specials used by rates */
#specials table
{
   padding-top: 100px;
   width: 100%;
}
#specials td.divider
{
   padding-top: 10px;
   padding-right: 0px;
}
#specials th
{
   text-align: left;
   text-transform: uppercase;
}
#specials td
{
   padding-right: 10px;
}

/* 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;
}

/* holebyhole */
#sec-holebyhole #maincontent
{  
   background: #fff none;
}
#sec-holebyhole #maincontent #content
{  
   width: 580px;
   background: none;
}

/* footer */
#footer
{
   background: #edede5;
   width: 740px;
   width/**/: 580px;
   padding-left: 160px;
}
#footer .container
{
}
#footer a:link, #footer a:visited
{
   font-weight: normal;
   font-size: 10px;
   color: #999;
   background-color: transparent;
}
#footer a:hover
{
   text-decoration: underline;
}
#footer ul#footernav
{
   margin: 0;
   padding: 10px 20px;
}
#footer #footernav li
{
   list-style: none;
   display: inline;
   float: left;
   margin: 0;
   padding: 0 6px 0 7px;
   line-height: 14px;
   /*background: url(/courses/images/footer/line_seperator.gif) no-repeat 0 3px;*/
   border-left: 1px solid #999;
}
#footer #footernav li.first
{
   padding-left: 0;
   background: none;
   border-left: none;
}
#footer #copyright
{
   clear: both;
   color: #999;
   font-size: 10px;
   padding: 5px 20px 20px 20px;
}
