﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #000000;
    font-size: 11pt;
    font-family: Calibri, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #EEEEEE;
}

a:link, a:visited
{
    color: #4477c0;
    text-decoration: none;
    border-color: #000000;
}

a:hover
{
    color: #034af3;
    text-decoration: none;
}

a:active
{
    color: #000000;
    border: none;
    border-color: #000000;
}

p
{
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #4477c0;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: Calibri;
}

h1
{
    font-size: 40pt;
}

h2
{
    font-size: 25pt;
}

h3
{
    font-size: 20pt;
}

h4
{
    font-size: 12pt;
}

h5, h6
{
    font-size: 10pt;
}


/*Images*/
img
{
    border: 0;
    display: block;
}

#homepageImage
{
    position: absolute;
    border: 0px;
    padding: 0px;
    left: 500px;
    top: 0px;
    z-index: -1;
}

#landerPic
{
    position: absolute;
    top: -130px;
    left: 680px;
    z-index: -4;
}

#pageTitle
{
    color: #4477c0;
    font-family: Calibri;
    font-size: 40pt;
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 323px;
    width: 800px;
}

.blerb
{
    position: absolute;
    top: 370px;
    right: -400px;
    width: 320px;
    font-size: 10pt;
    z-index: 1;
}
.blerb .main
{
    display: inline-block;
    color: #4477c0;
    font-size: 11pt;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pagewidth
{
    width: 1240px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    z-index: 0;
}
#header
{
    position: relative;
    height: 155px;
    background-color: transparent;
    width: 100%;
    border-style: none;
    border-width: 0px;
    z-index: 5;
}

#maincol
{
    background-color: transparent;
    display: inline;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    z-index: 4;
}

#content
{
    position: relative;
    top: 10px;
    left: 0px;
    width: 720px;
    padding-left: 40px;
    min-height: 600px;
    z-index: 4;
}

#footer
{
    position: relative;
    background-color: #000000;
    clear: both;
    border-style: none;
    border-width: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#logoDiv
{
    position: relative;
    padding-top: 60px;
    padding-left: 45px;
}


#menu, #logoDiv
{
    float: left;
    z-index: 2;
}
#menu
{
    position: relative;
    top: 108px;
    color: #EEEEEE;
}

#menu2
{
    position: relative;
    float: right;
    z-index: 3;
    font-family: Calibri;
    color: #878787;
    top: 30px;
    right: 50px;
}


/* TAB MENU   
----------------------------------------------------------*/

ul#Menu1
{
    font-size: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
ul#Menu1 li
{
    display: inline;
    list-style: none;
}
ul#Menu1 li a, ul#Menu1 a:visited
{
    background-color: #000000;
    border: none;
    color: #EEEEEE;
    line-height: 1.35em;
    padding: 0px 20px;
    text-decoration: none;
    white-space: nowrap;
}
ul#Menu1 li a:hover
{
    background-color: #000000;
    color: #1d60ff;
    text-decoration: none;
}
ul#Menu1 li a:active
{
    background-color: #000000;
    color: #588FC2;
    text-decoration: none;
}
ul#Menu1 li.selected a
{
    background-color: #000000;
    color: #588FC2;
}

/*second menu*/
ul#Menu2
{
    padding-right: 0px;
    margin: 0px;
    color: #878787;
    width: auto;
    background-color: #000000;
}
ul#Menu2 li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}
ul#Menu2 li a, ul#Menu2 a:visited
{
    border: none;
    color: #878787;
    text-decoration: none;
    white-space: nowrap;
}
ul#Menu2 li a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
ul#Menu2 li a:active
{
    color: #878787;
    text-decoration: none;
}
ul#Menu2 li.selected a
{
    color: #878787;
}


