body {
	margin: 0; padding: 0;
	background: #000 url(../img/body.jpg) top center no-repeat;
	color: #fff;
    font: 12px/1.5em Georgia,'Times New Roman',times,serif;
}

/* MAIN CONTAINER ---------------------------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto; padding: 0 0 30px 0;
}

/* TOP -------------------------------------------------------------------------- */

#top {
	text-align: center;	
}

#top img {
	display: block;
	margin: 0 auto;
}

#top h1 {
    margin: 0; padding: 0;
    background: url(../img/home/welcome.png) top center no-repeat;
    text-indent: -9999px;
    height: 37px;
}

#top #logo {
	margin: 15px auto 0 auto;
}

/* SLIDESHOW -------------------------------------------------------------------- */

#slideshow {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0 0;
}

#slideshow #caption1 {
	float: left;
	width: 286px; height: 358px;
	display: inline;
}

#slideshow #caption2 {
	float: right;
	width: 286px; height: 358px;
	display: inline;
}

#slideshow #viewer {
	background: url(../img/home/viewer.jpg) no-repeat;
	width: 388px; height: 289px;
	margin: 5px 0 0 286px;
}

#slideshow #viewer img {
	width: 388px; height: 289px; display: block;	
}

#nav {
	text-align: center;
	color: #bf882f;
	margin: 10px 0 0 0;
}

#nav a {
	color: #bf882f;
	text-decoration: none;
	padding: 2px 4px;
}

#nav a.activeSlide { 
	background: #bf882f;
	color: #fff;
}

/* MAIN BUTTONS ----------------------------------------------------------------- */

.buttons {
	width: 100%;
	overflow: hidden;
}

.button {
	width: 290px;
	display: block;
	float: left;
	padding: 15px 0 50px 0;
}

.emt {
	background: url(../img/home/emt.jpg) top right no-repeat;
}

.firefighter {
	background: url(../img/home/firefighter.jpg) top right no-repeat;
	margin-left: 20px;
}

.continuing {
	background: url(../img/home/continuing.jpg) top right no-repeat;
	margin-left: 20px;
}

.button h2 {
	margin: 0 0 0 5px; padding: 0;
	height: 20px;
}

.button h2 a {
    display: block;
    height: 20px;
    text-indent: -9999px;
    outline: none;
}

h2.firefighter {
	background: url(../img/home/h1_firefighter.png) no-repeat;
}

h2.emt {
	background: url(../img/home/h1_emt.png) no-repeat;
}

h2.continuing {
	background: url(../img/home/h1_continuing.png) no-repeat;
}

.button p {
	margin: 0; padding: 8px 70px 0 5px;
	color: #e5bf99;	
}

.button a {
	color: #ffa448;	
}

.button a:hover {
	color: #ad5e27;	
}

/* FOOTER ----------------------------------------------------------------------- */

#footer {
	width: 100%; height: 185px;
	background: url(../img/footer.jpg) top center no-repeat;
	text-align: center;
}

#footer ul {
	text-align: center;
	margin: 0; padding: 20px 0 0 0;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0 2px 0 2px; padding: 0;
}

#footer li a {
	margin: 0; padding: 2px 15px;
	color: #fff;
	background: url(../img/home/button.png) 0px 0px no-repeat;
	cursor: pointer;
	text-decoration: none;
}

#footer li a:hover {
	background: url(../img/home/button.png) 0px -25px no-repeat;
}

#footer p {
	margin: 0; padding: 12px 0 0 0;
}

#footer p a {
	color: #ffa448;	
}

#footer p a:hover {
	color: #ad5e27;
}
