/* Reset browser defaults
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ol, ul, li, menu,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}


/* HTML & Body
-------------------------------------------------------------- */
html {
  min-width: 1000px;
}

/* Default font settings. 
  The font-size percentage is of 16px. (0.875 * 16px = 14px) */
body {
  background: transparent url('../images/bg.jpg') no-repeat center top;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 87.5%;
  line-height: 150%;
}
body.front {
  background: #fff;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1.2em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1.25em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; height: 1.25em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1#page-title {
  color: #954905;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;  /* TODO double check to make sure we want this for all page titles */
}

.view.view-services h2 {
  margin-bottom: 4px;
}

/* Text elements
-------------------------------------------------------------- */
p {
  font-size: 1em;
  margin-bottom: 1em;
}

a,
a:link,
a:visited {
  color: #0873a8;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em,dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup,sub {
  line-height: 0;
}

abbr,acronym {
  border-bottom: 1px dotted #666;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

del {
  color: #666;
}

pre,code {
  margin: 20px 0;
  white-space: pre;
}

pre,code,tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}


/* Lists
-------------------------------------------------------------- */
ul {
  margin: 6px 0 14px;
  padding: 0;
}

ol {
  list-style-position: inside;
  margin: 10px 0 18px;
  padding: 0;
}

ol li {
  padding: 0 0 4px;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 2px 0 2px 0;
}

ul.menu,
.item-list ul {
  margin: 6px 0 0 0;
  padding: 0;
}

ul.menu ul,
.item-list ul ul {
  margin-left: 0;
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  background: transparent url('../images/menu-leaf.gif') no-repeat 1px .45em;
  list-style-type: none;
  list-style-image: none;
  padding: 0 0 4px 20px;
}

/* remove background image on toolbar list items */
#toolbar ul li {
  background: transparent;
}

ul li.expanded {
  background: transparent url('../images/menu-expanded.gif') no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url('../images/menu-collapsed.gif') no-repeat 0px .35em;
}

ul li.leaf a, 
ul li.expanded a,
ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 14px 0 0;
}

ul.links li {
  background: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0 0 22px 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px 22px;
}

/* remove bullets for certian lists items */
ul.contextual-links li,
#content-wrapper ul.tips li,
ul.operations li {
  background: transparent;
}

#content-wrapper ul.tips li {
  font-size: 1em;
  list-style: disc;
  list-style-image: none;
  list-style-position: inside;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

#autocomplete li {
  margin: 0;
  padding: 0 8px;
}


/* Helper classes
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hide {
  display: none;
  visibility: hidden;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;                                    
  content: "."; 
  display: block; 
  font-size: 0;
  height: 0; 
  visibility: hidden;
}


/* Misc.
-------------------------------------------------------------- */
/* Remove border on linked images. */
a img {
  border: none;
}

hr {
  height: 1px;
  border: 1px solid #ddd;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;
}


/* centering */
#header-top .inner,
#main-menu .inner,
#header-bottom .inner {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;  
}


/* Header Regions
-------------------------------------------------------------- */
#header-top {
  background: transparent url('../images/header-top-bg.png') repeat-x left top;
  height: 51px;
  line-height: 51px;
  overflow: hidden;
}

#header-bottom {
  background: transparent;
  height: 80px;
  overflow: hidden;
  padding: 30px 0 0;
}
.front #header-bottom {
  height: 500px;
  padding: 0;
}

#header-bottom .inner {
  padding-left: 40px;
  width: 940px;
}
.front #header-bottom .inner {
  padding: 0;
  width: 1260px;
}

.front #header-bottom #name-slogan {
  float: left;
  left: 120px;
  overflow: hidden;
  position: relative;
  top: 30px;
  z-index: 20;
}

#header-bottom #site-name h1 {
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 52px;
  line-height: 46px;
  margin: 0;
}
#header-bottom #site-name h1 a {
  color: #fff;
}
#header-bottom #site-name h1 a:hover {
  text-decoration: none;
}

