﻿/* 
Colors:
Quarry Rock maroon: #782327
Lighter maroon: #891802
Darker maroon: #560F01
Gray: #E5E5E5
*/



body 
{
    background-color: White; 
    background-image: url(../Images/GrayBackground.png);
    background-repeat: repeat;
    background-attachment: fixed;
    margin: auto;
    width: 820px;
    height: auto;
    text-align: center;
    font-family: Garamond Premr Pro, Garamond Premr Pro;
    
}

#maroonContainer
{
    background-color: #782327;
    width: 800px;   
    text-align: center;
    padding: 10px 10px 10px 10px;
}

#container
{
    width: 800px;
    
    
}

#header 
{
    clear: both;
    height: 220px;
    background-image: url(../Images/HeaderGraphic-2.png);
    background-color: White;
    background-repeat: no-repeat;
}

#header a#home
{
    display: block;
    float: left;
    margin: 10px 0px 0px 25px; 
    width: 355px;
    height: 160px;   
}

img.logo
{
    width: 378px;
    height: 177px;
       
}

#content
{
    
    background-image: url(../Images/MaroonBackground-2.png);
    background-repeat: repeat-y;
    min-height: 300px;
    overflow: visible;
    clear: both;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#footer
{
    background-color: white;
    color: black;
    clear: both;
    height: 90px;
    text-align: center;
    font-size: large;
    font-style: italic;
    
    padding: 5px 5px 0px 5px;
}

#globalNav
{
     
    
    float: right; 
    width: 400px; 
            
}

img
{
    text-decoration: none;   
}

a
{
    text-decoration: none;
}

div.globalLeft
{
    float: left;
    margin-left: 75px;
    line-height: 25px;
    font-size: large;
    padding-top: 75px;
    color: White;
   
}

div.globalRight
{
    float: right;
    margin-right: 30px;
    line-height: 25px;
    font-size: large;
    padding-top: 60px;
    color: White;
    text-align: right;
   
}

div.localLeft
{
    float: left;
}

div.localRight
{
    float: right; 
    margin-top: 7px;
}

#whiteBackground
{
    /*background-image: url(../Images/WhiteBackground.png); 
    background-repeat: repeat-y;  
    margin-left: 5px;
    margin-bottom: 10px;
    min-height: 375px;
    padding: 20px 60px 20px 60px;
    margin-bottom: 30px;
    */
    
    background-color: #E5E5E5;
    min-height: 275px;
    width: 680px;
    padding: 10px 30px 10px 30px;
    margin: 0px 30px 0px 30px; 
    clear: both;
}

h2
{
    margin-top: 0px;
    margin-bottom: 0px;  
    font-style: italic; 
}

hr
{
    margin-bottom: 0px;  
    color: #782327;
}


a:link /* unvisited local link */
{
    color: #782327;
    text-decoration: none;
    font-weight: bold;
    
    
} 
a:visited /* visited local link */
{
    color: #782327;
    text-decoration: none;
    font-weight: bold;
} 
a:hover /* mouse over local link */
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
} 
a:active /* selected local link */
{
    color: #782327;
    text-decoration: none;
    font-weight: bold;
}

img.bodirectors
{
    width: 113px;
    height: 150px;
    padding: 5px 20px 20px 0px;   
}

td.bodirectors
{
    vertical-align: top;
    width: 180px;
    padding: 5px 20px 0px 0px;
       
}

span.bodirectors
{
    font-weight: bold;
    font-size: 1.25em;   
}

span.bold
{
    font-weight: bold;   
}

td.shareholders
{
    width: 450px;  
    padding: 10px 0px 0px 0px;  
    
}

img.management
{
    padding: 10px 10px 5px 0px; 
     
}

td.management
{
    width: 25px; 
    vertical-align: top;   
}

td.management2
{
    vertical-align: top;
    padding: 10px 10px 5px 0px;
    width: 595px;   
}

span.managementname
{
    font-weight: bold;
    font-size: 1.25em;   
}

a.companies:link /* unvisited local link */
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
    
} 
a.companies:visited /* visited local link */
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
} 
a.companies:hover /* mouse over local link */
{
    color: #782327;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
} 
a.companies:active /* selected local link */
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
}

img.companies
{
    float: left; 
    padding: 5px 20px 5px 0px;
}