/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles

Pale Blue: #A3B2D0
Dark Blue: #738AB7
================================================== */
html, body {
        background: url(../images/bodybg.png);
        background-attachment: fixed;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
        font-family:  Verdana, sans-serif;
        font-weight: lighter;
        xxcolor: #738AB7;
		vertical-align: baseline;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}
img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}
a {
    text-decoration: none;
}


@font-face {
    font-family: 'levenim_mtregular';
    src: url(../fonts/lvnm-webfont.eot);
    src: url(../fonts/lvnm-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/lvnm-webfont.woff2) format('woff2'),
         url(../fonts/lvnm-webfont.woff) format('woff'),
         url(../fonts/lvnm-webfont.ttf) format('truetype'),
         url(../fonts/lvnm-webfont.svg#levenim_mtregular) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'levenim_mtbold';
    src: url(../fonts/lvnmbd-webfont.eot);
    src: url(../fonts/lvnmbd-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/lvnmbd-webfont.woff2) format('woff2'),
         url(../fonts/lvnmbd-webfont.woff) format('woff'),
         url(../fonts/lvnmbd-webfont.ttf) format('truetype'),
         url(../fonts/lvnmbd-webfont.svg#levenim_mtbold) format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------
      BACKGROUND ATTACHMENT
-------------------------------*/


/*------------------------------
			LAYOUT
-------------------------------*/

.topper {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ccc 0%, #F7F7F7 0%, #888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(0%,#F7F7F7), color-stop(100%,#888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccc 0%,#F7F7F7 0%,#888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#888',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #fff;
    height: 42px;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: 999;
}

.top {
    background: url(../images/headerbg.png) bottom repeat-x;
    height: 230px;
    width: 100%;
    position:fixed;
    top: 43px;
    z-index: 999;
}

.nav {
    margin-top: 10px;
    z-index: 999;
}

body#contact .nav {
    margin-top: 18px;
}

.slider {
    position: relative;
    z-index: 99;
    width: 100%;
    margin-top: 283px;
    max-height: 300px;
}

.maincontent {
    min-height: 500px;
    margin-top: 40px;
}

.content {
    xbackground: url(../images/panelbg.jpg) repeat-x;
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
}

.panel {
    xbackground: url(../images/panelbg.jpg) repeat-x;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.newspanel {
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.footer {
    xbackground: url(../images/panelbg.jpg) repeat-x;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}

.footersection {
    margin-top: 10px;
}

.lightbox {
    padding-bottom: 20px;
    margin-top: 18px;
}

.base {
    background: #b30000 url(../images/basebg.png) top repeat-x;
    min-height: 85px;
    bottom: 0;
    width: 100%;
}

/* COOKIE CONSENT
=================================================*/

.cc-window.cc-banner {
    width: 90% !important;
    left: 5% !important;
    bottom: 20px !important;
    border-radius: 20px !important;
}

/* Headings
================================================== */


h1, h2, h3, h4 {
    color: #666;
	font-weight: 300;
    font-family:  "Century Gothic", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: lighter;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.6em;
    margin: 10px 0;
}
h2 {
    font-size: 1.4em;
}

.callback h2 {
    color: #ccc;
    font-style: italic;
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 30px;
    margin-top: -5px;
}
h4 {
    font-size: 12px;
    margin: 10px;
    font-weight: lighter;
    color: #999;
}


h1.logo a {
    background: url(../images/site-logol.png) no-repeat;
    width: 590px;
	height: 150px;
	display: block;
    margin: 0;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0px;
    text-indent: -9999px;

}

/* Text
================================================== */
.nav {
    font-size: 1.2em;
    font-weight: 300;
}

.tel, .mob {
    text-align: right;
    font-size: 1.7em;
    color: #666;
    font-weight: 300;
    text-shadow: 0px 1px 0px #f7f7f7;
    float: right;
}

p {
    color: #666;
    font-size: 1em;
    margin: 10px 0;
}

strong {
    font-weight: bold;
}


.flexslider .slides li p {
    margin: 0;
}


.base p {
    color: #ccc;
}

.footersection p {
    margin: 0 0 10px 0;
    color: #666;
}


.copy {
    color: #ccc;
    font-size: .8em;
    margin-top: 25px;
}

.credit {
    color: #ccc;
    font-size: .8em;
    margin-top: 25px;
}


/*------------------------------
			LINKS
-------------------------------*/

.header a:link, .header a:visited {
    color: #fff;
}

.nav a:link, .nav a:visited {
    color: #444;
    text-shadow: 0px 1px 0px #f7f7f7;
}

a:link, a:visited {
    color: #b30000;
    text-shadow: none;
}

.content a:link, .content a:visited, .aside a:link, .aside a:visited {
	color: #b30000;
	text-decoration: none;
}

.content a:hover, .aside a:hover {
	color: #b30000;
    text-decoration: underline;
}


.footersection a:link, .footersection a:visited {
    text-decoration: none;
    color: #b30000;
}

.footersection a:hover {
    text-decoration: underline;
}

.base a:link, .base a:visited {
    text-decoration: none;
    color: #ccc;
}

.base a:hover {
    text-decoration: underline;
}

.download a:link {
    background: url(../images/pdf.png) no-repeat;
    padding-left: 30px;
    color: #738AB7;
}
.download a:hover {
    text-shadow: 0px -1px 2px #A3B2D0;
    font-style: italic;
}


/*------------------------------
			LISTS
-------------------------------*/
.flexslider .slides {
    margin: -10px;
    padding: 0;
}


.maincontent ul {
    margin: 10px 0;
    margin-left: 25px;
    padding: 0;
}

.content li {
    list-style: url(../images/bulletpoint.png);
    color: #666;
    font-size: 1.1em;
    padding: 3px 0;
}

body#facts .content ul {
    margin: 0;
    padding; 0;
}

body#facts .content li {
    list-style: none;
    background: url(../images/pdf.png) no-repeat;
    line-height: 30px;
    margin: 5px 0;
    padding: 0;
    line-height: 30px;
}
body#facts .content li a {
    padding-left: 40px;
    color: #b30000;
    font-weight: normal;
}

body#sitemap .content li {
    list-style: url(../images/bulletpoint.png);
    margin: 5px 0;
    padding: 0;
    line-height: 20px;
}
body#sitemap .content li ul li {
    margin: 2px 15px;
    padding: 0;
    line-height: 20px;
    font-size: inherit;
}

