@CHARSET "UTF-8";

a {color:#ff6800; text-decoration:none;}
body {background-color:#fff; color:#444; font-family: 'Raleway', sans-serif; font-size:14px; padding:0px; height:100%;}

html {position: relative; min-height:100%;}
body {
  /* Margin bottom by footer height + 20px margin */
  margin-bottom: 260px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 240px;
  background-color: #f5f5f5;
}

h1 {color:#ff6800 !important; font-size:1.9em; font-weight:normal;}
h2 {font-size:1.4em; font-weight:normal;}
input[type=submit] {background-color:#ff6800; border:none; color:#fff !important; cursor:pointer; font-size:1em; padding:4px 6px;}
textarea {font-family:inherit;}

.clientColor1 {color:#ff6800;}

/* custom selects */
div.select {display:inline-block; position:relative;}
div.select select {cursor: pointer; position:relative; width:200px !important; z-index:2;}
div.select span.select {bottom:0; left:0; position:absolute; width:200px; z-index:1;}

/* header */
div#header {margin-bottom:10px;}

/* sponsor */
div#sponsor ul.tabs {margin:0px; padding:0px; position:relative;}
div#sponsor ul.tabs li {border-color:#aaa; border-style:solid; border-width:1px 1px 0px 0px; display:table-cell; height:50px; margin:0px; padding:10px; vertical-align:bottom;}
div#sponsor ul.tabs li:first-child {border-left-width:1px;}
div#sponsor ul.tabs li.active {background-color:#fff;}
div#sponsor ul.tabs li.active a {color:#444;}
div#sponsor ul.tabs li.inactive {background-color:#e5e5e5; border-bottom-width:0px; color:#ff6800;}
div#sponsor div.tabContent {border-top:1px solid #aaa; padding-top:10px;}

/* action */
a.action:hover {text-decoration:none;}

/* carousel */
.list_carousel {background-color:transparent;border:none;}
.list_carousel ul {display:block;list-style:none;margin:0;padding:0;}
.list_carousel li {background-color:transparent;border:none;width:96px;height:72px;padding:0;margin:0px 20px;display:block;float:left;}
.list_carousel.responsive {width:auto;margin-left:0;position:relative;}
.clearfix {clear:both;float:none;}
.prev, .next {position:absolute;top:36px;margin:0px 10px;text-decoration:none;font-size:30px;font-family:verdana;color:#444;background:transparent url('../img/controls.png');background-repeat:no-repeat;display:block;width:40px;height:40px;}
.prev {background-position:0 0;left:0px;}
.next {background-position:-34px 0;right:0px;}


@media (min-width: 768px) {#navContainer {height:300px; padding-top:180px; background-position:center;}}
/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/