@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #headergallery {
	height: 28px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*this is amended sidebar file*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #66C;
	background-color:#FFF;
	text-align: left;
	overflow-y: scroll;
	scrollbar-base-color: #FFF;
	scrollbar-arrow-color: #FF0033;
	scrollbar-face-color: #000;
	scrollbar-track-color: #FFF;
	scrollbar-highlight-color; #FF0033;
	scrollbar-shadow-colour:#C6B299;
	scrollbar-3dlight-colour: #C6B299;
	scrollbar-darkshadow-colour: #C6B299;
	height: 520px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 5px;
}

.twoColFixLtHdr #sidebar1 h3{
	color: #FF0033;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	bottom: 0px;
}
.twoColFixLtHdr #sidebar1  a:link, a:visited{
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFF;
	background-color: #000;
	text-decoration:none;
	font-weight: bold;

}
.twoColFixLtHdr #sidebar1  a:hover, a:active{
	color: #FFF;
	background-color: #FF0033;
}
.style1 {	
    font-size: 9px;
	color: #FF00FF;
}
.twoColFixLtHdr #gallery {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	background-image: url(../Pix/img/gallerybacknew.jpg);
	background-repeat: no-repeat;
	height: 495px;
	padding: 0px;
}
.twoColFixLtHdr #extra {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	background-image: ;
	background-repeat: no-repeat;
	height: 495px;
	padding: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	position: relative;
	left: 220px;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
	padding-top: 20px;
	padding-left: 20px;
}
/* SLIDESHOW CODE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.accpics {
	width:800px; 
	padding-right:0px; 
	padding-top:0px;
}
.pics { 
     height: 412px; 
	 width: 657px; 
     padding:0; 
	 margin:0; 
}
.pics img { 
     height: 412px; 
	 width: 657px; 
	 padding: 3px; 
	 border: 0px solid #FF0033; 
	 top:0; left:0 
}
#slideshow { 
     margin: 0px 
}
#nav { 
     width: 657px; 
	 margin:0px; 
}
#nav li { 
     width: 80px; 
	 float: left; 
	 margin-right: 0px;
	 margin-left: 20px; 
	 margin-bottom:0px; 
	 list-style: none; 
}
#nav a { 
     width: 80px; 
	 padding: 2px; 
	 display: block; 
	 background-color:#C6B299;
}
#nav a.activeSlide { 
     background: #000; 
}
#nav a:focus { 
     outline: none; 
}
#nav img { 
     border: none; 
	 display: block 
}