#header-bottom #slogan {
  color: #fff;
  display: block;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
}

.not-front #header-bottom #site-name,
.not-front #header-bottom #slogan {
  text-shadow: 1px 1px 1px #999;
}




/* Page
-------------------------------------------------------------- */
#page {
  background: #fff;
  margin: 0 auto;
  min-height: 970px;
  position: relative;
  width: 980px;
}

#page .page-inner {
  padding: 40px 14px;
}

#page.front {
  background: #fff url('../images/front-page-bg.jpg') no-repeat top center;
  min-height: inherit;
  width: 100%;
}

#page.front .page-inner {
  margin: 0 auto;
  width: 980px;
}

/* Main content
-------------------------------------------------------------- */
#main-content {
}


/* Preface Regions
-------------------------------------------------------------- */
#preface-wrapper {
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-second {
}

#preface-wrapper #preface-third {
}


/* Preface Regions - First:Middle:Last
-------------------------------------------------------------- */
#preface-wrapper.prefaces-1 .column {
  float: left;
  width: 100%;
}
  
#preface-wrapper.prefaces-2 .column{
  float: left;
  width: 50%;
}
  
#preface-wrapper.prefaces-3 .column {
  float: left;
  width: 33.3%;
}


/* Main Area Wrapper - Sidebars + Content
-------------------------------------------------------------- */
#main-wrapper {
  margin-bottom: 40px;
  min-height: 700px;
  overflow: hidden;
}


/* Sidebar Region
-------------------------------------------------------------- */
#sidebar-first {
  float: left;
}

#sidebar-second {
  float: right;
}


/* Content Regions
-------------------------------------------------------------- */
#content-wrapper {
  float: left;
}

#content-top {
}

#content-top #highlighted {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
}

#content {
  margin: 0;
}

#content-inner {
}


/* Postscript Regions
-------------------------------------------------------------- */
#postscript-wrapper {
}

#postscript-wrapper #postscript-first {
}

#postscript-wrapper #postscript-second {
}

#postscript-wrapper #postscript-third {
}


/* Postscript Regions - First:Middle:Last
-------------------------------------------------------------- */
#postscript-wrapper.postscripts-1 .column {
  float: left;
  width: 100%;
}

#postscript-wrapper.postscripts-2 .column {
  float: left;
  width: 50%;
}

#postscript-wrapper.postscripts-3 .column {
  float: left;
  width: 33.3%;
}


/* Footer Regions
-------------------------------------------------------------- */
#footer-top {
}

#footer-wrapper {
  clear: both;
  overflow: hidden;
}

#footer-wrapper #footer-first {
  background: transparent url('../images/footer-icon.png') no-repeat left top;
  overflow: hidden;
  padding: 4px 0 10px 80px;
  width: 490px;
}

#footer-wrapper.footers-2 #footer-second {
  float: right;
  line-height: 34px;
  text-align: right;
  width: 300px;
}

#footer-wrapper #footer-third {
}

#footer-bottom {
  
}


/* Footer Regions - First:Middle:Last
-------------------------------------------------------------- */
#footer-wrapper.footers-1 .column {
  float: left;
  width: 100%;
}

#footer-wrapper.footers-2 .column {
  float: left;
  width: 50%;
}

#footer-wrapper.footers-3 .column {
  float: left;
  width: 33.3%;
}


/* Single Column Layout (Main Content)
-------------------------------------------------------------- */
body.layout-main #content-wrapper {
  margin: 0;
  width: 900px;
}


/* Two Column Layout - Sidebar:Main Content
-------------------------------------------------------------- */
body.layout-first-main #sidebar-first {
  margin: 0 20px 0 0;
  width: 225px;
}

body.layout-first-main #content-wrapper {
  margin: 0;
  width: 655px;
}


/* Two Column Layout - Main Content:Sidebar
-------------------------------------------------------------- */
body.layout-main-second #content-wrapper {
  margin: 0 20px 0 0;
  width: 740px;
}

