﻿/*------------------------------------------------------------------
[layout]

1. Body & global
2. Header / #header
3. Sidebar primary / #sidebar_primary
4. Sidebar secondary / #sidebar_secondary
5. Main / #main
6. Footer / #footer

[1. Body & global]
*/
body {
	background: #fff;
	color: #333;
	background:url(/fast50/common/images/bg-header.gif) top center repeat-x #ffffff;
	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf1f9', endColorstr='#e4f4bf');*/ /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#dcf1f9), to(#e4f4bf));*/ /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #dcf1f9,  #e4f4bf);*/ /* for firefox 3.6+ */ 
	
}
hr,
.hide {
	display: none;
}
.gutter {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
h2,
h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
h2 {
	color: #999;
}
h3 {
	color: #193076;
}
h4 {
	float: left;
	clear: both;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #008FD3;
	width: 500px;
}
a {
	color: #193076;
}
a:hover {
	color: #008FD3;
}
#intro .flash-replaced {
	float: left;
	text-align: center;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
	background: #fff;
}
#flash_header .alt h1 {
	background-image: none!important;
}
.flash-update p{
	display:none;
}
/*------------------------------------------------------------------
[2. Header / #header]
*/
#header_top {
	background: #E5E5CC;
}
#header_top {
	text-align: right;
}
#header_top input,
#header_top select,
#header_top button {
	margin: 2px 0;
}
#header_top input {
	width: 185px;
	margin: 0 5px 0 20px;
}
#header_top form {
	display: inline;
}
#header_top #form .searchbutton {
	width: 18px;
	height: 18px;
	margin: 0;
}
#header_top form fieldset {
	display: inline;
}
#header_top form * {
	vertical-align: middle;
}
#header {
	background: #006;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#header #logo{
	margin: 15px 0 7px 0;
}
#header ul li {
	float: left;
	margin: 0 40px 0 0;
	padding-bottom: 3px;
}
#header ul li.last {
	margin-right: 0;
}
#header ul li a {
	color: #fff;
}
#header ul li a:hover {
	color: #999;
}
/*------------------------------------------------------------------
[2. Subheader / #subheader]
*/
#subheader {
	float: left;
	width: 100%;
}
#breadcrumbs {
	font-weight: bold;
}
#breadcrumbs,
#breadcrumbs a {
	color: #666;
}
#breadcrumbs a:hover {
	color: #193076;
}
#breadcrumbs span {
	margin: 0 7px;
}
/*------------------------------------------------------------------
[3. Sidebar primary / #sidebar_primary]
*/
#sidebar_primary {
	position: absolute;
	top: 6px;
	left: 0;
	width: 170px;
}
#sidebar_primary h2 {
	font-weight: bold;
	color: #193076;
	margin-bottom: 10px;
	border: 0;
}
#nav_secondary,
#nav_secondary ul,
#nav_secondary li {
	position: relative;
	float: left;
	width: 170px;
}
#nav_secondary a {
	position: relative;
	z-index: 200;
}
#nav_secondary li ul li {
	width: 160px;
	margin-left: 10px;
}
#nav_secondary li a {
	display: block;
	padding: 7px 10px 7px 0;
}
.inner li a {
	color: #999;
}
#nav_secondary li.selected,
#nav_secondary li.selected a {
	color: #193076;
}
#nav_secondary li a:hover,
#nav_secondary li ul li.selected,
#nav_secondary li ul li.selected a {
	color: #008fd3;
}
#nav_secondary li.sub a span {
	padding-right: 15px;
	background: url('/fast50/interface/images/layout/bullet_arrow_down.gif') no-repeat right 3px;
}
#nav_secondary li ul li a span {
	background: none!important;
}
#nav_secondary li {
	border-bottom: 1px solid #DFDFDF;
}
#nav_secondary li.section_end {
	border-bottom: 1px solid #ccc;
}
#nav_secondary li.section_start {
	border-top: 1px solid #ccc;
}
#nav_secondary li ul li.selected {
	border-bottom: 1px solid #DFDFDF;
}
/* #nav_secondary {
	border-top: 1px solid #DFDFDF;
}*/
#nav_secondary li ul {
	border-top: 2px solid #193076;
	border-bottom: 2px solid #193076;
}
#nav_secondary li.sub,
#nav_secondary li.last {
	border-bottom: 0!important;
}
/*------------------------------------------------------------------
[4. Sidebar secondary / #sidebar_secondary]
*/
#sidebar_secondary {
	position: absolute;
	top: 21px;
	right: 0;
	width: 230px;
}
#sidebar_secondary div {
	margin-bottom: 50px;
}
#sidebar_secondary div li {
	margin-bottom: 10px;
}
#sidebar_secondary div h3 {
	display: none;
}
#sidebar_reports li,
#sidebar_reports li a {
	display: block;
	width: 230px;
	height: 70px;
	text-indent: -5000px;
}

