﻿/*Main Elements*/
*
{
    padding: 0;
    margin: 0;
}

h2
{
    color: #21007F;
    text-decoration: underline;
    margin-bottom: 1.5em;
}

h3
{
    margin-bottom: 0em;
}

ol
{
    padding-left: 25px;
    margin-bottom: 1em;
}

p
{
    margin-bottom: 1em;
}

hr
{
    margin-bottom: 1em;
}

/*Styling Classes*/
.underline
{
    text-decoration: underline;
}

/*Main Layout*/
#bgwrapper
{
    width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
    background-image:url('../images/mainimages/bgborder.png');
    background-repeat:repeat-y;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    top:0;
    z-index:10000;
}

#mainpage
{
    margin-top: -38px;
    width:1024px;
    background-image:url('../images/mainimages/navbg.png');
    background-repeat: repeat-y;
}

#navigation
{
    padding-top: 50px;
    float: left;
    height: 100%;
    color: White;
}

#slideshowsection
{
    float: right;
}

#maincontent
{
    width: 765px;
    float: right;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 40px;
}

#footer
{
    text-align: center;
    background-image:url('../images/mainimages/footerbg.png');
    background-repeat: repeat-x;
}

.clearsection
{
    clear:both;
}

/*Modal PopUp*/
.modalPopup
{
    background-color: White;
    padding: 5px;
    height: 100px;
    width: 316px;   
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;   
}

/*ItemListingPages*/
.FullPageItem
{
    background-color: #e4e4ea;
    padding: 10px;
    border-bottom: solid 1px #ccccd3;
}

.FullPageItem h3
{
    color: #21007F;
    font-weight: bold;  
}



/*
Content Boxes
*/
.ContentBox
{
    margin-top: 10px;
    background-color: #EFF3FB;
    border: solid 1px #21007F;
    max-width: 325px;
    width: 325px;
    float: left;
    margin-right: 20px;   
}

.ContentBoxTitleDiv
{
    color: White;
    background-color: #7783ff;
    font-weight: bold;   
}

.ContentBoxTitleDiv p
{
    padding: 4px;   
}

.ContentBoxItemDiv
{
    padding-left: 5px;
}

.ContentBoxItemDiv .Header
{
    color: #21007F;
    font-weight: bold;
}

.ContentBoxItemDiv p
{
    margin: 0px;
}

