/*
Intro Panel
---------------------
*/

#introPanel {
	display: block;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 550px;
	height: 160px;
	background-color: #d72d27;
	background-image: url("/images/homepage/intro_panel_bg.gif");
	background-repeat: no-repeat;
}
#introImage {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 371px;
	height: 160px;
}
#introImage p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#introImage img {
	border: none;
}

#introText {
	display: block;
	position: absolute;
	top: 9px;
	left: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 140px;
}

#introText h2 {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	border-bottom: none;
	font-weight: normal;
}
#introText p {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
}

#introText a.arrowLink {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/common/arrow_pale_transparent.gif");
	background-position: 1px 3px;
	background-repeat: no-repeat;
	color: #ffe0cc;
	text-decoration: none;
}
#introText a.arrowLink:visited {
	background-image: url("/images/common/arrow_pale_transparent.gif");
	color: #ffe0cc;
	text-decoration: none;
}
#introText a.arrowLink:hover {
	background-image: url("/images/common/arrow_white_transparent.gif");
	color: #ffffff;
	text-decoration: underline;
}

/*
Two Columns
---------------------
*/

#home #twoColumnLayout #mainColumn {
	width: 560px;
}

/*
Three Columns
---------------------
*/

.homeThreeColumns {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	background-image: url("/images/homepage/three_column_divider.gif");
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 13px;
}

.homePanel {
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 170px;
}

.homePanel p {
	margin: 0px 0px 4px 0px;
}

.homePanel h2 {
	color: #000000;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

.last {
	margin: 0px 0px 0px 0px;
}


#homeDividerHorizontal {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 550px;
	height: 29px;
	background-image: url("/images/common/dotted_horizontal_line.gif");
	background-position: 0px 14px;
	background-repeat: repeat-x;
}
