/*=============================================================
Type:			FI Tariffs Screen Stylesheet
---------------------------------------------------------------
Creation Date:		15-01-2010
============================================================ */

/* Reset stylesheet based on Eric Meyer's - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
==============================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

img { vertical-align: middle; } /* fixes FF whitespace issue */

body {line-height:1;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #FF9;
	padding: 0 3px;
	text-shadow: 0 0 0 #FFF;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {vertical-align:middle;}

body {
	font-size: 62.5%; /* 1em = 10px in all modern browsers */
}

p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1.0em;
}

/* quick and dirty inheritance cleanup - hat tip to Richard Rutter */
ul p, ol p, table p, dl p, ul ul,
ol ol, ul ol, ol ul, address p,
blockquote p, form div div,
form div p, fieldset div, table form div {
	font-size: 1.0em;
}

body, html { height: 100%; margin-bottom: 1px; }

 /*"*/

/* Main FI tariffs styles
============================================== */

body {
	background: #95b0db url('/images/bg_main.jpg') repeat-x fixed 50% 100px;
	font-family: arial;
}

p, ul {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 1.0em;
	color: #666666;
}

p {
	line-height: 1.2;
}

a:link, a:visited {
	color: #F18A2E;
	text-decoration: none;
}

a:hover {
	color: #F18A2E;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {color:#666; font-size:1.1em;
}

.section {
	width: 790px;
	padding: 1px 30px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}

.aside {
	width: 190px;
	float: left;
}

.main {
	width: 580px;
	float: right;
}

.section p.buttonlink a, .section a.buttonlink {
    padding: 3px 6px;
    background: #EEE;
    color: #666;
    text-decoration: none;
}

.section p.buttonlink a:hover,
.section a.buttonlink:hover {
    background: #CCC;
    color: #FFF;
    text-decoration: none;
}

p.blockquote {
    padding: 5px 30px 0 46px;
    font-size: 1.7em !important;
    color: #999 !important;
    margin: 15px 0 20px 0;
	background: url('../../images/quotes.gif') no-repeat 0 0;
}

/* homepage layout */

.home .main {
	float: left;
	width: 500px;
}

.home .aside {
	float: right;
	width: 275px;
}

.home .segment {
	margin-bottom: 18px;
	overflow: hidden;
	clear: both;
}

.home .last_segment .block {
    margin-bottom: 10px;
}


/* Header
============================================== */

.header {
	margin-top: 30px;
	position: relative;
	padding-top: 50px;
}

p#branding {
	margin-bottom: 18px;
}

p#branding a {
	font-size: 44px;
	color: #0F8A99;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 375px;
	height: 35px;
	text-indent: -9999px;
	background: url('../../images/logo_main.gif') no-repeat 0 0;
}

p.strapline {
	font-family: Georgia, 'Times New Roman', Times, serif;
	width: 500px;
	font-size: 24px;
	color: #999;
	margin-bottom: 25px;
	line-height: 1;
	font-weight: normal;
}

p.strapline strong {
	color: #666;
	font-weight: normal;
}

/* searchform */

#searchform {
	position: absolute;
    top: 5.5em;
    right: 20px;
	text-align: left;
	background: #999;
	padding: 1px 0 1px 1px;
}

.ie6 #searchform {
    padding-left: 2px;
}

/*#searchform:hover {
	background: #F08A2A;
}*/

#searchform input {
	border: 0;
	padding: 4px 5px;
	margin: 0px;
	width: 180px;
	font-size: 1.3em;
	color: #999;
}

.ie6 #searchform input {
    padding-top: 4px;
}

#searchform input.submit {
	color: #FFF;
	font-style: normal;
	padding: 0 8px 1px;
	cursor: pointer;
	font-size: 1.4em;
	background: none;
	text-transform: uppercase;
	width: auto;
/*  position: absolute;
    right: 6px;
    top: 2px;*/
}

#searchform input.wbkt {
	top: 4px;
}

/* Navigation
============================================== */

/* additional nav */

#additional_nav {
	position: absolute;
	right: 20px;
	top: 20px;
}

#additional_nav li {
	list-style: none;
	display: inline;
	padding: 2px 3px 2px 6px;
	border-left: 1px solid #CCC;
}

