/* [#CONTAINER]
------------------------------------------------------------------------ */

/* ----- [#CONTENT] */
div#content {
	padding-bottom: 15px !important;
}

	div#content h2 {
		display: block !important;
		height: 70px !important;
		margin: 0 0 0.5em 0 !important;
		text-indent: -9999px !important;
		background: transparent url(images/h2.png) left top no-repeat;
	}
	
	div#content h3.hide {
		display: block !important;
		height: 0 !important;
		margin: 0 !important;
		text-indent: -9999px !important;
	}
	
	div#content h3 {
		
	}
	
		div.results {
			height: 70px;
			width: 490px;
			margin: 0 0 25px 0;
			display: table;
		}
		
		div.graphOne {
			background: transparent url(images/graph1.jpg) right top no-repeat;
		}
		div.graphTwo {
			background: transparent url(images/graph2.jpg) right top no-repeat;
		}
		div.graphThree {
			background: transparent url(images/graph3.jpg) right top no-repeat;
		}
		div.graphFour {
			background: transparent url(images/graph4.jpg) right top no-repeat;
		}
		
			div.results div.graphs {
				display: table-cell;
				vertical-align: middle;
				height: 70px;
				width: 390px;
			}
			
				div.results div.graphs p {
					color: #c50c28;
					font-size: 10px;
					margin: 0 !important;
				}
				
					div.results div.graphs p span {
						padding: 1px 0 1px 5px;
						margin: 0 1em 0 0;
						color: #3d3731;
						background: #faede6;
					}
					
					div.results div.graphs p span.ie {
						background: transparent !important;
					}
		
		div.notes {
			font-size: 10px;
			color: #8d8781;
			line-height: 13px;
		}