#sidebar_reports #fast500_americas {
	background: url('/fast50/interface/images/content/callout/fast500-americas.gif') no-repeat;
}
#sidebar_reports #fast500_apac {
	background: url('/fast50/interface/images/content/callout/fast500-apac.gif') no-repeat;
}
#sidebar_reports #fast500_emea {
	background: url('/fast50/interface/images/content/callout/fast500-emea.gif') no-repeat;
}
#sidebar_secondary #sidebar_secondary li {
	margin-bottom: 15px;
}
#sidebar_secondary div.callout{
	clear:both;
	margin-bottom:30px;
	text-indent:-5000px;
}
#sidebar_secondary div.callout embed{
	float:none;
}
#sidebar_secondary div.callouts{
	margin-bottom:50px;
}
#downloads .section_body li {
	list-style: none;
	margin-left: 0;
}
#downloads .section {
	margin-bottom: 0;
	padding-top: 0;
}
#downloads .section_body li a,
#sidebar_downloads li a,
#download_reports a,
#main_downloads li a
{
	background: url('/fast50/interface/images/layout/bullet_download.gif') no-repeat 0 0;
	font-weight: bold;
	color: #193076;
	padding: 2px 0 0px 30px;
	display: block;
	text-decoration: none;
}
#main_downloads li, #dates li{
	background: none;
	list-style-image:none;
	list-style:none;
	margin-left:0;
}
#downloads .section_body li a:hover,
#sidebar_downloads li a:hover,
#download_reports a:hover,
#main_downloads li a:hover {
	color: #008FD3;
	background: url('/fast50/interface/images/layout/bullet_download.gif') no-repeat 0 -144px;
	display: block;
}
#downloads .section_body li a {
	background: url('/fast50/interface/images/layout/bullet_download.gif') no-repeat 0 2px;
}
#downloads .section_body li a:hover {
	background: url('/fast50/interface/images/layout/bullet_download.gif') no-repeat 0 -142px;
}
#sidebar_downloads li,
#downloads .section_body li {
	margin-bottom: 10px;
}
#downloads .section_body ul {
	margin: 0 0 40px 0;
}
#sidebar_downloads p a {
	display: block;
	width: 99px;
	height: 14px;
	background: url('/fast50/interface/images/layout/button_moredownloads.gif') no-repeat 0 0;
	text-indent: -5000px;
}
#sidebar_downloads p a:hover {
	background: url('/fast50/interface/images/layout/button_moredownloads.gif') no-repeat 0 -14px;
}
#sidebar_performance a {
	border: 10px solid #E5E5E5;
	display: block;
}
#sidebar_performance a:hover {
	border-color: #999;
}
/* callout */
#callout_thunderhead {
	background: url('/fast50/interface/images/content/callout/callout-quotes-thunderhead.gif') no-repeat 0 0;
	width:230px;
	height:46px;
}
#callout_ubisense {
	background: url('/fast50/interface/images/content/callout/callout-quotes-ubisense.gif') no-repeat 0 0;
	width:230px;
	height:87px;
}
#callout_picochip {
	background: url('/fast50/interface/images/content/callout/callout-quotes-picochip.gif') no-repeat 0 0;
	width:230px;
	height:55px;
}
#callout_bigmouthmedia_ltd {
	background: url('/fast50/interface/images/content/callout/callout-quotes-bibmouthmedia.gif') no-repeat 0 0;
	width:230px;
	height:103px;
}
#callout_th_nk_ltd {
	background: url('/fast50/interface/images/content/callout/callout-quotes-think.gif') no-repeat 0 0;
	width:230px;
	height:63px;
}
#callout_rapidswitch {
	background: url('/fast50/interface/images/content/callout/callout-quotes-rapidswitch.gif') no-repeat 0 0;
	width:230px;
	height:63px;
}
#callout_bybox {
	background: url('/fast50/interface/images/content/callout/callout-quotes-bybox.gif') no-repeat 0 0;
	width:230px;
	height:81px;
}
#callout_daisy_communications {
	background: url('/fast50/interface/images/content/callout/callout-quotes-daisycomms.gif') no-repeat 0 0;
	width:230px;
	height:81px;
}
#callout_comtec_enterprises {
	background: url('/fast50/interface/images/content/callout/callout-quotes-comtec.gif') no-repeat 0 0;
	width:230px;
	height:100px;
}
#callout_xtreme_business_solutions {
	background: url('/fast50/interface/images/content/callout/callout-quotes-xtreme.gif') no-repeat 0 0;
	width:230px;
	height:66px;
}
#callout_lagan {
	background: url('/fast50/interface/images/content/callout/callout-quotes-lagan.gif') no-repeat 0 0;
	width:230px;
	height:83px;
}
#commentary_and_analysis #main blockquote#quote_key_technology {
	background: url("/fast50/interface/images/content/callout/md-quote-commentry-1.gif") no-repeat;
	width: 446px;
	height: 68px;
	margin-bottom:20px;
}
#commentary_and_analysis #main blockquote#quote_winning_streak {
	background: url("/fast50/interface/images/content/callout/md-quote-commentry-2.gif") no-repeat;
	width: 446px;
	height: 54px;
	margin-bottom:0px;
}
#commentary_and_analysis #main blockquote#quote_growth {
	background: url("/fast50/interface/images/content/callout/md-quote-commentry-3.gif") no-repeat;
	width: 446px;
	height: 34px;
	margin-bottom:0px;
}
#commentary_and_analysis #main blockquote#quote_cost_reductions {
	background: url("/fast50/interface/images/content/callout/md-quote-commentry-4.gif") no-repeat;
	width: 500px;
	height: 34px;
	margin-bottom:20px;
}
/* */


