/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #6e7067;
   background: #FBF8F1;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 11px;
}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.dn { display: none; }
.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: #6e7067;
}
.inputbox 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #666;
}
select 
{
   background-color: #fff;
}
textarea 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #666;
}
.button 
{
   background-color: #666;
   border: 1px solid #666;
   color: #fff;
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   padding-top: 3px;
   float: left;
   width: 70px;
   font-weight: normal;
}
.field 
{
   float: left;
   width: 400px;
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #699;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link, a:visited 
{
   color: #cc9900;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.pdf
{
   padding: 4px 20px 4px 0;
   background: url(../images/shared/butts/pdf_download.gif) no-repeat top right;
}

/* headers */
h1
{   
   color: #066;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0;
   margin: 0 0 10px 0;
}
h2
{   
   color: #066;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   color: #066;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h4
{   
   color: #699;
   font-size: 11px;
   font-weight: bold;
   margin: 0 0 0 0;
}
h4 a:link, h4 a:visited, h4 a:hover
{   
   color: #699;
}
.title
{   
   color: #699;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 0 0;
}

/* global */
#sitetitle
{
   display: none;
}
.buttpad
{
   margin-top: 3px;
}
.linemain
{
   clear: both;
   margin-top: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #e3e3e5;
}
hr
{
   display: none;
}
blockquote
{
   background-color: #f8f7f5;
   border-bottom: 1px solid #e3e3e5;
   margin: 0 0 10px 0 ;
   padding: 10px;
}
img.inline
{
   padding-bottom: 10px;
   background: url(/images/shared/img_ftr.gif) no-repeat left bottom;
}
img.inlinelong
{
   padding-bottom: 10px;
   background: url(/images/shared/img_ftr_long.gif) no-repeat left bottom;
}
img.left
{
   margin-right: 10px;
}
img.right
{
   margin-left: 10px;
}
.col-center 
{
   width: 740px;
   margin: 0 auto; /* compliant browser center */
   text-align: left; /* re align text */
   position: relative;
   overflow: visible;
   z-index: 100;
}
.col {width: 50%; position: absolute; top: 0; text-align: left;}
.col-left {left: 0; overflow: hidden;}
.col-right {right: 0; overflow: hidden;}
.col-left-inner {margin-right: 370px;}
.col-right-inner {margin-left: 370px;}

/* top bar */
#topbar
{
   position: relative;
   width: 100%;
   height: 105px;
   border-bottom: 2px solid #cc9900;
   background: url(../images/shared/dots_top.gif) repeat-x left top;
}
#topbar .col-center 
{
   height: 105px;
}
#topbar .col-left-inner 
{
   height: 105px;
}
#topbar .col-right-inner 
{
   height: 105px;
}
#logo
{
   margin-left: 10px;
}
#nav
{
   position: absolute;
   left: 190px;
   bottom: 0px;
   height: 30px;
   width: 550px;
   background: #f9f8ef url(../images/shared/nav_bg_left.gif) no-repeat left top;
}
#nav .nav-inner
{
   position: absolute;
   left: 0px;
   top: 0px;
   height: 30px;
   width: 550px;
   background: url(../images/shared/nav_bg_right.jpg) no-repeat right top;
}
#nav ul
{
   margin: 5px 0 0 0;
   padding: 0 10px;
}
#nav li
{
   list-style: none;
   margin: 0 5px 0 0;
   padding: 0;
   display: inline;
   float: left;
   height: 25px;
}
#nav a:link, #nav a:visited, #nav a:hover
{
   float: left;
   color: #637067;
   font-weight: bold;
   text-decoration: none;
   display: block;
	padding: 0 0 0 8px;
}
#nav a span 
{
   float: left;
   cursor: pointer;
	padding: 6px 8px 0 0;
   height: 25px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 19px;
} 
html>body #nav a span {
   height: 19px;
}
#nav a:hover
{
   color: #637067;
   background: url(../images/shared/nav_over_left.gif) repeat-x left bottom;
}
#nav a:hover span
{
   background: url(../images/shared/nav_over_right.gif) no-repeat right bottom;
}
#nav a.active:link, #nav a.active:visited
{
   background: url(../images/shared/nav_over_left.gif) repeat-x left bottom;
}
#nav a.active:link span, #nav a.active:visited span
{
   background: url(../images/shared/nav_over_right.gif) no-repeat right bottom;
}

/* main image */
#mainimage 
{
   width: 100%;
   height: 99px;
   padding-bottom: 1px;
   background: #6FA3A8;
   border-bottom: 1px solid #fff;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 98px;
} 
html>body #mainimage {
   height: 98px;
}
#mainimage .mainimage 
{
   position: relative;
   height: 98px;
   background: url(../images/shared/hd_interior.gif) no-repeat;
}
#mainimage #noflashheader
{
   background: url(../images/home/hd_home_bg.jpg) no-repeat;
}
#mainimage .col
{
   top: 107px;
}
#title
{
   position: absolute;
   left: 30px;
   top: 63px;
}
#subnav
{
   position: absolute;
   left: 180px;
   top: 60px;
   height: 25px;
}
#subnav ul
{
   margin: 5px 0 0 0;
   padding: 0 10px;
}
#subnav li
{
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline;
   float: left;
   height: 25px;
}
#subnav li.first a:link, #subnav li.first a:visited
{
   background: #efefef url(../images/shared/subnav_bg_left.gif) no-repeat left top;
}
#subnav li.first a.active:link, #subnav li.first a.active:visited
{
   color: #699;
   background: #fff url(../images/shared/subnav_bg_left_over.gif) no-repeat left top;
}
#subnav li.first a:hover
{
   color: #699;
   background: #fff url(../images/shared/subnav_bg_left_over.gif) no-repeat left top;
}
#subnav li.last a:link, #subnav li.last a:visited
{
   border-right: none;
   background: #efefef url(../images/shared/subnav_bg_right.gif) no-repeat right top;
}
#subnav li.last a.active:link, #subnav li.last a.active:visited
{
   color: #699;
   background: #fff url(../images/shared/subnav_bg_right_over.gif) no-repeat right top;
}
#subnav li.last a:hover
{
   color: #699;
   background: #fff url(../images/shared/subnav_bg_right_over.gif) no-repeat right top;
}
#subnav a:link, #subnav a:visited, #subnav a:hover
{
   float: left;
   color: #066;
   font-weight: bold;
   text-decoration: none;
   display: block;
	padding: 5px 8px 0 8px;
   height: 24px;
   background-color: #efefef;
   border-right: 1px solid #699;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 19px;
} 
html>body #subnav a:link, html>body #subnav a:visited, html>body #subnav a:hover {
   height: 19px;
}
#subnav li a.active:link, #subnav li a.active:visited
{
   color: #699;
   background: #fff;
}
#subnav a:hover
{
   color: #699;
   background-color: #fff;
}