#additional_nav li a {
	color: #999;
	text-decoration: none;
}

#additional_nav li a:hover {
	text-decoration: underline;
}

#additional_nav li:first-child {
	border: 0;
}

/* main navigation */

#navigation {
	padding-bottom: 18px;
}

#navigation ul {
	overflow: hidden;
	margin-bottom: 0;
}

#navigation li {
	float: left;
	list-style:none;
	padding-bottom: 9px;
	margin-right: 10px;
}

#navigation li a {
	float: left;
	display: block;
	padding: 4px 8px 3px 8px;
	color: #0f8a99;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;	
	font-weight: bold;
	letter-spacing: 0.5px;
	border: 1px solid #0F8A99;
}

#navigation li.current {
    background: #FFF url('/images/nav_arrow.gif') no-repeat 50% bottom;
}

#navigation li.current a {
	color: #FFF;
	background-color: #0f8a99;
}

#navigation li a:hover {
    color: #FFF;
	background-color: #0f8a99;
}

/* sidebar nav 
============================================== */

#sub_nav {
	border-top: 1px solid #CCC;
}

#sub_nav li {
	list-style: none;
	border-bottom: 1px solid #CCC;
	zoom:1;
}

#sub_nav li a {
	padding: 4px 10px;
	display: block;
	zoom: 1;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

#sub_nav li a:hover {
	color: #A3A625;
}

#sub_nav > li.current > a {
	background: #A3A625 url('/images/sprite_icons.png') no-repeat 176px -393px;
	color: #FFF;
	opacity: 0.9999;
}

#sub_nav li li.current {
	background-color: #EEE;
}

#sub_nav li li {
	border-bottom: 0;
	border-top: 1px solid #DDD;
	padding-left: 15px;
}

#sub_nav li li a {
    font-weight: normal;
}

#sub_nav ul {
    margin-bottom: 1px;
}


/* Content
============================================== */

.main h1 {
	color: #999999;
	font-size: 29px;
	margin-bottom: 20px;
	margin-top: -3px;
}

.main h2 {
		font-size: 18px;
	margin: 1.2em 0 0.2em 0;
	color: #535252;
}

.main h3 {    
    font-size: 15px;
    margin-bottom: 0.5em;
    margin-top: 1.0em;
    color: #333;
}

.main p.intro {
	color: #b7bd09;
	font-size: 24px;
	padding-left: 35px;
	line-height: 26px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.main p, .main li {
	font-size: 15px;
	line-height: 1.2;
	color: #666;
}

.main table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.main table td,
.main table th {
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: middle;
    padding: 6px 6px;
    color: #555;
}


.main table th,
.main table th p {
    font-weight: bold;
    background:#608386;
    color:#FFF;
}

.main table p {
    margin: 0;
    display: inline;
}

.main table caption {
    font-size: 14px;
    margin-bottom: 0.5em;
    margin-top: 1.0em;
    color:#333;
}

.main img {
    margin-top: 10px;
}

.main img.border {
    border: 1px solid #999;
}

.main img.marginleft {
    margin-left: 10px;
}

.main img.marginright {
    margin-right: 10px;
}

.main p.caption {
    font-size: 11px;
    text-align: left;
    margin: 4px 0 10px 0;
    color: #666;
}

/* homepage */

.home .block p {
	color: #a9a9a9;
}

.block p.buttonlink a,
.block a.buttonlink {
    background: #FFF;
    color: #666;
    font-weight: bold;
}


.blocka p.buttonlink a:hover,
.blocka a.buttonlink:hover {
    background: #B7BD09;
    color: #FFF;
    text-decoration: none;
}

.blockb p.buttonlink a:hover,
.blockb a.buttonlink:hover {
    background: #0F8A99;
    color: #FFF;
    text-decoration: none;
}


.home .large {
	width: 496px;
}

.home .small {
	width: 275px;
}

.home .left {
	clear: left;
	float: left;
}

.home .right {
	clear: right;
	float: right;
}

.home .hilite {
	padding: 10px;
	width: 255px;
	color: #FFF;
	min-height: 190px;
}

.home .hilite p,
.home .hilite h2 {
	color: #FFF !important;
}

.home .blocka {
	background: #0f8a99;
}

.ie6 .blocka {
	margin-bottom: 20px;
}

.home .blockb {
	background: #b7bd09;
}

.home .segment .intro {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 0;
	line-height: 28px;
	color: #999;
}

.home .intro strong {
	color: #0f8a99;
	font-weight: normal;
}

.home .segment h2,
.home .segment h3,
.home .segment p {
	font-size: 15px;
color: #706c6c;
}

.home .segment h2 {
	text-transform: uppercase;
	border-bottom: 5px solid #999;
	font-weight: bold;
	color: #999;
	padding-bottom: 3px;
        margin-bottom: 4px;
}

.home .hilite h2 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.home .segment h3 {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #706c6c;
}

/* main styles */

.main ul {
	margin-left: 14px;
}

p.hilite {
    background:none repeat scroll 0 0 #ECF5F8;
    border-bottom:1px solid #D7E3E8;
    border-top:1px solid #D7E3E8;
    padding:10px;
}

/* sidebar */

.aside .promo {
    margin-bottom: 14px;
}

/* search */

.section_search .main {
    float: left;
}

#search_results {
    list-style: none;
    margin-left: 0;
}