body.layout-main-second #sidebar-second {
  margin: 0;
  width: 190px;
}


/* Three Column Layout - Sidebar:Main Content:Sidebar
-------------------------------------------------------------- */
body.layout-first-main-second #sidebar-first {
  margin: 0 20px 0 0;
  width: 225px;
}

body.layout-first-main-second #content-wrapper {
  margin: 0 20px 0 0;
  position: relative;
  width: 310px;
  z-index: 1;                    /* keep content visible on admin pages */
}

body.layout-first-main-second #sidebar-second {
  margin: 0;
  width: 325px;
}


/* Nodes
-------------------------------------------------------------- */
div.node {
  margin: 0 0 20px 0;
}

div.node .submitted,
div.node .terms {
  font-size: 12px;
}

div.node ul.links li,
div.node ul.inline li {
  padding-right: 6px;
}

div.node ul.links li.last {
  padding-right: 0;
}

div.node li.node-readmore,
div.node .more-link,
div.node .links {
}

div.node li.node-readmore {
}

div.node .submitted a:link,
div.node .submitted a:visited {
}

div.node .submitted a:visited,
div.node .submitted a:hover,
div.node .submitted a:active {
}

div.node div.meta {
  margin-bottom: 10px;
}

div.meta div.submitted {
  display: inline;
}

div.node div.user-picture {
  float: left;
  margin: 0 20px 0 0;
}

div.node ul.links {
  display: block;
  margin: 2px 0;
  overflow: hidden;
}

div.node div.meta ul.links {
  display: inline;
  padding: 0 14px 0 0;
}

/* taxonomy terms */
div.node .terms {
}

div.node .terms h3.field-label {
  float: left;
  font-size: 12px;
  line-height: inherit;
  margin: 0 6px 0 0;
}

div.node .comment_forbidden {
  float: right;
  padding: 0;
}

.node-unpublished {
  background-color: #FFF0F0;
  border: 1px solid #FFBABA;
  padding: 8px;
}

.preview .node {
  background-color: #FFFFE8;
  border: 1px solid #E8E8CC;
  padding: 10px;
}


/* Blocks
-------------------------------------------------------------- */
/* for region labels on block admin page */
div.block-region {
  background-color: #ffff66;
  color: #000;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.166em;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

#blocks td.region {
  font-size: 1.333em;
}

div.block-wrapper {
  margin: 0 0 20px;
}

div.block .title {
}

div.block .content {
}

div.block .submitted {
}

div.block .submitted a:link {
}

div.block .submitted a:visited,
div.block .submitted a:hover,
div.block .submitted a:active {
}

/* user login block */
div.block #user-login-form {
  text-align: left;
}

#header-top .block-wrapper,
#footer-wrapper .block-wrapper {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* follow links */
#header-top #block-block-3 {
  float: right;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

#header-top #block-block-3 a.facebook,
#header-top #block-block-3 a.twitter {
  background: transparent url('../images/follow-icons.png') no-repeat left 7px;
  display: inline-block;
  height: 46px;
  margin-left: 10px;
  text-indent: -999em;
  width: 98px;
}
#header-top #block-block-3 a.twitter {
  background-position: -117px 7px;
  width: 106px;
}

/* footer links */
#footer-first #block-block-2 {
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

#footer-first #block-block-2 a {
  color: #954905;
}
#footer-first #block-block-2 a:hover {
  color: #d98942;
  text-decoration: none;
}



/* Block Menus
-------------------------------------------------------------- */
.block ul.menu li {
}

.block ul.menu li a {								
}

.block ul.menu li a:link,
.block ul.menu li a:visited {
}

.block ul.menu li a:hover,
.block ul.menu li a:active {
}


/* User Login Block - Open ID
-------------------------------------------------------------- */
/* adjust openid link */
/* note: display set in openid.js */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  background: transparent;
  list-style-type: none;
  margin-top: 15px;
  padding: 4px 0;
}


