@charset "UTF-8";
/* CSS Document */


/* --------------------| BODY |-------------------- */

html, body {
font-size: 12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #6e6e6e;
width: 100%;
height: 100%;
}

body {
background:#4a4a4a url(images/bg.png);
background-repeat:repeat-x;


}

/* --------------------| GENERAL TEXT |-------------------- */

.blue { 	color: #33789c; }
.grey { 	color: #6e6e6e; }
.red { 	color: #e0433f; }

a {
color: #33789c;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

h2{
font-size: 18px;
text-transform: uppercase;
line-height:22px;
border-bottom:solid 1px #dddddd;
padding-bottom:10px;
}

h3{
			color:#33789c;
			text-transform:uppercase;
			font-size:14px;
			line-height:18px;
			margin-bottom:7px;}
			
			h4{
			text-transform:none;
			font-size:14px;
			line-height:16px;
			margin-top:15px;
			margin-bottom:7px;}


.noBorder{
	padding:0;
	border:none;
	margin-bottom:10px;}



strong {
font-weight: bold;
}

em {
font-style: oblique;
}

p{
line-height: 18px;
font-family:Tahoma, Geneva, sans-serif;
margin-bottom:10px;
}

/* --------------------| GENERAL CRAP |-------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear40 {height:40px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }


/* --------------------| MAIN CONTENT AREA |-------------------- */
#wrapper{
	width: 900px;
	margin: 50px auto 0 auto;
	
}

#contentContainer{
	width: 870px;
	float:left;
	background:#eeeeee;
	margin: 0 auto 0 auto;
	padding:15px;
	display:block;
}
/* --------------------| BUTTONS |-------------------- */

.buttons{
	border-bottom:solid 1px #dddddd;
	height:23px;
	clear:both;
}



.buttons a{
	background:url(images/buttons.png) repeat-x;
	float:right;
	color:#FFF;
	height:12px;
	text-decoration:none;
	padding: 5px 10px;
	}
.buttons a:hover{
	background-position: 0 -20px;
	text-decoration:none;
	
	}
/* --------------------| HEADER AND NAV |-------------------- */

#header {
height: 121px;
}

	#header a {
	float: left;
	margin-left:40px;
	display: inline;
	}
	
	#topPic{
		width:844px;
		height:117px;
		margin: 0 0 0 3px;}
	
	
	
