﻿body
{
    /*background-image: url(Images/Background.gif); background-color: #E5E5E5;*/
    background-repeat: repeat-x;
    b-ackground-color: #E5E5E5;
    margin: 0px;
}

.clear
{
    clear: both;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px; /*border-right: #aca899 1px solid;     border-top: #aca899 1px solid;     border-left: #aca899 1px solid;     border-bottom: #aca899 1px solid;     b-ackground-color: #ffffff;*/
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0px;
}

#headerWrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background-color: #ffffff;
}

#Header
{
    background-position: left top;
    height: 125px;
    t-ext-align: center;
    font-size: 85%;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    width: 1000px;
    b-ackground-image: url('/images/Header.jpg');
}

#logo
{
    margin-top: 0px;
    float: left;
    b-ackground-image: url(/Images/LogoWithBackGround.jpg);
    margin-left: 0px;
    width: 1000px;
    background-repeat: no-repeat;
    position: static;
    height: 100px; /*border: #aca899 1px solid;*/
}

#LogoIcon
{
    width: 150px;
    float: left;
    margin-top: 25px;
}
#LogoStrap
{
    /*margin-left: 50px;*/
    width: 770px;
    /*float: left;*/
    margin-left:auto;
    margin-right:auto;

}

#strapline
{
    b-ackground-color: #00CC00;
    b-order: 1px solid #000000;
    width: 1000px;
    height: 24px;
    margin-top:3px;
    text-align: center;
}

#strapline h1
{
    color: #000000;
    margin: 0px;
    font-size: 18px;
}

/* menu area */

#Menu
{
    height: 30px;
    color: #FFFFFF;
    background-image: url(/images/menuMid.gif);
    float: left;
    width: 984px;
}
#MenuLeft
{
    height: 30px;
    color: #FFFFFF;
    background-image: url(/images/menuLeft.gif);
    float: left;
    width: 7px;
}
#MenuRight
{
    height: 30px;
    color: #FFFFFF;
    background-image: url(/images/menuRight.gif);
    float: left;
    width: 8px;
}

#ulMenu
{
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    float: left;
    width: 900px;
    display: inline-block;
}

#ulMenu li
{
    width: 138px;
    text-align: center;
    margin-top: 3px;
    padding: 3px;
    display: inline-block;
    border-right: solid 1px #cccccc;
    border-right-style: ridge;
    zoom: 1; *display:inline;

}

#ulMenu li:hover
{
    background-image: url(/images/menuMidOver.gif);
}

.gaudy a
{
    color: #66FF33 !important;
}

#ulMenu a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
}

#ulMenu a:hover
{
    text-decoration: none;
    color: #FFFF00;
    f-ont-size: 10pt;
}

/* menu area end */

#ContentContainer
{
    margin-top: 20px;
    margin-bottom: 20px;
    b-order: 1px solid #000000;
    min-height: 200px;
    background-color: #FFFFFF;
}

#LeftPanel
{
    b-order: 1px dotted #C0C0C0;
    width: 250px;
    float: left;
    height: 100%;
    padding: 0px;
}

#RightPanel
{
    width: 700px;
    float: left;
    padding: 10px;
    b-order: 1px dotted #C0C0C0;
    margin-left: 10px;
}

#CU_FormContainer
{
    width: 222px;
    b-ackground-color: #CC0000;
    padding: 3px;
    margin-top: 50px;
}

#CU_Form
{
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #CC0000;
    width: 210px;
    background-color: #191F74;
    padding: 8px;
    color: #ffffff;
    font-size: 10pt;
    m-argin-left: 2px;
}
#CU_FormContainer h2
{
    margin: 0px;
    width: 220px;
    background-color: #333333;
    padding: 5px;
    display: block;
    color: #FFFFFF;
    font-size: 12pt;
}

.contactTextBox
{
    width: 200px;
}

#starburst
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 188px;
    height: 188px;
}

#ShortListContainer
{
    width: 222px;
    b-ackground-color: #CC0000;
    padding: 3px;
    margin-top: 10px;
}


#ShortList
{
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #CC0000;
    width: 210px;
    background-color: #191F74;
    padding: 8px;
    color: #000000;
    font-size: 10pt;
    m-argin-left: 2px;
}

#ShortListContainer h2
{
    margin: 0px;
    width: 220px;
    background-color: #333333;
    padding: 5px;
    display: block;
    color: #FFFFFF;
    font-size: 12pt;
}
.ShortListItem
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 3px;
    text-align: center;
    margin-bottom: 5px;
}

.ShortListRemoveIcon
{
    text-align: right;
}