#search_results li {
    border-top: 1px solid #EEE;
    padding-top: 13px;
}

#search_results h2 {
    margin-bottom: 7px;
    margin-top: 0;
}

#search_results p.found_in {
    margin-top: 7px;
    font-style: italic;
    font-size: 11px;
}

/* Footer
============================================== */

#footer_sitemap .inner {
    border-top: 1px solid #CCC;
    padding-top: 20px;
/*    padding-left: 30px;*/
}

#footer_sitemap ul {
	float: left;
	width: 200px;
	list-style: none;
	margin-right: 10px;
	font-size: 12px;
/*  margin-left: 55px;*/
    margin-right: 94px;
}

#footer_sitemap ul.last {
	margin-right: 0;
}

#footer_sitemap ul a {
	color: #A7A7A7;
	text-decoration: none;
}

#footer_sitemap ul a:hover {
	text-decoration: underline;
}

#footer_sitemap li {
	margin-bottom: 4px;
}

#footer_sitemap ul li:first-child a,
#footer_sitemap ul li.first a {
	color: #0F8A99;
	font-weight: bold;
}

#coda {
	clear: both;
	padding-top: 10px;
}

#coda .inner {
	border-top: 1px solid #CCC;
	padding-top: 16px;
	padding-bottom: 15px;
	overflow: hidden;
}

#coda p {
	color: #A7A7A7;
	font-size: 1.2em;
}

#copyright {
	float: left
}

#powered_by {
	float: right;
}

#coda ul {
	float: left;
	margin-right: 5px;
	font-size: 1.2em;
}

#coda li {
	display: inline;
	list-style: none;
	margin-right: 5px;
	border-right: 1px solid #CCC;
	padding-right: 8px;
}

#coda li a {
	color: #A7A7A7;
}

#coda p a {
	color: #A7A7A7;
	text-decoration: none;
}


/* contact_form
============================================== */
.contact_form .submit{
	color: #FFF;
	font-style: normal;
	padding: 8px;
	cursor: pointer;

	background: #999;
	text-transform: uppercase;
	width: auto;
	border: 0;
	margin-left: 145px;
	margin-top: 10px;
}

.contact_form p.label{
	width: 130px;
	float:left;
	text-align: right;
	padding: 3px 15px 0 0;
}

.contact_form p.field input, .contact_form p.field textarea {
	width: 340px;
	font-family: arial;
	color: #333;
	font-size: 12px;
	padding: 3px;
}

.contact_form p.field textarea {
	height: 200px;
}

.contact_form select.dropdown  {
    color:#333333;
    padding:1px 1px 1px 0;
    width:206px;      
    border:1px solid #CCCCCC;      
    font-family:arial;      
    font-size:1em;
}

.mailing-list
{
    list-style: none;
    margin: 0;
    padding-left: 130px;
}

.mailing-list li
{
    font-size: 0.9em;
}
p.error {
	background: #FFFEC3;
	border-top: 1px solid #FCCF80;
	border-bottom: 1px solid #FCCF80;
	color: #E37500;
	padding: 10px 10px;
	margin-top: -15px;
}