

/*<style>
.dummy{}*/
/* */


/************* Homepage Stylesheet = Home Page Layout Styles and Overrides ***************/
#homeContainer {
	display:block;
	margin:0;
	padding:0 0 60px 0;
}
#homeButtonsContainer {
	display:block;
	margin:0;
	padding:10px 0 25px 5px;
	width:895px;
}
.homeColumn {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:270px;
}
.homeColumn p, .homeColumn ul, .homeColumn ol {
	margin-top:0;
	margin-bottom:0;
}
.homeColumnPicture {
	display:block;
	margin:0 0 5px 0;
	padding:0;
	width:270px;
	height:140px;
	overflow:hidden;
}
.homeColumnPicture img {
	border:0;
	width:270px;
}
.homeColumnPicture a img {
	border:0;
}
#homeMoreAbout {
	display:block;
	margin:15px 25px 0 20px;
	padding:0;
	width:850px;
	border-top:1px solid #cfcfcf;
}
#homeMoreAbout a {
	display:block;
	float:right;
	margin:0;
	padding:3px 60px 0 11px;
	height:17px;
	line-height:13px;
	background-color:#eeeeee;
	background-repeat:no-repeat;
	background-image:url(../images/layout/home-more-info-arrow.gif);
}
#homeMoreAbout a:link, #homeMoreAbout a:visited {
	text-decoration:none;
	background-position:right top;
}
#homeMoreAbout a:hover, #homeMoreAbout a:active {
	background-position:right -31px;
}
#homeGrayBarContainer {
	display:block;
	margin:0;
	padding:16px 25px 16px 25px;
	width:850px;
	background-color:#eeeeee;
}
#home_page_content_container {
	display:block;
	margin:0;
	padding:0 0 0 20px;
	width:560px;
}

h1#warmanHomePageH1 {
	display:block;
	margin:0;
	padding:12px 25px;
	text-align:left;
	text-transform:uppercase;
	line-height:26px;
	background-color:#ffd204;
}
h1#warmanHomePageH1 b {
	display:none;
}


/* ====== Home What's New ======== */
.homeNewsDivider {
	width:1px;
	background-color:#cfcfcf;
}
#homeNews {
	display:block;
	margin:0;
	padding:0 20px 0 0;
	width:259px;
}
#homeNews h2 a:link, #homeNews h2 a:visited {
	color:#7a7b7c;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	text-transform:uppercase;
}
#homeNews h2 a:hover, #homeNews h2 a:active {
	color:#7a7b7c;
	font-weight:bold;
	font-size:22px;
	text-decoration:underline;
	text-transform:uppercase;
}
#homeNews h3 {
	font-size:13px;
	font-weight:bold;
}
#homeNews h3 a:link, #homeNews h3 a:visited {
	text-decoration:none;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
	text-decoration:underline;
}
#homeNews h3, #homeNews p, #homeNews ul, #homeNews ol {
	margin-top:0;
	margin-bottom:0;
}

/* ====== 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;
}
