body 
{
    font-family: Trebuchet MS;
    font-size:11pt;
    color:#525252;
    
}

#kwicks_container { 
	background-color: #000000;
	height: 140px;
	margin-top:80px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 90px;
	height: 90px;
	z-index: 0 !important; z-index: -1;
}
#kwicks .kwick:hover
{
    border-bottom: solid 4px #cdaa7d;
    border-top: solid 4px #cdaa7d;
    border-left: solid 1px #cdaa7d;
    border-right: solid 1px #cdaa7d;
  
}

.inside {
	width: 530px;
	height: 800px;
	
}
  

.photolist 
{
    visibility:hidden;
}

.list1
{
    font-size:12pt;
list-style:none;
}


.list1:hover
{
    font-size:18pt;
    line-height:20px;
    
}
#Slide2
{
   
    position:relative;
}

#top ul {
list-style-type: none;
margin:0;
padding:0;
position: absolute; 
top: 2em; 
left: 3em;
width: 500px; 
border-bottom:solid 1px #dcdcdc;
}

#top li {
float: left;
}

.menu a {       
width: 100px;	  
height: 20px;
float: left;
display: block;
text-align: center;
text-decoration: none;
color: #ffffff;
background: #000000;
}

.menu a:hover {
color: #411;
background: #AAA;
border-bottom: 0px;
color: #000000;
}

.menu a span {    
display: none;
}

.menu a:hover span {  
display: block;
position: absolute;
top: 20px;
left: 0;
width: 500px;       
text-align: left;
border-top: 1px solid gray;
color: #ffffff;
}


#bottomlink 
{
    text-align:right;
}
#bottomlink a
{
    color:#a9a9a9;
    font-size:8pt;
    text-decoration:none;
}