/*------------------------------------------------------------------
[5. Main / #main]
*/
#full {
	width: 960px;
}
#full img {
	float: left;
	margin-top: 6px;
}
#full .sections {
	float: right;
	margin-top: 10px;
}
#intro .sections {
	width: 370px;
	margin-bottom: 40px!important;
}
#intro .section_header h3 {
	text-transform: uppercase;
}
#intro .section_header h3 a {
	color: #008FD3;
}
#intro .section_header h3 a:hover {
	color: #44bfdf;
}
#intro .section_body,
#intro #download_reports {
	color: #193076;
	font-weight: bold;
}
#intro #download_reports {
	text-align: right;
	float: right;
	clear: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	width: 370px;
}
#intro #download_reports a {
	background-position: 15em top;
}
#main {
	position: relative;
	width: 540px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	float: left;
	margin-left: 166px;
	padding: 5px 6px 10px 4px;
	background: url('/fast50/interface/images/layout/bg_main.png') repeat-y;
}
#main ul {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 10px 10px;
}
#main h1 {
	width: 520px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: right;
	text-indent: -5000px;
}

#homepagefull h1 {
	width: 770px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: right;
	text-indent: -5000px;
}

#main_full h1 {
	width: 770px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: right;
	text-indent: -5000px;
}

#main_fullwidth h1 {
	width: 980px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: right;
	text-indent: -5000px;
}
#main #content h1 {
	float: left;
	clear: both;
	width: 500px;
}
#main p {
	margin-bottom: 15px;
}
#homepagefull sub,
#main_full sub,
#main_fullwidth sub,
#main sub {
	font-size:0.75em;
	vertical-align:bottom;
}
#content h1 {
	padding-bottom: 10px;
}
#flash_header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#main #content .content_box_left {
	float: left;
	margin: 0 20px 10px 0;
}
#flash_header,
embed {
	margin: 0 0 0 20px;
}
#flash_header,
#flash_header h1 {
	width: 520px;
}
#flash_header_home embed {
	float: none;
}
#more_information #flash_header {
	background: url("/fast50/interface/images/layout/More-information-and-contacts.jpg") no-repeat;
	width: 520px;
	height: 195px;
	border-bottom: 1px solid #ccc;
}
/* */
#tech_fast50_logo{
	float:right;
	margin-top:34px;
	margin-right:10px;
}
#home #flash_header,
#find_out_more #flash_header{
	background: url("/fast50/interface/images/layout/banners/fast50-homepage-panel.gif") no-repeat;
	width: 520px;
	height: 295px;
	border-bottom: 1px solid #ccc;
}
#apply_now #flash_header{
	background: url("/fast50/interface/images/layout/banners/applynow-header-alt-image.gif") no-repeat;
	width: 520px;
	height: 195px;
	border-bottom: 1px solid #ccc;
}
#winners #flash_header{
	background: url("/fast50/interface/images/layout/banners/winners-header.gif") no-repeat;
	width: 520px;
	height: 195px;
	border-bottom: 1px solid #ccc;
}
.section .section_block a.winners{
	margin-top: 33px;
}
.section .section_block a.ranking{
	margin-top: 15px;
}
#winners .section{
	margin-bottom:30px;
}
/* */
h1 {
	border-bottom: 1px solid #ccc;
	margin: 37px 0 0 0;
	padding-bottom: 20px;
}

