
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
       margin:0;
       padding:0;
}


body{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
	background:#FFF380;
}

ul#menuen{
	margin:0;
	padding:0;
}

li.menuitem{
	width:100px;
	height:75px;
	/*float:left;*/
	color:#191919;
	text-align:center;
	overflow:hidden;
}

a.menu1{
	padding-top:32px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}
a.menu2{
	padding-top:32px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}
a.menu3{
	padding-top:32px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}
a.menu4{
	padding-top:32px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}
a.menu5{
	padding-top:32px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}
a.menu6{
	padding-top:32px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:100px;
	width:75px;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}

p{
	font-family:"Lucida Grande", arial, sans-serif;
	padding:0px 5px;
}
	
	h1 {
		font-family:Verdana;
		padding:5px;
		margin-bottom:20px;
		font-size:18px;
		font-weight: bold;
	}
	h3 {
		font-family:Verdana;
		margin-bottom:5px;
		margin-top:10px;
		font-size:14px;
		font-weight: bold;
	}
.subtext{
		padding-top:15px;
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 10px;
		color: #444444;
		text-decoration:italic;
	}

/*Menu Color Classes*/
.green{background:#FFF380;}
.yellow{background:#EDE275;}
.red{background:#EDDA74;}
.blue{background:#ADA96E;}
.purple{background:#C9BE62;}
.m6{background:#827839;}


#all {width:900px;}
#header {height:150px;}
#menu {width:200px;float:left; overflow:hidden;background:#ffffff;}
#content {float:left; width:700px; overflow:hidden;background:#ffffff;padding-top:10px;}
#footer {text-align:right;width:900px;padding-top:15px;padding-bottom:15px;}
#main {background:#ffffff; }



*{outline:none;}
html{
min-height: 100%; /*Sets the min height to the
  height of the viewport.*/
 width: 100%;
 height: 100%; /*Effectively, this is min height
  for IE5+/Win, since IE wrongly expands
  an element to enclose its content.
  This mis-behavior screws up modern
  browsers*/
 margin: 0;
 padding: 0;
 }

/* thumbnail list */

	
	
	
		
	
	
/* // thumbnail list */

#header2{
	height:100px;
	background:transparent url(slideshow.png) no-repeat 50% 16px ;
}

#footer2{
	height: 43px; /* .push must be the same height as .footer */
    padding-top:10px;
    /*border-top:1px solid black; */
    width:979px;
    margin:0pt auto 0px;
}
#footer2 div p{
  width:979px;
}

 #push {
	height: 43px; /* .push must be the same height as .footer */
    padding-top:10px;
}
#wrapper{
    width:979px;
    min-height: 96%;
	height: auto !important;
	height: 96%;
	text-align:left;
    margin: 0 auto -30px;
    padding:0 10px 0px 10px;
}

.clearfix{
	clear:both;
	float:none;
}
#bigPic{
	width:655px;
	height:300px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;
}
#bigPic img{
	position:absolute;
	display:none;
}
ul#thumbs li.active{
	border:2px solid #000;	
	background:#fff;
	padding:2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:1px solid #CCC;	
	padding:3px;
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	width:80px;
	height:80px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
