/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #515047;
   background: #365367 url(../images/shared/bg_main_tile.gif) repeat-y 50% 0;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 12px;
}
* { 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: #8397a5;
}
.errormsg 
{
   color: #f00;
}
.form td
{
   padding-bottom: 2px;
}

/* links */
a:link, a:visited 
{
   color: #515047;
   background-color: #f2efdd;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   background-color: transparent;
}

/* global */
#wrap
{
   text-align: left;
   margin: 0 auto;
   width: 760px;
}
#container
{
   width: 760px;
   background: url(../images/shared/bg_right_grad.gif) no-repeat right top;
}

/* headers */
h1
{   
   color: #8397a5;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 20px 0;
}
h2
{   
   color: #8397a5;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   color: #8397a5;
   font-size: 12px;
   font-weight: bold;
   margin: 0 0 10px 0;
}
.title
{   
   color: #8397a5;
   font-size: 12px;
   font-weight: bold;
}

/* side bar */
#sidebar
{
   float: left;
   width: 160px;
}
#topbar
{
   width: 160px;
   height: 300px;
	background: #365367 url(../images/shared/bg_menu_grad.gif) no-repeat right top;
}
#logo
{
   padding: 10px 0 10px 34px;
}
#logo img
{
   display: block;
}
#logo a
{
   background: transparent;
}
#mainnav
{
   margin: 0;
   padding: 0;
}
#mainnav li
{
   list-style: none;
   margin: 0;
   padding: 0 0 1px 0;
   display: inline;
	background: url(../images/shared/menu_line.gif) no-repeat 0 100%;
}
#mainnav li a
{
   float: left;
   display: block;
   background-color: transparent;
}
#mainnav li.first
{
   background: none;
}
#leftbar
{
   margin-left: 10px;
   padding-top: 5px;
   padding-bottom: 30px;
	background: url(../images/shared/left_shadow.gif) repeat-y 100% 0;
}

/* body */
#thebody
{
   float: left;
   width: 580px;
} 
#header
{
}
#maincontent
{  
   background: #fff url(../images/shared/bg_body_tile.gif) repeat-y 0 0;
}
#maincontent
{ 
height: 800px; 
} 
html>body #maincontent
{ 
height: auto; 
min-height: 800px; 
}
#maincontent #content
{  
   float: left;
   width: 400px;
}
#maincontent #content .content
{  
   margin: 20px 10px 20px 20px;
   line-height: 17px;
}
#maincontent #rightbar
{
   float: right;
   width: 180px;
   margin-top: 40px;
   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;
   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;
}

/* page butts */
#pagebutts
{
   margin-top: 20px;
}
#pagebutts a
{
   background: transparent;
} 

/* inline image */
#inlineimage
{
   float: right;
   width: 150px;
   border-bottom: 5px solid #365367;
   margin-bottom: 10px;
   margin-left: 10px;
}
#rightbar #inlineimage
{
   margin-left: 15px;
   float: none;
}
#inlineimage .description
{
   background-color: #333;
   padding: 5px;
}
#inlineimage .description a:link, #inlineimage .description a:visited
{
   color: #fbe383;
}
#inlineimage .logo
{
   height: 48px;
}
#inlineimage .logo img
{
   display: block;
}
#inlineimage .caption
{
   color: #fff;
   font-weight: bold;
   line-height: 120%;
}
#inlineimage .captionimage
{
   padding-top: 5px;
   color: #fff;
   font-weight: bold;
   line-height: 120%;
   float: left;
   width: 102px;
}

/* callout/slots */
#rightbar .callout
{
   margin-left: 15px;
}
.callout
{
   width: 150px;
   margin-bottom: 10px;
}
.callout h3
{   
   font-size: 11px;
   font-weight: bold;
   padding: 10px 0 0 10px;
   margin: 0;
   text-transform: uppercase;
}
.callout .body
{
   padding: 10px;
}
#courses h3
{
   padding: 5px 0 5px 5px;
}
#courses .body
{
   padding: 0;
}
#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;
}
#teetime
{
	background: url(../images/modules/book_online/book_bg_img.jpg) no-repeat 0 0;
   width: 150px;
   height: 75px;
}
#teetime h3
{
   color: #fff;
}
#teetime select
{
	width: 130px; 
}
#mytrilogylife
{
}
#skins
{
}
#tracker
{
}
.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;
}

