body {
     
   font-family:ClioRegularItalic;
     font-size:16px;
       
}

.font-arial{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.hidden { visibility:hidden }


.message { padding:10px; margin:15px 0; display:block; text-align:left }
.message-title { font-weight:bold; font-size:1.25em }
.message-body { margin-top:4px }
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }

.grad-abs-body{
    background-color:none;
}


@media (max-width:480px){

    .col-tiny-12 {width:97%;}

}

.grad-abs-menu{
    background-repeat:no-repeat;
      background-color:aliceblue; /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(bottom,#f5efe0,#f8f8f8,#f5efe0);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(bottom,#f5efe0,#f8f8f8,#f5efe0);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(bottom,#f5efe0,#f8f8f8,#f5efe0);
  /* Standard syntax */
  background: linear-gradient(to bottom,#fff6ec,#fff6ec,#fff6ec,#FFF);
}

.nav/bar  {
    margin-bottom:0px; margin-left:5%; margin-top:7px; margin-right:5%;
    border:none;
    border-radius:10px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
     font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     font-size:14px;
}



/*.breadcrumb {
    margin-bottom:0px; margin-left:0%; margin-top:0px; margin-right:0%;
    border:none;

    border-radius:0px;
   
    line-height:10px;
    height:20px;
    padding:4px;
    padding-left:40px;
    color:#FFF;
    background:#910000;

}
.breadcrumb li {
    padding-top:2px;
    height:10px;
   font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   font-size:12px;
}

.breadcrumb a{
    color:#FFF;
    z-index:100;
    clear:both;
}*/

.bg_carousel {
    position:absolute;
    top:0px;
    left:0px;
    z-index:-1;
    width:100%;
}

.bg_carousel_spacer{
    height:600px;
    width:50%;
    clear:both;
}

.z-100{
    z-index:100;
}

.no_top_curves{
    border-top-left-radius:0;
    border-top-right-radius:0;

}

.curved_bottom{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.no-bg{
    background:none;
}

.language_select{
    float:right;
    color:darkgray;
}
.language_select a{color:#888;}
.language_select a:hover{color:#000;}

.disabled_link a{color:#BBB;}
.disabled_link a:hover{
    color:#BBB;
    text-decoration:none;
}

.fixed_navbar_spacer{
    height:50px;
    width:100%;
}

.grey-box{
    background-color:rgba(176, 36, 36, 0.1);
    padding:10px 7px 10px 7px;
}



h1,h2{
    font-family:ClioUltraBlack;
}
h1 {
    font-size: 30px;
    text-shadow: 2px 2px 3px #BBB;
}
h2 {
    font-size: 1.7em;
    text-shadow: 2px 2px 3px #BBB;
}

h3{
    font-family:ClioLight;
    font-weight:bold;
    font-size:1.4em;
    text-shadow: 2px 2px 3px #BBB;
}
.general_table td{
    padding:0.2em;
}
.general_table table{
    border-radius:3px;
}

.general_table th{
   
    color:#EEE;
    border-radius:2px;
   
    line-height:20px;
    
}

.alt {
    background-color:#caf1fa;
}
.blank_cell{
    background-color:#555;
}
.r {
    text-align:right;
}
.c{
    text-align:center;
}
.bor-l td{
    border-color:#000;
    border-left:1px solid #000;
}

t/h{
    
    background-color:#910000;
    border:none;
    border-top:none;
    padding:3px;
    padding-left:2em;
    color:antiquewhite;
    font-weight:normal;
    font-size:16px;
    text-shadow:2px 2px 3px #333;

  background: red; /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(top,#910000,#e84444);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(top,#910000,#e84444);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(top,#910000,#e84444);
  /* Standard syntax */
  background: linear-gradient(to bottom,#910000,#e84444); 
}