﻿/* Mayrock Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color:#b2b2b2; }

a           {color:#b75923;}

img         {border-width:0;}    

/* Basic Page Elements 
======================*/    
html{ height:100%;}
body
{
    height:100%;
    text-align:center;
    background-color:#252525;
    }

#page
{
    height:100%;
    width:994px;    
    text-align:left;
    margin-left:auto;
    margin-right:auto;
   }

* html #page /*for IE*/
{
    height:100%}
    
#header
{    
    background: url(../images/bk_header.gif) repeat-y;
    width: 994px;
    border-bottom:solid 1px #929292;
    height:233px;        }

#siteID
{
    float:left;
    width:432px;
    height:233px;    
    }   

#logo
{    
    float:left;
    margin-top:129px;
    margin-left:134px;    } 


/* Sitewide Navigation 
======================*/

#nav
{
    width:261px;}
    
#nav, #utility
{
    float:left;
    margin-top:129px;
    padding-left:35px;
    list-style:none;   
    line-height:1.5em;
    text-transform:uppercase;
    font-weight:bold;
    font-size:7.5pt;
    }     

#nav a, #utility a
{
    color: #ccc;
    text-decoration:none;}  

#nav a:hover, #nav a.on
{
    color:#b75923;}

#utility a:hover, #utility a.on
{
    color:#849135;}              
        
/* Main Content Area 
====================*/
#content
{
    padding-bottom: 2em;    
    }


#content h1
{
    font-size: 26pt;
    font-weight:lighter;
    color: #849135; 
    height:95px;    /* In order to have an absolute value for the 
                        top padding of column two. */
    }

#content h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #b75923;}

#content h3
{
    margin-bottom: .5em;
    color:#fff;}
    
#content p
{
    margin-bottom: 1em;}    

#content ul, #content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}

/* Various Content Columns 
==========================*/
#cimg
{
    float:left;

    width:432px;}

#c1
{
    float:left;
/*    margin-left:432px;*/
    width:226px;
    border-right:solid 1px #929292;
    padding:15px 35px 0 35px;
    }

#c1 h1{}    

#c2
{
    float:left;
    width:190px;
    padding:110px 35px 0 35px;
/*    margin-left: 729px;*/
}    

/* Specific Overriding Rules 
============================*/

