﻿body 
{
	background-color:#403c29;font-family: arial;
}
.mainContent
{
	width: 801px;
	color:White;
	background-color: White;
	height: 100%;
	background-position: bottom;
	background: url('../images/bodybg.jpg') no-repeat;
}
.mainContentFixed
{
	width: 801px;
	color:White;
	height: 100%;
	
	background-color:#5E5848;
}
.artPaging
{
	font-family:Arial;
	font-size:9pt;
	color: #ffffff;
}
.homeDescription
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.homeStaticTitle
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}
a.homeTitle:link 
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}     
a.homeTitle:visited 
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}  
a.homeTitle:hover 
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}   
a.homeTitle:active 
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
} 
a.viewImages:link 
{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}     
a.viewImages:visited 
{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}  
a.viewImages:hover 
{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}   
a.viewImages:active 
{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
} 


.awardsh
{
    padding-left: 55px;
    padding-top: 8px;
    
    font-size: 16px;
    /*font-weight:bold;*/
    text-transform: uppercase;
    color: #ffffff;   
    text-align:left;
    }
    
    .awards
{
    color:#dfd98b !important;
    text-align:left;
    padding-left:95px;
    font-size: 22px;
    
    }
    .awardstext
    {
       color:#dfd98b !important;
    text-align:left;
    padding-left:105px;
    font-size: 14px; 
     }
     
  .footer
  {
      color:#5e5848;
      font-size: 14pt;
      }
      
.menu
{
    background-image:url('../images/menu.gif');
    background-repeat: no-repeat;
    width: 801px;
    height: 33px;
    text-align: center;
    vertical-align:middle;
    
}

.menulinks
{
 padding-top: 9px;
 color:White;
 font-family: Arial, Verdana;
 font-weight: bold;
 font-size: 12px;
     }
     
 /*.menulinks
{
 padding-top: 7px;
 color:White;
 font-family: Arial, Verdana;
 font-weight: bold;
     }*/
     
     a.menulinks:hover
     {
         color:Blue;
         }
         
         
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