/* Blockquotes
-------------------------------------------------------------- */
.content blockquote p {
  font-style: italic;
  margin: 0;
  padding: 8px 20px;
}

blockquote {
  background: url('../images/close-quote.gif') no-repeat right bottom;
  color: #5A6A78;
  margin: 10px 0;
}

blockquote p:first-child {
  background: url('../images/open-quote.gif') no-repeat left top;
  padding: 0 0 0 20px;
}

blockquote * > :first-child {
  background: transparent;
  padding: 0;
}

blockquote a:link {
  text-decoration: underline;
}


/* Main Menu
-------------------------------------------------------------- */
#main-menu {
  background: #000;
  border-bottom: 1px solid #9c9c9c;
  color: #fff;
  display: block;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#main-menu ul.links {
  margin: 0;
}

#main-menu ul.links li {
  background-image: none;
  display: block;
  float: left;
  margin: 0 47px;
  padding: 0;
  position: relative;
}

#main-menu ul.links li a,
#main-menu ul.links li a:link,
#main-menu ul.links li a:visited {
  color: #fff;
  display: block;
}

#main-menu ul.links li a:hover,
#main-menu ul.links li a.active:hover {
  color: #d98942;
  text-decoration: none;
  -moz-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

/* active pages and links */
#main-menu ul.links li a.active,
.path-the-work #main-menu ul.links li.menu-248 a,
.path-services #main-menu ul.links li.menu-249 a,
.path-about-us #main-menu ul.links li.menu-247 a,
.path-news #main-menu ul.links li.menu-251 a {
  color: #954905;
}


/* Secondary menu
-------------------------------------------------------------*/
#secondary-menu {
  font-family: 'Clarendon', serif;
  font-size: 12px;
  float: left;
  text-transform: uppercase;
}

#secondary-menu ul.links {
  margin: 0;
  overflow: hidden;
}

#secondary-menu ul.links li {
  background-image: none;
  float: left;
  padding: 0 20px 0 0;
}

#secondary-menu ul.links li a {
  color: #777;
}

#secondary-menu ul.links li a:hover,
#secondary-menu ul.links li a.active {
  color: #fff;
  text-decoration: none;
  -moz-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}


/* Breadcrumbs
-------------------------------------------------------------- */
#breadcrumb {
  font-size: 0.9em;
}  

.breadcrumb {
}


/* Drupal messages
-------------------------------------------------------------- */
div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
  color: #0066B3;
}

div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active {
  color: #000;
}

div.messages,
div.messages.status {
  background: #EAF8E4;
  border: 6px solid #8DC478;
  color: #3E642F;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 14px;
}

div.messages.warning {
  background: #FFFFDD;
  border: 6px solid #EED300;
  color: #745500;
}

div.messages a {
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #555;
}

div.error {
  background-color: #FFF2F2;
  border-color: #CC0000;
  color: #B20000;
}

#block-system-help {
  background-color: #E4EEF8;
  border: 6px solid #57718A;
  color: #292929;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 16px;
}

.contextual-links-region-active {
  background: #F5FAFF;
  outline: none;
}


/* Tabs
-------------------------------------------------------------------*/
ul.primary,
ul.primary li,
ul.secondary,
ul.secondary li {
  background: none;
}

#content-tabs {
  background-color: transparent;
  margin: 10px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #000;
  clear: both;
  float: left;
  margin: 0;
  padding: 0 10px;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #555;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #000;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #555;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #000;
  color: #555;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}


/* Forms
-------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}

.button,
.form-submit,
textarea,
input {
  border: 1px solid #ccc;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 1px 4px;
  vertical-align: text-bottom;
}

textarea {
  line-height: 1.5em;
  height: auto;
  padding: 2px;
}

input.text, input.title,
textarea, select {
  border: 1px solid #bbb;
  margin: 8px 0;
}

.button,
.form-submit {
  background: #FBF8F1;
  margin-right: 10px;
}

.form-submit:hover {
  cursor: pointer;
}  

/* form-item styles */
.form-item {
}

