﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background:  url('../../content/images/mountainBackground2.jpg');
    /*background: #4773BA ;
    background-position:bottom;*/
    background-repeat:repeat;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969; 
    min-width: 400px;
}

a
{
    color: #505abc;
    text-decoration: none;
    font:10px Verdana, Arial, Helvetica, sans-serif;

}


a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

a.plink
{
    font:12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    border-bottom: 1px solid #4773BA;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    filter:alpha(opacity=85);
    opacity:.85;

}


#headerImg
{
    background: #4773BA url('../../content/images/sky.jpg');
    position:absolute;
    width:100%;
    left:0px;
    height:100px;
    top:0px;
}

#header
{
	
    position: relative;
    margin-bottom: -10px;
    top: 10px;
    color: #000;
    padding: 0 0px 0 0;
    height:120px;
}

p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color:Black;
    background-color:Transparent;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo div
{
    color:White;
    text-decoration: none;
    font-size: 42px !important;
    position:absolute;
    left:0px;
    top:0px;
    background-color:Transparent;
    font-weight:bold;
}

#mainContent
{
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    border-bottom: 3px groove #4b6f92;
    margin-bottom: 30px;
    position:relative;
    top:-25px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer
{
    position: relative;
    
}

.leftColumn
{
    width: 25%;
    margin-right: 4%;
    float: left;
    position:relative;
}

.rightColumn
{
    float: right;
    width: 70%;
    position:relative;
}

#footer
{
    color: #999;
    padding: 5px 0 0 0;
    border-top: 1px solid #4773BA;
    text-align: center;
    line-height: normal;
    margin-top:10px;
    
}

#footer p
{
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
.ie7 ul#mainMenu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    top:-30px;
    text-align: right;
}

ul#mainMenu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    top:-23px;
    text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#mainMenu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul
{
    margin: 0;
    padding: 0 0 30px 0;
}

.leftColumn ul li
{
    list-style: none;
    margin-top: 5px;
    line-height: normal;
}

.leftColumn ul li a
{
    list-style: none;
    padding: 5px;
    border: 1px solid #e8eef4;
    line-height: normal;
    display: block;
    text-decoration: none;
    background-color: #e8eef4;
    font-size: .9em;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.leftColumn ul li a:hover
{
    text-decoration: none;
    background-color: #FFF;
    border-color: #e2e7ed;
}

.leftColumn ul li a:active
{
    text-decoration: none;
    background-color: #a6e2a6;
    border-color: #a6e2a6;
    color: #FFF;
}

.leftColumn h2
{
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #4773BA;
    background-color: #4773BA;
    color: #FFF;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}





