/* OVERIDE DEFAULT TEMPLATE */

body{
	background-image:none;
}

div#sidebar h1 a{
	background-image:url(../template/images/logo_homepage.png);
}

div#content{
	padding:0;
	padding-top:4px;
}


/* END OVERIDES */

/* BANNER */

div.home_banner{
	height:258px;
	width:661px;
	margin:0;
	margin-top:4px;
	padding:5px 0 0 25px;
	background-image:url(../template/images/home_banner_left.png);
	background-repeat:no-repeat;
	font-size:.85em;
	overflow:hidden;
}

	* html div.home_banner{
		height:263px;
		width:691px;
	}
	
	div.home_banner img{
		float:left;
		margin:-5px 0 0 -5px;
		padding:0;
	}
	
	div.home_banner p.home_tagline{
		font-size:1.1em;
		font-weight:bold;
	}
	
	p.home_description{
		padding-left:15px;
		margin:0;
	}

/* Home Panels --------------------------------------------------------- */

.home_panels td {
	vertical-align: top;
}
.home_panels .home_panel_wrapper {
	background: url(../template/images/home_panel_green.png) top center repeat-y;
	width: 230px;
}
.home_panels .home_panel_top {
	background: url(../template/images/home_panel_top.png) top center no-repeat;
}
.home_panels .home_panel_top h2 {
	margin: 0;
	padding: 18px 20px 2px 20px;	
}
.home_panels .home_panel_contents {
	background: url(../template/images/home_panel_white.png) top center repeat-y;
	padding: 10px 20px 5px 20px;
}
.home_panels .home_panel_bottom {
	background: url(../template/images/home_panel_bottom.png) bottom center no-repeat;
	height: 18px;
}
.home_panel ul {
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
	line-height: 1.4em;
}
.home_panel ul li {
	margin: 0;
	padding: 0;
}		

