/*start glowing css*/
.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

a.button {
    background-image: none!important;
    border: none!important;
}
@-webkit-keyframes glowing {
  0% { background-color: #018258; -webkit-box-shadow: 0 0 3px #018258; }
  50% { background-color: #01563b; -webkit-box-shadow: 0 0 40px #01563b; }
  100% { background-color: #018258; -webkit-box-shadow: 0 0 3px #018258; }
}

@-moz-keyframes glowing {
  0% { background-color: #018258; -moz-box-shadow: 0 0 3px #018258; }
  50% { background-color: #01563b; -moz-box-shadow: 0 0 40px #01563b; }
  100% { background-color: #018258; -moz-box-shadow: 0 0 3px #018258; }
}

@-o-keyframes glowing {
  0% { background-color: #018258; box-shadow: 0 0 3px #018258; }
  50% { background-color: #01563b; box-shadow: 0 0 40px #01563b; }
  100% { background-color: #018258; box-shadow: 0 0 3px #018258; }
}

@keyframes glowing {
  0% { background-color: #018258; box-shadow: 0 0 3px #018258; }
  50% { background-color: #01563b; box-shadow: 0 0 40px #01563b; }
  100% { background-color: #018258; box-shadow: 0 0 3px #018258; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

/*end glowing css*/


/* @group Created By */

/*
Title: R.R. LeDuc Screen Styles
Created By: Alison West
Created on: April 16th, 2013
Last Updated: April 16th, 2013
*/

.progress-bar {
    display: none!important;
}


	/* @end */	
/*-------------------------------------------------------------*/
/* @group color scheme */

.black { color: #000; }
.white { color: #FFF; }
.blue { color: #1777af; }
.yellow { color: #FFFF00; }

	/* @end */
/*-------------------------------------------------------------*/
/* @group reset */

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, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group html, body, wrapper, clears */

html, body {
	background: #6c6c6c url("../images/template/brushed-bkgnd.jpg") top left repeat;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.5em;
	letter-spacing: 1px;
	}	

#wrapper {
	background: #6c6c6c;
	background: -moz-linear-gradient(left,  rgba(108,108,108,0) 0%, rgba(51,51,51,1) 10%, rgba(51,51,51,1) 90%, rgba(108,108,108,0) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(108,108,108,0)), color-stop(10%,rgba(51,51,51,1)), color-stop(90%,rgba(51,51,51,1)), color-stop(98%,rgba(108,108,108,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(108,108,108,0) 0%,rgba(51,51,51,1) 10%,rgba(51,51,51,1) 90%,rgba(108,108,108,0) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(108,108,108,0) 0%,rgba(51,51,51,1) 10%,rgba(51,51,51,1) 90%,rgba(108,108,108,0) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(108,108,108,0) 0%,rgba(51,51,51,1) 10%,rgba(51,51,51,1) 90%,rgba(108,108,108,0) 98%); /* IE10+ */
	background: linear-gradient(to right,  rgba(108,108,108,0) 0%,rgba(51,51,51,1) 10%,rgba(51,51,51,1) 90%,rgba(108,108,108,0) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#006c6c6c',GradientType=1 ); /* IE6-9 */
	color: #000;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	}
	
.center {
	text-align: center;
	}
	
.white {
	color: #FFF;
	}
	
p.logos img {
	border: 3px solid #000;
	}
	
.imgLeft img {
	border: 1px solid #000;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group header */

#header {
	background: #000;
	border-bottom-left-radius: 100px 50px;
	border-bottom-right-radius: 100px 50px;
	/*border-top-left-radius: 100px 50px;
	border-top-right-radius: 100px 50px;*/
	color: #FFF;
	margin: 0;
	min-height: 230px;
	padding: .5em 1em;
	}
	
/*#header h3 {
	border: 1px solid #fff;
	font-size: 130%;
	margin: 0 auto;
	padding: 4em 0;
	font-family: "Brush Script Std", cursive;
	font-weight: normal;
	text-align: center;
	width: 30%;
	}*/
	
#header img {
	float: left;
	margin: 0;
	padding: 0 0 0 .8em;
	}
	
#header .contact {
	float: right;
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0;
	padding: 1em 1.2em 0 0;
	}

#header .fa{
    color:white;
    font-size:30px;
    margin:10px 10px 0 0;
}

	/* @end */
/*-------------------------------------------------------------*/
/* @group leftCol */

#leftCol {
	float: left;
	margin: 0;
	padding: 0;
	width: 21%;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group nav */

#nav {
	margin: 1em 0;
	padding: 0;
	}
	
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	background: #1777af url("../images/template/nav_bkgnd.png");
	border: 1px solid #1777af;
	border-radius: 5px;
	color: #eee;
	display: block;
	margin: .2em 0;
	-moz-border-radius: 5px;
	padding: .3em .8em;
	text-decoration: none;
	}
	
#nav ul li a:visited {
	color: #eee;
	}
	
#nav ul li a:hover {
	background: #105075 url("../images/template/nav_hover_bkgnd.png");
	color: #eee;
	text-shadow: #000 1px 0 0;
	}
	
#nav ul li a.current {
	color: #fff;
	}
	
#nav ul li a span.new {
	color: #FFFF00;
	font-weight: bold;
	text-align: right;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group content */

#content {
	margin: 0 0 0 23%;
	padding: 1em 5em 1em 1em;
	}
	
#content h1 {
	color: #fff;
	font-size: 130%;
	margin: 0 0 20px 0;
	}
	
#content h2 {
	color: #fff;
	font-size: 120%;
	margin: 0 0 20px 0;
	}
	
#content h3 {
	color: #fff;
	font-size: 110%;
	margin: 0 0 20px 0;
	}
	
#content p {
	color: #9e9e9e;
	margin: 0 2% 20px 0;
	}
	
#content p strong {
	font-weight: bold;
	}
	
#content a {
	color: #fff;
	}
	
#content a:visited {
	color: #fff;
	}
	
#content a:hover {
	color: #fff;
	font-weight: bold;
	text-shadow: #000 1px 0 0;
	}
	
#content ul {
	color: #9e9e9e;
	margin: 0 0 20px 30px;
	}
	
span.strike {
	text-decoration: line-through;
	}
	
span.explanation {
	font-size: .8em;
	font-style: italic;
	}
	
hr {
	clear: left;
	margin: 10px 0;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group gallery */

#gallery {
	float: right;
	height: 300px;
	margin: 0;
	padding: 0 -4em 0 0;
	width: 400px;
	}
	
	
/* SLIDER STRUCTURE */

#slider {
    background: #000;
    border: 5px solid #000;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    float: right;
    height: 300px;
    width: 400px;
    margin: 0 0 20px 20px;
    overflow: visible;
    position: relative;
	}
	
