

/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */

/* TEMPLATE CUSTOM FONTS */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */

  /* add your own custom fonts here */
  @font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldbook';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}








.flex-caption .heading h2{

font-size:34px!important;
font-family: 'oswaldbook'!important;
color: #FFFFFF;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}
#downloadpdf a{
 background-image: url("../images/download-bottom.html") !important;
    background-position: center bottom !important;
    height: 50px !important;
    line-height: 50px;
    margin-top: 10px;
    padding-left: 0 !important;
    text-align: center;

}
/*.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
	background-image: url("../images/pdf-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 38px !important;
	line-height: 38px !important;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
	font-size:13px!important;
	color:#000!important;
	}*/

	.LocationPage a[href$=".pdf"]{
	background:none!important;
	padding:0px!important;

	}

	.SpecificationPage a[href$=".pdf"]{
	background:none!important;
	padding:0px!important;
	width: 390px;

	}

/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */
body {
	font-size: 13px; /* This overrides the browsers default font size */
	line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
	margin-bottom: 20px;
	color: #646565;
	font-family: 'oswaldbook';
}
  body a { text-decoration: none; color:#353a41; } /* this removes the underline from all links */
  body a:link { -webkit-tap-highlight-color: #7ac142 } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */


/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-family: 'oswaldbook';
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}
.typography h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.typography h2 { font-size: 26px; line-height: 35px; margin-bottom: 25px; }
.typography h3 { font-size: 18px; line-height: 30px; margin-bottom: 10px; }
.typography h4 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }

.formtitle{

font-size:13px!important;
color:#54b948!important;
font-weight:bold;


}

/* PARAGRAGHS */
.typography  p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px;
	font-family: 'oswaldbook';
	color:#646565;
}
  .typography .intro {
       font-family: 'oswaldbook';
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 20px;
  }
.typography em { font-style: italic; }

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: #7ac142;
    color: #fff;
    text-shadow: none;
}


/* LINKS */
.typography a,
.typography a.intro {

    text-decoration: none;
}
  .typography a:hover {

  }
  .typography a:focus { }
.typography p{
font-family: 'oswaldbook';


}



/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
.typography ul li { list-style-type: none; background-image:url(../images/bullett.png); background-repeat:no-repeat; padding-left:20px; background-position:left 10px;} /* adds disc style bullet to the list */
  .typography li {
	margin-bottom: 3px;
	font-family: 'oswaldbook';
	font-size: 18px;
	line-height: 30px;
	color:#646565;
}


/* TABLE STYLES
-------------------------------------------- */
.typography table {
	border-collapse: collapse;
	border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */

	text-align: left;
	font-size:22px!important;
clear:both;
	font-family: 'oswaldbook';

}
  .typography table tr:nth-child(even) {

  }

.typography table th{
color:#ffffff;


}

.typography thead td {
   color:#ffffff!important;
  }


    .typography table td{




	}
  .typography table tr.even,
  .typography table th,
  .typography thead td {

  }
  .sitetable {
  margin-left:0px!important;
  margin-top: 0 !important;

  }
  .sitetable td{
	  border-bottom: 1px solid #009d5e !important;
	   padding: 8px 0 !important;
	   font-size:18px;
  }
   .drivetimetable {
  margin-left:0px!important;
  margin-top: 0 !important;

  }
  .drivetimetable td{
	  border-bottom: 1px solid #009d5e !important;
	   padding: 8px 0 !important;
	   font-size:18px!important;
  }

  .typography table td{

      border:0px solid #8B838D;
	  font-family: 'oswaldbook';

  }
  .noborder{
  border:none!important;


  }

   .borderbottom{
   border-bottom:1px solid #8B838D!important;
      border-right:0px solid #8B838D!important;
    border-left:0px solid #8B838D!important;
	border-top:0px solid #8B838D!important;


  }
  .borderright{
   border-right:1px solid #8B838D!important;
    border-left:0px solid #8B838D!important;
	border-top:0px solid #8B838D!important;
  border-bottom:0px solid #8B838D!important;
  color:#8B838D!important;

  }
  .typography table th {
      font-weight: normal;
  }
  .typography table tr.total {
      background-color:#faf2b2;
  }

  .LocationPage table td,
  .LocationPage table th {


  }
.ContactPage table td,
  .ContactPage table th {
      padding: 0px 0px!important;
      border-bottom:0px solid #fff!important;

  }


  .LocationPage table {
	border-collapse: collapse;
	border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
	margin: 0 0 10px;
	text-align: left;
	font-size:12px!important;
	color:#fff;
	 margin-top: 0 !important;

}

.LocationPage .white{

color:#fff!important;



}
.noborder td{
border-bottom:0px!important;


}
.contattable{

    color: #FFFFFF;
    padding-left: 0px !important;
	border-collapse:separate!important;
	margin-left:17px!important;

}

.downloadtable img.right{

margin:0px!important;

}
.LocationPage p{



}
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}

.typography .FontSize16px {
    font-size:16px!important;
	line-height:24px;
}

.typography .fontsize20px {
    font-size:18px!important;

	 color:#353a41!important;
	   line-height: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}


.typography .black {
    color:#353a41!important;
}

.typography .yellow {
    color:#009d5e!important;
}

.typography .darkGrey {
    color:#504C56!important;
}

.typography .black h2 {
    color:#000000!important;
}

.typography .white {
    color:#000000;
}



/* IMAGES
-------------------------------------------- */
.typography img {
    border: 0px solid #d7d7d7;
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */

}

.contact img.left {
    float: left;

    margin: 0px 0px 10px 0!important;
}
.typography img.left {


   float: left;
    margin: 0 0 20px;
    margin-left: 10px;
    margin-top: 3px;
}
.typography img.right {
    float: right;

    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}
