@charset "UTF-8";

/********************************************************************************
Default Stylesheet for Expense Reduction Analysts
Created by Pixel Vector, www.pixelvector.co.uk
********************************************************************************/

@import url("reset.css");

/********************************************************************************
Globally Used Elements
********************************************************************************/
body { 
	background: #f5f5f5; 
	padding: 0; 
	margin: 0; 
	font: 12px Arial, Helvetica, sans-serif; 
	color: #1c1c1c;
	}
	
p { 
	padding: 0; 
	margin: 0 0 10px 0; 
	line-height: 1.5em; 
	}
	
h1, h2, h3, h4, h5, h6, h7, h8 { 
	font: 19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7ea8c1; 
	margin: 0; 
	padding: 0; 
	}

a:hover {
	text-decoration: underline;
	}
	
abbr { 
	cursor: help; 
	}
		
ul, ol { 
	line-height: 1.7em; 
	}

form {
	padding: 0;
	margin: 0;
	}
form div {
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	}
form .global-form-label {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #008eb4;
	vertical-align: middle;
	float: left;
	padding: 4px 5px 0 0;
	width: 12em;
	}
form .global-form-input {
	background: url(../images/bg-form-textinput.jpg) no-repeat;
	color: #000;
	font: 11px Helvetica, Arial, sans-serif;
	border: 0;
	vertical-align: middle;
	padding: 4px 0 0 6px;
	width: 208px;
	height: 24px;
	}	
	
form .global-form-submit {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fdfefe;
	background: #2cb3d2;
	border: 1px solid #80d1e4;
	padding: 2px 3px;
	}
	

#container { 
	background: #fff; 
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 960px;
	/* IE Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 940px;
	} 
	/* Opera Fix */ 
	html>body#container  { 
	width: 940px;
	}

.error {
	color: #900;
	font-weight: bold;
	}

.hide { 
	display: none; 
	}
	
.show {
	display: block; 
	}
	
.smallprint {	
	font-size: 10px;
	}
	
.pager {
	font: 11px Helvetica, Arial, sans-serif;
	color: #fcfeff;
	float: right;
	padding: 4px 10px 0 0;
	text-align: right;
	line-height: 1.3em;
	}
.pager a { 
	color: #fcfeff;
	text-decoration: none;
	}
	
/* Widgets */
.widget {
	position: relative;
	}	
.widget-readmore {
	position: absolute;
	right: 5px;
	top: 18px;
	font: 11px Helvetica, Arial, sans-serif;
	color: #7ea8c1;
	text-decoration: none;
	}
		
/* Download Right - Button */
.download-button-right {
	display: block;
	color: #fdfdfd;
	text-align: center;
	font: 19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px;
	text-decoration: none;
	background: #014662;
	}
	
	
/********************************************************************************
Preference Pane
********************************************************************************/
.show-preferences {
	float: right;
	cursor: pointer;
	display: block;
	font: 12px Helvetica, Arial, sans-serif;
	color: #050c14;
	background: url(../images/bg-show-preferences.jpg) no-repeat 0 0;
	padding: 2px 0 0 10px;
	height: 18px;
	width: 205px;
	/* IE Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	height: 16px;
	width: 195px;
	} 
	/* Opera Fix */ 
	html>body.show-preferences { 
	height: 16px;
	width: 195px;
	}
.show-preferences-active {
	background-position: 0 -18px;
	}
#preferencepane { 
	display: none;
	background: #01557f url(../images/bg-preferencepane.png) repeat-x;
	font: 12px Helvetica, Arial, sans-serif;
	color: #fbfcfd;
	padding: 10px 20px 20px 20px;
	}
	
#preferencepane ul {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 15px 0 0 0;
	font: 12px Helvetica, Arial, sans-serif;
	color: #fbfcfd;
	line-height: 1.5em;
	float: left;
	}
#preferencepane ul li {
	width: 120px;
	}
#preferencepane ul li input {
	display: none;
	}
	
#preferencepane ul li label {
	display: block;
	cursor: pointer;
	}
#preferencepane ul li label:hover, #preferencepane ul li label:active {
	background: #fff;
	color: #292a2a;
	padding: 0 0 0 3px;
	}
	
.activeselection {
	background: #fff;
	color: #292a2a;
	padding: 0 0 0 3px;
	}
.deactiveselection {
	background: none;
	color: #fbfcfd;
	}
	
/*#preferencepane ul li a {
	text-decoration: none;
	display: block;
	color: #fbfcfd;
	}
#preferencepane ul li a:hover, #preferencepane ul li a:active {
	background: #fff;
	color: #292a2a;
	}*/
	
#industry-preference ul {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 15px 0 0 0;
	font: 12px Helvetica, Arial, sans-serif;
	color: #fbfcfd;
	line-height: 1.5em;
	}
#industry-preference ul li {
	float: left;
	width: 130px;
	margin: 0 15px 0 0;
	}
	
	
/*#industry-preference ul li a {
	text-decoration: none;
	display: block;
	color: #fbfcfd;
	}
#industry-preference ul li a:hover, #industry-preference ul li a:active {
	background: #fff;
	color: #292a2a;
	}*/	
	
	
	
#location-preference {
	float: left;
	margin: 0 30px 0 0;
	}
#industry-preference {
	float: left;
	width: 500px;
	}
	
.preference-headings {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	}
.preference-current {
	color: #30bddb;
	}
	
#preference-form {
	padding: 35px 0 0 0;
	margin: 0;
	float: right;
	}
