/* --------------------------------------------
   FTC Colours
-------------------------------------------- */
/* dark blue #10365a; red #ee3129; light blue #7da7d9; royal blue: #2484c6;  */

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0em; /* 0px */
	left: 0em; /* 0px */
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0em; /* 0px */
	left: 0em; /* 0px */
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0em;
	bottom: 0em; 
	background: #7da7d9;
	color: #fff;
	opacity: 1.0 !important;
	width: 100%;
	z-index: 8;
	-ms-border-radius: 0em 0em 0em 0em; 
	-moz-border-radius: 0em 0em 0em 0em; 
	-webkit-border-radius: 0em 0em 0em 0em; 
	border-radius: 0em 0em 0em 0em; /* top left, top right, bottom right, bottom left */
	-webkit-background-clip: padding-box; /* Prevent background color leak outs */
	-moz-background-clip:    padding; 
	background-clip:         padding-box;

	behavior: url(css3pie/PIE.htc); 	
	}

.nivo-caption p {
	font-size: 1.417em; /* 17px */
	margin: 0;
	padding: 0.6em 0.8em 0.6em 0.8em;
}
.nivo-slider a  {
	display: inline !important;
	text-decoration: none;
	letter-spacing: 0.03em;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0em; /* 0px */
}
.nivo-nextNav {
	right: 0em; /* 0px */
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

/* --------------------------------------------
   nivo slider 
-------------------------------------------- */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(images/rotator/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0em;
	left: 0em;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}

.theme-default .nivo-controlNav a {
	display: block;
	width: 1.833em; /* 22px */
	height: 1.833em; /* 22px */
	background: url(images/rotator/bullets.png) no-repeat;
	_background: url(images/rotator/bullets.gif) no-repeat; /* IE6 */
	text-indent: -833.250em; /* -9999px */
	border: 0;
	float: left;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0 -1.833em; /* -22px */
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 2.500em; /* 30px */
	height: 2.500em; /* 30px */
	background: url(images/rotator/arrows.png) no-repeat;
	_background: url(images/rotator/arrows.gif) no-repeat; /* IE6 */
	text-indent: -833.250em; /* -9999px */
	border: 0;
}
.theme-default a.nivo-nextNav {
	background-position: -2.500em; 0; /* -30px 0 */
	right: 1.250em; /* 15px */
}
.theme-default a.nivo-prevNav {
	left: 1.250em; /* 15px */
}

.theme-default .nivo-caption {
    font-family: Arial, Helvetica, sans-serif;
}
.theme-default .nivo-caption a, .theme-default .nivo-caption a:link, .theme-default .nivo-caption a:visited, .theme-default .nivo-caption a:hover {
    color: #FFF; font-weight: bold; font-style: italic; text-decoration: none;
}
.theme-default .nivo-caption a:hover { color: #2484c6; }

/* extra bits */
.theme-default #slider {
	width: 74.833em; /* 898px */
	/*height: 24.167em;  290px */
	height: 23.333em; /* 280px */
}


.clear {
	clear: both;
}