

/***** Resets *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
html {
  background: #6d6d6d url(../images/background.jpg) repeat 0 0;
  height: 100%;
  overflow-y: scroll;
}


body {
  color: #999;
  background: transparent url(../images/gradient.png)  no-repeat 50% 0;
  font: 11px/20px lucida grande, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html>body {
  min-height: 100%;
  height: auto;
}
p {
  padding-bottom: 20px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  display: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/***** Link Styles *****/
a:link, a:visited {
	color: #3d7db9;
	text-decoration: none;
}
a:hover {
	color: #3d7db9;
	text-decoration: underline;
}
a:active {
	color: #3d7db9;
	text-decoration: none;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ddd;
  line-height: 1em;
  text-shadow: #000 1px 1px 0;
}
h1 {
  color: #3d7db9;
  font-size: 24px;
  padding-bottom: 10px;
}
h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 25px;
}
  h3 span {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
    text-shadow: none;
  }
h4 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 25px;
}
h5 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 25px;
}
h6 {
  font-size: 11px;
  font-weight: normal;
  padding-bottom: 25px;
}
/***** Header *****/
#header {
  width: 940px;
  margin: 0 auto;
  height: 152px;
  margin-bottom: 20px;
  background: url(../images/divider.png) repeat-x 0 100%;
  position: relative;
}
  .logo {
    position: absolute;
    left: -5px;
    top: 65px;
  }
  #header ul {
    position: absolute;
    right: -10px;
    bottom: 40px;
  }
    #header ul li {
      display: inline;
      margin-left: 25px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 500;
    }
      #header ul li a {
        color: #ddd;
        padding: 5px 10px;
      }
      #header ul li a:hover,
      #header ul li.current_page_item a {
        color: #3d7db9;
        text-decoration: none;
      }
/***** Content *****/
#content {
  margin: 0 auto;
  width: 960px;
  display: block;
}


/***** Grid *****/
.container {
  width: 940px;
  margin: 0 10px;
  float: left;
}
.divider {
  padding-bottom: 0px;
  background: url (../images/divider.png) repeat-x left bottom;
  margin-bottom: 0px;
}
.gallery_divider {
  padding-bottom: 8px;
  background: url(../images/divider.png) repeat-x left bottom;
  margin-bottom: 20px;
  height: 2px;
}
.last_div {
  margin-bottom: 0px;
}
.clear_divider {
  height: 20px;
  clear: both;
}
.alpha {
  margin-left: 0px !important;
}
.omega {
  margin-right: 0px !important;
}
.two_slice {
  float: left;
  width: 450px;
  margin: 0px;
  margin-right:20px;
}
.three_slice {
  float: left;
  width: 300px;
  margin: 0 10px
}
.four_slice {
  float: left;
  width: 220px;
  margin: 0 10px;
}
.eight_slice {
  float: left;
  width: 600px;
  margin: 0 10px;
}

