﻿body
{
    background-image: url(/images/pageBG.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: Black;
}

#wrapper
{
    margin: auto;
    width: 1003px;
    font-family: 'PT Sans Narrow' , sans-serif;
    position: relative;
}

#header
{
    width: 1003px;
}

#homepageTop
{
    width: 1003px;
    height: 600px;
    background-image: url(/images/homepage.jpg);
}

#secondaryTop
{
    width: 1003px;
    height: 287px;
    background-image: url(/images/secondary.jpg);
}

#topRightButtons
{
    text-align: right;
    padding: 40px 30px 0 0;
}

#hpNav
{
    margin-top: 20px;
    margin-left: 180px;
    font-size: 20px;
}

#hpNav a, #hpNav a:visited
{
    margin: 0 10px 0 10px;
    color: White;
}

#sliderWrap
{
    margin: 21px 0 0 239px;    
    width: 533px;
    height: 252px;        
    background-color: Black;
}
#slider ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#slider li
{
    /*  	define width and height of list item (slide) 	entire slider area will adjust according to the parameters provided here */
    width: 533px;
    height: 252px;
    overflow: hidden;
}

ol#easySliderControls
{
    margin: 10px 0 0 300px;
    padding: 0;
}
ol#easySliderControls li
{
    margin: 2px;
    padding: 0;
    float: left;
    list-style: none;
}
ol#easySliderControls li a
{
    float: left;
    height: 20px;
    width: 18px;
    background: transparent url(/images/sliderControls.png) center bottom no-repeat;
    color: #555;
}
ol#easySliderControls li.current a
{
    background: transparent url(/images/sliderControls.png) center top no-repeat;
}
ol#easySliderControls li a:hover
{
    text-decoration: none;
}
ol#easySliderControls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
    outline: none;
}

#homepageBottom
{
    width: 999px;
    padding: 20px 0 0 0;
    border-left: 2px solid white;
    border-right: 2px solid white;
    color: White;
    background-color: #060707;
}

.hpBox
{
    width: 220px;
    height: 220px;
    background-image: url(/images/hpBox.jpg);
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 0 87px 0 110px;
    font-size: 25px;
    font-style: italic;
    padding: 30px;
}

.hpBox img
{
    margin-top: 20px;
}

.hpContact
{
    padding-top: 20px;
    width: 280px;
    margin: 0 28px 0 25px;
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 20px;
    text-align: center;
    float: left;
    vertical-align: top;
}

#bottomCurve
{
    width: 1003px;
    height: 22px;
    background: url(/images/bottomCurve.jpg);
}



#navBar
{
    height: 60px;
    background-color: Navy;
}

#navBar a:link, #navBar a:hover, #navBar a:visited
{
    height: 25px;
    float: left;
    padding: 5px 20px 5px 20px;
    color: White;
}

#subPages
{
    clear: both;
    font-size: 10px;
}

#subPages a:link, #subPages a:hover, #subPages a:visited
{
    height: auto;
    padding: 3px;
}

#footer
{
    padding: 10px;
    height: 30px;
    text-align: center;
    color: White;
}

#ModalContainer
{
    display: none;
}

/* Begin Secondary Page Specific Elements & Classes */

#secondaryContent
{
    width: 999px;
    padding: 0px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    color: White;
    background-color: #060707;
    font-family: 'PT Sans', sans-serif;
}

#contentWrap
{
    padding: 0px 20px 20px 20px;
    min-height: 350px;
    font-size: 15px;
}


#pageTitleContainer
{
    margin-top: 80px;
    text-align: center;
    width: 100%;
    font-size: 27px;
    color: White;
}

#footer2
{
    background-color: #ecebdf;
    width: 300px;
    height: 40px;
    text-align: right;
    float: right;
    position: relative;
    padding: 5px 25px 5px 0px;
    clear: both;
}

.portalSection
{
    float: left;
    padding: 10px 25px 10px 0;
    width: 430px;
}

.portalSection h3
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    font-size: 120%;
}

.menuItems
{
    border-radius: 10px;
    padding: 15px 20px 0px 20px;
    background: #232423;
    border: 1px solid black;
    position: absolute;
    top: 40px;
    right: 50px;
    -webkit-box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
    box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
}
