﻿/* CSS Document                             */
/* Written by Ken Pariseau  */

@charset "UTF-8";
body {
	margin:0;
}

.my_carousel { position: relative; width: 760px; margin: 0px; background-color: #fff; margin: 1px auto 1px auto; }
/* Container height 365px background color white #fff  */
.carousel_container { height: 365px; margin: 0px; background: #fff url(../images/background_g.jpg) no-repeat 0px 0px; }
#carousel { margin: 0px auto 0px auto; width: 600px; height: 300px; }
#carousel img { width: 300px; height: 225px; cursor: pointer; }
.nextItem { position: absolute; top: 230px; left: 0px; z-index: 1001; cursor: pointer; }
.prevItem { position: absolute; top: 230px; right: 0px; z-index: 1002; cursor: pointer; }

.caption_container { width: 550px; border-left: 3px solid #80984a; margin: 0px 0px 0px 119px; padding: 0px 0px 0px 20px; }
#captions h2 { font-family:Arial; font-size: 36px; font-weight: bold; margin: 0px 0px 5px 0px; color: #6d8824; }
#captions p { font-family: Arial; font-size: 18px; color: #444; margin: 0px 0px 0px 3px; }

.family {
	position: absolute;
	top: 305px;
	left: 0px;
	z-index: 1000;
}

.seal {
	position: absolute;
	top: 505px;
	left: 0px;
	z-index: 1000;
}


.carousel_data { display: none; }


  /************nav menu start**********************************/


  #navMenu {
    margin:0;
    width:auto;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:30px;
 }

  #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#222;
 }

  #navMenu ul li a {
    text-align:center; 
    height:30px;
    width:250px;
    display:block;
    color:#000;
    font-family:"arial", bold ;
    text-decoration:none;
    color:#FFF;
    border:1px solid #FFF;
    text-shadow:1px 1px 1px #000; 
 }

  #navMenu ul ul {
    position:absolute;
    visibility:hidden;
    top:32px;
    
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
    
 }

 
 

  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background:#09F;
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
    color:#000;
    background:#CCC;
    
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
  color:#000;
  
 } 
  
 /* Contains the Float */

 .clearFloat {
 
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */  
 
 #navmenu ul li {

  display: inline;     
 
 }  
 
   /*******************nav menu end***************************/

 
