

/*<style>
.dummy{}*/
/* */


/************* Homepage Stylesheet = Home Page Layout Styles and Overrides ***************/
#containerHome {
	display:block;
	position:relative;
	margin:0;
	padding:25px;
	width:850px;
	z-index:1;
}
#pageRightHome {
	display:block;
	float:left;
	margin:0;
	padding:25px 0 0 20px;
	width:270px;
}
#pageLeftHome {
	display:block;
	float:left;
	margin:0;
	padding:25px 0 0 0;
	width:560px;
}
#home_page_content_container {
	display:block;
	margin:0;
	padding:0 0 6px 0;
	width:560px;
	border-top:1px solid #a9a5b0;
}
#home_page_content_container h1.pageTitle {
	display:none;
}
.homeColumn {
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
	width:270px;
	border-top:1px solid #a9a5b0;
}
.firstOne {
	margin-left:0 !important;
}
#homeCustomerComments {
	display:block;
	float:left;
	position:relative;
	margin:0;
	width:266px;
	background-color:#304c7a;
	border:2px solid #a9a5b0;
	z-index:2;
}
#homeCommentsInclude {
	display:block;
	margin:0;
	padding:20px 18px;
}
#homeCommentsInclude h2 {
	margin-top:0;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}
#homeCommentsInclude h2 a:link, #homeCommentsInclude h2 a:visited {
	color:#e57100;
	text-decoration:none;
}
#homeCommentsInclude h2 a:hover, #homeCommentsInclude h2 a:active {
	color:#5e8bd2;
	text-decoration:none;
}
#homeCommentsShadow {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#homeReadMore {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:268px;
	top:7px;
	width:26px;
	height:99px;
	background-image:url(../images/layout/home-read-more.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:20;
}
#homeReadMore b {
	display:none;
}
#homeReadMore:link, #homeReadMore:visited {
	background-position:left top;
}
#homeReadMore:hover, #homeReadMore:active {
	background-position:left bottom;
}

/* ====== Home What's New ======== */

#homeNews {
	display:block;
	margin:0;
	padding:0;
}
#homeNews h2 {
	font-weight:normal;
	font-size:28px;
	text-transform:none;
	margin:0;
}
#homeNews h2 a:link, #homeNews h2 a:visited {
	color:#a9a5b0;
	text-decoration:none;
}
#homeNews h2 a:hover, #homeNews h2 a:active {
	color:#e57100;
	text-decoration:none;
}
#homeNews h3 {
	text-transform:none;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:4px 0 0 0;
}
#homeNews h3 a:link, #homeNews h3 a:visited {
	color:#5e8bd2;
	text-decoration:none;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
	color:#e57100;
	text-decoration:none;
}
#homeNews h4 {
	color:#a9a5b0;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
#homeNews p {
	margin-top:0;
}
#homeNews .more {
	text-transform:uppercase;
	font-size:10px;
}
#homeNews div.hr {
	margin-top:0 !important;
	margin-bottom:12px !important;
	padding-top:7px; !important;
}

/* ====== Home Admin Links ======== */
#homeAdminLinks {
	display:block;
	margin:10px 0;
	padding:8px;
	text-align:center;
	border:1px solid #ff0000;
	color:#000000;
}
#homeAdminLinks a:link, #homeAdminLinks a:visited {
	color:#ff0000;
	text-decoration:none;
}
#homeAdminLinks a:hover, #homeAdminLinks a:active {
	color:#ff0000;
	text-decoration:underline;
}
