@charset "UTF-8";

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/


body #container {
font-size: 123.1%;
}

body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #440151;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}
#contactbox a {
	text-decoration: none;
	color: #440151;
	font-weight: bold;
	font-size: 108%;
}
#contactbox ul {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #fff;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#subnav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 25px;
}
#subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #440151;
	padding-top: 6px;
	padding-right: 0em;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	font-size: 93%;
}
#subnav a:hover {
	background-image: url(../Images/subnav-arrow.gif);
	background-repeat: no-repeat;	
}
#subnav h3 {
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	font-weight: bold;
	font-size: 116%;
}
#mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 255px;
} 
#mainContent h2 {
	font-weight: bold;
	font-size: 116%;
	padding-bottom: 0.6em;
}
.breadcrumb {
	font-size: 85%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #440151;
	padding-top: 20px;
}
.breadcrumb a {
	text-decoration: none;
	color: #440151;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
#footer {

	display: none;
} 
#mainContent h3 {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}
#footer li {
	display: inline;
}
.footerlinks a {
	padding-right: 1.2em;
	padding-left: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A0035;
	text-decoration: none;
	color: #440151;
}
#footer .credit a {
	color: #999999;
	text-decoration: none;
}
#footer .credit a:hover {
	text-decoration: underline;
	color: #666666;
}
.halfColLeft h3 {
	font-size: 197%;
	font-weight: bold;
	line-height: 100%;
}
.skipnavigation {
	display: none;
}
.halfColRight ul {
}
.halfColRight li {
	background-image: url(../Images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px 5px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header-logo {
	float: left;
}
#header-logo a {
	display: block;
	height: 115px;
	width: 187px;
	background-image: url(../Images/gfi-logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header-right {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	clear: none;
}
#header-centre {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.nav li {
	display: inline;
}
#contactbox {
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #b35592;
	text-align: right;
	clear: both;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#contactbox li {
	list-style-image: url(../Images/phone-icon.gif);
	font-weight: bold;
	color: #440151;
	font-size: 138.5%;
}


#navgeneric li {
	display: inline;
}
#navgeneric {
	
	display: none;
}

#navgeneric a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32003F;
	text-decoration: none;
	color: #440151;
	padding-top: 0.3em;
	padding-right: 12px;
	padding-bottom: 0.3em;
	padding-left: 12px;
	text-align: center;
}
#navgeneric a:hover {
	color: #440151;
	text-decoration: underline;
}


#header-centre {
}
.nav {
	
	display: none;
}
.nav a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: right;
	height: 24px;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #440151;
	text-decoration: none;
	font-weight: bold;
	font-size: 108%;
	margin-right: 5px;
}

.nav a:hover {
	background-color: #440151;
	background-image: url(../Images/topnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
}

.halfColLeft {
	float: left;
	width: 450px;
	padding-left: 25px;
}

.halfColRight {
	float: right;
	width: 450px;
	padding-right: 25px;
}
#headersky {
	color: #FFFFFF;
	background-color: #5271A3;
	clear: both;
	background-image: url(../Images/header-sky-top.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.headerskybtm {
	background-image: url(../Images/header-sky-btm.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 955px;
	padding-left: 25px;
	padding-top: 20px;
	background-position: top;
	padding-bottom: 20px;
}
.headerskybtm   h2 {
	color: #440151;
	font-weight: bold;
	font-size: 146.5%;
}
.clear {
	clear: both;
}
.headerskytext {
	float: left;
	width: 505px;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
	font-size: 108%;
}
#headersky p {
	font-size: 93%;
	font-weight: bold;
}

#headersky h2 {
	font-size: 161.6%;
	font-weight: bold;
}
.headerskytop {
	float: right;
	width: 449px;
	background-image: url(../Images/header-sky-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navaccessibility li {
	display: inline;
	font-size: 85%;
}


#navaccessibility a {
	display: block;
	width: 30px;
	word-wrap: break-word;
}
#navaccessibility {
	
	display: none;
}

.icon-letter {
	text-indent: -9999px;
	background-image: url(../Images/letter-icon.gif);
	width: 30px;
	background-repeat: no-repeat;
	margin-right: 20px;
	float: right;
}
.featurepad {
	font-size: 93%;
	color: #333333;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	min-height: 275px;
	background-image: url(../Images/feature-pic-book.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 185px;
}
.halfColRight h3 {
	font-weight: bold;
}
.featurerelay {
	background-image: url(../Images/relay-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.featureemail {
	background-image: url(../Images/email-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
}
.featurepad p {
	line-height: 100%;
}
.featurephone {
	background-image: url(../Images/phone-icon.gif);
	background-repeat: no-repeat;
}
.featuretestimonials img {
	float: right;
}
.featuretestimonials {
	padding-right: 6px;
	padding-left: 15px;
	font-size: 93%;
	line-height: 110%;
	color: #333333;
	min-height: 91px;
}
.featurepad li {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 0px -4px;
	line-height: 100%;
}
.featurepad a {
	text-decoration: none;
	color: #440151;
	line-height: 100%;
}
.featurepad ul {
	padding-top: 0.6em;
}

.icon-print {
	text-indent: -9999px;
	width: 30px;
	background-image: url(../Images/print-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
}

.icon-twitterA {
	text-indent: -9999px;
	width: 100px;
	background-image: url(../Images/twitter.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	margin-left: 5px;
	float: left;
	cursor:pointer;
}

.icon-twitter {
	text-indent: -9999px;
	width: 100px;
	background-image: url(../Images/twitter.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
	cursor:pointer;
}

.icon-w3c {
	text-indent: -9999px;
	width: 100px;
	background-image: url(http://www.w3.org/WAI/wcag2AA);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
	cursor:pointer;
}

.credit2
{
padding-right:1em;
float:right;
color:Black;
	}
	
.credit2 a {
	color: #999999;
	text-decoration: none;
}
.credit2 a:hover {
	text-decoration: underline;
	color: #666666;
}

.icon-smalltext {
	text-indent: -9999px;
	width: 30px;
	background-image: url(../Images/aaa-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
}
.icon-mediumtext {
	text-indent: -9999px;
	width: 30px;
	background-image: url(../Images/aa-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
}
.icon-largetext {
	text-indent: -9999px;
	width: 30px;
	background-image: url(../Images/a-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 20px;
	float: right;
}


.featurebox {
	width: 222px;
	float: left;
	background-image: url(../Images/feature-box-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 14px;
}
.featurepic {
	border: 1px solid #FFFFFF;
	width: 208px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
}
.quarterCol {
	float: left;
	width: 222px;
	margin-right: 14px;
}
#featureboxwrapper {
	padding: 25px;
	height: auto;
	width: 930px;
}
.featurebox h2 {
	color: #32003F;
	font-weight: bold;
	background-image: url(../Images/feature-box-top.gif);
	background-repeat: no-repeat;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.4em;
	font-size: 93%;
}
.featurebtn a {
	text-decoration: none;
	background-image: url(../Images/feature-box-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	color: #32003F;
	font-weight: bold;
}
.featurebtn a:hover {
	background-image: url(../Images/feature-box-btm-over.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
}
#footer .credit {
	float: right;
	width: 240px;
	color: #999999;
	text-align: right;
	padding-right: 1.2em;
}
#footer .footerlinks {
	float: left;
}