.form-item input,
.form-item select,
.form-item textarea,
.form-item .resizable-textarea .grippie {
}

.form-item input.error,
.form-item select.error,
.form-item textarea.error {
  border: 1px solid #dd7777;
  background: #ffcccc;
  color: #8a1f11;
}

.form-item strong.error {
  display: block;
}

.form-item .field-suffix {
  display: block;
  font-size: 0.9em;
  line-height: 1.667em; /* more accurate line-height value */
}

.form-item .description img {
  margin: 0;
}

/* form-text styles */
.form-text {
}

input.form-text {
  padding: 2px;
}

input.form-text:hover,
input.text:hover,
input.title:hover,
textarea:hover,
select:hover {
  background: #fafafa;
}

input.form-text:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #999;
}

/* fieldset styles */
fieldset {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 0 0 22px 0;
  padding: 20px;
}

fieldset legend {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 0 6px;
}

fieldset dl,
fieldset select {
  margin: 0;
}

/* prevent uncessary scrollbars */
fieldset .collapsible {
  overflow: hidden;
}

html.js fieldset.collapsed {
  background: none;
  margin: 0 10px;
  padding: 10px;
}

/* legend styles */
html.js fieldset.collapsible .fieldset-legend {
  background: transparent url('../images/menu-expanded.gif') no-repeat 0;
  text-decoration: none;
}

html.js fieldset.collapsed .fieldset-legend {
  background: transparent url('../images/menu-collapsed.gif') no-repeat 0;
}

span.fieldset-legend a:hover,
span.fieldset-legend a:active,
span.fieldset-legend a:focus {
  text-decoration: none;
}

html.js fieldset legend:hover {
  background-color: #f7f7f7;
}

div.resizable-textarea textarea {
  margin-top: 0;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;
  max-width: 96%;
}

/* form error styles */
div.error, tr.error,
span.form-required,
span.marker {
  color: #8a1f11;
}


/* Tables
-------------------------------------------------------------- */
table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}

th,
thead th {
  color: #333;
  text-align: left;
  padding-right: 1em;
  border-bottom: 1px solid #ccc;
}

tbody {
}

tbody th {
  border-bottom: 1px solid #ccc;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

td.active {
  background: none;
}

th.active img {
  display: inline;
}

tr.even {
  background-color: #f1f5fa;
  border-bottom: 1px solid #ccc;
}

tr.odd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

tr.selected {
  color: #000
}

table.sticky-header {
  background: #fff;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eee;
}

tr.drag,
tr.drag-previous {
  background: #ffffdd;
}


/* Pagers
-------------------------------------------------------------- */
ul.pager {
  font-size: 0.9em;
  line-height: 1.667em;
  margin: 20px 0;
}

ul.pager li {
  line-height: 2.5em;
  margin: 0;
  white-space: nowrap;
}

ul.pager a,
ul.pager li.pager-current {
  border: 1px solid #0066b3;
  padding: 3px 6px;
  text-decoration: none;
}

ul.pager li.pager-current {
  background: #0066b3;
  color: #fff;
}

ul.pager a:link,
ul.pager a:visited {
  color: #0066b3;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #0066b3;
  border: 1px solid #0066b3;
  color: #fff;
}

ul.pager span.pager-ellipsis {
  padding: 0 4px;
}

.item-list .pager li {
  padding: 0;
}


/* Admin page(s)
-------------------------------------------------------------- */
div.admin {
  padding-top: 0; /* fix alignment of admin panel */
}

/* keep admin columns from dropping under */
div.admin .left,
div.admin .right {
  margin-left: 1%;
  margin-right: 1%;
}

div.admin-panel {
  padding: 20px 0 0 0;
}

div.admin-panel .body {
  padding: 0;
}

div.admin-panel .description {
  margin: 0 0 20px 0;
  padding: 0;
}

#user-admin-filter ul li,
#node-admin-filter ul li {
  list-style: none; /* remove list style from content node filter */
}