/* MASK - HIDE ALL OUTSIDE SLIDER */

#mask {
   	overflow: hidden;
   	height: 300px; 
	}
	
/* IMAGE LIST */

#slider ul {
    margin: 0;
    padding: 0;
    position: relative;
	}

#slider li { 
    width: 400px;  /* Width Image */
    height: 300px; /* Height Image */
    position: absolute;
    top: -300px;	/* Original Position - Outside of the Slider */
    list-style: none;
	}
	
/* KEYFRAMES */

#slider li.firstanimation {	
	-moz-animation: cycle 25s linear infinite;
	-webkit-animation: cycle 25s linear infinite;
	-ms-animation: cycle 25s linear infinite;
	-o-animation: cycle 25s linear infinite;
	animation: cycle 25s linear infinite;	
	}

#slider li.secondanimation {
	-moz-animation: cycletwo 25s linear infinite;
	-webkit-animation: cycletwo 25s linear infinite;
	-ms-animation: cycletwo 25s linear infinite;
	-o-animation: cycletwo 25s linear infinite;	
	animation: cycletwo 25s linear infinite;
	}

#slider li.thirdanimation {	
	-moz-animation: cyclethree 25s linear infinite;
	-webkit-animation: cyclethree 25s linear infinite;
	-ms-animation: cyclethree 25s linear infinite;
	-o-animation: cyclethree 25s linear infinite;
	animation: cyclethree 25s linear infinite;	
	}

