/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics */
	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, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, 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; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		 border-collapse:collapse;
		 border-spacing: 2px; }
 table tr {height:20px;}
	
/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 0.938em/1.313em "Georgia", serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
h1, h2 {
	color: #181818; font-family: 'BebasRegular', 'Helvetica', "Ariel", sans serif;
 text-transform:uppercase; }
	
h3, h4, h5, h6 {
	color: #181818; font-family: 'ColaborateThinRegular', 'Helvetica', "Ariel", sans serif;
	font-weight: bold; text-transform:Capitalize; word-spacing: -0.1em; }
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 2.875em; line-height: 3.125em; margin-bottom: 14px;}
h2 { font-size: 2.188em; line-height: 1.5em;  margin-bottom: 10px; }
h3 { font-size: 1.75em;  line-height: 0.875em; margin-bottom: 4px; }
h4 { font-size: 1.313em; line-height: 1.875em; margin-bottom: 4px; }
h5 { font-size: 1.063em; line-height: 1.5em; word-spacing: 0.25em;;}
h6 { font-size: 0.875; line-height: 1.5em; }
.subheader { color: #777; }
.content {font-size:1.0em; leading: 1.3em;}
.pagesummary h1{text-align: center; line-height:100%;}
.titleholder h1 {line-height:100%;}
.askannie {text-align:center;}
.bigtext {font-family: 'ColaborateThinRegular', 'Helvetica', "Ariel", sans serif;
		  font-size: 2.875em; 
		  text-transform:Capitalize; 
			word-spacing: -0.1em;
			font-weight:bold;
			}
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 1.313em; line-height: 1.688em; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 1.063em; line-height: 1.5em; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 0.750em; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	/* Page Header Navigation Style */
#header_nav li {	
float: left; 
display: inline;	
overflow: hidden;	
font-family: 'BebasRegular', sans-serif; font-size: 1.375em;	
padding-top: 50px; 
width: 155px;
cursor:pointer;	
cursor:hand;
}
#header_nav a:link {color:#000;}
#header_nav a:hover, #header_nav a:visited {color: #D2232A; }
#header_nav a#pull {display: none;}
/*-----------------------------------
      Responsive Navigation 
-----------------------------------*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	#header_nav { 
  		height: auto;
  	}
  	#header_nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	#header_nav li {
  	float: left;
  	position: relative;
	width:100%;
	border-bottom: 1px #cecece solid;
  	}
 
  	#header_nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
 #header_nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 25px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 5px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
#header_nav {
  border-bottom: 0;
}
#header_nav ul {
  display: none;
  height: auto;
}
#header_nav a#pull {
  display: block;
  width: 100%;
  position: relative;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
#header_nav li {
  display: block;
  float: none;
  width: 100%;
}
}


.description { font-size: 0.625em; display:block; font-family: Helvetica, sans-serif;}

/* Sidebar Navigation */
#navigation {width: 200px; font-family:Arial, Helvetica, sans-serif;}
#navigation li { border-bottom: 1px solid #444; margin-bottom:0;}
#navigation li a {display:block; padding: 5px 5px 5px 0.5em; color: #444;}
#navigation li a:hover {background-color:#D2232A; color:#fff; border-top: 1px solid #444;}


/* Page Footer Style */
.footer li a {font-family: "Helvetica", sans-serif; font-size:0.813em; line-height:1.063em; color: #adb7bd;}
.footer li a:hover, .footer a:visited{color: #fe921f;}
.copyright {text-align:center;font-family: "Helvetica", sans-serif; font-size:0.813em; color:#adb7bd;}
.footer {background:#1c2328; padding-top:25px; border-top: 6px solid #4A4747;}
.footer h5 {color:#fff; }

/* Big Text Style */
#bigtext h1 {
line-height: 1.5em;
text-align:center;
width: 100%;
}

/* #Links
================================================== */
a, a:visited { color: #d66324; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #d6ae24; }
p a, p a:visited { line-height: inherit; }

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 1.125em; margin-bottom: 12px; 
 }
ul.large li { line-height: 1.313; }
li p { line-height: 0.625em; }
.content li { background-image:url(../images/bullets.png); 
background-position:left;
background-repeat: no-repeat;
padding-left:24px; }

.archive li{
	color:#444;
}


/* #Images
================================================== */

img.scale-with-grid {
max-width: 100%;
height: auto; }

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: #eee; /* Old browsers */
background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)),     color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
border: 1px solid #aaa;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #444;
display: inline-block;
font-size: 0.688em;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
color: #222;
background: #ddd; /* Old browsers */
background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
border: 1px solid #888;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
border: 1px solid #666;
background: #ccc; /* Old browsers */
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 0.813em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 0.813em;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 0.813em;
		color: #444; }
		
  #askannie_form, #contact_form { border: 1px solid #666;
  padding-left: 10px;
  background-color: #efefef;
  }
  .required { color: #F00;}
		
	/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
/* =============================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

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

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	}

/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 1em;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}
.slider {
	width:253px;
	height:120px;
	position:relative;
	overflow:hidden;
}
.slider img { position:absolute; }

<!-- Facts & Figures Table -->
#figures_table {width: 100%;}
table th { background-color:#666; color:#fff; padding:8px;}
table td {padding:8px;  }

.imgcaptions {
	border: 1px solid #999; 
	padding:2px; 
	font-family: "trebuchet ms", sans-serif;
	font-size:0.750em;
	color: #666;
	line-height: 1.2em;
	margin-bottom: 6px;
	}

<!-- Pagination Style -->
#pagination-saf { border:0; margin-bottom:15px; padding:0;}

#pagination-saf li{
border:0; margin:0; padding:0;
font-size:11px;
list-style-image:none;
margin-right:2px;
}

#pagination-saf a{
border:solid 1px #4a4747;
margin-right:2px;
}

#pagination-saf .previous-off,
#pagination-saf .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}

#pagination-saf .next a,
#pagination-saf .previous a {
font-weight:bold;
}
 
#pagination-saf .active{
background:#ff0000;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}

#pagination-saf a:link,
#pagination-saf a:visited {
border:solid 1px #cecece;
color:#444;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}

#pagination-saf a:hover{
border:solid 1px #91979E;
color:#fff;
background-color:#ff0000;
}

<!-- 404 Error Page -->
#error {
margin-right: auto;
margin-left: auto;
}

#error img {
	text-align:center;
}

/* To Style Image & Captions */
.picframes img {border: 1px solid #cecece; padding: 2px; margin-bottom:0; }
.picframes p { font-size:0.750em; color: #666; }

.left {float:left;}
.right {float:right;}

/* jQuery Countdown Script Style */
.timer {
	color:#000;
	width:100%;
	font-family:inherit;
	margin-top:37px;
	}

.timer ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	height:100px;
	float:right;
}

.timer .part-days,.timer .part-hours,.timer .part-minutes,.timer .part-seconds {
	text-align:right;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	display:inline;
	height:100px;
	width:70px;
	overflow:hidden;
}

.timer .part-separator {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

.timer ul li {
	position: relative;
}

.timer ul li ul {
	position:absolute;
}

.timer ul ul li {
	margin:0;
	display:block;
	clear:both;
	width:64px;
	height:180px;
}
.antispam {display:none;}
.hide {
	display: none;
}

/*---------------------------------------------
          CSS3 Image Hover Effect
---------------------------------------------*/
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url("../images/bgimg.jpg") no-repeat center center;
}
.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				