#main_heading h1{
	text-indent:0;
	margin-bottom:0;
}
#content h1 {
	margin-top: 0;
}
#introduction h1 {
	background: url('/fast50/interface/images/layout/header_introduction.gif') no-repeat;
	height: 26px;
}
#talent_agenda h1 {
	height: 26px;
	margin-bottom: 0;
}
#home #flash_header h1 {
	background: url("/fast50/interface/images/layout/header_home.jpg") no-repeat;
	height: 295px;
	border-bottom: 1px solid #ccc;
}
#home #flash_header {
	background: none;
	height: 295px;
	border-bottom: 1px solid #ccc;
}
.flash_stat {
	float: left;
	width: 187px;
	height: 141px;
	margin: 0;
}
.flash_graph {
	float: left;
	width: 240px;
	height: 80px;
	margin: 0;
}
.flash_map{
	float:right;
	width:395px;
	height:360px;
	margin:0;
}
#block_service_line .flash_graph {
	float: left;
	width: 500px;
	height: 280px;
	margin: 0;
}
#main #content {
	clear: both;
	width: 500px;
	margin: 0 20px;
}
#page_options {
	text-indent: -5000px;
	float: left;
	width: 500px;
	margin: 0;
}
#page_options li {
	float: right;
	margin: 10px 0 20px 0;
	line-height: 0em;
}
#page_options #textsize {
	margin-right: 20px;
}
#page_options #textsize a {
	display: block;
	width: 20px;
	height: 15px;
	background: url("/fast50/interface/images/layout/button_textsize.gif") no-repeat;
}
#page_options #textsize a:hover {
	background: url("/fast50/interface/images/layout/button_textsize.gif") no-repeat 0 -29px;
}
#page_options #textsize {
	position: relative;
}
#page_options #textsizer {
	display: none;
	position: absolute;
	top: 2px;
	left: -50px;
	width: 45px;
}
#page_options #textsizer p,
#page_options #textsizer a#font_dec,
#page_options #textsizer a#font_inc {
	cursor: pointer;
	text-indent: -5000px;
	display: block;
	width: 20px;
	height: 18px;
}
#page_options #textsizer a#font_dec,
#page_options #textsizer a#font_inc {
	float: left;
}
#page_options #textsizer a#font_dec {
	margin-right: 5px;
	background: url('/fast50/interface/images/layout/button_textsize_options.gif') no-repeat 0 0;
}
#page_options #textsizer a:hover#font_dec {
	background: url('/fast50/interface/images/layout/button_textsize_options.gif') no-repeat 0 -18px;
}
#page_options #textsizer a#font_inc {
	background: url('/fast50/interface/images/layout/button_textsize_options.gif') no-repeat -22px 0;
}
#page_options #textsizer a:hover#font_inc {
	background: url('/fast50/interface/images/layout/button_textsize_options.gif') no-repeat -22px -18px;
}
#page_options #printpage a {
	display: block;
	width: 17px;
	height: 15px;
	background: url("/fast50/interface/images/layout/button_print.gif") no-repeat;
}
#page_options #printpage a:hover {
	background: url("/fast50/interface/images/layout/button_print.gif") no-repeat 0 -17px;
}
#main blockquote {
	float: left;
	clear: left;
	text-indent: -5000px;
	margin-bottom: 40px;
}
#main .section_navigation {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
}
#main .no_border {
	border-bottom:none;
}
#regional_ranking_2008 .section_navigation{position:relative;min-height:360px;height:auto!important;height:360px;}
#regional_ranking_2008 .section_navigation .page_navigation{width:200px;position:relative;z-index:2000;margin-top:40px;}
#regional_ranking_2008 .section_navigation .flash_map{position:absolute;top:0;right:0;z-index:500;}

#regional_ranking_2009 .section_navigation{position:relative;min-height:360px;height:auto!important;height:360px;}
#regional_ranking_2009 .section_navigation .page_navigation{width:200px;position:relative;z-index:2000;margin-top:40px;}
#regional_ranking_2009 .section_navigation .flash_map{position:absolute;top:0;right:0;z-index:500;}

#regional_ranking_2010 .section_navigation{position:relative;min-height:360px;height:auto!important;height:360px;}
#regional_ranking_2010 .section_navigation .page_navigation{width:200px;position:relative;z-index:2000;margin-top:40px;}
#regional_ranking_2010 .section_navigation .flash_map{position:absolute;top:0;right:0;z-index:500;}

#regional_ranking_2011 .section_navigation{position:relative;min-height:360px;height:auto!important;height:360px;}
#regional_ranking_2011 .section_navigation .page_navigation{width:200px;position:relative;z-index:2000;margin-top:40px;}
#regional_ranking_2011 .section_navigation .flash_map{position:absolute;top:0;right:0;z-index:500;}

#regional_ranking_2012 .section_navigation{position:relative;min-height:360px;height:auto!important;height:360px;}
#regional_ranking_2012 .section_navigation .page_navigation{width:200px;position:relative;z-index:2000;margin-top:40px;}
#regional_ranking_2012 .section_navigation .flash_map{position:absolute;top:0;right:0;z-index:500;}


#financial_statements #block_consolidated_income_statement,
#regional_ranking_2008 #block_london,
#regional_ranking_2009 #block_london,
#thoughtware #block_when_the_crunch_bytes{
	margin-top: 40px;
}
#main #page_navigation,
#main .page_navigation {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	list-style: none;
}
#main #page_navigation li,
#main .page_navigation li {
	margin: 0 0 10px 0;
	list-style-position: outside
}
#main #page_navigation li a,
#main .page_navigation li a {
	padding-right: 15px;
}

#main #page_navigation {
	clear: both;
	float: left;
	width: 100%;
}
#content .left {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#content .right {
	float: right;
	width: 240px;
	clear: none!important;
}
#page_navigation li a,
.page_navigation li a,
#list_business_performance li a {
	padding-left: 10px;
	display: block;
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left 2px;
}
#page_navigation li a:hover,
.page_navigation li a:hover,
#list_business_performance li a:hover {
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left -237px;
}
#main .partner_section ul,
#main .partner_section ul li {
	list-style: none;
	list-style-position: outside;
	margin-left: 0;
}
#main .partner_section {
	width: 125px;
	float: left;
}
/* captions */
#main .lft img{
	float:left;
	margin:0.3em 10px 0.5em 0;
}
#main .lft p{
	float:none;
	width:auto;
}
#main .imgblock{
	margin-bottom:25px;
}
#main .caption p{
	font-size:0.9em;
	width:499px;
}
#fundraising #main .lft img,
#people_profiles #main .lft img{
	float:left;
	margin:0 10px 2em 0;
}
#approach #main .imgblock{
	margin-top:3em;
}
#block_opinion .section_body p {
	float: none;
}
#block_opinion .section_body img {
	display: block;
}
#accessibility table th,
#accessibility table td{
	text-align:left;
}
#homepagefull {
	/*background:transparent url('/fast50/interface/images/layout/bg_main_full.png') repeat-y scroll 0 0; */
	float:left;
	height:auto !important;
	margin-left:166px;
	min-height:700px;
	padding:5px 6px 10px 4px;
	position:relative;
	width:790px;
}