#slider li.fourthanimation {
   	-moz-animation: cyclefour 25s linear infinite;
   	-webkit-animation: cyclefour 25s linear infinite;
   	-ms-animation: cyclefour 25s linear infinite;
   	-o-animation: cyclefour 25s linear infinite;	
   	animation: cyclefour 25s linear infinite;	
	}

#slider li.fifthanimation {
   	-moz-animation: cyclefive 25s linear infinite;	
   	-webkit-animation: cyclefive 25s linear infinite;
   	-ms-animation: cyclefive 25s linear infinite;
   	-o-animation: cyclefive 25s linear infinite;
   	animation: cyclefive 25s linear infinite;
	}

/* ANIMATION */

@keyframes cycle {
   	0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   	4%  { top: 0px; } /* Original Position */
   	16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   	20% { top: 300px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   	21% { top: -300px; opacity: 0; z-index: -1; } /* Return to Original Position */
   	92% { top: -300px; opacity: 0; z-index: 0; }
   	96% { top: -300px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   	100%{ top: 0px; opacity: 1; }
	}

@keyframes cycletwo {
   	0%  { top: -300px; opacity: 0; } /* Original Position */
   	16% { top: -300px; opacity: 0; }/* Starts moving after 16% to this position */
   	20% { top: 0px; opacity: 1; }
   	24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   	36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   	40% { top: 300px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   	41% { top: -300px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@keyframes cyclethree {
   	0%  { top: -300px; opacity: 0; }
   	36% { top: -300px; opacity: 0; }
   	40% { top: 0px; opacity: 1; }
   	44% { top: 0px; opacity: 1; } 
   	56% { top: 0px; opacity: 1; } 
   	60% { top: 300px; opacity: 0; z-index: 0; }
   	61% { top: -300px; opacity: 0; z-index: -1; } 
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@keyframes cyclefour {
   	0%  { top: -300px; opacity: 0; }
   	56% { top: -300px; opacity: 0; }
   	60% { top: 0px; opacity: 1; }
   	64% { top: 0px; opacity: 1; }
   	76% { top: 0px; opacity: 1; z-index: 0; }
   	80% { top: 300px; opacity: 0; z-index: 0; }
   	81% { top: -300px; opacity: 0; z-index: -1; }
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}
	
@keyframes cyclefive {
   	0%  { top: -300px; opacity: 0; }
   	76% { top: -300px; opacity: 0; }
   	80% { top: 0px; opacity: 1; }
   	84% { top: 0px; opacity: 1; }
   	96% { top: 0px; opacity: 1; z-index: 0; }
   	100%{ top: 300px; opacity: 0; z-index: 0; }
	}
	
@-moz-keyframes cycle {
   	0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   	4%  { top: 0px; } /* Original Position */
   	16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   	20% { top: 300px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   	21% { top: -300px; opacity: 0; z-index: -1; } /* Return to Original Position */
   	92% { top: -300px; opacity: 0; z-index: 0; }
   	96% { top: -300px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   	100%{ top: 0px; opacity: 1; }
	}

@-moz-keyframes cycletwo {
   	0%  { top: -300px; opacity: 0; } /* Original Position */
   	16% { top: -300px; opacity: 0; }/* Starts moving after 16% to this position */
   	20% { top: 0px; opacity: 1; }
   	24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   	36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   	40% { top: 300px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   	41% { top: -300px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-moz-keyframes cyclethree {
   	0%  { top: -300px; opacity: 0; }
   	36% { top: -300px; opacity: 0; }
   	40% { top: 0px; opacity: 1; }
   	44% { top: 0px; opacity: 1; } 
   	56% { top: 0px; opacity: 1; } 
   	60% { top: 300px; opacity: 0; z-index: 0; }
   	61% { top: -300px; opacity: 0; z-index: -1; } 
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-moz-keyframes cyclefour {
   	0%  { top: -300px; opacity: 0; }
   	56% { top: -300px; opacity: 0; }
   	60% { top: 0px; opacity: 1; }
   	64% { top: 0px; opacity: 1; }
   	76% { top: 0px; opacity: 1; z-index: 0; }
   	80% { top: 300px; opacity: 0; z-index: 0; }
   	81% { top: -300px; opacity: 0; z-index: -1; }
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}
	
@-moz-keyframes cyclefive {
   	0%  { top: -300px; opacity: 0; }
   	76% { top: -300px; opacity: 0; }
   	80% { top: 0px; opacity: 1; }
   	84% { top: 0px; opacity: 1; }
   	96% { top: 0px; opacity: 1; z-index: 0; }
   	100%{ top: 300px; opacity: 0; z-index: 0; }
	}
	
@-webkit-keyframes cycle {
   	0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   	4%  { top: 0px; } /* Original Position */
   	16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   	20% { top: 300px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   	21% { top: -300px; opacity: 0; z-index: -1; } /* Return to Original Position */
   	92% { top: -300px; opacity: 0; z-index: 0; }
   	96% { top: -300px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   	100%{ top: 0px; opacity: 1; }
	}

@-webkit-keyframes cycletwo {
   	0%  { top: -300px; opacity: 0; } /* Original Position */
   	16% { top: -300px; opacity: 0; }/* Starts moving after 16% to this position */
   	20% { top: 0px; opacity: 1; }
   	24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   	36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   	40% { top: 300px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   	41% { top: -300px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-webkit-keyframes cyclethree {
   	0%  { top: -300px; opacity: 0; }
   	36% { top: -300px; opacity: 0; }
   	40% { top: 0px; opacity: 1; }
   	44% { top: 0px; opacity: 1; } 
   	56% { top: 0px; opacity: 1; } 
   	60% { top: 300px; opacity: 0; z-index: 0; }
   	61% { top: -300px; opacity: 0; z-index: -1; } 
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-webkit-keyframes cyclefour {
   	0%  { top: -300px; opacity: 0; }
   	56% { top: -300px; opacity: 0; }
   	60% { top: 0px; opacity: 1; }
   	64% { top: 0px; opacity: 1; }
   	76% { top: 0px; opacity: 1; z-index: 0; }
   	80% { top: 300px; opacity: 0; z-index: 0; }
   	81% { top: -300px; opacity: 0; z-index: -1; }
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}
	
@-webkit-keyframes cyclefive {
   	0%  { top: -300px; opacity: 0; }
   	76% { top: -300px; opacity: 0; }
   	80% { top: 0px; opacity: 1; }
   	84% { top: 0px; opacity: 1; }
   	96% { top: 0px; opacity: 1; z-index: 0; }
   	100%{ top: 300px; opacity: 0; z-index: 0; }
	}
	
@-ms-keyframes cycle {
   	0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   	4%  { top: 0px; } /* Original Position */
   	16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   	20% { top: 300px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   	21% { top: -300px; opacity: 0; z-index: -1; } /* Return to Original Position */
   	92% { top: -300px; opacity: 0; z-index: 0; }
   	96% { top: -300px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   	100%{ top: 0px; opacity: 1; }
	}

@-ms-keyframes cycletwo {
   	0%  { top: -300px; opacity: 0; } /* Original Position */
   	16% { top: -300px; opacity: 0; }/* Starts moving after 16% to this position */
   	20% { top: 0px; opacity: 1; }
   	24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   	36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   	40% { top: 300px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   	41% { top: -300px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-ms-keyframes cyclethree {
   	0%  { top: -300px; opacity: 0; }
   	36% { top: -300px; opacity: 0; }
   	40% { top: 0px; opacity: 1; }
   	44% { top: 0px; opacity: 1; } 
   	56% { top: 0px; opacity: 1; } 
   	60% { top: 300px; opacity: 0; z-index: 0; }
   	61% { top: -300px; opacity: 0; z-index: -1; } 
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-ms-keyframes cyclefour {
   	0%  { top: -300px; opacity: 0; }
   	56% { top: -300px; opacity: 0; }
   	60% { top: 0px; opacity: 1; }
   	64% { top: 0px; opacity: 1; }
   	76% { top: 0px; opacity: 1; z-index: 0; }
   	80% { top: 300px; opacity: 0; z-index: 0; }
   	81% { top: -300px; opacity: 0; z-index: -1; }
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}
	
@-ms-keyframes cyclefive {
   	0%  { top: -300px; opacity: 0; }
   	76% { top: -300px; opacity: 0; }
   	80% { top: 0px; opacity: 1; }
   	84% { top: 0px; opacity: 1; }
   	96% { top: 0px; opacity: 1; z-index: 0; }
   	100%{ top: 300px; opacity: 0; z-index: 0; }
	}
	
@-o-keyframes cycle {
   	0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   	4%  { top: 0px; } /* Original Position */
   	16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   	20% { top: 300px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   	21% { top: -300px; opacity: 0; z-index: -1; } /* Return to Original Position */
   	92% { top: -300px; opacity: 0; z-index: 0; }
   	96% { top: -300px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   	100%{ top: 0px; opacity: 1; }
	}

@-o-keyframes cycletwo {
   	0%  { top: -300px; opacity: 0; } /* Original Position */
   	16% { top: -300px; opacity: 0; }/* Starts moving after 16% to this position */
   	20% { top: 0px; opacity: 1; }
   	24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   	36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   	40% { top: 300px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   	41% { top: -300px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-o-keyframes cyclethree {
   	0%  { top: -300px; opacity: 0; }
   	36% { top: -300px; opacity: 0; }
   	40% { top: 0px; opacity: 1; }
   	44% { top: 0px; opacity: 1; } 
   	56% { top: 0px; opacity: 1; } 
   	60% { top: 300px; opacity: 0; z-index: 0; }
   	61% { top: -300px; opacity: 0; z-index: -1; } 
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}

@-o-keyframes cyclefour {
   	0%  { top: -300px; opacity: 0; }
   	56% { top: -300px; opacity: 0; }
   	60% { top: 0px; opacity: 1; }
   	64% { top: 0px; opacity: 1; }
   	76% { top: 0px; opacity: 1; z-index: 0; }
   	80% { top: 300px; opacity: 0; z-index: 0; }
   	81% { top: -300px; opacity: 0; z-index: -1; }
   	100%{ top: -300px; opacity: 0; z-index: -1; }
	}
@-o-keyframes cyclefive {
   	0%  { top: -300px; opacity: 0; }
   	76% { top: -300px; opacity: 0; }
   	80% { top: 0px; opacity: 1; }
   	84% { top: 0px; opacity: 1; }
   	96% { top: 0px; opacity: 1; z-index: 0; }
   	100%{ top: 300px; opacity: 0; z-index: 0; }
	}
	
/* PROGRESS BAR */

.progress-bar { 
   	position: relative;
   	top: -5px;
   	width: 400px; 
   	height: 5px;
   	background: #000;
   	animation: fullexpand 25s ease-out infinite;
   	-moz-animation: fullexpand 25s ease-out infinite;
   	-webkit-animation: fullexpand 25s ease-out infinite;
   	-ms-animation: fullexpand 25s ease-out infinite;
   	-o-animation: fullexpand 25s ease-out infinite;
	}

/* ANIMATION BAR */

@keyframes fullexpand {
   	/* In these keyframes, the progress-bar is stationary */
   	0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   	/* In these keyframes, the progress-bar starts to come alive */
   	4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar moves forward for 3 seconds */
   	16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   	/* In these keyframes, the progress-bar has finished his path */
   	17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar will disappear and then resume the cycle */
   	18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
	}
	
@-moz-keyframes fullexpand {
   	/* In these keyframes, the progress-bar is stationary */
   	0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   	/* In these keyframes, the progress-bar starts to come alive */
   	4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar moves forward for 3 seconds */
   	16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   	/* In these keyframes, the progress-bar has finished his path */
   	17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar will disappear and then resume the cycle */
   	18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
	}
	
@-webkit-keyframes fullexpand {
   	/* In these keyframes, the progress-bar is stationary */
   	0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   	/* In these keyframes, the progress-bar starts to come alive */
   	4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar moves forward for 3 seconds */
   	16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   	/* In these keyframes, the progress-bar has finished his path */
   	17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar will disappear and then resume the cycle */
   	18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
	}
	
@-ms-keyframes fullexpand {
   	/* In these keyframes, the progress-bar is stationary */
   	0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   	/* In these keyframes, the progress-bar starts to come alive */
   	4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar moves forward for 3 seconds */
   	16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   	/* In these keyframes, the progress-bar has finished his path */
   	17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar will disappear and then resume the cycle */
   	18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
	}
	
@-o-keyframes fullexpand {
   	/* In these keyframes, the progress-bar is stationary */
   	0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   	/* In these keyframes, the progress-bar starts to come alive */
   	4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar moves forward for 3 seconds */
   	16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   	/* In these keyframes, the progress-bar has finished his path */
   	17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   	/* In these keyframes, the progress-bar will disappear and then resume the cycle */
   	18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
	}

/* TOOLTIPS */

#slider .tooltip {
   	background: rgba(0,0,0,0.7);
   	width: 300px;
   	height: 60px;
   	position: relative;
   	bottom: 75px;
   	left: -320px;
	}

#slider .tooltip h1 {
   	color: #fff;
   	font-size: 24px;
   	font-weight: 300;
   	line-height: 60px;
   	padding: 0 0 0 10px;
	}
	
#slider .tooltip {
   	transition: all 0.3s ease-in-out; 
	}

#slider li#first: hover .tooltip, 
#slider li#second: hover .tooltip, 
#slider li#third: hover .tooltip, 
#slider li#fourth: hover .tooltip, 
#slider li#fifth: hover .tooltip {
   	left: 0px;
	}

#slider: hover li, 
#slider: hover .progress-bar {
   	animation-play-state: paused;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group quote */

#quote {
	background: #fff url("../images/template/blueprint.jpg") top center repeat;
	border: 2px solid #1777af;
	border-radius: .5em;
	float: right;
	margin: 0;
	padding: 1px 1px 1em 1px;
	}
	
#quote h3 {
	background: #1777af url("../images/template/quote-h3-bkgnd.png") top left repeat;
	border-radius: .3em;
	color: #FFF;
	font-size: 1.3em;
	margin: 0 0 .5em 0;
	padding: .4em;
	text-align: center;
	}
	
#quote table {
	margin: 0 1em;
	padding: 0;
	}
	
#quote table td input {
	border: 1px solid #333;
	border-radius: .4em;
	color: #555;
	padding: .3em;
	width: 100%;
	}
	
#quote table td input.file {
	border: none;
	size: 80%;
	}
	
#quote table td input.btn {
	background: #1777af url("../images/template/nav_bkgnd.png") top left repeat;
	border: 1px solid #1777af;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	}
	
/* @end */
/*-------------------------------------------------------------*/
/* @group footer */

#footer {
	clear: both;
	color: #ccc;
	font-size: 80%;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: center;
	}
	
#footer a {
	color: #ccc;
	}
	
#footer a:visited {
	color: #ccc;
	}
	
#footer a:hover {
	color: #fff;
	}

	/* @end */
/*-------------------------------------------------------------*/