﻿body
{
    font-size: 14px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #43613f;
    line-height: 18px;
    text-align: center;
    margin-top: 19px;
}

div#container 
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    
    
    }

/*

a:link
{
    font-weight: bold;
    color: #43613f;
    font-size: 12px;
}


a:visited 
{
    font-weight: bold;
    color: #43613f;
    }
    
*/
    

.banner
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    
}

.bannerpicture
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    visibility: hidden;
    
    }

.content 
{
    position: absolute;
    top: 150px;
    left: 200px;
    width: 800px;
     border-left: solid 1px #43613f;
     border-top: solid 1px #43613f;
    }

.contentdiv
{
    position: absolute;
    left: 0px;
    width: 760px;
    z-index: 10;
    top: 0px;
    padding: 20px;
    float: left;
    background-color: #d6e4d6;
    }
    
.maincontent
{
    background-color: white;
    position: absolute; 
    top: -20px; 
    left: 0px; 
    width: 759px; 
    padding: 20px;
    background-color: #dcdcb9;
    background-color: White;
    background-color: #f3f3e3;
    }

.sidebarimage
{
    position: absolute;
    left: 0px;
    top: 130px;
    z-index: 1;
    left: 0px;
    width: 200px;
    top: 0px;
    height: 1200px;
    background-image: url(images/sidebar_background3.jpg);
}
    
.sidebar
{
    position: absolute;
    top: 140px;
    left: 0px;
    width: 190px;
    z-index: 5;
    font-family: Verdana;
    font-size: 16px;
    color: Black;
    padding-left: 5px;
    z-index: 2;
}

.sidebarmenu 
{
    border-left: solid 17px #43613f;
    padding-left: 5px;
    height: auto;
    color: Black;
    }

.hyperlinkmenu
{   border-left: solid 17px #43613f;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    height: auto;
    color: Black;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }

.textlink
{
    color: #43613f;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}



.FlashDiv
{
    position: absolute;
    left: 309px;
    width: 550px;
    height: 325px;
    z-index: 10;
    top: -20px;
}

.FlashDiv2
{
    position: absolute;
    left: 364px;
    width: 435px;
    height: 290px;
    z-index: 10;
    top: -3px;
}

.FlashDivBlack
{
    position: absolute;
    left: 348px;
    width: 453px;
    height: 325px;
    z-index: 10;
    top: -20px;
    background-color: #43613f;
}


    
.titletext
{
    position: absolute;
    left: 0px;
    width: 308px;
    height: 300px;
    z-index: 10;
    top: -20px;
    padding: 20px;
    background-color: #cccc99;
    }
    



h1
{
    font-weight: bold;
    font-size: 18px;
    color: maroon;
    font-family: Verdana, Arial;
    
}

h2
{
    font-weight: bold;
    font-size: 16px;
    color: Maroon;
    font-family: Verdana, Arial;
    font-variant: small-caps;
    border-left: #43613f 18px solid;
    padding-left: 10px;
    border-top: #003300 1px double;
}
    
h3
{
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial;
    text-align:center;
    padding: 5 5 5 5;
    
    
    }


sidebarmenu.a:link 
{    font-weight: bold;
     color: Black;
    }

sidebar.a:link 
{    font-weight: bold;
     color: Black;
    }




.formathoverpanel 
{
    padding-right: 10px;
    
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    
    padding-top: 10px;
    
    background-color: white;
    width:600px;
    
    visibility: hidden;
    
    }

.photohoverpanel 
{
    padding-right: 10px;
    
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    
    padding-top: 10px;
    
    background-color: white;
    width: 580px;
    height: 400px; 
    
    visibility: hidden;
    
    }
    

.photohoverpanel 
{
    width: 580px;
    height: 400px; 
    
    visibility: hidden;

    
    }




.hoverpanel 
{
    padding-right: 10px;
    
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    
    padding-top: 10px;
    
    background-color: white;
    width:600px;
    
    visibility: hidden;
    
    }

.hovertext
{    font-weight: bold;
    color: #43613f;
    color: Maroon;
    font-size: 12px;
    font-variant: small-caps;  
    text-decoration: underline;
    }
    
 .hoverimage
 {border: solid 2px black;
    }

    
li
{
    margin: 5px;
    list-style-type: square;
}

/* Accordion */
.accordionHeader
{
    
    color: white;
    background-color: maroon;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none; 
}

#master_content .accordionHeader a
{
    color: white;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #43613f;
    border: 1px solid black;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    
    padding-left: 60px;
    
}


.photopanel
{
    position: absolute;
    top: 25px;
    left: 183px;
    z-index: 10;
    width: 600px;
    height: 500px;
     
    }

.photobutton
{
    background-color: #dcdcb9;
    
    }
    
    
    a:hover 
{
    color: #43613f;
    color: Maroon;
    font-weight: bold;
    background-color: White; 
}

.mcmillindesign
{   position:absolute;
    top: 600px;
    left: 0px;
    }
    
 