ul {
  margin-bottom: 0px;
}

  /***** Contact Form *****/
  #contactForm {
    
  }
    #thank_you_right {
      
    }
    #contactForm input {
      padding: 8px;
      background: #333;
      border: 1px solid #333;
      color: #999;
      width: 284px;
      display: block;
      margin-bottom: 25px;
      border-top-color: #161616;
      border-bottom-color: #5b5b5b;
    }
    #contactForm textarea {
      padding: 8px;
      background: #333;
      border: 1px solid #333;
      color: #999;
      width: 434px;
      display: block;
      margin-bottom: 25px;
      border-top-color: #161616;
      border-bottom-color: #5b5b5b;
      font-size: 12px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #contactForm #mail {
      display: none;
    }
    #contactForm .validation-failed {
      border-color: #3d7db9;
    }
    #contactForm button {
      background: #3d7db9;
      color: #eee;
      padding: 8px;
      border: 1px solid #9fbc27;
      font-weight: bold;
    }
    #contactForm button:hover {
      border-color: #badb2e;
      color: #fff;
      cursor: pointer;
    }

  /***** Home Styles *****/
  body.home .four_slice {
    padding-right: 10px;
    width: 210px;
  }
  body.home .four_slice h2 {
    padding-bottom: 10px;
  }
  body.home .four_slice ul {
    color: #90aa23;
  }
  
  /***** 300px Image Shadow *****/
  .three_slice_image {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: url(../images/shadow_list.png) no-repeat left bottom;
  }
  .noshadow {
    background: none !important;
    padding: 0;
  }
    .three_slice_image img {
      position: relative;
      display: block;
    }
  
  /***** 460px Image Shadow *****/
  .two_slice_image {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: url(../images/shadow_460.png) no-repeat left bottom;
  }
    .two_slice_image img {
      position: relative;
      display: block;
    }
  
  /***** Large Single Image *****/
  .large_image_divider {
    padding-bottom: 21px;
    background: url(../images/divider.png) repeat-x left bottom;
    margin-bottom: 40px;
    margin-top: 10px;
  }
    .large_image_wrap {
      padding: 0;
      text-align: center;
      width: 940px;
      position: relative;
      padding-bottom: 4px;
      background: url(../images/shadow.png) no-repeat center bottom;
    }
  
  /***** Image Gallery *****/
  .gallery_list {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    background: url(../images/shadow_list.png) no-repeat left bottom;
  }
    .inner_gallery_list {
      position: relative;
      background: #414141;
    } 
      .inner_gallery_list img {
        display: block;
      }
      .inner_gallery_list h2 {
        line-height: 20px;
        font-size: 16px;
        padding: 7px 20px 7px 20px;
      }
        .inner_gallery_list h2 a {
          color: #ddd;
        }
      .inner_gallery_list span {
        position: absolute;
        right: 20px;
        bottom: 14px;
        font-size: 16px;
        color: #999;
        text-shadow: #000 1px 1px 0;
      }
  h2.gallery_heading {
    padding: 15px 0 25px 10px;
  }
  .pgallery {
    width: 940px;
    padding: 15px 0 25px 0;
    background: url(../images/divider.png) repeat-x left bottom;
    margin: 0 10px;
    margin-bottom: 40px;
  }
    .scroller {
      height: 110px;
      width: 940px;
      padding: 0;
      display: block;
      overflow: hidden;
      float: left;
    }
      /***** Image Gallery Items *****/
      ul.items {
        padding: 0;
        margin: 0;
        min-width: 940px;
        display: block;
        height: 76px;
        overflow: hidden;
      }
        ul.items li {
          width: 100px;
          height: 70px;
          margin: 0 20px 0 0;
          float: left;
          display: block;
          padding-bottom: 4px;
          background: url(../images/small_shadow.png) no-repeat center bottom;
        }
        ul.items li:last-child {
          margin: 0 0 0 0;
        }
          ul.items li a {
            display: block;
            float: left;
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            opacity: 0.7;
          }
          ul.items li.selected a,
          ul.items li a:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
          }
            ul.items li a img {
              display: block;
              float: left;
            }
      /***** Image Gallery jScroller *****/
      .jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 10px;
      }
        .jScrollPaneTrack {
          position: absolute;
          cursor: pointer;
          left: 0;
          bottom: 0;
          width: 100%;
          background: url(../images/scroll-bg.png) no-repeat 50% 10px;
          width: 940px;
          padding: 10px 0;
        }
          .jScrollPaneDrag {
            background: url(../images/scroll-pane.png) no-repeat 50% 0;
            position: absolute;
            cursor: pointer;
            overflow: hidden;
          }
            .jScrollPaneDragLeft {
              position: absolute;
              bottom: 0;
              left: 0;
              overflow: hidden;
            }
            .jScrollPaneDragRight {
              position: absolute;
              bottom: 0;
              right: 0;
              overflow: hidden;
            }
      /***** Image Gallery Preview *****/
      .preview {
        padding: 0;
        text-align: center;
        width: 940px;
        position: relative;
        padding-bottom: 10px;
        background: url(../images/shadow.png) no-repeat center bottom;
      }
        .preview img {
          vertical-align: bottom;
        }
        .preview a.btn {
          position: absolute;
          top: 0;
          width: 50%;
          height: 100%;
        }
        .preview a.btn:hover {
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
        }
        .preview .left {
          left: 0;
        }
        .preview a.left:hover {
          background: transparent url(../images/left-arrow.png) no-repeat 0 250px !important;
        }
        .preview .right {
          right: -1px;
        }
        .preview a.right:hover {
          background: transparent url(../images/right-arrow.png) no-repeat 100% 250px !important;
        }
        .full {
        }
          .full img {
          }
        .full.loading { 
          background: url(../images/loader.gif) center 265px no-repeat; 
        }
      /***** Flash Content *****/
      #content_main_image {
        width: 940px;
        min-height: 300px;
        padding-bottom: 0px;
        background: url(../images/main_image3.png) no-repeat center bottom;
        margin: 0px 10px 20px 10px;
        display: block;
        position: relative;
        float: left;
      }
	  .flash_divider {
          background: url(../images/divider.png) repeat-x left bottom;
          margin: 0 10px;
          margin-bottom: 30px;
          display: block;
          position: relative;
          float: left;
          height: 2px;
          width: 940px;
        }

 
  /***** Slider *****/
  .slider_wrap {
    background: url(../images/divider.png) repeat-x left bottom;
    margin-bottom: 40px;
    margin-top: 10px;
  }
    #slider {
      position: relative;
      width: 940px;
  		height: 365px;
  		overflow: hidden;
  		padding-bottom: 10px;
  		background: url(../images/shadow.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
      #slider ul, #slider li{
    		position: relative;
    		width: 940px;
    		height: 365px;
    		overflow: hidden;
      }
      	#prevBtn a, #nextBtn a{ 
      		position: absolute;
          top: 0;
          width: 470px;
          height: 365px;
          text-indent: -9999px;
        }	
        #nextBtn a{
          right: 0; 
        }
        #prevBtn a:hover, #nextBtn a:hover {
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
        }														
        #prevBtn a:hover{  
      		background: transparent url(../images/left-arrow.png) no-repeat 0 50% !important;	
        }	
      	#nextBtn a:hover{ 
      		background: transparent url(../images/right-arrow.png) no-repeat 100% 50% !important;	
        }	
    #gallery_slides {
      position: relative;
      width: 600px;
  		height: 340px;
  		overflow: hidden;
  		padding-bottom: 10px;
  		background: url(../images/shadow_600.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
    .post_img {
      padding-bottom: 10px;
  		background: url(../images/shadow_600.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
      #gallery_slides ul, #gallery_slides li{
    		position: relative;
    		width: 600px;
    		height: 340px;
    		overflow: hidden;
    		padding-left: 0px;
    		background: none;
      }
        #gallery_slides li span {
          display: none;
        }
        body.single #gallery_slides li span {
          position: absolute;
          background: #000;
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
          padding: 5px 15px;
          border: 1px solid transparent;
          -moz-border-radius-bottomright: 10px;
          -webkit-border-bottom-right-radius: 10px;
          display: block;
          top: 0;
          left: 0;
          z-index: 1000;
          font-size: 10px;
          font-family: Arial;
        }
        #gallery_slides #prevBtn a, 
        #gallery_slides #nextBtn a { 
      		position: absolute;
          top: 0;
          width: 300px;
          height: 340px;
          text-indent: -9999px;
        }
/***** Footer *****/
#footer {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 30px;
  height: 70px;
  position: relative;
}
  #footer p {
    position: absolute;
    color: #333;
    right: 0;
    top: 40px;
  }
  #footer a {
    color: #666;
  }
    #footer a:hover {
      color: #90aa23;
      text-decoration: none;
    }
  #footer li {
    display: inline;
  }
    ul.left_list {
      float: left;
    }
      ul.left_list li {
        padding-right: 20px;
      }
    ul.right_list {
      float: right;
    }
      ul.right_list li {
        padding-left: 12px;
      }
	  
	  #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 