/* content */
#thebody
{
   width: 100%;
   background: #fff url(../images/shared/bg_gradient.gif) repeat-x left top;
   padding: 30px 0 20px 0;
   border-top: 1px solid #ebe9e5;
}
#thebody .col-center 
{
   background-color: transparent;
}
#sidebar
{
   float: left;
   width: 200px;
}
#sidebar .container
{
	padding: 25px 20px 0 0;
}
#sidebar ul
{
   width: 180px;
   padding: 0;
   margin: 0 0 10px 0;
   border-top: 2px solid #e3e3e5;
}
#sidebar li
{
   display: block;
   list-style: none;
   padding: 1px 0;
   margin: 0;
   border-bottom: 1px solid #e3e3e5;
}
#sidebar ul li a:link, #sidebar ul li a:visited 
{
   text-decoration: none;
   display: block;
   color: #066;
   text-transform: uppercase;
   padding: 3px 0 2px 15px;
   border-left: 2px solid #c90;
   background: #f9f7f5 url(../images/shared/global_nav_arrow.gif) no-repeat 3% 50%;
}
#sidebar ul li a:hover, #sidebar ul a.active:link, #sidebar ul a.active:visited
{
   background-color: #fff;
   color: #699;
   text-decoration: none;
}
#maincontent
{  
   float: right;
   width: 540px;
}
#maincontent .container
{  
   padding: 0 10px 0 0;
}
#maincontent .content
{  
   line-height: 17px;
}
#maincontent .content .blogentry
{  
   width: 99%;
}
#maincontent .contentleft
{
   float: left;
   width: 340px;
}
#rightbar
{
   float: right;
   width: 180px;
   padding-top: 25px;
}
#rightbar ul
{
   width: 180px;
   padding: 0;
   margin: 0 0 10px 0;
   border-top: 2px solid #e3e3e5;
}
#rightbar li
{
   display: block;
   list-style: none;
   padding: 1px 0;
   margin: 0;
   border-bottom: 1px solid #e3e3e5;
}
#rightbar ul li a:link, #rightbar ul li a:visited 
{
   text-decoration: none;
   display: block;
   color: #066;
   text-transform: uppercase;
   height: 20px;
   padding: 3px 0 0 15px;
   background: #f9f7f5;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 17px;
} 
html>body #rightbar ul li a:link, html>body #rightbar ul li a:visited {
   height: 17px;
}
#rightbar ul li a:hover, #rightbar ul a.active:link, #rightbar ul a.active:visited
{
   background-color: #fff;
   color: #699;
   text-decoration: none;
}