#navMain{
height: 60px;
width: 870px;
margin-bottom:15px;
}
	
	#navMain ul {
	float: left;
	}
	
	
		#navMain ul li {
		display: inline-block;
		float: left;
		}
			
			
			 #navMain ul li a{
			height: 60px;
			float:left;
			display: block;
			}
		
				#navMain .home{
				background: url(images/nav.png) 0 -61px;
				width:46px;
				}
				
				#navMain .home:hover{
				background-position: 0 -122px;
				}
				
				#navMain .homeActive{
					background: url(images/nav.png) 0 0;
					width:46px;}
			
			#navMain .snapshot{
			background: url(images/nav.png) -46px -61px;
			width:173px;
			}
			
			#navMain .snapshot:hover{
			background: url(images/nav.png) -46px -122px;
			}
			
			#navMain .snapshotActive{
			background: url(images/nav.png) -46px 0;
			width:173px;
			}
			
			#navMain .whitePapers{
			background: url(images/nav.png) -219px -61px;
			width:108px;
			}
			
			#navMain .whitePapersActive{
			background: url(images/nav.png) -219px 0;
			width:108px;
			}
			
			#navMain .whitePapers:hover{
			background: url(images/nav.png) -219px -122px;
			}
			
			#navMain .newArticles{
			background: url(images/nav.png) -327px -61px;
			width:123px;
			}
			
			#navMain .newArticlesActive{
			background: url(images/nav.png) -327px 0;
			width:123px;
			}
			
			#navMain .newArticles:hover{
			background: url(images/nav.png) -327px -122px;
			}
			
			#navMain .featured{
			background: url(images/nav.png) -450px -61px;
			width:145px;
			}
			
			#navMain .featuredActive{
			background: url(images/nav.png) -450px 0px;
			width:145px;
			}
			
			#navMain .featured:hover{
			background: url(images/nav.png) -450px -122px;
			}
			
			#navMain .topTen{
			background: url(images/nav.png) -595px -61px;
			width:158px;
			}
			
			#navMain .topTenActive{
			background: url(images/nav.png) -595px 0;
			width:158px;
			}
			
			#navMain .topTen:hover{
			background: url(images/nav.png) -595px -122px;
			}
			
			#navMain .signUp{
			background: url(images/nav.png) -753px -61px;
			width:116px;
			}
			#navMain .signUpActive{
			background: url(images/nav.png) -753px 0px;
			width:116px;
			}
			
			#navMain .signUp:hover{
			background: url(images/nav.png) -753px -122px;
			}
	
			
			
	
		#leftNav ul li{
		margin-bottom:1px;
		}
		
		*html #leftNav ul li{
		margin-bottom:-2px;
		}
		
	
	#leftNav ul li a{
		background:url(images/leftNavBg.png) no-repeat 0 -30px;
		padding:11px 0 8px 25px;
		color:#6c6c6c;
		text-transform:uppercase;
		font-size:12px;
		height:13px;
		text-decoration:none;
		display:block;
		
		
		}
		
		#leftNav ul li.activeLink a,#leftNav ul li.activeLink a:hover{
		background:url(images/leftNavBg.png) no-repeat 0 -60px;
		padding:11px 0 8px 25px;
		color:#dddddd;
		text-transform:uppercase;
		font-size:12px;
		height:13px;
		text-decoration:none;
		display:block;
		
	
		}
		
		#leftNav ul li a:hover{
		background-position: 0 0;
		color:#33789c;
		text-decoration:none;
		
		
		}
	
			
	/* --------------------| CONTENT AREA |-------------------- */
	
		.leftColumn{
		background:#fafafa;
		width: 270px;
		padding:15px;
		float:left;
		margin-right:15px;
		}
		
		.rightColumn{
		background:#fafafa;
		width: 525px;
		padding:15px 15px 0 15px;
		float:left;
		}
		
		
		/* --------------------| ARTICLES |-------------------- */
		
		.articles{
			margin: 15px 0 0 0;
			padding-bottom:15px;
			float:left;
			width:100%;
			
			}
			
			.articles ol li{
				font-size:12px;
				line-height:18px;
				color:#33789c;
				margin-bottom:18px;
				font-weight:bold;
				list-style:decimal inside;}
				
				.articles ul li{
				font-size:12px;
				font-weight:bold;
				line-height:16px;
				color:#33789c;
				margin-bottom:10px;
				
				}
				
				.smlItalic{
					font-size:11px;
					font-style:italic;
					line-height:16px;}
		
		/* --------------------| CASE STUDIES |-------------------- */
		
		
		.caseStudies{
			float:left;
			width:100%;
			margin-top:15px;
			
		}
		
		
		
		
		.caseStudiesimage{
			float:left;
			margin-right:15px;
			width:58px;
			height: 58px;
			border: solid 1px #dddddd; }
		
		.caseStudiesText{
			float:right;
			width:195px; }
			
		/* --------------------| FAILED CTA |-------------------- */
		
	#failedCTA{
		background:url(images/failedCTA.png) no-repeat;
		width:240px;
		height:197px;
		padding: 15px 15px 15px 15px;
		margin-top:30px;
		float:left;
		display:block;
		clear:both;}
		
		
	#failedCTA h3{
		color:#FFF;
		font-size:18px;
		line-height:25px;
		margin-bottom:20px;
	}
	
	#failedCTA ul {
		margin-bottom:18px;}
	
	#failedCTA ul li{
		background:url(images/failedBullet.gif) no-repeat;
		padding-left:20px;
		font-size:14px;
		text-transform:uppercase;
		margin-bottom:10px;
		color:#FFF;}
		
		#failedCTA a{
			background:url(images/failedButton.png) repeat-x;
			display:block;
			color:#6e6e6e;
			text-decoration:none;
			width:180px;
			line-height:14px;
			height:27px;
			padding: 8px 30px 10px 30px;
			}
			
		
		
		/* --------------------| TITLE ICONS |-------------------- */
		
		.caseStudiesIcon{
		background: url(images/caseIcon.png) no-repeat;
		padding-left:65px;
		}
		
		
		
		.newsIcon{
		background: url(images/newsIcon.png) no-repeat;
		padding-left:55px;
		}
		
		.snapshotIcon{
		background: url(images/snapIcon.png) no-repeat;
		padding-left:60px;
		}
		
		.whiteIcon{
			background:url(images/whiteIcon.png) no-repeat;
			padding-left:55px;}
			
			.topTenIcon{
			background: url(images/tenIcon.png) no-repeat;
			padding-left:55px;}
			
				.featuredIcon{
			background: url(images/featuredIcon.png) no-repeat;
			padding-left:55px;}
			
			.eachCaseIcon{
			background: url(images/fullCaseIcon.png) no-repeat;
			padding-left:55px;}
		
		
		/* --------------------| FOOTER |-------------------- */
		#footer{
			float:right;
			color:#FFF;
			margin:10px 0 0 0;
			padding-bottom:80px;}
			
		#footer a{
			color:#FFF;
			text-decoration:none;
			margin-left:5px;}
			
			#footer .active{
			color:#33789c;
			text-decoration:none;
			margin-left:5px;}
			
			#footer .active:hover{
			text-decoration:none;
			}
			
			#footer a:hover{
			text-decoration:underline;
			}
		
		/* --------------------| SNAPSHOT |-------------------- */
		
		.sections{
			border-bottom:solid 1px #dddddd;
			padding-bottom:5px;
			margin-bottom:15px;
			margin-top:20px;
			float:left;
			width:100%;
			}
			
			
			.sections h3{
			font-size:16px;
			line-height:18px;
			font-style:italic;
			text-transform:none;}
			
			table{
				border:solid 1px #dddddd;
				float:left;
				margin-right:15px;}
				
				.tableTitle{
					background:url(images/buttons.png);
					color:#FFF;}
					
					.tableText{
						float:left;
						width:250px;
						}
						
						.graphSource{
							font-size:11px;
							float:right;
							font-style:italic;
							}
							
		/* --------------------| CASE STUDIES |-------------------- */
		
		.casePics img{
			border:solid 1px #dddddd;
			margin-bottom:10px;
			float:left;
			}
			
			
	/* --------------------| CASE STUDIES |-------------------- */
	

	
	.topTenContent ul li{
		font-size:14px;
		margin-bottom:14px;
		width:220px;
		float:left;
		}
		
		ul.do{
			margin: 20px 0 40px 0;
		
			}
			
			 ul.dont{
			margin: 20px 0 0 0;
		
			}
			
		ul.do li{
			font-size:14px;
			line-height:18px;
			margin-bottom:14px;
			background:url(images/tick.png) no-repeat;
			padding: 0 0 0 30px;}
			
			ul.dont li{
			font-size:14px;
			line-height:18px;
			margin-bottom:14px;
			background:url(images/cross.png) no-repeat;
			padding: 0 0 0 30px;}
			
/* --------------------| Sign Up |-------------------- */

.signUp table{
				border:none;
				float:left;
				margin-top:20px;
				}
				
				.signUp .textLine{
				width:150px;
				
				}
				
				.signUp .input{
				border:solid 1px #dddddd;
				background-color:#33789c;
				color:#FFF;
				}
				
				.submitButtonsBox{
					
					width:100%;
					border-bottom:solid 1px #dddddd;
					float:left;}
					
					
				.submitButtons{
					background:url(images/buttons.png) repeat-x;
					width:80px;
					border:none;
					height:20px;
					color:#FFF;
					float:right;
					margin-bottom:1px;}