﻿/*  Design by Brook Boehler  */

@media Screen{

*
    {
        margin: 0;
        padding: 0;
    } 
    
html, body, form, #wrapper
    {
        height: 100%;
        font-family: Helvetica, Arial, Sans-Serif;
    }

body{

}

#wrapper
    {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -74px auto;
    }
    
       
#page
    {
        width: 960px;
        margin: 0 auto;
    }

h1, h2, h3, h4, h5, h6
    {
        color: #336699;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
    }
  
#page h1
    {
        font-size: 20px;
        margin: 0 0 10px 0;
         letter-spacing: 1px;
    }  

#page h2
    {
        font-size: 18px;
        margin: 0 0 10px 0;
    }  

#page h3
    {
        font-size: 16px;
        margin: 0 0 10px 0;
    }  

#page h4, #page h5, #page h6
    {
        font-size: 14px;
        margin: 10px 0;
    }

#page p
    {
        font-size: 14px;
        margin: 10px 0;
        line-height: 18px;
        color: #555;
    }


#page a.continue
    {
        padding: 2px 8px 3px 8px;
        font-size: 9px;
        font-weight: bold;
        background-color: #cbcc9f;
        text-decoration: none; 
        color: #555;
        outline: none;
    
    }

#page a.continue:hover
    {
        background-color: #555;
        color: #cbcc9f;
    
    }



#main
    {
        min-height: 200px;
        background-image: url(images/white80.png);
        background-repeat: repeat;
    }

#sidebar
    {
        min-height: 30px;
    }
    
#logo
    {
        height: 94px;
        margin: 25px 0 20px 0;
        text-align: right;
        background-position: right top;
    }    
    
#navigation
    {
        width: 960px;
        height: 30px;
        padding: 0 0 150px 0;
    } 
    
#navigation table
    {
        float: right;
    }        
    

#push
    {
        height: 74px;
        clear: both;
    }    
    
#footer
    {
        
        height: 74px;
        color: #555;
        background-image: url(images/black75.png);
        background-repeat: repeat;
    }    

#footer p
    {
        text-transform: uppercase;
        font-size: 10px;
        padding: 20px 0 0 60px;
        color: #fff;
            }

.cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols12
    {
        margin: 0 10px;
        float: left;
    }
    

.cols3
    {
        width: 220px;
    }

.cols4
    {
        width: 280px;
        padding: 10px;
    }

.cols5
    {
         
        width: 380px;
    }

.cols6
    {
        width: 460px;
    }
    
.cols7
    {
        width: 540px;
    }    

.cols8
    {
        /* 620  */
        width: 590px;
        padding: 15px;
        
    }

.cols9
    {
        width: 700px;
    }

.cols12
    {
        width: 920px;
        padding: 10px;
    }

.poweredBySitefinityLogo
    {
         margin-top: -51px;
         float: right;
   }


/* IE6 MESSAGE BOX STYLES */

#ie6msg
    {
        background-color: #808080;
        border: 5px solid #2B639E;
        margin: 0;
        color: #FFF;
    }
    
    #ie6msg h4
    {
        margin: 8px;
        padding: 0;
        color: #FFF;
    }
    
    #ie6msg p
    {
        margin: 8px;
        padding: 0;
    }
    
    #ie6msg p a.getie8
    {
        font-weight: bold;
        color: #0CF;
    }
    
    #ie6msg p a.ie6expl
    {
        font-weight: normal;
        color: #0CF;
    }

/* CLEAR FIX */
.clearfix:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.clearfix
    {
        display: inline-block;
    }
/* Hides from IE-mac \*/
* html .clearfix
    {
        height: 1%;
    }
.clearfix
    {
        display: block;
    }
/* End hide from IE-mac */
}

@media Print{

*
    {
        margin: 0;
        padding: 0;
        background-color: white !important;
        background-image: none !important;
    }

html, form, body{
    height: 100%;
    width: 100%;
    font-family: Helvetica, Arial, Sans-Serif;
    color: #444;
    background-color: #FFFFFF;
    font-size: 10pt;
}

a
{
     text-decoration: none;
     color: #444;
     outline: none;
     border: none;
}

h1
{
 
}

ol, ul, dir, menu, dd
    {
        margin-left: 40px;
    }
    
ol
    {
        list-style-type: decimal;
    }
    
ol ul, ul ol, ul ul, ol ol
    {
        margin-top: 0;
        margin-bottom: 0;
    }
    
p
{
 margin: 15px 0;
}    

img, img a
{
     outline: none;
     border: none;
}

#masthead, #navigation-top, .poweredBySitefinityLogo
{
     display: none !important;
}


}