@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: 131%;
}

body  {

	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 */
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
		background: #ffffff;
	color: #000000;

}

#siteMap a
{
	text-decoration: none;
	color: #000000;

}

#siteMap a:hover
{
	text-decoration: none;
		color: #000000;

}
#siteMap a:visited
{
	text-decoration: none;
		color: #000000;

}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;

	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #ffffff;

	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 20px;
} 
#subnav {
	float: left; /* since this element is floated, a width must be given */
	width:235px; /* 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: #ffffff;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-left: 10px;
	min-height: 230px;
}
#subnav a {
	background: url(../Images/subnav-arrow.png) no-repeat 0 -1000px; /* update by t.czypicki@cybernoxa.pl 2009-08-10 */
	text-decoration: none;
	font-weight: bold;
	color: #000000;

	padding-top: 6px;
	padding-right: 0em;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	font-size: 93%;
	zoom: 1;
}

#subnav a:hover, #subnav a.active {
	background-position: 0 0; /* update by t.czypicki@cybernoxa.pl 2009-08-10 */
}

/* start update by t.czypicki@cybernoxa.pl 2009-08-10 */
#subnav a.active, .nav a.active {
	cursor: default;
}
/* end update by t.czypicki@cybernoxa.pl 2009-08-10 */

#subnav  h2 {
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	font-weight: bold;
	font-size: 116%;
}

/* start update by t.czypicki@cybernoxa.pl 2009-08-10 */
#subnav h2 {
	font-size:116%;
	font-weight:bold;
	margin:0;
	padding-bottom:0.4em;
	padding-left:0.7em;
	padding-top:0;
}

#subnav h2 a {
	font-size: 1 !important;
	padding: 0 !important;
	background: none !important;
}

/* end update by t.czypicki@cybernoxa.pl 2009-08-10 */

#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 260px;
}  

#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: #000000;

	padding-top: 20px;
}
.breadcrumb a {
	text-decoration: none;
	color: #000000;

}
.breadcrumb a:hover {
	text-decoration: underline;
}
#footer {
	background:#ffffff;
	font-size: 93%;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 2em;
} 
#mainContent h3 {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 116%;
	color: #000000;

}
#mainContent h4 {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 108%;
}
#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: #000000;

}
#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;
}

#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;
}

.formfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 400px;
}

.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 h1 {
	float: left;
	height: 115px;
		background-image: url(../Images/gfi-logo.png);

	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 192px;
}
#header-logo a {
	height: 115px;
	width: 192px;
		background-image: url(../Images/gfi-logo.png);

	background-repeat: no-repeat;
	display: block;
	float: left;
	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: 72px;
	border: 1px solid #b35592;
	text-align: center;
	clear: both;
	
	margin: 0px;
	padding: 0px;
	
	
}
#contactbox a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;


}



#contactbox ul {
	
}

/* start update by t.czypicki@cybernoxa.pl 2009-08-10 */
#contactbox .Headerphone-icon {
	
	background-repeat: no-repeat;
	background-image: url(../Images/phone-icon-black.png);
		background-position: 0px 0px;
	
	width:30px;
	height:30px;
	
	margin-top:3px;
	padding: 0px;
	list-style-image: none;
	font-weight: bold;
	color: #440151;

	text-align:right;
	margin-right:5px;
	margin-left:60px;
	
	float:left;
}

/* start update by t.czypicki@cybernoxa.pl 2009-08-10 */
#contactbox .icon-phone 
{
	
	margin-top:6px;
	padding: 0px;
	list-style-image: none;
	font-weight: bold;
	color: #000000;
	font-size: 22px;
	text-align:left;
float:left;
}

#contactbox li span {
	display: inline-block;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
	width: 30px;
}
/* end update by t.czypicki@cybernoxa.pl 2009-08-10 */

#navgeneric li {
	display: inline;
}
#navgeneric {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 93%;
	width: 390px;
}

#navgeneric a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 12px;
	padding-bottom: 0.3em;
	padding-left: 12px;
	text-align: center;
}
#navgeneric a:hover {
		color: #000000;
	text-decoration: underline;
}