#homepagefullwidth {
	/*background:transparent url('/fast50/interface/images/layout/bg_main_full.png') repeat-y scroll 0 0; */
	float:left;
	height:auto !important;
	margin-left:166px;
	min-height:700px;
	padding:5px 6px 10px 4px;
	position:relative;
	width:1000px;
}

#main_full{
	/*background:transparent url('/fast50/interface/images/layout/bg_main_full.png') repeat-y scroll 0 0;*/
	float:left;
	height:auto !important;
	margin-left:166px;
	min-height:450px;  /*700px */
	padding:5px 6px 1px 4px;
	position:relative;
	width:790px;
}
#main_fullwidth{
	/*background:transparent url('/fast50/interface/images/layout/bg_main_fullwidth.png') repeat-y scroll 0 0;*/
	float:left;
	height:auto !important;
	margin-left:0px;
	min-height:700px;
	padding:5px 6px 1px 4px;
	position:relative;
	width:960px;
}
#main_full #content{
	clear:both;
	margin:0 20px;
	width:750px;
	overflow:hidden;
}
#main_fullwidth #content{
	clear:both;
	margin:0 20px;
	width:900px;
	overflow:hidden;
}

#main_full #content table{
	width:750px;
}
#main_fullwidth #content table{
	width:900px;
}
#main_full #content table th,
#main_full #content table td{
	text-align:left;
	padding:10px;
}
#main_fullwidth #content table th,
#main_fullwidth #content table td{
	text-align:left;
	padding:10px;
}
#main_full #content table th{
	font-weight:bold;
}

#main_fullwidth #content table th{
	font-weight:bold;
}


#homepagefull #content{
	clear:both;
	margin:0 20px;
	width:750px;
	overflow:hidden;
}

#homepagefull #content table{
	width:750px;
}
#homepagefull #content table th,
#homepagefull #content table td{
	text-align:left;
	padding:10px;
}
#homepagefull #content table th{
	font-weight:bold;
}


