﻿/* duncan reyes color pallete

dark brown: 534321
light brown: 857456
yellow/green: CBCB1F
beige: e3e383

*/ 

body 
{
    background-color:#CBCB1F;
   /* background-image:url(images/background1.gif); */
    font-family:Arial; 
    margin: 0 auto;
    
}
a 
{
    text-decoration:none;    
    font-weight:bold;
    color:#CBCB1F;
}
a:hover
{
    text-decoration:underline;
}
#pageWrapper 
{
    position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#mainBoxWrapper
{
    top: -226px;
	left: 50%;
    width: 790px;
    height: 452px;
    position: absolute;
	margin-left: -395px;
    background-image:url(images/bgShadow.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
     
}
#mainBox 
{
    background-color: White;
    margin: -6px 6px 6px -6px;
    height: 446px;
    width: 784px;
}

/*-------------------------------------------------------------------------- nav column ------ */
#navWrapper 
{
    height: 380px;
    float:left;
}
#navWrapper ul
{
    float:right;
    margin: 20px 16px 0 0;
    text-align:right;
    list-style:none;
}
#navWrapper ul li
{
    padding: 0 0 4px 0;
}
#navWrapper ul a
{
    color:#857456;
    font-size:14px;
}
#navWrapper ul a.active
{
    color:#CBCB1F;
}
#navWrapper ul a:hover 
{
    color:#CBCB1F;
}


    
/*-------------------------------------------------------------------------- img column ------ */
#picWrapper
{
    float:left;
    text-align:left;
    height: 380px;
}

/*-------------------------------------------------------------------------- content column ------ */

.mainContentWrapper
{
    float:left;
    height:380px;
    width: 275px;
    margin: 15px 0 0 15px;
    
}
/*
.mainContentWrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
    }
   */ 
/*-------------------------------------------------------------------------- sub nav ------ */

#subNavWrapper 
{
    height:110px;
    text-align:right;
}
#subNavWrapper a
{
    color:#CBCB1F;
    font-size:12px;
    
}
#subNavWrapper a:hover 
{
   color: #534321;
   text-decoration:none;
}



/*-------------------------------------------------------------------------- copy ------ */
.contentHeader 
{
    color:#857456;
    font-size:16px;
    font-weight:bold;
    border-bottom: solid 1px #857456;
    margin-bottom: 10px;
    padding-bottom:2px;
}
/*
#contentWrapper 
{
    float:left;
}
*/
.contactForm 
{
    margin-top:-106px;
    font-size:12px;
}
.mainContent 
{
    scrollbar-base-color: #917F62;
    height:230px;
    width:275px;
    font-size:12px;
    padding-right:10px;
}
.mainContent ul 
{ 
    margin: 5px 0 0 25px;
    list-style-image: url(images/bullet.gif);
}
.mainContent ul li 
{
    margin-bottom:7px;
}



/*-------------------------------------------------------------------------- footer ------ */

#footer
{ 
    background-color:Black;
    width: 756px;
    margin: 5px 15px 0;
    height: 34px;
    float:left;
}
.footerText 
{
    color: #e3e383;
    float:right;
    font-size:12px;
    font-weight:bold;
    text-align:right;
    margin:10px 15px 0 0;
}

#copyright 
{
    float:left;
    width:780px;
    text-align:center;
    font-size:11px;
    color:#857456;
}
#copyright a
{
    color:#857456;
}

/* --------------------------------------------------------------------------------- drop shadows ----- */
.img-shadow {
  float:left;
  background: url(images/imgShadow.png) no-repeat bottom right !important;
  background: url(images/imgShadow.jpg) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid red;
  margin: -6px 6px 6px -6px;
  padding: 0px;
} 