div.admin-dependencies,
div.admin-required {
}


/* Accessibility
/-------------------------------------------------------------- */
/* skip-link to main content */
#skip a,
#skip a:hover,
#skip a:visited {
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}

#skip a:active,
#skip a:focus {
  height: auto;
  position: static;
  width: auto;
}



/* Modules styles
-------------------------------------------------------------- */

/* Book navigation
-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;
}

.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 6px;
}


/* Comments
-------------------------------------------------------------- */
div.comment {
  margin: 15px 0;
  padding: 10px;
}

h2.comments {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
}

div.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

div.comment h3.title a {
}

div.comment .submitted {
}

div.comment .comment-name {
}

div.comment.comment-preview {
  background-color: #FFFFE8;
  border: 1px solid #E8E8CC;
  padding: 10px;
}

.comment .links li {
  background: none;
  padding: 0 6px 0 0;
}

div.comment div.links a,
div.comment ul.links a {
  font-size: 0.9em;
  text-align: right;
}

div.comment .picture {
  float: right;
}

.signature {
  border-top: 1px solid #D6DDB9;
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}


/* Vertical tabs
-------------------------------------------------------------- */
.vertical-tabs fieldset {
  background: transparent;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 20px;
}


/* Views
-------------------------------------------------------------- */
.views-row {
  margin-bottom: 20px;
  overflow: hidden;
}
.views-row.views-row-last {
  margin-bottom: 0;
}

.view .more-link {
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 22px;
  margin: 10px 0;
  text-align: left;
}
.view .more-link a,
#spotlight .learn-more a,
#spotlight .view-all a {
  color: #954905;
}
.view .more-link a:hover,
#spotlight .learn-more a:hover,
#spotlight .view-all a:hover {
  color: #d98942;
  text-decoration: none;
}

/* front slider */
.view.view-frontslider {
  clear: both;
  overflow: hidden;
  position: relative;
  top: -74px;
  z-index: 10;
}

.view.view-frontslider .views-field.views-field-field-slider-credit {
  color: #fff;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 46px;
  line-height: 46px;
  margin: 0;
  position: relative;
  right: 140px;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  top: -80px;
  z-index: 20;
}

/* slideshow controls - next / previous */
.view.view-frontslider .views-slideshow-controls-bottom,
#block-views-services-block_1 .views-slideshow-controls-bottom {
  bottom: 0;
  height: 80px;
  left: 130px;
  position: absolute;
  top: 200px;
  width: 980px;
  z-index: 300;
}
#block-views-services-block_1 .views-slideshow-controls-bottom {
  left: 20px;
  top: 170px;
  width: 360px;
}

.view.view-frontslider .views-slideshow-controls-text-previous,
.view.view-frontslider .views-slideshow-controls-text-next,
#block-views-services-block_1 .views-slideshow-controls-text-previous,
#block-views-services-block_1 .views-slideshow-controls-text-next {
  display: block;
  float: left;
}
.view.view-frontslider .views-slideshow-controls-text-next,
#block-views-services-block_1 .views-slideshow-controls-text-next {
  float: right;
}

.view.view-frontslider .views-slideshow-controls-text-pause,
#block-views-services-block_1 .views-slideshow-controls-text-pause {
  display: none;
  visibility: hidden;
}

.view.view-frontslider .views-slideshow-controls-text-previous a,
.view.view-frontslider .views-slideshow-controls-text-next a,
#block-views-services-block_1 .views-slideshow-controls-text-previous a,
#block-views-services-block_1 .views-slideshow-controls-text-next a,
.galleryformatter-greenarrows .slide-button {
  background: transparent url('../images/white-arrows.png') no-repeat left top;
  display: block;
  height: 70px;
  text-indent: -999em;
  width: 50px;
}
.view.view-frontslider .views-slideshow-controls-text-previous a,
#block-views-services-block_1 .views-slideshow-controls-text-previous a,
.galleryformatter .prev-slide {
  background-position: left -74px;
}