/*------------------------------------------------------------------
[5.1. Sections / .sections]
*/
#main .sections {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
}
.section {
	float: left;
	width: 100%;
	margin-bottom: 1px;
	position: relative;
}
.left_section{
	float:left;
	margin-right:20px;
}
.right_section{
	clear:none !important;
	float:right;
}
.section_block{
	border: #ccc solid 1px;
	padding: 20px 15px;
	width:207px;
	height:123px;
}
.section_block img.thumb{
	float:right;
	margin-left:10px;
}
.section_block h3{
	border:none;
	margin-bottom:0px;
}
.section img.logo{
	float:left;
	margin-right:10px;
}
blockquote.margin{
	margin-top:-40px;	
}
div.clear_both{
	clear:both;
	height:70px;
}
a.more {
	width: 45px;
	height:14px;
	display:block;
	background: url("/fast50/interface/images/layout/button_more.gif") no-repeat;
	text-indent:-5000px;
	margin-top:20px;
}
a.more:hover {
	background: url("/fast50/interface/images/layout/button_more.gif") no-repeat 0 -14px;
}
p.btn a{
	float:right;
	position:relative;
	top:-20px;	
}
#sidebar_banners dl{
	margin-bottom:15px;
}
ul#tri_navigation
{
	border-bottom:none;
}
#home .section {
	margin-bottom: 0;
}
.section#download_pdf{
	padding-top:20px;
}
.section_body .img_para {
	padding: 15px 0;
	width: 100%;
}
.section_body .img_para img {
	display: block;
	margin: 0 auto;
}
.green .section_header h3 {
	color: #3A9238;
}
.green .section_header {
	border: none;
}
.section_body ul li,.section_body ol li {
	margin: 0 0 5px 30px;
	padding-right: 20px;
}
.section_body ol {
	list-style: decimal;
	clear:left;
}
ul.sections li,
li.section {
	list-style: none;
}
.sections .left,
.sections .right {
	width: 240px;
	float: left;
}
.sections .full {
	width: 500px;
}
.sections .left {
	margin-right: 20px;
}
.section_header {
	position: relative;
	width: 100%;
	/*border-bottom: 1px solid #ccc;
	padding-bottom: 10px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
#downloads .section_header {
	clear: left;
}
.section_header p {
	margin-bottom: 0;
}
.section_header span {
	display: block;
	width: 440px;
}
.section_header_link {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0!important;
}
.section_header_link a {
	text-indent: -5000px;
	display: block;
	height: 14px;
}
.section .top a {
	width: 40px;
	background: url("/fast50/interface/images/layout/button_top.gif") no-repeat 0 0;
}
.section .hard_copy a {
	width: 127px;
	background: url("/fast50/interface/images/layout/button_hard_copy.gif") no-repeat 0 0;
}
.section .hard_copy a:hover {
	width: 127px;
	background: url("/fast50/interface/images/layout/button_hard_copy.gif") no-repeat 0 -14px;
}
.section .viewonline a {
	width: 78px;
	background: url("/fast50/interface/images/layout/button_viewonline.gif") no-repeat 0 0;
}
.section .viewonline a:hover {
	background: url("/fast50/interface/images/layout/button_viewonline.gif") no-repeat 0 -15px;
}
.section .downloadpdf a {
	width: 92px;
	background: url("/fast50/interface/images/layout/button_download_pdf.gif") no-repeat 0 0;
}
.section .downloadpdf a:hover {
	background: url("/fast50/interface/images/layout/button_download_pdf.gif") no-repeat 0 -14px;
}
.section .top a:hover {
	background: url("/fast50/interface/images/layout/button_top.gif") no-repeat 0 -14px;
}
.section .more a {
	width: 45px;
	background: url("/fast50/interface/images/layout/button_more.gif") no-repeat;
}
.section .more a:hover {
	background: url("/fast50/interface/images/layout/button_more.gif") no-repeat 0 -14px;
}
.section_body {
	margin-bottom: 10px;
	float: left;
}
#case_studies .section_header h3 span {
	width: 440px;
}
.section_body p {
	float: left;
	width: 100%;
	font-size:12.5px;
	margin-bottom:20px;
}

.section_body a,
.form a
{
	font-weight: normal;
	/*font-weight: bold;
	text-decoration: underline;*/
	text-decoration: none;*
}
#main .section_body ul {
	clear: both;
	list-style-image: url('/fast50/interface/images/layout/bullet.gif');
	list-style-position: outside;
}
.section_body .image_mini {
	margin-bottom: 5px;
}
.image_left_small img {
	float: left;
}
.image_left_small div {
	float: right;
	width: 395px;
}
img.image_left {
	float: left;
}
div.image_left {
	float: right;
	width: 290px;
	margin-left: 20px;
}
#eligibility_criteria #page_intro{
	border-bottom:1px solid #cccccc;
}
#eligibility_criteria .section_navigation{
	padding-bottom:20px;
}
/* */
p#progress{
	text-indent:-5000px;
	width:500px;  /*418px - 4 steps */
	height:48px;
	margin-left:30px;
}
p.step_1 {
	background: url("/fast50/interface/images/content/nomination/step1.gif") no-repeat;
}
p.step_2 {
	background: url("/fast50/interface/images/content/nomination/step2.gif") no-repeat;
}
p.step_3 {
	background: url("/fast50/interface/images/content/nomination/step3.gif") no-repeat;
}
p.step_4 {
	background: url("/fast50/interface/images/content/nomination/step4.gif") no-repeat;
}
p.step_5 {
	background: url("/fast50/interface/images/content/nomination/step5.gif") no-repeat;
}
p.finish {
	background: url("/fast50/interface/images/content/nomination/finish.gif") no-repeat;
}
ul#dates strong{
	display:block;
	float:left;
	width:90px;
	margin-right:30px;
	text-align:right;
}
ul#dates a{
	display:block;
	float:left;
	width:340px;
	margin-bottom:10px;
}
form#contactus_form fieldset{
	margin-bottom:30px;
	clear:both;
}
form#contactus_form fieldset.section{
	border-top: #ccc solid 1px;
	padding-top:20px;
	margin-top:10px;
}
form#contactus_form fieldset legend{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
form#contactus_form .radio span{
	display:block;
	float:left;
	text-align:right;
	position:absolute;
	width:155px;
	height:20px;
	margin: 0;		
}
form#contactus_form .radio label{
	display:block;
	float:left;
	text-align:left;
	width:290px;
	height:20px;
	margin: 0 0 10px 5px;		
}
form#contactus_form label{
	display:block;
	float:left;
	text-align:right;
	width:155px;
	height:16px;
	margin:2px 20px 0 0;	
}
form#contactus_form .radio input{
	display:block;
	float:left;
	position: relative;
	width:20px;
	height:16px;	
	background: none;
	border: none;
	margin: 0 0 10px 175px;	
}
#nomination_step3 form#contactus_form .radio input{
	clear:left;
	margin: 0 0 10px 0;	
}
form#contactus_form input{
	width:224px;
	border: #ccc solid 1px;	
	padding:3px;
}
form#contactus_form textarea{
	width:50%;
	height:100px;
	border: #ccc solid 1px;	
}
form#contactus_form input.small
{
	width:115px;
}
form#contactus_form select{
	width:500px;
	height:20px;
	border: #ccc solid 1px;	
}
form#contactus_form select.small
{
	width:128px;
}
/* form#contactus_form button
{
	width:111px;
	height:32px;
	text-indent:-5000px;
	border:none;
	float:right;
	margin-top:25px;
	cursor:pointer;
}
*/

form#contactus_form buttonleft
{
	width:111px;
	height:32px;
	text-indent:-5000px;
	border:none;
	float:left;
	margin-top:25px;
	cursor:pointer;
}

form#contactus_form button#previous{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_previous.gif") no-repeat 0 0px;
	text-indent:-5000px;
	border:none;
	float:left;
	margin-top:25px;
	cursor:pointer;
}
form#contactus_form button:hover#previous{	
	background-position: 0 -34px;
	width:157px;
	height:33px;
}

form#nomination_form button#next{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_next.gif") no-repeat 0 0px;
	text-indent:-5000px;
	border:none;
	float:right;
	margin-top:25px;
	cursor:pointer;
}



