﻿h1
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}

h2
{
	background-position: center bottom;
	background: transparent url(boxline.png) repeat-x scroll center bottom;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

#slideshow
{
	background-position: 0 0;
	margin: 0 auto;
	width: 640px;
	height: 500px;
	background: transparent none no-repeat 0 0;
	position: relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:500px;
  overflow:auto; /* allow scrollbar  #154768*/
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:550px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:500px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:500px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(App_Themes/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(App_Themes/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
  background:#393737 url(img/bg_body.jpg) repeat-x top left;
}/*/
#pageContainer
{
	margin: 0 auto;
	width: 100%;
}
#pageContainer h1
{
	background-position: left top;
	display: block;
	width: 1000%;
	height: 114px;
	background: transparent no-repeat left top;
	text-indent: -10000px;
}
.slide h2, .slide p {
  margin:10px;
}

.slide p
{
	font-family: Verdana;
	font-size: 10px;
	width: 30%;
}
.slide h2
{
	font: normal 28px 'Segoe UI';
	color: #ccc;
	letter-spacing: -1px;
	font-weight: normal;
}
.slide img {
  float:right;
  margin:0 10px;
  width: 70%;
}
/*/#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}/*/