.panel ul {
    margin: 0;
    padding: 0;
}

.newspanel ul {
    margin: 0;
    margin-left: 27px;
    padding: 0;
}

.panel li {
    list-style: none;
    background: url(../images/pdf.png) no-repeat;
    line-height: 30px;
    margin: 5px 0;
    padding: 0;

}
.panel li a {
    padding-left: 40px;
}

.newspanel li {
    list-style: url(../images/lbulletpoint.png);
    padding: 3px 0;
    line-height: 25px;
}

.footersection ul {
    margin: 0;
    padding: 0;
}

.footersection li {
    list-style: none;
}

.basecontent ul {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    position: absolute;
    right: 5px;
}

.social li {
    list-style: none;
    display: inline;
    margin-left: 8px;
}

/* Cookies/Privacy
========================================= */

#terms ol {
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
#terms ol li {
    margin: 20px 50px;
    height: 100%;
    color: #666;
    text-align: left;
    list-style: roman;
}

#terms ol li ol li {
    list-style: lower-roman;
    font-size: inherit;
    xmargin-left: 20px;
}

#terms ol li ol li ol li {
    list-style: decimal;
}

ul.policy {
    margin: 0;
    padding: 0;
}

.cookies .policy li {
    list-style: none;
    padding-left: 50px;
    padding-bottom: 10px;
}



/*------------------------------
			Images
-------------------------------*/
.flexslider .slides img {
    width: 100%;
    height: auto;
    max-height: 275px;
    z-index: 99;
}

.panel img {
    width: 100%;
    height: auto;
    margin: 0;
}

.logosection .footerlogo {
    position: absolute;
    margin-top: 8px;
    right: 5px;
    width: 81px;
    height: auto;
}

.content img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/*------------------------------
			Forms
-------------------------------*/
.contactform {
    margin-bottom: 40px;
}

