@charset "UTF-8";
/* 
growth.css
*/

/* --------------------------------
#crumbNav
-------------------------------- */
#crumbNav {
	background: url(../img/growthcrumbbg.jpg) no-repeat 0 100%;
}
/* --------------------------------
#mainPanel
-------------------------------- */
#mainPanel {
	background: url(../img/growthtoppanel.jpg) no-repeat 0 0;
	height: 121px;
}
#mainPanel h1 {
	background: none;
	padding-left: 40px;
}
#mainPanel p {
	padding: 10px 0 0 40px;
}
#mainPanel img {
	vertical-align: bottom;
}

/* --------------------------------
-------------------------------- */
#gGraph .f14 {
	padding-bottom: 15px;
}
#gGraph div {
	background: #FFF url(../img/growthgraphbg.jpg) no-repeat 240px 0;
	padding: 14px 20px 0 20px;
}
#gGraph div p {
	padding: 0;
}
#gGraph div p img {
	margin-bottom: 35px;
	margin-left: 513px;
	position: relative;
		top: -5px;
}

/* --------------------------------
clearfix
-------------------------------- */
.graph:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.graph { display: inline-block; }

/* \*/
* html .graph { height: 1%; }
.graph { display: block; }
/* */
