@charset "utf-8";



/* Reset */



html, body, div, span, applet, object, iframe,



p, blockquote, pre,



a, abbr, acronym, address, big, cite, code,



del, dfn, font, img, ins, kbd, q, s, samp,



small, strike, 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-family: inherit;



  vertical-align: baseline;



}







/* For IE */



img { -ms-interpolation-mode:bicubic; }







a img {



  border: none;



}





a, a:link { text-decoration: none; }



 a:visited { }



 a:hover { }



 a:active { }

 



p {



  margin-top: 1em;



}



dt {



  margin-top: 1em;



}



dd {



  margin-top: -1em;



}



h1 {

margin-top:1em;

margin-bottom:-.5em;

}



h2 {

margin-top:1em;

margin-bottom:-.5em;

}



/* Start */



body  {

  font: 100% Arial, Helvetica, sans-serif;

  background: #ffffff;

  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

  padding: 0;

  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

  color: #000000;

}

.thrColFixHdr #container { 

  width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

  background: #FFFFFF;

  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

  text-align: left; /* this overrides the text-align: center on the body element. */

} 



.thrColFixHdr #header { 

  background-image:url(/static/images/banner-bg.png);

  background-position:top left;

  background-repeat:repeat-x;

  height:256px;
  
  background-color: #ebd2a2 ;

} 



#nav {

background-color:#000000;

height:26px;

font-size:75%;

line-height:26px;

}





#nav a:link{

color:#ffffff;

text-decoration:none;

}



#nav a:visited{

color:#ffffff;

text-decoration:none;

}



#nav a:hover{

color:#ffffff;

text-decoration:underline;

}



#nav a:active{

color:#ffffff;

text-decoration:none;

}





.thrColFixHdr #sidebar1 {

  float: left; /* since this element is floated, a width must be given */

  width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

  background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */

  padding: 30px 10px 15px 0px; /* padding keeps the content of the div away from the edges */

  font-size:75%;

}



#sidebar1 h4{

  color:#333333;

  margin-bottom: 0px;

}



.subnav ul {

  list-style:none;

  margin-left:6px;

}



.subnav ul li{

  font-weight:bold;

}



.subnav ul li ul{

  list-style:none;

  margin-left:6px;



}



.subnav ul li ul li{

  font-weight:normal;

}



.subnav a:link{

color:#666666;

text-decoration:none;

}



.subnav a:visited{

color:#666666;

text-decoration:none;

}



.subnav a:hover{

color:#666666;

text-decoration:underline;

}



.subnav a:active{

color:#666666;

text-decoration:none;

}



.thrColFixHdr #sidebar2 {

  float: right; /* since this element is floated, a width must be given */

  width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

  background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */

  padding: 30px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

    font-size:70%;

  font-weight:bold;

  text-align:center;

  color:#555555;

}


.testimonials {

  height:195px;

  display: block;

}



.videos {

  height:225px;

  display: block;

}

#twitter_update_list {

  list-style-type: none;

}



#sidebar2 a:link{

color:#555555;

text-decoration:underline;

}



#sidebar2 a:visited{

color:#555555;

text-decoration:underline;

}



#sidebar2 a:hover{

color:#555555;

text-decoration:underline;

}



#sidebar2 a:active{

color:#555555;

text-decoration:none;

}



.thrColFixHdr #mainContent { 

  margin: 0px 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

  padding: 25px 60px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

    font-size:80%;

} 



#mainContent ul {

 margin-left: 30px; 

}



#mainContent a:link{

color:#b41617;

text-decoration:underline;

}



#mainContent a:visited{

color:#b41617;

text-decoration:underline;

}



#mainContent a:hover{

color:#b41617;

text-decoration:underline;

}



#mainContent a:active{

color:#b41617;

text-decoration:underline;

}



#date {

  background-color:#000000;

  color:#ffffff;

    padding: 3px 5px 3px 4px;

}



#blogtitle {

  font-weight:bold;

  margin-top:4px;

}



.thrColFixHdr #footer { 

  padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

  background:#ffffff;

  text-align:center;

  font-size:70%;

} 

.thrColFixHdr #footer p {

  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

  padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

  float: right;

  margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

  float: left;

  margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

  clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}







