@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}


/* Clik base styles */

#header {
  height: 120px;
  background-image: url(/templates/clikcreative2013/images/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.contentwrap, #content, #footer {
  width: 900px;
  margin: 0 auto;
  font-family: "minion-pro", serif;
}
#logo {
  width: 130px;
  height: 89px;
  float: left;
  margin-top:25px;
}
#contactbanner {
  width: 200px;
  height: 20px;
  float: right;
  margin-top:30px;
  color: #fff;
  font-family: sans-serif;
  text-align:right;
  padding:5px;
  border:solid 2px #f78b47;
}
#menu ul {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
#menu {
  height: 50px;
  float: right;
  clear:right;
  margin-top:25px;
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 300;
}
#menu li {
  list-style-type: none;
  text-indent: 0px;
  float: left;
  font-size: 9.5pt;
  color: #fff;
  width: auto;
  margin-left:20px;
  text-transform: uppercase;
  padding-bottom:5px;
}
#menu a {
color: #fff;
}
#menu li:hover {
  background:url(/templates/clikcreative2013/images/menu_hover.png) no-repeat;
  background-position:center 85%;
}
#footer {
  font-family: sans-serif;
  font-size:8.5pt;
  padding-top: 10px;
  color:#8d8e87;
  border-top: solid 1px #000;
  margin-bottom:100px;
}
.footercol {
  float:left;  
}
.footercol ul {
  margin: 0;
  padding: 0 50px 0 0;
}
.footercol li {
  list-style-type:none;
  margin-bottom:3px;
  font-family:serif;
}
li.footercolheader {
  color:#000;
  padding-bottom:5px;
  font-size:10pt;
  font-family: "franklin-gothic-urw", sans-serif;
}
#copyright {
  float:right;
  text-align:right;
  font-size:8pt;
  font-family:serif;
}
#social {
 visibility:hidden; 
}

/* Slider styles */

.slidercaption {
  float:left;
  margin-top: 120px;
  border-top: solid 1px #f78b47;
  border-bottom: solid 1px #f78b47;
  padding: 12px 0 18px 0;
  color: #f78b47;
  font-size:15pt;
  width:270px;
  font-family: "adobe-caslon-pro", serif;
  line-height: 19pt;
}

.morepad {
  padding: 30px 0 35px 0;
}

.halfpad {
  padding: 27px 0 30px 0;
}
.midpad {
  padding: 22px 0 22px 0;
}

.sliderimg {
  float:right;
  width:592px;
  height:415px;
}

.sliderimgcaption {
  transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -o-transform:scale(1,1);
  -ms-transform:scale(1,1);
  float:right;
  position:relative;
  top:-20px;
  width: 577px;
  height: 20px;
  background: #8d8e87;
  color:#fff;
  padding:6px 0 5px 15px;
  font-size: 9pt;
  transition-duration:600ms;
  -webkit-transition-duration:600ms;
  -moz-transition-duration:600ms;
  -o-transition-duration:600ms;
  -ms-transition-duration:600ms;
}
.jcarousel-item:hover .sliderimgcaption {
  transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -o-transform:scale(1,1);
  -ms-transform:scale(1,1);
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width:592px;
    height:400px;
    float:right;
}

.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel .sliderimgcaption {
  position: absolute;
  top: 350px;
}

.undercaption {
 float:left;
  clear:left;
  width:255px;
  margin-top:20px;
}
.lessmargin {
  margin-top: 70px;
}

/* Form styles */

.qlform {
 padding: 30px;
 background: #ececec; 
  margin-left: 20px;
}
.captcha {
 background:#fff;
 border: solid 1px #666;
 padding:10px;
  width:350px;
  font-size:7pt; 
  font-family: sans-serif;
}
.submit {
    text-align:right;
}
input.submit {
  background:#f47b29;
  border:none;
  color:#fff;
  font-family: sans-serif;
  padding 10px;
  text-align:center;
  width:50px;
  height:25px;
}
label {
 font-size:7pt; 
  font-family: sans-serif;
}
dd {
 margin-bottom:15px;
}
input {
 height:25px; 
}

/* Grid */

.row {
  clear:both;
  width:100%;
  margin-top:20px;
}
.row:after {
  content:"";
  display:table;
  clear:both;
}

.body {
  min-height:300px;
}

.bordertop {
  border-top: solid 1px #000;
  padding-top:20px;
}

.col {
  float:left;
  margin-right:20px;
}
.one {
  width:210px;
}
.two {
  width:400px;
  margin-right: 60px
}
.three {
  width:272px;
  margin-right:40px;
}
.twothirds {
  width:582px;
  margin-right:8px;
}

.people {
 width: 180px;
 margin-right:50px; 
}

.nomargin {
 margin:0; 
}
.margintop {
 margin-top:30px; 
}
.moremargintop {
 margin-top:120px;
}

.marginbottom {
 margin-bottom:60px; 
}

.grid {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
.lastcol {
  margin:0;
}
.pagination {
  float:right;
  text-align:right;
  width:200px;
  font-family:sans-serif;
  font-size:8pt;
}

.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.black {
 color:#000; 
}
.right {
 text-align:right; 
}
.small {
  font-size: 8pt;
}
.bold {
  font-weight: 800;
  margin:0;
}

/* text styles */
a {
    color: #f78b47;
    text-decoration:none;
}
.readmore {
  /*padding-top:10px;*/
}

h1 {
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 500;
  margin-bottom:10px;
  font-size:12pt;
}
h2 {
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 500;
  margin: 20px 0 20px 0;
  text-transform:uppercase;
  font-size: 11pt;
  color: #58585a;
}

p {
  font-size:9.5pt;
  margin-bottom:10px;
}
.smaller {
 font-size:9.5pt;
  font-weight: normal;
}
/* clear element */
.clearb { clear:both; font-size:1px; line-height:none;height:1px; }

.clearfix:after { clear:both; display:table; content:""; }

.jcarousel-pagination {
  float:right;
  width:84px;
  height:15px;
}

a.pagination { background:#ccc; border-radius:1000px; width:10px; height:10px; float:left;  margin:2px; }

a.pagination.active, a.pagination:hover { background:#999; }