﻿#home-hero {
	width: 960px;
	height: 278px;
	background: transparent url("/style%20library/images/home/home_background.jpg") top left no-repeat;
}

#home-hero h1 {
	color: #212863;
	font-size: 25px;
	line-height: 35px;
	padding: 30px 300px 0 20px;
}

#home-welcome {
	background-color: #21459C;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0;
	z-index: 200;
}

#home-tabs {
	height: 230px;
}

#home-tabs li {
	width: 195px;
	height: 200px;
	background: transparent url("/style%20library/images/home/home_tab_sm.png") 0px -15px no-repeat;	
	float: left;
	margin-left: -4px
}

#home-tabs li.first {
	margin-left: 0;
}

#home-tabs li.last {
	margin-left: -3px;
}


#home-tabs li a {
	display: block;
	width: 195px;
	height: 200px;
	/*background: transparent url("/style%20library/images/home/home_arrow.png") top left no-repeat; */
	text-decoration: none;
}

#home-tabs h1 {
	margin: 5px 0 20px 0;
	padding: 0 20px;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

#home-tabs h1 strong {
	color: #FF5700;
}

#home-tabs h1 strong span {
	font-size: smaller;
}


#home-tabs h2 {
text-align: center;
	padding: 0 20px;
	font-size: 15px;
	color: #6B6973;
}


#home-news {
	background: transparent url("/style%20library/images/backgrounds/news-box-rounded-grad.png");
	height: 230px;
	width: 280px;
	position: relative;
	top: -157px;
	left: 650px;
	z-index: 100;
}

#home-events {
	background: #C0C0C0;
	height: 260px;
	width: 200px;
	position: relative;
	top: -417px;
	left: 740px;
	z-index: 99;
}

.home-events-swap {
	height: 230px;
	width: 200px;
	top: -157px;
	left: 730px;
	z-index: 100;
}

.home-news-swap {
	height: 260px;
	width: 200px;
	top: -417px;
	left: 740px;
	z-index: 99;
}


#home-news h3, #home-events h3 {
	font-weight: bold;
	padding: 5px 0 10px 10px;
	cursor: pointer;
}

#home-news p, #home-events p {
	padding: 5px 10px 10px 10px;
	line-height: 1.5em;
}

#home-news hr {
	width: 80%;
	height: 1px;
	background-color: #D5D5D5;
	color: #D5D5D5;
	border: 0;
}