/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:900px;
	height:220px;
	position:relative;
	padding-bottom:15px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:790px;
  height:220 px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:210px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../../img/slide_controls.png) no-repeat -40px 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../../img/slide_controls.png) no-repeat 0 0;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:120px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.slide h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin:15px;
	font-size: 24px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.slide h2 a{
  color:#333;
  text-decoration:none;
}
.slide p {
  font:9pt Verdana, "Times New Roman", Times, serif;
  margin-left:15px;
}
.slide p a {
	color:#991b1e;
	text-decoration:none;
}
.slide img {
  float:right;
  margin:0 15px;
  border:none;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}