/* home specials/events/news lists */
#specialoffers
{
   border-top: 2px dotted #ccc;
   padding-top: 10px;
   margin-bottom: 20px;
}
#specialoffers ul
{
   margin: 0;
   padding: 0;
}
#specialoffers li
{
   list-style: none;
   margin: 0;
   padding: 5px 10px 5px 30px;
	background: #f9f9f9 url(../images/shared/icon_box_down.gif) no-repeat 12px 10px;
   font-size: 11px;
   color: #666;
}
#specialoffers li.alt
{
   background-color: transparent;
}
#specialoffers li a:link, #specialoffers li a:visited
{
   font-size: 11px;
   color: #b3a320;
   background-color: transparent;
}
#specialoffers li a:hover
{
   text-decoration: underline;
}
#news
{
   border: 3px solid #ccc;
   background-color: #eee;
}
#news .body, #events .body
{
   padding-bottom: 10px;
}
#news .title, #events .title
{
   background-color: #fff;
   padding: 5px;
   margin: 3px 0 0 0;
   font-size: 10px;
   text-transform: uppercase;
}
#news ul, #events ul
{
   margin: 0;
   padding: 0;
}
#news li, #events li
{
   list-style: none;
   margin: 0;
   padding: 3px 5px 3px 20px;  
	background: #f4f4f4 url(../images/shared/icon_page.gif) no-repeat 7px 6px;
}
#news li.alt, #events li.alt
{
   background-color: #eee; 
}
#news li a:link, #news li a:visited, #events li a:link, #events li a:visited
{
   font-size: 11px;
   color: #9b3d0e;
   background-color: transparent;
}
#news li a:hover, #events li a:hover
{
   text-decoration: underline;
}
#events
{
   margin-bottom: 10px;
   margin-left: 15px;
   width: 150px;
   border: 3px solid #ccc;
   background-color: #eee;
   width/**/:/**/ 144px;
}
#rightbar #events ul
{
   width: 144px;
   margin: 0;
   padding: 0;
}
#rightbar #events li
{
   list-style: none;
   padding: 3px 5px 3px 20px; 
   margin: 0;
}
#rightbar #events li a:link, #rightbar #events li a:visited
{
   color: #9b3d0e;
}
#rightbar #events li a:hover
{
   color: #9b3d0e;
   text-decoration: underline;
}
a.viewall:link, a.viewall:visited
{
   float: right;
   font-size: 9px;
   text-transform: uppercase;
   color: #999;
   background-color: transparent;
}
a.viewall:hover
{
   text-decoration: underline;
}
#courseinfo
{
	border-top: 2px dotted #ccc;
   padding-top: 15px;
   margin-top: 20px;
   margin-bottom: 10px;
}
.itemtitle
{
   margin-bottom: 3px;
}
.item
{
   margin-bottom: 10px;
}
.itemtitle strong
{
   text-transform: uppercase;
}
.logo
{
   float: left;
   width: 58px; 
   height: 68px;   
}
.newslist
{
	border-top: 2px dotted #ccc;
   padding-top: 15px;
   margin-bottom: 10px;
}
.newslist strong
{
	text-transform: uppercase;
}
#specials td.divider
{
   padding-top: 10px;
   padding-right: 0px;
}
#specials td
{
   padding-right: 10px;
}
.linemain
{
	border-top: 2px dotted #ccc;
   margin-bottom: 10px;
}
hr
{
   display: none;
}

/* our courses */
#sec-ourcourses .coursetype h2
{
   padding-bottom: 5px;
   margin: 20px 0 10px 0;
	border-bottom: 2px dotted #ccc;
}
#sec-ourcourses .coursetype .logo
{
  width: 70px;
}
#sec-ourcourses .coursetype .description
{
  float: left;
  width: 300px;
}

/* footer */
#footer
{
   background: url(../images/shared/footer_shadow.gif) repeat-x 0 0;
   width: 580px;
}
#footer a:link, #footer a:visited
{
   font-weight: normal;
   font-size: 10px;
   color: #fff;
   background-color: transparent;
}
#footer a:hover
{
   text-decoration: underline;
}
#footer ul#utilitynav
{
   margin: 0;
   padding: 10px 20px;
}
#footer #utilitynav li
{
   list-style: none;
   display: inline;
   float: left;
   margin: 0;
   padding: 0 5px;
   line-height: 14px;
   border-left: 1px solid #fff; 
}
#footer #utilitynav li.first
{
   padding-left: 0;
   border-left: none; 
}
#footer #copyright
{
   clear: both;
   color: #999;
   font-size: 10px;
   margin: 10px 20px 20px 20px;
}