form#nomination_form button#nextfinish{	
	width:157px;
	height:55px;
	background: transparent url("/fast50/interface/images/content/nomination/button_savefinish_1col_lg.gif") no-repeat 0 0px;
	text-indent:-5000px;
	border:none;
	float:right;
	cursor:pointer;
}

/*form#nomination_form button#nextfinish{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_savefinish_1col_lg.gif") no-repeat 0 0px;
	text-indent:-5000px;
	border:none;
	float:right;
	cursor:pointer;
}
*/

form#contactus_form button#next{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_next.gif") no-repeat 0 0px;
	text-indent:-5000px;
	border:none;
	float:right;
	margin-top:25px;
	cursor:pointer;
}

form#contactus_form button:hover#next{	
	background-position: 0 -34px;
	width:157px;
	height:33px;
}

form#contactus_form  button#submit{	
	width:110px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_submit.gif") no-repeat 0 -31px;
	text-indent:-5000px;
	border:none;
	float:right;
	margin-top:25px;
	cursor:pointer;
}

form#nomination_form  button#submit{	
	width:110px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_submit.gif") no-repeat 0 -31px;
	text-indent:-5000px;
	border:none;
	float:left;
	margin-top:25px;
	cursor:pointer;
}



form#previouswinners_form button#submit{	
	width:110px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_submit.gif") no-repeat 0 -31px;
	text-indent:-5000px;
	border:none;
	float:right;
	cursor:pointer;
}

form#previouswinners_form button#submit2{	
	width:110px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_submit.gif") no-repeat 0 -31px;
	text-indent:-5000px;
	border:none;
	float:right;
	cursor:pointer;
}

form#contactus_form button:hover#submit{
	background-position: 0 0;
}

form#nomination_form button#begin_application{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_begin_application.gif") no-repeat 0 0;
	margin-top:25px;
	border:none;
	float:left;
	cursor:pointer;
	text-indent:-5000px;
}

form#contactus_form button#begin_application{	
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_begin_application.gif") no-repeat 0 0;
	margin-top:25px;
	border:none;
	float:left;
	cursor:pointer;
	text-indent:-5000px;
}
form#contactus_form button:hover#begin_application{	
	background-position: 0 -34px;	
	width:157px;
	height:33px;
}

form#nomination_form button:hover#begin_application{	
	background-position: 0 -34px;	
	width:157px;
	height:33px;
}