#preference-form div {
	margin: 0 0 10px 0;
	text-align: right;
	}
.preference-save-button {
	margin: 0 15px 0 0;
	}

/********************************************************************************
Header
********************************************************************************/
#header { 
	/*border-top: 1px solid #e5e5e5;*/
	}
	
#logo {
	float: left;
	}
	
#phone-email {
	float: right;
	font: 14px Arial, Helvetica, sans-serif;
	color: #2cb3d2;
	text-align: right;
	padding: 20px 0 0 0;
	line-height: 1.7em;
	}
	
#search {
	float: left;
	vertical-align: middle;
	padding: 30px 0 0 200px;
	}
#search form {
	padding: 0;
	margin: 0;
	}
#search form label {
	font: 14px Arial, Helvetica, sans-serif;
	color: #2cb3d2;	
	float: left;
	margin: 5px 5px 0 0;
	}
#search form .search-form-input {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #008eb4;
	background: url(../images/bg-search-input.jpg) no-repeat;
	border: 0;
	margin: 0;
	padding: 3px 0 0 5px;
	height: 26px;
	float: left;
	}
#search form .search-form-submit {
	margin: 0;
	float: left;
	}
	
/********************************************************************************
Main Navigation Menu
********************************************************************************/
#navigation { 
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #fbfcfc;
	background: #1b5082;
	border-bottom: 7px solid #2cb3d2;
	padding: 0 0 0 7px;
	}
#navigation ul {
	list-style: none;
	}
#navigation li {
	float: left;
	}
#navigation li a {
	display: block;
	color: #fbfcfc;
	text-decoration: none;
	padding: 0 8px;
	}
#navigation li a:hover {
	background: #2cb3d2;
	}
.nav-selected {
	background: #2cb3d2;
	}
	

/********************************************************************************
Page Content Container and Layout Columns
********************************************************************************/
#page-content-container { 
	background: #e9e7e7;
	padding: 15px;
	}
	
#page-content-container a:hover {
	text-decoration: underline;
	}	
	
#twocol-left {
	float: left;
	margin: 0 15px 0 0;
	width: 600px;
	/* IE Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 585px;
	} 
	/* Opera Fix */ 
	html>body#twocol-left { 
	width: 585px;
	}
	
#twocol-left a:hover {
	text-decoration: underline;
	}	
	
#twocol-right {
	float: left;
	width: 310px;
	}
	
#twocol-right a:hover {
	text-decoration: underline;
	}	
	
#hometwocol-left {
	float: left;
	margin: 0 15px 0 0;
	width: 325px;
	/* IE Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 310px;
	} 
	/* Opera Fix */ 
	html>body#hometwocol-left { 
	width: 310px;
	}
#hometwocol-right {
	float: left;
	width: 585px;
	}
	
	
	
#howwehelptwocol-left {
	float: left;
	margin: 0 15px 0 0;
	width: 570px;
	/* IE Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 555px;
	} 
	/* Opera Fix */ 
	html>body#howwehelptwocol-left { 
	width: 555px;
	}
#howwehelptwocol-right {
	float: left;
	width: 340px;
	}
	


/********************************************************************************
Footer
********************************************************************************/
#footer {
	clear: both;
	background: #00557e url(../images/bg-footer.png) repeat-x;
	font: 11px Helvetica, Arial, sans-serif;
	color: #f9fafc;
	padding: 20px;
	}
	
#footer ul {
	float: left;
	margin: 20px 25px 0 0;
	}
#footer li {
	}
#footer li a {
	color: #f9fafc;
	text-decoration: none;
	}
#footer li a:hover {
	text-decoration: underline;
	}
	
#footer-right {
	float: right;
	padding-right: 50px;
	}
#footer-right a {
	color: #f9fafc;
	text-decoration: none;
	}
#footer-right a:hover {
	text-decoration: underline;
	}
#footer-right form {
	margin: 0 0 10px 0;
	}
#footer-right form label {
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
#footer-right form .mailing-list-input {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #008eb4;
	background: #fff;
	border: 0;
	margin: 5px 0 0 0;
	width: 210px;
	}
#footer-right form .mailing-list-submit {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fdfefe;
	background: #2cb3d2;
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 5px 0 0 150px;
	}
#footer-right p {
	margin: 20px 0 0 0;
	}


/********************************************************************************
Modal Video Boxes
********************************************************************************/

#simplemodal-overlay {  
	background-color:#fff;
	}
#simplemodal-container { 
	height: auto; 
	width: 320px; 
	padding: 0;
	background-color:#fff; 
	border: 0;
	color: #000; 
	}
#simplemodal-container a.modalCloseImg { 
	background: url(../images/x.png) no-repeat; 
	width: 20px; 
	height: 20px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: 0; 
	right: -20px; 
	cursor: pointer;
	}
	
/* Triggers */
.video1, .video2, .video3 {
	 cursor: pointer; 
	 }

/********************************************************************************
Hacks & Fixes
********************************************************************************/

/* Remove Safari Focus Outline */
input:focus { 
	outline: none;
	}  
	
textarea:focus { 
	outline: none; 
	}  

/* Remove Firefox Link Outlines */
a, a:visited, a:active, a:focus { 
	outline: 0; 
	}
	
/* Clearfix for Div Content */
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	}
.clearfix { 
	display: inline-block; 
	}
html[xmlns] .clearfix { 
	display: block; 
	}
* html .clearfix { 
	height: 1%; 
	}