.galleryformatter .prev-slide {
  left: 20px;
}

.galleryformatter .next-slide {
  right: 20px;
}


/* views news */
.views-field.views-field-field-news-image,
.field.field-name-field-news-image,
.views-field.views-field-field-news-media {
  float: left;
  margin: 6px 20px 0 0;
}
#content .views-field.views-field-field-news-media {
  margin-left: -20px;
}

.view.view-news .views-field.views-field-field-news-date {
  color: #954905;
  font-style: italic;
  
}

/* our services slideshow */
#block-views-services-block_1 {
  position: relative;
}


/* Webforms
-------------------------------------------------------------- */
.node.node-webform fieldset {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.node.node-webform #edit-actions {
  text-align: center;
}

.node.node-webform input {
  border: 1px solid #aaa;
}

.node.node-webform input#edit-submit {
  background: transparent url('../images/submit.png') no-repeat center;
  border: none;
  display: inline-block;
  height: 27px;
  text-indent: -9999em;
  width: 109px;
}

/* make appointment */
#webform-component-name-and-company #webform-component-name-and-company--first-name,
#webform-component-name-and-company #webform-component-name-and-company--your-company-name,
#webform-component-email-and-phone #webform-component-email-and-phone--e-mail,
#webform-component-email-and-phone #webform-component-email-and-phone--your-phone-number {
  float: left;
}
#webform-component-name-and-company #webform-component-name-and-company--first-name,
#webform-component-name-and-company #webform-component-name-and-company--your-company-name,
#webform-component-email-and-phone #webform-component-email-and-phone--e-mail,
select#edit-submitted-when-would-you-like-to-meet {
  margin-right: 70px;
}

#webform-component-name-and-company #webform-component-name-and-company--first-name input,
#webform-component-name-and-company #webform-component-name-and-company--your-company-name input,
#webform-component-email-and-phone #webform-component-email-and-phone--e-mail input,
#webform-component-email-and-phone #webform-component-email-and-phone--your-phone-number input,
select#edit-submitted-when-would-you-like-to-meet,
select#edit-submitted-service {
  padding: 7px;
  width: 280px;
}



/* Front page
-------------------------------------------------------------- */
/* spotlight */
#spotlight {
  position: relative;
  width: 660px;
}

#spotlight .views-row {
  overflow: visible;
}

#spotlight .view.view-spotlight .more-link {
  float: left;
  margin: 0;
}

#spotlight .spotlight-content {
  width: 660px;
}

#spotlight .spotlight-content .column {
  float: left;
}

#spotlight .spotlight-content .column.first {
  margin-right: 20px;
  position: relative;
  top: -100px;
  width: 360px;
}

#spotlight .spotlight-content .column.last {
  margin: 0;
  width: 280px;
}

#spotlight .spotlight-content .views-field.views-field-title {
  float: left;
  margin-right: 4px;
}

#spotlight .spotlight-content .views-field.views-field-title,
#spotlight .spotlight-content .views-field.views-field-body {
  font-weight: bold;
  line-height: 18px;
}

/* spotlight title */
#spotlight h2.spotlight-title,
#services h2.title {
  color: #fff;
  font-family: 'Questrial', Century Gothic, sans-serif;
  font-size: 42px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#spotlight h2.spotlight-title {
  left: 380px;
  margin-bottom: 40px;
  position: relative;
  width: auto;
}


/* spolight learn more link */
#spotlight .learn-more,
#spotlight .view-all {
  border-right: 2px solid;
  float: left;
  font-family: 'Questrial',Century Gothic,sans-serif;
  font-size: 22px;
  margin-right: 10px;
  padding-right: 10px;
}
#spotlight .view-all {
  border: none;
}

/* our services */
#services {
  width: 250px;
}

#services h2.title {
  font-size: 26px;
  margin-bottom: 4px;
}

/* spotlight pager/controls */
#spotlight .views-slideshow-controls-top {
  position: absolute;
  right: 160px;
  top: 40px;
  width: 120px;
  z-index: 30;
}

