@import url(base.css);

#header {
	background: url(../images/home_header_bg.gif) bottom center no-repeat;
	padding-bottom: 26px;
}

#content .inner {
	min-height: 0;
}

h2 {
	text-indent: -9000px;
	background: url(../images/home_splash.jpg) center no-repeat;
	height: 486px;
}

#callout-block {
	background: url(../images/home_callout_block_top.png) top center no-repeat;
	margin-top: -216px;
	position: relative;
	width: 734px;
}

#callout-block-inner {
	background: url(../images/home_callout_block_btm.gif) bottom center no-repeat;
	overflow: hidden;
	padding-bottom: 34px;
}

.callout {
	width: 188px;
	float: left;
	margin: 0 0 0 11px;
	padding: 20px 20px 0 20px;
	line-height: 1.2;
	color: #2c453d;
}

.callout h4 {
	font-size: 108%;
	margin-bottom: 1em;
}

.callout p {
	font-style: italic;
	font-size: 90%;
	margin-bottom: 0;
}

#callout-2, #callout-3 {
	padding-top: 40px;
}

#callout-1 {
	text-align: right;
}

#callout-1 h4 {
	padding-left: 50px;
}

#callout-1 p {
	padding-left: 80px;
}

#callout-1 .background {
	position: absolute;
	bottom: 2px;
	left: 0;
	background: url(../images/callout_1_bg.png) center no-repeat;
	width: 100px;
	height: 189px;
}

#callout-3 {
	background: url(../images/callout_3_bg.gif) 130px 43px no-repeat;
	min-height: 105px;
}

#callout-3 h4 {
	padding-right: 60px;
}

#callout-3 p {
	padding-right: 90px;
}

.link {
	background: url(../images/home_link_btm.gif) bottom center no-repeat;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 228px;
	font-size: 80%;
	font-weight: bold;
}

.link:hover {
	background: url(../images/home_link_btm_over.gif) bottom center no-repeat;
}

.link a {
	display: block;
	background: url(../images/home_link_top.gif) top center no-repeat;
	padding: 8px 15px 8px 0;
	text-decoration: none;
}

.link a:link, .link a:visited {
	color: #a2d13a;
}

.link a:hover {
	background: url(../images/home_link_top_over.gif) top center no-repeat;
	color: #4b5b5a;
}

#callout-1 .link {left: 11px;}
#callout-2 .link {left: 253px;}
#callout-3 .link {left: 494px;}