/*------------------------------------------------------------------------------



>>>> Gallery (GLY)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







#gly div.image img {



  width: 100%;



  border:1px solid #1a1a1a;



}



#gly p.caption {



  margin-top: 1.0em;



  font-size: 90%;



}











/*------------------------------------------------------------------------------



>>>> Slideshow



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







#slideshow div.placeholder {



  clear: left;



  width: 100%;



  overflow: hidden;



  background: url(/static/images/spinner.gif) center center no-repeat;



}







#slideshow div.placeholder img {






}



#slideshow #SS_caption {



  margin-top: 1.0em;



  font-size: 90%;



  height: 6.0em; /* You should set a height to stop the scrollbar flicker */



}



#slideshow ol li {



  display: block;



  padding: 0.1em 1.0em 0.1em 0;   



  float: left;



  cursor: pointer;



  font-size: 90%;



}



#slideshow ol li a {



  padding: 0.1em 1.0em 0.1em 0;



}



#slideshow ol li#activeThumb { /* The active marker for the slideshow */ }







/*-----------------------------------------------------



                     >> Images <<



                     



Sizes



large: 440px



medium: 200px



small: 100px







Adjust accordingly!







-----------------------------------------------------*/











.captioned {



  margin-top: 0.7em;



  margin-bottom: 0.7em;



}



.captioned blockquote {



  background:none;



  margin: 6px 0 0 0;



  padding: 0;



  border: 0;



}



.captioned blockquote p {



  font-size: 0.85em;



  font-style: normal;



  line-height: 140%;



}



img.small, .smallCaptioned {



  float: left;



  width: 100px;



  margin: 0 18px 10px 0;



}



img.med, .medCaptioned {



  float: left;



  width: 200px;



  margin: 0 18px 10px 0;



}



img.med_right, .med_rightCaptioned {



  float: right;



  width: 200px;



  position: relative;



  margin-right: -210px;  



}



img.large, .largeCaptioned {



  width: 440px;



  margin: 0;



  padding: 0;



  border: 1px solid #ddd;



  background:#fff;  



}



.largeCaptioned {



  margin: 1.7em 0;



  border: none;



  padding: 0;



}







.medCaptioned img,



.med_rightCaptioned img,



.smallCaptioned img,



.small_rightCaptioned img,



.largeCaptioned img {



  float: none;



  margin: 0;



}



.blog img

{

  padding:4px;

  border: #555555 solid 1px;

}



img.right {



  float: right;



  position: relative;



  margin-right: -150px;  

  border:#000000 solid 1px;



}



p.submit {



  text-align:center;



  margin-top:10px;



  width:100%;



  overflow:hidden;



}







.submit input {



  font-size:16px;



}











/*------------------------------------------------------------------------------



>>>> Sitemap



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







ul.sitemap  {



  overflow:hidden;



  list-style-type:none;



  list-style-image:none;



  padding: 0.7em 0;



}



ul.sitemap ul {



  padding:0;



  list-style-type:none;



  list-style-image:none;   



}



ul.sitemap li {



  float:left;



  padding-left:0px;



  padding: 0.5em 0;



  font-weight:bold;



}



ul.sitemap li span {



  display:block;



}



ul.sitemap ul {



  margin:8px 0 18px 0px;



}



ul.sitemap ul li {



  float:none;



  padding:0;



  margin-bottom: 2px;



  width:100%;



  font-weight:normal;



}











/*------------------------------------------------------------------------------



>>>> Uniform overwrites (remove the .uniForm class from forms to disregard)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







/* This is the main unit that contains our form elements */



.uniForm .ctrlHolder { padding: 0; }



.uniForm .buttonHolder { padding-top: 10px; }







.uniForm .inlineLabels label,



.uniForm .inlineLabels .label {



  width: 40%;



}



.uniForm .inlineLabels .textInput,



.uniForm .inlineLabels .fileUpload {



  width: 54%;



}







.uniForm .inlineLabels .selectInput,



.uniForm .inlineLabels select{ width: 54%;  }







.uniForm .inlineLabels textarea{  width: 54%; font-family: Helvetica, Arial, sans-serif; }







.uniForm .inlineLabels .formHint {



  margin-top: 0;



  margin-left: 42%;



  font-size: .9em;



  color: #777;



  position: static;



}



