body 
{
margin-top: 0px;
text-align: center;
background: #668C14 url(../images/background.jpg) repeat-x;
font-family: Franklin Gothic Medium;
font-size: 11px;
color: #333;
}

img
{
    border: 0px;

     }

h3  
{
    font-size: 13px;
    color: #A3140F;
    margin: 8px;
    padding: 3px;
    background: url(../images/ylw-bar.gif) no-repeat;
    width: 204px;
    height: 23px;
    }

a:link, a:visited  
{
    color: #A3140F;
     }
     
a:hover 
{
    color: Red;
     }

p 
{
    margin: 8px;
    }

#fullBody
{
    margin: 0 auto;
    text-align: left;
    width: 800px;
    }
    
#topHeader  
{
    width: 781px;
    height: 88px;
    background: url(../images/top-bar-finished.png) no-repeat;
    }
   
#expansionSlot 
{
    width: 774px; 
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    }
 
 /* for rollover image */
 #preview{
	position: absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 2000;
	}

 
#bodyContainer  
{
    
    width: 774px;
    }

#bodyContent   
{
    
    padding: 0px;
    width: 774px;
     }
#bodyContent-color  
{
	overflow:hidden;
    width: 774px;
    background-color: #9BBF65;
    }
    
.featureColor  
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: table;
    overflow: hidden;
    }

#mainHomeFeature  
{
    margin: 0px 10px;
    width: 500px;
    background-color: #fff;
    position: absolute;
     
    }
 
 #twitter_update_list  
 {
  margin: 5px;  
  padding: 5px;
     }
     
 #twitter_update_list  li
 {
  list-style: none;
  margin-bottom: 5px;
     }    
 .advert
{
    margin: 5px 15px 10px 0px;
    padding: 0px;
    background: #9BBF65 url(../images/wht-box-top-sm.gif) no-repeat top;
    width: 222px; 
    float: right; 
    clear: right;
    }
.imgHolders  
{
    margin: 0px;

    text-align: center;
    background: #9BBF65 url(../images/wht-box-btm.gif) no-repeat bottom;
    width: 222px;
    height: 20px;
    }  
 .thumb
{
    bottom: 0px; border: 1px solid #666;
    margin: 5px;
    display: inline;
    }    

.navButtons  
{
    text-align: right;
    padding: 0px 30px 0px 0px;

    }
    
.navButtons img
{
        float: right;
}
    
/*----------------------------------Contact Form-----------------------------*/
.contactForm  
{
background-color: #fff;
width: 66em;
display: table;
padding: 2em;
display: none;
    }
    
.contactFormAlert
{
    background-color: #F2B705;  
}

.contactForm ul
{
margin: 10px;
float: left; 
width: 700px;
     }
     
ul.captcha  
{
    width: 700px;
    }  
     
.contactForm li
{
   margin: 5px;
   width: 330;
   list-style-type: none; 
   float: left; 
     }
     
/*--------------------Expansion Slot ---------------------*/
     
     .expansionButton  
     {
         
         margin: 15px 0px 15px 0px;
           }
     .expansionButton a:link 
     {
         color: #fff;
     }
     
    .expansionButton a:hover 
     {
         color: #0033ff;
     }
     
    .expansionButton a:visited 
     {
         color: #fff;
     }
     
     .expansionStatus { }
     
/*------------------------ J carousel ------------------------*/
.featured-nav {
background-color: #ffcc00;
text-align: right;
overflow: hidden;
padding: 3px 10px;
}

.carouselHolder { 
padding: 5px;
text-align: center;
}

.carouselHolder ul { 

}

.carouselHolder ul li {
padding: 0px 20px;
width: 450px;
text-align: left;
}

.carouselHolder ul li img {
float: left;
margin-right: 10px;
}

.carouselHolder ul li h2 {
color: #ff9900;
font-size: 23px;
margin: 0px;
}


/*------------------------------------- Lightbox--------------------------------*/

.prev, .next { 
display: block;
border: 1px solid #A3140F;
float: right;
background-color: #A3140F;
color: #fff;
padding: 5px;
text-size: 20px;
cursor: pointer;
margin: 0px 3px;
font-weight: bold;
}

.prev:hover, .next:hover { 
display: block;
border: 1px solid #fff;
float: right;
background-color: #A3140F;
color: #152701;
padding: 5px;
text-size: 20px;
cursor: pointer;
margin: 0px 3px;
font-weight: bold;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	