a#begin_application{
	display:block;
	margin-top:10px;
	width:157px;
	height:33px;
	background: transparent url("/fast50/interface/images/content/nomination/button_begin_application.gif") no-repeat 0 0;
	text-indent:-5000px;
}
a:hover#begin_application{	
	background-position: 0 -34px;	
	width:157px;
	height:33px;
}
form#contactus_form p.tip{
	margin-left:175px;
}
form#contactus_form fieldset h4{
	border:none;
	border-top:#ccc solid 1px;
	padding-top:20px;
}
form#contactus_form p.mar10{
	clear:both;
}
form#contactus_form p.mar10 input{
	margin-top:10px;
	margin-left:5px;
}
form#contactus_form p.mar10 label{
	width:455px;
	margin-top:10px;
	margin-left:5px;
}
form#contactus_form p.agree label {
	height:130px;
}
form#contactus_form dl dt{color:#193076;font-size:12px;font-weight:bold;float:left;}
form#contactus_form dl dd{float:right;width:330px;clear:both;}
form#contactus_form dl dd input{width:20px;float:left;margin:0 0 5px 0;padding:0;border:0;}
form#contactus_form dl dd label{float:left;text-align:left;margin:0 0 0 20px;padding:0;}
/* */
/* Questions & answers */
#main #questions {
	float: left;
	clear: both;
	margin: 10px 0 30px 31px;
}
.section .question,
.section .answer,
.section .form
 {
	clear: both;
}
#main #content #questions li {
	list-style: none;
	margin-bottom: 15px;
}
#main #content #questions a {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left 3px;
	display: block;
}
#main #content #questions a:hover {
	color: #008FD3;
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left -236px;
}
#main .section .question {
	color: #008FD3;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 0 0 31px;
	background: url('/fast50/interface/images/layout/bg_question.gif') no-repeat left 1px;
}
.section .question span {
	width: 300px;
}
.section .answer {
	float: left;
	margin-bottom: 0;
	padding: 5px 0 4px 31px;
	background: url('/fast50/interface/images/layout/bg_answer.gif') no-repeat left 3px;
}
/* left/right list */
.section_header h3 {
	border: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc; /*CMB*/
}
.section_header h3 span {
	width: 195px;
}
/* Image list */
.image_list {
}
.image_list li {
}
/*tables*/
table {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.box table {
	margin-bottom: 0;
}
.box {
	background: #e5e5e5;
	padding: 10px;
	margin-bottom: 50px;
	width: 480px;
	float: left;
}
table a {
	text-decoration: underline;
}
table th,
table td {
	padding: 2px;
	text-align: right;
}
tbody th {
	text-align: left;
}
thead th {
	font-style: italic;
	font-weight: bold;
}
th.header {
	padding-top: 10px;
	padding-bottom: 10px;
}
th.table_header {
	text-align: left;
	font-style: normal;
}
table .end {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
table .end_main {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
th.header_note {
	width: 50px;
}
th.header_2008 {
	width: 50px;
}
th.header_2007 {
	width: 50px;
}
table.winner_list,table.data{
	background-color:#ffffff;
	width:100%;
}
table.data th,
table.winner_list th{
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color:#00a1de;
	border-left: #fff solid 1px;
	font-style:normal;
	padding:5px;
	font-size:12px;
}
table.winner_list th#first_col,
table.data th#first_col{
	border: none;
}
table.winner_list td{
	font-weight:bold;
	padding:5px;
	font-size:12px;
	border-bottom:1px solid #00a1de;
}
table.winner_list td, table.winner_list th,
table.data td, table.data th{
	vertical-align:middle;
}
table.data td{
	font-weight:normal;
	text-align:left;
	padding:5px;
	font-size:12px;
	border-bottom:1px solid #00a1de;
}
table.data td a{
	font-weight:bold;
}
table.data td.center,table.winner_list td,table.winner_list th{
	text-align:center;
}
table.winner_list td.left_align,table.winner_list th.left_align{
	text-align:left;
}
table.winner_list td.sector{
	text-align:left;
	font-weight:normal;
}
.no_border{
	border-bottom:none;
}
/*------------------------------------------------------------------
[5.2. Content footer / .sections]
*/
#content_footer,
#homepage_footer
{
	/*background: url('/fast50/interface/images/layout/bg_main_full.png') no-repeat bottom;*/
	float: left;
	width: 790px;
	margin-left: 166px;
	/*padding: 0 6px 50px 4px;*/
	padding: 0 6px 10px 4px;
}
#content_footerfullwidth
{
	/*background: url('/fast50/interface/images/layout/bg_main_fullwidth.png') no-repeat bottom;*/
	float: left;
	width: 1000px;
	margin-left: -20px;
	padding: 0 6px 50px 4px;
}

#homepage_footer{
	
	padding: 0 6px 20px 4px;
}
#content_footer .gutter {
	/*width: 790px;
	border-top: 1px solid #ccc;
	padding-top: 10px;*/
}
#content_footer p {
	float: left;
	font-weight: bold;
	color: #999;
}
#content_footer p a {
	margin-left: 20px;
}
#footer_navigation {
	float: right;
	margin-bottom: 0;
}
#footer_navigation li {
	text-indent: -5000px;
	float: left;
}
#footer_navigation li,
#footer_navigation a {
	display: block;
	width: 45px;
	height: 15px;
}
#footer_navigation #previous {
	margin-right: 3px;
}
#footer_navigation #previous a {
	background: url('/fast50/interface/images/layout/button_prev.gif') no-repeat 0 0;
}
#footer_navigation #previous a:hover {
	background: url('/fast50/interface/images/layout/button_prev.gif') no-repeat 0 -15px;
}
#footer_navigation #next a {
	background: url('/fast50/interface/images/layout/button_next.gif') no-repeat 0 0;
}
#footer_navigation #next a:hover {
	background: url('/fast50/interface/images/layout/button_next.gif') no-repeat 0 -15px;
}
/*------------------------------------------------------------------
[6. Footer / #footer]
*/
#footer #footer_rss {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	text-indent: -5000px;
}
#footer #footer_rss a {
	display: block;
	width: 34px;
	height: 10px;
	background: url('/fast50/interface/images/layout/button_rss.gif') no-repeat 0 0;
}
#footer #footer_rss a:hover {
	background: url('/fast50/interface/images/layout/button_rss.gif') no-repeat 0 -10px;
}
#footer ul,
#footer ul li {
	float: left;
	font-weight: bold;
}
#footer ul li {
	margin-right: 20px;
}
#footer ul li a {
	color: #8C97BA;
}
#footer ul li a:hover {
	color: #008FD3;
}
#footer .footer_copyright {
	float: right;
	clear: right;
	width: 750px;  /*CMB 500px; */
	margin-bottom: 10px;
}
#footer .footer_copyright,
#footer .footer_copyright a {
	color: #666;
}
#footer .footer_copyright a:hover {
	text-decoration: underline;
	color: #008FD3;
}


h3 img {
	margin-top:10px;
	}
	
	
	
/* Questions & answers */
#main_full #questions {
	float: left;
	clear: both;
	margin: 10px 0 30px 31px;
}
.section .question,
.section .answer,
.section .form
 {
	clear: both;
}
#main_full #content #questions li {
	list-style: none;
	margin-bottom: 15px;
}
#main_full #content #questions a {
	font-weight: bold;
	padding-left: 10px;
	/*padding-right: 15px;*/
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left 3px;
	display: block;
	font-size:12px;
}
#main_full #content #questions a:hover {
	color: #008FD3;
	background: url('/fast50/interface/images/layout/bullet_arrow_right.gif') no-repeat left -236px;
}
#main_full .section .question {
	color: #008FD3;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 0 0 31px;
	background: url('/fast50/interface/images/layout/bg_question.gif') no-repeat left 1px;
}
.section .answer {
	float: left;
	margin-bottom: 0;
	padding: 5px 0 4px 31px;
	background: url('/fast50/interface/images/layout/bg_answer.gif') no-repeat left 3px;
}
	
	
/*.leftnavselect {height:50px;margin-top:-10px;background: url('/fast50/interface/images/layout/Fast50_arrow.png') no-repeat ;}*/

