﻿body
{
    background-image: url('images/bgGrey.png');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1
{
    margin-bottom: 5px;
    margin-top: 5px;
}

h6
{
    margin: 0px;
}

h6 a
{
    color: #FFFFFF;
}

li
{

    padding-bottom: 5px;
}

h2
{
    margin: 0px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 20px;
    color: #4a4949;
}

input
{
    width: 100px;
    font-size: 10px;
    color: #C0C0C0;
    height: 18px;
}

p
{
    margin: 5px;
}



/*DIV LAYERS*/

#main
{
    border: 3px solid #FFFFFF;
    top: 0px;
    width: 1100px;
    height: 941px;
    position: absolute;
    background-color: #eceaba;
    left: 10px;
}

#mainSub
{
    position: absolute;
    top: 54px;
    left: 10px;
    
    width: 775px;
    background-color: #f3f2d4;
    border: 2px solid #FFFFFF;
}

#mainSub p
{
    padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 200%;
}

#mainSub h1
{
    padding: 5px 10px 5px 10px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 30px;
    color: #4a4949;
}

#mainSubFull
{
    position: absolute;
    top: 54px;
    left: 10px;
    height: 600px;
    width: 1070px;
    background-color: #f3f2d4;
    border: 2px solid #FFFFFF;
}

#mainSubFull p
{
    padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 200%;
}

#mainSubFull h1
{
    padding: 5px 10px 5px 10px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 30px;
    color: #4a4949;
}

#rightSub
{
    position: absolute;
    top: 54px;
    left: 800px;
    
    width: 285px;
    background-color: #f3f2d4;
    border: 2px solid #FFFFFF;
}

#footer
{
    width: 1100px;
    height:40px;
    background-color: #2384fc;
    position: absolute;
    top: 904px;
    left: 11px;
}

#footer td
{
    color: #ffffff;
    text-align: center;
}

#footer a
{
    color: #ffffff;

}

#headerStrip
{
    height: 126px;
    width: 1100px;
    background-image: url('images/header-bg.jpg');
    top: 0px;
    position: absolute;
}

#headerStrip p
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 20px 0px 0px 30px;
    text-align: left;
}

#logo
{
    position: absolute;
    top: 12px;
    left: 546px;
}

#login
{
        position: absolute;
    top: 177px;
    left: 724px;
    width: 374px;
    height: 26px;
}

#contactUs
{
    position: absolute;
    top: 11px;
    left: 842px;
}

#address
{
    position: absolute;
    top: 60px;
    left: 771px;
    width: 316px;
}

#address p
{
    margin: 0px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#address a
{
    margin: 0px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#menuBar
{
    position: absolute;
    top: 126px;
    left: 0px;
    height: 40px;
}

#content
{
    position: absolute;
    width: 1080px;
    top: 167px;
    left: 0px;
    padding: 10px;
}


#bodycontent
{
      background-color: #eceaba;
      width: 1100px;
      text-align: left;
      
}

#bodycontent p
{
    padding: 0px 10px;
}

/*CLASSES*/


.welcome
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4949;
    line-height: 180%;
}

.welcomeHeader
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 30px;
    color: #4a4949;

}

.box
{
    background-color: #f3f2d4;
    border: 2px solid #FFFFFF;
}

.box p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #4a4949;
    font-size: 11px;
}

.menu
{
    height: 40px;
    color: #FFFFFF;
    width: 1100px;
    background-color: #2384fc;

}

.menuItem
{
    width: 131px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;

}

.menuItemHover
{
    background-position: center;
    width: 131px;
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url('images/menu-item-hover.jpg');
    background-repeat: repeat-x;
}

.menuItemSub
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CCCCCC;
    background-color: #1c3872;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    height: 40px;
    padding: 2px;
}

.menuItemSubHover
{
    
    height: 40px;
    padding: 2px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #24427f;
}



.blueHeaderBar
{
    background-color: #2384fc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;

    text-align: center;
}

.blueDarkHeaderBar
{
    background-color: #28448e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;

    text-align: center;
}

.goldHeaderBar
{
    background-color: #9f9136;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;

    text-align: center;
}

.goldBg
{
    background-color: #9f9136;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px 0px 0px 10px;
}
.goldBg h1
{
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;



}

.picBorder
{
    border-style: solid;
    border-color: #FFFFFF;
    margin: 0px 5px 5px 0px;
}

.picBorderGrey
{
    border: 1px solid #CCCCCC;
    margin: 0px 5px 5px 0px;
}

.tdspace td
{
    line-height: 25px;
}