.uniForm .inlineLabels .multiField {



  width: 54%;



  margin: 0 0 .3em 0;



}







.uniForm label.blockLabel { font-size: 90%; }



.uniForm .inlineLabels .blockLabel {



  width: 45%;



  margin-right: 5%;



/*  border: 1px solid red;*/



}



.uniForm .inlineLabels .expiry label.blockLabel { /* For credit card expiry date #shp */



  width: 46%;



}



.uniForm .inlineLabels .cc label.cardNumber { /* For credit card number #shp */



  width: 65%;



}



.uniForm .inlineLabels .cc label.cvv { /* For credit card expiry date #shp */



  width: 22%;



}



.uniForm .inlineLabels .address .textInput {



  width: 100%;



}



.uniForm .inlineLabels .address label {



  display: none;



}



.uniForm .ctrlHolder {



  padding: 6px 0;



  border-bottom: 1px solid #dfdfdf;



}



.uniForm .noBorder {



  border: 0;



}



.uniForm .inlineLabels p.formHint {



  font-size: 80%;



  padding-top: 0.8em;



  line-height: 130%;



}







/*  >> Comments <<   */







#blg p.commentInfo,



#tlk p.commentInfo,



#mapblg p.commentInfo { /* Shows if comments are on or off, and how many */



  margin-top: 2.0em;



  text-align: right;



  font-size: 90%;



  font-weight: bold;



}



#blg div.cmt,



#tlk div.cmt,



#mapblg div.cmt {



  margin-bottom: 2.4em;



  font-size: 90%;



}



div.preview h4.commenter {



  margin-top: 0;



}



#blg div.preview a.hide,



#tlk div.preview a.hide,



#mapblg div.preview a.hide {



  color: red;



}







.comments



{



 width:470px;



}







.contentform



{



  width:470px;



  color: #1a1a1a;



font-family: Arial, Helvetica, sans-serif;



font-weight: normal;







}



/*------------------------------------------------------------------------------

>>>> Blog and News (BLG, NWS) pagination + DBY years

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#blg div.pagination,

#nws div.pagination,

#dby div.pagination,

#mapblg div.pagination {

  margin-top:4.0em;

  text-align:right;

  font-size: 90%;

}

#blg .pagination ul,

#nws .pagination ul,

#dby .pagination ul,

#mapblg .pagination ul {

  margin: 0;

  float: right;

  list-style: none;

}

#blg .pagination ul li,

#nws .pagination ul li,

#dby .pagination ul li,

#mapblg .pagination ul li {

  border-right: 1px solid #444;

  padding: 0 0.4em;

  margin-top: 0.5em;

  float: left;

}

#blg .pagination ul li.currentPage,

#nws .pagination ul li.currentPage,

#dby .pagination ul li.currentPage,

#mapblg .pagination ul li.currentPage {

  font-weight: bold;

}

#blg .pagination ul li.nextPage,

#nws .pagination ul li.nextPage,

#dby .pagination ul li.all,

#mapblg .pagination ul li.all {

  border-right: 0;

  padding-right: 0;

}



.post h3

{

    color: #000000;

  font-size:130%;

}



/*  >> Comments <<   */



#blg p.commentInfo,

#tlk p.commentInfo,

#mapblg p.commentInfo { /* Shows if comments are on or off, and how many */

  margin-top: 2.0em;

  text-align: right;

  font-size: 90%;

  font-weight: bold;

}

#blg div.cmt,

#tlk div.cmt,

#mapblg div.cmt {

  margin-bottom: 2.4em;

  font-size: 90%;

}

div.preview h4.commenter {

  margin-top: 0;

}

#blg div.preview a.hide,

#tlk div.preview a.hide,

#mapblg div.preview a.hide {

  color: red;

}


/* MOBILE DEVICES */

@media handheld
  {
  .thrColFixHdr #header { display:none; }
  }



@media handheld
  {
  .videos { display:none; }
  }

@media handheld
  {
  .testimonials { display:none; }
  }


@media handheld
  {
  .thrColFixHdr #sidebar2 { display:none; }
  }

@media handheld
  {
  .thrColFixHdr #sidebar1 { display:none; }
  }

@media handheld
  {
  .thrColFixHdr #mainContent { margin: 0px 10px; padding: 10px 0 0 0; font-size:100%; }
  }