/* inline image */
#inlineimage
{
   border: 1px solid #dfd1b4;
   padding: 1px;
   margin-bottom: 5px;
}
.inlineimage
{
   border: 1px solid #dfd1b4;
   padding: 1px;
   margin-bottom: 5px;
}

/* callout */
.callout
{
   position: relative;
   width: 180px;
   margin-bottom: 10px;
   padding: 1px 0;
   border-top: 2px solid #e3e3e5;
   border-bottom: 1px solid #e3e3e5;
}
.callout .body
{
   background-color: #f8f7f5;
   padding: 5px 10px;
}
.callout #book 
{
   margin-top: 10px;
   float: left;
} 
.callout #booknav 
{
   float: right;
   padding-top: 50px;
} 
.callout #booknav a:link, .callout #booknav a:visited 
{
   display: block;
   width: 80px;
   padding: 5px 0;
   border-top: 1px solid #e3e3e5;
}
.callout #booknav a:hover
{
   text-decoration: none;
}

/* events/offers/news/press lists */
.listitem
{
   background-color: #F8F5F0;
   border-bottom: 1px solid #e3e3e5;
   margin-bottom: 2px;
}
.item
{
   float: left;
   width: 490px;
   padding: 8px 10px 0 10px;
   line-height: 14px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 470px;
} 
html>body .item {
   width: 470px;
}
.arrow
{
   display: block;
   width: 50px; 
   height: 30px;
   background: #F3F3EB url(../images/shared/nav_arrow.gif) no-repeat center center;
}
.tall
{
   height: 40px;
}
.listfooter
{
   border-bottom: 1px solid #e3e3e5;
   margin-bottom: 2px;
   padding: 5px 10px;
}
.pages
{
   background-color: transparent;
   padding: 5px;
   float: right;
}

/* home */
#sec-home #mainimage 
{
   height: 169px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 168px;
} 
html>body #sec-home #mainimage {
   height: 168px;
}
#sec-home #mainimage .mainimage 
{
   height: 168px;
}
#sec-home .item
{
   width: 290px;
   padding: 8px 10px 0 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 270px;
} 
html>body #sec-home .item {
   width: 270px;
}

/* services */
#sec-services #maincontent .contentleft
{
   width: 280px;
}
#sec-services #rightbar
{
   width: 240px;
}
.blockon
{
   border-left: 2px solid #699;
   background: #f9f7f5 url(../images/shared/global_nav_arrow.gif) no-repeat 2% 50%;
   border-top: 2px solid #e3e3e5;
   border-bottom: 1px solid #e3e3e5;
   padding: 5px 10px 5px 15px;
}
.blockoff
{
   border-left: 2px solid #f8f7f5;
   background-color: #f8f7f5;
   border-top: 2px solid #e3e3e5;
   border-bottom: 1px solid #e3e3e5;
   padding: 5px 10px 5px 15px;
}
.blockcol
{
   float: left;
   width: 180px;
   margin-right: 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 170px;
} 
html>body .blockcol {
   width: 170px;
}
.blockcol .blockon, .blockcol .blockoff
{
   height: 200px;
}

/* people */
img.people, img.press
{
   float: left;
   margin: 0 10px 10px 0;
}

/* client story */
.clientstory
{
   float: left;
   width: 180px;
   margin-bottom: 20px;
}
.clientstory img
{
   display: inline;
}
.clientstory .noflash
{
   padding: 10px;
   background-color: #F8F5F0;
   margin-right: 10px;
   border-bottom: 1px solid #e3e3e5;
}

/* consultation */
#requiredfields, .hilite
{
   background-color: #f8f7f5;
   border-bottom: 1px solid #e3e3e5;
   margin: 0 0 10px 0 ;
   padding: 10px;
}

/* book */
#orderform label, #orderform .label
{
   width: 120px;
}
.total
{
   background-color: #f8f7f5;
   font-weight: bold;
}

/* maillist */
#maillist label, #maillist .label
{
   width: 80px;
}

/* blog */
.blogimg
{
   float: left;
   margin: 0 10px 10px 0;
}


/* footer */
#footer
{
   width: 100%;
   height: 100px;
   background: #fff url(../images/shared/dots_footer.gif) repeat-x left 1px;
   border-top: 1px solid #e0dfd3;
}
#footer .container
{
   padding: 20px 10px;
}
#footer span.left
{
   font-size: 10px;
   margin-right: 20px;
}
#footer a:link, #footer a:visited
{
   text-decoration: none;
}
#footer a:hover
{
   text-decoration: underline;
}