﻿body 
{
    background-color: #006633;   
    margin-top:0px;
    padding-top:0px;
    font-family: Verdana; 
    font-size: 10pt;   
}

p, ul 
{
    padding-left: 40px;
    padding-right: 40px; 
    
    font-size: 10pt; 
   
}

li 
{
    padding-left: 10px;
    padding-right: 30px; 
    
    font-size: 10pt;
}

.menuBar 
{
    background-color: #006633;
}

.header
{
     background-image: url('images/header-bkgrnd.jpg');
     background-position:right;
     background-repeat:no-repeat;
}

#mainLayout 
{
    width: 800px;
    background-color: white;
    border: 1px solid white;
    
}

.accordionHeader
{
    color: white;
    background-color: #006633;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
}

.accordianHeader:hover
{
  color: yellow;  
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.galleryThumb 
{
    width: 88px;
    height: 88px;
    border: 1px solid gray;
    padding: 2px;
    background-color:Gray;
}

.galleryThumb:hover 
{
    
    border: 1px solid yellow;
    background-color: yellow;
}

.accordionHeader a:hover
{
	background: none;
	color: yellow;
}

.accordionContent
{
    background-color: #a2d39c;
    padding-left: 5px;
    padding-top: 10px;
      
}

.galleryMainImg 
{
   
    border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	display:block;	
	max-height:300px;
    max-width:400px;
}

.mainPanel 
{
    width: 800px;    
    background-color: Transparent;
    margin:0 auto 0 auto;
   
    
}

.defaultPic
{
        
    border:1px solid white;
	display:block;
	position:absolute;
	width: 319px;
	height: 475px;
	top: 210px;	
}

.contentPanel 
{
      
    visibility:hidden; 
    width: 477px; 
    height: 475px; 
    overflow:auto;
    text-align:left;
    background-color: #d6edb5; 
    border: 1px solid white;
}

.footerText
{
    font-size:7pt;
    font-family:Tahoma,verdana;
    text-align:right;
    background-color:#006633;
    color: White;
    margin-right:10px;
}

#footerArea 
{
    text-align:right;
    background-color:#006633;
    color: White; 
    margin-right:10px;
}

.style4, .style2, a 
{
	color: #006633;
	font-weight: bold;
}

a.style1
{
    color: White;
}

.contactLabelColumn
{
   font-size: 10pt; 
   width: 25px; 
   text-align:left;
   
   
}

.contactInputColumn
{
    width: 300px;  
      
}

.contactValidatorcolumn
{
   width: 30px; 
   text-align:right;  
    
}

.contactRow 
{
    height: 25px;
}

.servicesLink 
{
    color: #006633;
    font-family: Tahoma; 
    font-size: 8pt;
    text-decoration:none;
}
.servicesLink[disabled="true"] { color: yellow; }
 

.servicesPanel 
{
    width: 477px; 
    height: 428px; 
    overflow:auto;
    position:absolute;
   
}

h3
{
	color: black;
	font-weight: bold;
	font-size:12pt;
	text-align:center;
}
