p {
	margin-bottom: 0;
	line-height: 1.2em;
}

ul#home_sections {
	display: block;
}

ul#home_sections h1 {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	font-style: normal;
	text-transform: none;
	display: block;
	min-height: 2.5em;
}

ul#home_sections li {
	float: left;
	width: 200px;
}

ul#home_sections div.main {
	border-left: 1px solid #E6D630;
	min-height: 190px;
	padding: 12px;
	line-height: 1.2em;
}

ul#home_sections div.first {
	border-left: 0 none;
}

#callouts {
background: url(../images/home/callout_bg.jpg) no-repeat scroll 0 0 transparent;
float: left;
	width: 800px;
	height: 114px;
	position: relative;
margin: 50px 0 0 10px;
}

div#callouts .image-rotator {
	float: right;
	position: relative;
	width: 650px !important;
}

#callouts ul {
background-color: transparent !important;/* ie 7 & 8 */
float: left;
width: 100%;
margin-left: 15px;
	display: block;
	position: relative;
}

#callouts li {
float: left;
width: 130px;
margin: 0 auto;
	position: relative;
}

/* popup */
.popup_container {
	position: absolute;
	bottom: 125px;
	left: -67px;
	width: 200px;
	display: none;
	z-index: 9999;
	opacity: 0;
}
.popup_main {
	background: url(../images/home/popup_bg.png) repeat-y;
	padding: 13px;
	color: #fff;
	font-size: 16px;
position: relative;
z-index: 2;
}

.popup_main p {
	line-height: 1.3em;
	margin-bottom: 12px;
}

.popup_tail {
	background: url(../images/home/popup_tail.png) no-repeat;
	width: 200px;
	height: 13px;
position: relative;
z-index: 2;
}

.popup_main a:link, div.popup_main a:visited, div.popup_main a:hover, div.popup_main a:active {
	color: #f8e634;
	font-size: 12px;
	font-style: italic;
	background: url(../images/home/popup_arrow.png) no-repeat;
	background-position: 0 2px;
	padding-left: 10px;
}

