@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/bg-main.gif) repeat-x 0 439px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{width:100%; float:none; margin:auto;}
#headsection{ background:#000 url(../images/bg-menu.gif) repeat-x;;width:100%; height:34px;}
#menusection{ width:920px;margin:auto; line-height:34px; vertical-align:middle; height:34px; color:#FFF; font-size:14px; font-family:Arial, Helvetica, sans-serif;font-weight:bold;position:relative;}
#menusection img{ margin-top:5px; float:left; margin-right:20px;}
#menusection ul{ padding:0px; margin:0px; list-style:none;}
#menusection li{ float:left; margin:0px 10px 0px 10px;}
#menusection a:link,#menusection a:visited{ color:#FFF; text-decoration:none;}
#menusection a:hover{ color:#da0000; text-decoration:none;}
#menusection .selectedmenu a:link,#menusection .selectedmenu a:visited,#menusection .selectedmenu a:hover{color:#da0000; text-decoration:none;}
#pichead{
	background:#e6dfcd;
	background-image: url(../images/head-pic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:405px;	
}
#headcenter{ width:920px; height:405px; float:none; margin:auto; position:relative;}
#animation{position:absolute; top:7px; left:560px;}
#contentwrap{width:920px; float:none; margin:auto; position:absolute; left:0; top:290px;}
#foreground{position:absolute;z-index:5; background:url(../images/chair.png) no-repeat; width:180px; height:142px; display:block;}
#headcontent{position:relative; background:url(../images/head-content.gif) no-repeat; width:920px; height:88px;}
.headtxt{margin-left:45px; padding-top:35px;}
#contents{
	width:834px;
	border-right-width: 13px;
	border-left-width: 13px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8a2000;
	border-left-color: #8a2000;
	display:table;
	background-color:#FFF !important;
	color:#444444;
	font-weight:normal;
	font-size:12px;
	padding:0px 30px 0px 30px;
	line-height:18px;
}
#contents ul{padding:0px; margin:0px 0px 0px 10px;}
#contents li{float:none;color:#8a2000;list-style-image: url(../images/bullet.gif);}
#contents img{padding:0px;margin:0px;}
#contents a:link,#contents a:visited{color:#8a2000; text-decoration:underline;}
#contents a:hover{color:#8a2000; text-decoration:none;}
#contentleft{float:left; width:400px; padding-right:10px;border-right-width: 3px;border-right-style: solid;border-right-color: #f3f3f3;}
#contentleftnoborder{float:left; width:400px; padding-right:10px;}
#contentleft img{padding:0px; margin:0px;}
#contentright{
	float:right;
	width:400px;	
	padding-left:10px;
	text-align:left;
}
#contentright img{padding:0px; margin:0px;}
#footercontent{background:url(../images/footer-content.gif) no-repeat; width:920px; height:40px;}
#footer{width:100%; height:228px; background: #FFF url(../images/bg-footer.gif) repeat-x bottom; text-align:center; line-height:220px; font-weight:normal; font-size:12px; color:#bbbbbb;}
#footer a:link,#footer a:visited{font-size:12px; font-weight:normal; color:#bbbbbb; text-decoration:none;}
#footer a:hover{font-size:12px; font-weight:normal; color:#bbbbbb; text-decoration:underline}
.redfont{ color:#8a2000;}
.firstparagraph{margin-top:50px;}

/* slide show */
#dhtmlgoodies_slideshow{
		width:410px; height:290px; margin:0px; padding:0px; display:table; line-height:90px; vertical-align:middle; position:absolute;/* Total width of slideshow */
	}
	
	#previewPane{
	 	height:275px; margin-bottom:0px;
		padding:0px;
		position:relative;
		width:410px;				
	}
	#previewPane img{
		line-height:275px;
		border:2px solid #dcdcdc;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1em;
		width:410px;
		position:absolute;
		z-index:20;
		top:275px;
		left:0px;
		line-height:18px;
		color:#37659A;
	}
	#galleryContainer{
		margin-top:15px;
		_margin-top:10px;
		height:95px;	/* Height of the images + 2 */		
		position:relative;
		overflow:hidden;
		padding:0px;		
		width:410px;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:101;
		padding:0px;
		width:20px;
		height:90px;
		display:block;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		left:390px;
		z-index:102;
		padding:0px;		
		width:20px;
		height:90px;
		display:block;
		text-align:right;
		cursor:pointer;
	}
	#theImages{
		margin-top:0px;
		position:absolute;
		height:90px;
		left:20px;
		top:0px;
		width:2000px;		
		background:#f1f1ea;
		line-height:90px;
		vertical-align:middle;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	margin:15px 5px 0px 0px;
	padding:0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
	border:1px solid #FFF;
	}
		#waitMessage{
		display:none;
		position:absolute;
		vertical-align:middle;
		text-align:center;
		left:100px;
		top:120px;
	}	
	#theImages .imageCaption{
		display:none;
	}

