@charset "UTF-8";
/* CSS Document */
body  {
	font: 100%  Helvetica,Arial, sans-serif;
	background:#CDCCCB;
	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: #000000;
}


.mainsite #container { 
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#CDCCCB;

	
}  
 
.mainsite #site{ 
	width: 1024px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:#666 thin solid; 
	
}

.mainsite #header { 
	background-image:url(images/topbanner.jpg);
	height:288px;
} 


.mainsite #title{
	padding-top:210px;
	padding-left:60px;
}
.mainsite #title h1{
	font-size:20px;
	color:#FFF;
}
.mainsite #sidebar1 {
	float: left; 
	width: 450px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 0; /* top and bottom padding create visual space within this div */
}
.mainsite #sidebar1 p {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:12px;
	line-height:130%;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/


.mainsite #mainContent {
	margin:0;
	

} 
.mainsite #mainContent p{
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}
.mainsite #mainContent li{
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:left;
} 
.mainsite #mainContent h1{
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	padding-top:30px;
	
}

.mainsite #mainContent  #small h3{
	padding-left:8px;
	font-size:14px;
	
}
.mainsite  iframe{
	margin-left:50px;
	border: #999 thin solid;
}
.mainsite  #mainContent a{
	color:#C41230;
	text-decoration:none;
}

.mainsite #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C41230;
} 
.mainsite #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#FFF;	
}
.mainsite #footer a {
	color:#FFF;	
}

/* Miscellaneous classes for reuse */
.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navigation{
	padding-top:18px;
	padding-left:80px;	
}

ul.navigation li {	
	
	width:8.2em;
	list-style-type: none;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	padding-right:1px;		
	font: Verdana, Geneva, sans-serif; color:#D2D952; font-style:normal; 	
}
ul.navigation  a{
	 color: #FFF;
	 text-decoration:none;
}
ul.navigation  a:hover a:visited{
	 color: #FFF;
}


li{
	text-align: center;
}
table img{
	border:#999 thin solid;
}

/**SlideShow*******/
#bigPic{ 
	/*width:940px;
	height:300px;*/
	width:1020px;
	height:518px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:1px;
	}
#bigPic img{ 
	position:absolute; 
	display:none;
} 
#small  {
	
	width:1002px;
	z-index:5;
	/*background:rgba(50,50, 50, .4);
	height:100px;
	top:-60px;*/
	position:relative;
	overflow:hidden;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-left:6px;
	padding-right:10px;	
}
#small ul#thumbs{
 	width: 2000px; 
    white-space: nowrap;
	
   }
	
 #small ul#thumbs li.active{ 
	border:2px solid #000;	
	background:#fff; padding:2px; 
}
#small ul#thumbs,#small ul#thumbs li{
	margin:0; padding:0; 
	list-style:none; 
}   
#small ul#thumbs li{  
    padding-right:2px;
	padding-left:2px;;
	float:left; 
	margin-right:7px; 
	margin-bottom:5px; 
	padding:3px; 
	cursor:pointer;
	display: block;
   float:left;	
}
#small ul#thumbs img{ 
	float:left; 
	width:80px; 
	height:80px; 
	overflow:hidden;
	position:relative;
	z-index:1;
	border: 1px #CCC, solid;
}
/*** next pre************/
#gallery-controls{margin: 0 auto; width: 732px; position:relative;
bottom:210px;}
#gallery-prev{float: left;}
#gallery-next{float: right;}
