/*
<!--
	$Id: home.css,v 1.11 2008/06/25 21:22:25 lind Exp $
-->
*/

/*This style sheet controls the typography and positioning for the home page. The home page also calls layout.css and basic.css. */

/***********************************************/
/* Home page styles                            */
/***********************************************/ 
#content {
	min-width: 580px;
}
#content h3 {
	line-height: 1.3;
	margin: 0 0 .25em;
}
#content h3 a {
	color: #ca5702;
}
#containerMain {
	float: left;
	width: 400px;
	width: 60%;
	padding: 0 2em 2em 0;
}
#containerNarrow,
#column1,
#column2 {
	float: left;
	background: #E1EDC3;
	border: 2px solid #D8E3E9;
	padding: 1em 1em 0;
	width: 185px;
}
#containerBottom {
	margin-top: 1em;
}
#containerBottom p,
#containerNarrow p {
	margin: 0 0 1em;
}
#containerBottom ul {
	margin: -1em 0 1em 1.5em;
}
#column1 {
	margin: 0 2em 2em 0;
	width: 39%;
}
#column2 {
	width: 38%;
	min-width: 134px;
}
#column1 ul,
#column2 ul {
	list-style-image: url(../images/bullet_greenBG.gif);
}
#reports ul {
	margin-top: .25em;
	line-height: 1.4;
}
#reports ul li {
	padding-bottom: .25em;
}