.input-prompt {
  position: absolute;
  font-style: italic;
  color: #ccc;
  margin: 0.5em 0 0 0.9em;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input {
    padding: 2px 5px;
    width: 100%;
    margin: 7px 0;
    background: #fff;
    font-family:  Verdana, sans-serif;
    font-weight: 300;
    font-size: .8em;
    color: #666;
    border: 1px solid #ccc;

}

textarea {
    padding: 5px;
    width: 100%;
    margin: 10px 0;
    background: rgba(163,178,208,.1);
    font-family:  Verdana, sans-serif;
    font-weight: 300;
    font-size: .9em;
    color: #666;
    border: 1px solid #ccc;
}

.syntax {
    margin: 0;
    height: 120px;
    width: 90%;
}

.btn {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ccc 0%, #F7F7F7 0%, #888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(0%,#F7F7F7), color-stop(100%,#888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#888 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccc 0%,#F7F7F7 0%,#888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#888',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 4px 0px #555; /* none|h-shadow v-shadow blur spread color */
    -moz-box-shadow: 0px 2px 4px 0px #555;
	box-shadow: 0px 2px 4px 0px #555;
    border-radius: 5px;
    color: #444;
    text-shadow: 0px 1px 0px #f7f7f7;
    font-size: 1em;
    font-weight: 300;
    padding: 1px 20px 0 20px;
    cursor: pointer;
    border: none;
}

input[type="submit"]:hover {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ccc 0%, #F7F7F7 0%, #666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(0%,#F7F7F7), color-stop(100%,#666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccc 0%,#F7F7F7 0%,#666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccc 0%,#F7F7F7 0%,#666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#666',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 4px 0px #555; /* none|h-shadow v-shadow blur spread color */
    -moz-box-shadow: 0px 2px 4px 0px #555;
	box-shadow: 0px 2px 4px 0px #555;
}

.btn {
    width: 50%;
}

.error {
    margin: 10px;
    color: #f7f7f7;
    font-size: .8em;
}


/* Box shadow rules: none|h-shadow v-shadow blur spread color |inset|initial|inherit */

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {

.nav {
    margin-top: 14px;
}


}

/* #Media Queries
================================================== */

@media screen and (max-width: 1199px) {


.callback h2 {
    font-size: 1.25em;
}

.slider {
    margin-top: 282px;
}

.content {
    min-height: 550px;
}


}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

.topper {
    height: 30px;
}

.top {
    height: 200px;
    top: 31px;
}

.tel, .mob {
    font-size: 1.2em;
}

h1.logo a {
    background: url(../images/site-logom.png) no-repeat;
    height: 120px;
}

.callback h2 {
    font-size: 1em;
}

.input-prompt {
    font-size: .8em;
    margin: 0.7em 0 0 0.6em;
}

.nav {
   margin-top: -14px;
}

.slider {
    margin-top: 241px;
}

}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {



.top {
    height: 130px;
}

.tel {
    text-align: right;
}
.mob {
    display: none;
}

h1.logo a {
    background: url(../images/site-logoms.png) no-repeat;
    height: 66px;
    margin-top: -7px;

}

.header .callback {
    display: none;
}

 .nav .menu-link {
    margin-top: 5px;
  }

.slider {
    margin-top: 170px;
}

.maincontent .content {
    margin-top: 40px;
}

.maincontent .aside {
    margin-top: 20px;
}

.logosection .footerlogo {
    margin-top: -110px;
}


.basecontent .social {
    margin-top: -60px;
}

.copy {
    font-size: .7em;
    padding-top: 25px;
}

.credit {
    font-size: .7em;
    padding-top: 5px;
}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

.top {
    height: 130px;
    xtop: 0;
}

.tel {
    text-align: right;
}
.mob {
    display: none;
}

h1.logo a {
    background: url(../images/site-logos.png) no-repeat;
    height: 66px;
    margin-top: -8px;

}

.header .callback {
    display: none;
}


.slider {
    margin-top: 171px;
}


.maincontent .content {
    margin-top: 40px;
}

.maincontent .aside {
    margin-top: 20px;
}

p {
    font-size: .9em;
}
.content li {
    font-size: .9em;
}

.error {
    font-size: .85em;
}

.footersection p {
    font-size: .9em;
    margin-top: 5px;
}

.logosection .footerlogo {
    margin-top: -110px;
}


.basecontent .social {
    display: none;
}

.copy {
    font-size: .7em;
    padding-top: 25px;
}

.credit {
    font-size: .7em;
    padding-top: 5px;
}



	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/