/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:940px;
	height:611px;
	background:transparent url(img/bg_slideshow.png) no-repeat 50% 50%;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:860px;
	height:611px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:840px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:600px;
}


#slideshow #slidesContainer .slide .text {
	width: 790px;
	margin:10px 25px;
	text-align: left;
	color: #CCC;
	height:580px;
	overflow:auto;
}
.slide .text  p, .slide .text h1, .slide .text h2, .slide .text h3, .slide .text li{
	text-align: left;

}
.slide .text  p {clear:none;}
.slide .text ul { margin-left:75px;}
.slide .text h2, .slide .text h3, .slide .text h4, .slide .text h5, .slide .text p {	margin:.5em 15px;}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:40px;
	height:611px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(img/control_left.png) no-repeat 0 50%;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(img/control_right.png) no-repeat 0 50%;
}
/** 
 * Style rules for Demo page
 */
* {
	margin:0;
	padding:0;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
}
a {
	color: #788487;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #7d9773;	
}
body {
	background:#4b4545 url(img/bg_body.png) repeat-x top left;
}
#header {
	width:960px;
	margin:0 auto;
	height:80px;
	clear:both;
	padding:10px;
}
#header h1 {

	height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -1px;
	color: #7d9773;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #7d9773; text-decoration:none; 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;	font-style: italic; font-weight:normal;}

#pageContainer {
	margin:0 auto;
	width:960px;
}
#pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
	background:transparent url(img/bg_pagecontainer_h1.png) no-repeat 10px 10px;
	text-indent: -10000px;
}
.slide p {
	margin:.5em 25px;
	clear:both;
	text-align:center;
}
.slide2 p {
	margin:.5em 25px;
	clear:both;
	text-align:left;
}
.slide h2 {
	font:italic 20px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	letter-spacing:-1px;
	clear:both;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.slide2 h2 {
	font:italic 20px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	letter-spacing:-1px;
	clear:both;
	text-align:left;
}
.slide img {
	/*  float:right;*/
  margin:0px auto;
	display:block;
	clear:both;
	border:none;
}
.slide2 img {
	/*  float:right;*/
		clear:none;
  margin:0 10px 10px 0;
  float:left;
  clear:left;

}
#footer {
	height:100px;
}
#footer p {
	margin:30px auto 0 auto;
	display:block;
	width:940px;
	height:40px;
	text-align:right;
}
#main-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 950px;
	text-align: right;
}
#main-menu li  {
	display:inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;

}


.current a {
	font-size: 120%;
	color: #7D9773;
}

.current #sub-menu a {font-size:100%;
	color: #788487;#sub-menu {

}

.current #sub-menu .current a {
	color: #7D9773;
	font-size: 120%;
}
.photo-left {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slide.text .text p, .slide p {
	font-size: 12px;
}