#header-centre {
}
.nav {
	height: auto;
	float: left;
	width: 955px;
	padding-right: 0px;
	margin-right: 0px;
	

		background-image: url(../Images/topnav-bg-black.png);
	background-repeat: no-repeat;

}

/* start update by t.czypicki@cybernoxa.pl 2009-08-10 */

/* .nav a {
	background-image: url(../Images/topnav-arrow.gif);
	background-position: 0 -1000px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	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%;
}*/

.nav a:hover, .nav a.active {
	color: #FFFFFF;
} 

.nav .home a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
		color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 60px;
}






.nav .home a:hover {
	background-image: url(../Images/nav-home-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.nav .about a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 94px;
}
.nav  .about  a:hover {
		background-image: url(../Images/nav-about-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.nav .services a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 116px;
}
.nav  .services  a:hover {
	background-image: url(../Images/nav-services-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.nav .accessibility a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 116px;
}
.nav  .accessibility  a:hover {
	background-image: url(../Images/nav-accessibility-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.nav .working a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 143px;
}
.nav  .working  a:hover {
	background-image: url(../Images/nav-working-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.nav .admin a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
		color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 63px;
}
.nav  .admin  a:hover {
	background-image: url(../Images/nav-admin-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.nav .contact a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #000000;

	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	width: 102px;
}
.nav  .contact  a:hover {
	background-image: url(../Images/nav-contact-black.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


.colsWrap {
	
	clear: both;
	overflow: hidden;
	zoom: 1;
}

.colsWrap .halfColRight {
	padding-top: 72px;
}

.colsWrap .halfColLeft h4 {
	color: #000000;
	font-size: 146.5%;
	font-weight: bold;
	padding-bottom: 0.8em;
}


.colsWrap .halfColLeft {
	padding-top: 20px;
}

/* end update by t.czypicki@cybernoxa.pl 2009-08-10 */

.halfColLeft {
	float: left;
	width: 450px;
	padding-left: 25px;
}

.halfColRight {
	float: right;
	width: 450px;
	padding-right: 25px;
}
#headersky {
	color: #FFFFFF;
	clear: both;
	background-image: url(../Images/home-banner.png);
	background-repeat: no-repeat;
	overflow: hidden;
	zoom: 1;
	height: 190px;
}
.headerskybtm {
	clear: both;
	width: 955px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.headerskybtm    h3 {
	color: #000000;
	font-weight: bold;
	font-size: 146.5%;
}
.clear {
	clear: both;
}
.headerskytext {
	float: left;
	width: 515px;
	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 {
	float: left;
	height: auto;
	padding-bottom: 8px;
	padding-top: 6px;
	word-wrap: break-word;
	width: 310px;
}

.icon-letter {
	text-indent: -9999px;
		background-image: url(../Images/letter-icon-black.png);

	width: 30px;
	background-repeat: no-repeat;
	margin-right: 20px;
	float: right;
}
.featurepad {
	font-size: 93%;
		color: #000000;

	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-black.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.featureemail {
	background-image: url(../Images/email-icon-black.png);

	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
}
.featureletter {
	background-image: url(../Images/letter-icon-black.gif);
	background-repeat: no-repeat;
}

.featurepad p {
	line-height: 100%;
}
.featurephone {
	background-image: url(../Images/phone-icon-black.png);

	background-repeat: no-repeat;
}
.featuretestimonials img {
	float: right;
}
.featuretestimonials {
	padding-right: 6px;
	padding-left: 15px;
	font-size: 93%;
	line-height: 110%;
	color: #000000;

	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: #000000;

	line-height: 100%;
}
.featurepad ul {
	padding-top: 0.6em;
}

.icon-print {
	text-indent: -9999px;
	width: 30px;
		background-image: url(../Images/print-icon-black.png);

	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-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-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-smalltext {
	text-indent: -9999px;
	width: 27px;
	background-image: url(../Images/aaa-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 5px;
	float: right;
	height: 27px;
}
.icon-mediumtext {
	text-indent: -9999px;
	width: 27px;
	background-image: url(../Images/aa-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: 5px;
	float: right;
	height: 27px;
}
.icon-largetext {
	text-indent: -9999px;
	width: 27px;
	background-image: url(../Images/a-icon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	float: right;
	height: 27px;
}

.icon-black {
	text-indent: -9999px;
	width: 27px;
	background-image: url(../Images/black-on-white.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	float: right;
	height: 27px;
	margin-right: 12px;
}

.icon-yelo {
	text-indent: -9999px;
	width: 27px;
		background-image: url(../Images/black-on-yelo.gif);

	background-repeat: no-repeat;
	background-position: center 0px;
	float: right;
	height: 27px;
	margin-right: 5px;
}
.icon-purple {
	text-indent: -9999px;
	width: 27px;
	background-image: url(../Images/purple-on-creme.gif);

	background-repeat: no-repeat;
	background-position: center 0px;
	float: right;
	height: 27px;
	margin-right: 5px;
}
#container .browse-aloud a {
	width: 93px;
	display: block;
	background-image: url(../Images/browse-aloud.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 29px;
}


.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;
}
.quarterColnoPad {
	float: left;
	width: 222px;
	margin-right: 0px;
}


#featureboxwrapper {
	padding: 25px;
	height: auto;
	width: 930px;
}
.featurebox  h5 {
	color: #000000;
	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-black.gif);
	color: #000000;

	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;

	font-weight: bold;
}
.featurebtn a:hover {
	background-image: url(../Images/feature-box-btm-over-black.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
}
#footer .credit {
	float: right;
	width: 170px;
	color: #000000;
	text-align: right;
	padding-right: 0em;
}
#footer .footerlinks {
	float: left;
}

/*******************************/
/* Contact form styles        */
/*****************************/


legend {
	font-weight:bold;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.form {
	float: left;
	width: 100%;
}
.contactdetails {
	float: right;
	clear: none;
	width: 280px;
	margin: 0px;
	padding: 0px;
}


fieldset {
		border: 1px solid #cccccc;

	padding: 15px;
	margin-bottom: 20px;
	width: 700px;
}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	clear: both;
}

input, select{
	width: 240px;
	margin-bottom: 10px;
	text-align:left;
}

textarea{
	height: 100px;
	width: 240px;
}
.form #submit{
	margin-top: 10px;
	margin-left: 120px;
	padding: 5px;
	width: 140px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.smalltext {
	font-size: 93%;
}


.radio {
	width: 25px;
}
.checkbox {
	width: 440px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* IE6 and lists in content  by t.czypicki@cybernoxa.pl 2009-08-10 */
* html #mainContent {
	margin-right: 0;
	padding-right: 22px;
}

* html #subnav {
	display: inline;
}

ul.bulleted-01 li, ul.bulleted-02 li {
		background: url(../Images/bullet-black.gif) no-repeat 2px 5px !important;

	padding: 0 0 0 20px !important;
}

ul.bulleted-02 li {
	background: url(../Images/bullet02.gif) no-repeat 5px 8px !important;
}

ol.numbered {
	list-style: decimal outside!important;
	margin-left: 25px !important;
}

ol ul.bulleted-01 li, ul ul.bulleted-01 li, 
ol ul.bulleted-02 li, ul ul.bulleted-02 li {
	padding-left: 22px !important;
}

.bold {
	font-weight: bold !important;
}
.banner-arrow-mask {
	width: 700px;
	height: 200px;
	background-image: url(../Images/banners/banner-arrow-mask-white.png);
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
}

#banner-arrow-box {
	width: 700px;
	text-align: right;
	height: 200px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.nav .mainMenu li.hover
{
	background-image: url(/Content/Images/menuItems/mainNavRightBlack.png);
}

.nav .mainMenu li.hover a
{
	color: #fff;
	background-image: url(/Content/Images/menuItems/mainNavMainBlack.png);
}

/******************---- PNG i-e 6 hack---****************/
/**********************************************/



img, div, a, input, img { behavior: url(/Content/Images/png.htc) }
