p {
	margin-bottom: 0;
	line-height: 1.2em;
}

ul#home_sections {
	display: block;
}

ul#home_sections h1 {
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.4em;
	font-style: normal;
	text-transform: none;
	display: block;
	border-left-color: #FFFFFF;
}

ul#home_sections li {
	float: left;
	width: 200px;
}

ul#home_sections div.main {
	padding: 2px;
	line-height: 1.2em;
}

ul#home_sections div.first {
	border-left: 0 none;
}

div#callouts {
	margin-top: 0px;
	width: 800px;
	height: 114px;
	background: url(../images/home/callout_bg.jpg) no-repeat;
}
div#callouts ul {
	display: inline;
	float: right;
	padding-right: 20px;
}
div#callouts li {
	float: left;
	padding: 0 3px;
	position: relative;
}

/* popup */
div.popup_container {
	position: absolute;
	bottom: 125px;
	left: -37px;
	width: 200px;
	display: none;
	z-index: 9999;
	opacity: 0;
}
div.popup_main {
	background: url(../images/home/popup_bg.png) repeat-y;
	padding: 13px;
	color: #fff;
	font-size: 16px;
}
div.popup_main p {
	line-height: 1.3em;
	margin-bottom: 12px;
}
div.popup_tail {
	background: url(../images/home/popup_tail.png) no-repeat;
	width: 200px;
	height: 13px;
}
div.popup_main a:link, div.popup_main a:visited, div.popup_main a:hover, div.popup_main a:active {
	color: #FFCC00;
	font-size: 12px;
	font-style: italic;
	background: url(../images/home/popup_arrow.png) no-repeat;
	background-position: 0 2px;
	padding-left: 10px;
}
