/* Home  Date Created 10/15/2007 */	

/***************************************************************** Layout Home *****************************************************************/
div#flash {
	background: #e1e1e1;
	width: 100%;
}
div#homeBelly {
	padding: 40px 0 40px 43px;
	width: 1000px;
}

/***************************************************************** Middle Column *****************************************************************/
	div#homeBelly .colB {
		float: left;
		width: 410px;
	}
		div#homeBelly .colB h4 {
			padding: 0 0 1px 0;
			font-size: 1.1em;
			font-weight: bold;
			color: #64406c;
		}
		div#homeBelly .colB p {
			padding: 10px 0 0 0;
			line-height: 1.5em;
		}
		div#homeBelly .colB p.download { 
			text-align: right; 
			margin: 0 10px 0 0;
		}
			div#homeBelly .colB p a {
				padding: 0 20px 0 0;
				font-size: 11px;
				background: url(../img/icons/gray.arrow.gif) right center no-repeat;
			}
/***************************************************************** Left Column *****************************************************************/
	div#homeBelly .colA {
		float: left;
		width: 410px;
	}
		div#homeBelly .colA h3 {
			padding: 0 0 25px 120px;
			background: url(../img/header/news.gif) 0 2px no-repeat;
			line-height: 1.4em;
			font-size: 1em;
		}
		div#homeBelly .colA .last {
			background: url(../img/header/project.gif) 0 2px no-repeat;
		}
			div#homeBelly .colA h3 a,
			div#homeBelly .colA h3 a {
				padding: 0 20px 0 0;
				background: url(../img/icons/gray.arrow.gif) right center no-repeat;
			}
			
/***************************************************************** Right Column *****************************************************************/			
div#homeBelly .colC {
	float: right;
	width: 99px;
}
	div#homeBelly .colC a img { margin-bottom: 10px; }
	div#homeBelly .colC a.text_link {
		padding: 0 20px 0 0;
		font-size: 11px;
		background: url(../img/icons/gray.arrow.gif) right center no-repeat;
		*background: url(../img/icons/gray.arrow.gif) 83px 16px no-repeat; 
	}