#spotlight .views-slideshow-slide-counter {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  left: 12px;
  position: relative;
  top: 4px;
  max-width: 100px;
  z-index: 1;
}

#spotlight .views-slideshow-controls-text-pause {
  display: none;
  visibility: hidden;
}
#spotlight .views-slideshow-controls-text-previous,
#spotlight .views-slideshow-controls-text-next {
  position: relative;
  z-index: 30;
}

#spotlight .views-slideshow-controls-text-previous {
  float: left;
}

#spotlight .views-slideshow-controls-text-next {
  float: right;
}

#spotlight .views-slideshow-controls-text-previous a,
#spotlight .views-slideshow-controls-text-next a {
  background: transparent url('../images/spot-arrows.png') no-repeat left top;
  display: inline-block;
  height: 28px;
  width: 20px;
  text-indent: -999em;
}
#spotlight .views-slideshow-controls-text-next a {
  background-position: -30px top;
}
#spotlight .views-slideshow-controls-text-next a:hover {
  background-position: -80px top;
}

#spotlight .views-slideshow-controls-text-previous a:hover {
  background-position: -50px top;
}


/* our services - front page */
.front .view.view-services .item-list ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.front .view.view-services .item-list ul li {
  background: transparent;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.front .view.view-services .item-list ul li a {
  display: block;
}





/* News block - slideout news content
-------------------------------------------------------------- */
#news-block {
  background: #fff;
  background-color: rgba(255,255,255,0.95);
  border: none;
  position: absolute;
  right: 0;
  top: 90px;
  width: 0;
  z-index: 100;
  -moz-transition: width 50ms;
  -webkit-transition: width 50ms;
  transition: width 50ms;
}
#news-block.expanded {
  border: 1px solid #ccc;
  border-right: none;
  right: 0;
  width: 660px;
  -moz-transition: width 300ms;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

/* front page news block */
.front #news-block,
.front #news-block.expanded {
}

#news-block h2.news-title {
  background: transparent url('../images/news-title.png') no-repeat left top;
  cursor: pointer;
  height: 175px;
  left: -72px;
  margin: 0;
  position: absolute;
  text-indent: -999em;
  width: 72px;
}
#news-block h2.news-title:hover {
  background-color: rgba(0,0,0,0.35);
  border-radius: 6px 0 0 6px;
}


#news-block.expanded h2.news-title {
  background-position: left bottom;
}

#news-block .inner {
  height: 0;
  overflow: hidden;
  padding: 0;
}
#news-block.expanded .inner {
  height: auto;
  padding: 20px 60px 20px 20px;
}

#news-block h2.views-field.views-field-title {
  font-size: 16px;
  margin: 0 0 2px;
}

#news-block .views-field.views-field-field-news-image {
  float: left;
  margin: 0 20px 0 0;
}

#news-block .more-link {
  text-align: right;
}







/* misc...
-------------------------------------------------------------- */
.galleryformatter-greenarrows .gallery-thumbs,
#lightboxDetails {
  display: none;
  visibility: hidden;
}

#lightbox {
  border: 1px solid #000;
  box-shadow: 0 0 30px #000;
}

#closeButton {
  background-color: #fff;
  background-position: 6px 4px;
  border-radius: 20px;
  box-shadow: -2px 4px 8px #111;
  height: 30px;
  right: -10px;
  top: -10px;
  width: 30px;
}

body.page-services #content-wrapper {
  width: 450px;
}

body.page-services #sidebar-second {
  width: 400px;
}

.views-field.views-field-field-spotlight-image {
  float: left;
  margin: 0 20px 10px 0;
}

.node.node-services.node-full .galleryformatter.galleryview {
  float: right;
  margin: 0 0 10px 10px;
}


/* video */
#media-youtube-1 {
  height: 280px !important;
  width: 360px !important;
}
#news-block #media-youtube-1 {
  height: 200px !important;
  width: 260px !important;
}

