﻿
*
{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    background: #aab8b9;
}

hr.NoStyle
{
    display: none;
}


/*
 *  Lists
 */
ul, ol
{
    padding-left: 1.5em;
}
li
{
    background-repeat: no-repeat;
    background-position: .5em .5em;
}


hr, .HR
{
    /*xmargin: 1.5em 0;*/
    padding: 0;
    border: 0;
    height: 1px;
    line-height: 1px;
    color: Gray;
    border-bottom: 1px;
    /*xcolor: Red;*/
    /*xbackground-color: Red;*/
}


a.Bulleted
{
    display: block;
    padding-left: 12px;
    background-image: url(../Images/ArrowBullet.gif);
    background-repeat: no-repeat;
    background-position: 0px .5em;
}


a img, img.map
{
    border: none;
}

#Layout
{
    position: relative;
    z-index: 1;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: white url(../Images/VertLineBG.png) repeat-y 225px top;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border: 1px solid gray;
    border-top: 0px;
    /*xbackground-color: yellow;*/
}

#Header
{
    position: relative;
    /*xz-index: 50;*/
    /*xleft: 20px;*/
    /*xtop: 0px;*/
    width: 100%;
    height: 135px;
    background-color: White;
    /*xbackground-image: url(../Images/HeaderBackground.png);*/
    /*xbackground-color: Orange;*/
}
#Header .Overhang
{
    height: 10px;
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    bottom: -10px;
}

#BrowserNotice
{
    border-bottom: 2px solid;
    background-color: #ff9;
    padding: 10px; /*xwidth: 750px;*/ /*xheight: 30px;*/
    margin-left: auto;
    margin-right: auto;
}

#SiteLogo
{
    position: absolute;
    left: 35px;
    top: 25px;
    cursor: pointer;
}

#Footer, #FooterInner
{
    height: 70px;
    width: 960px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-repeat: no-repeat; /*xopacity: 0.6;*/
    /*xbackground-color: Lime;*/
    /*xborder: 1px solid lime;*/
}
#Footer
{
    background: url(../Images/FooterLeft.png) left top;
}
#FooterInner
{
    height: 105px;
    width: 730px;
    background: url(../Images/FooterRight.png) left top;
}

#Copyright
{
    position: absolute;
    bottom: 35px;
    bottom: 35px;
    right: 235px;
    font-size: 10px;
    line-height: 10px;
    color: #dac893;
}
/*
#Copyright .Image
{
    display: block;
    width: 200px;
    height: 9px;
    background-image: url(../Images/Copyright.png);
    background-repeat: no-repeat;
}
#Copyright .Text
{
    display: none;
}
*/

#Logo
{
    position: absolute;
    right: 35px;
    bottom: 35px;
    cursor: pointer;
}

#Tagline
{
    position: absolute;
    right: 33px;
    top: 50px;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: rgb(64, 114, 100);
    color: #91a5a6;
}

#CookieCrumbs
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 40px;
    background: rgb(64, 114, 100);
    color: White;
}

#SearchForm
{
    position: absolute;
    right: 20px;
    top: 35px;
    width: 255px;
    /*xbackground-color: Yellow;*/
}
#SearchForm input.Text
{
    width: 220px;
    height: 15px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
}
#SearchForm .Button
{
    vertical-align: top;
    margin-top: 8px;
}



#TopMenu
{
    position: absolute;
    right: 20px;
    top: 70px;
    width: 255px;
    /*xbackground-color: Yellow;*/
}
#TopMenu a
{
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 .5em;
    text-decoration: none;
}
#TopMenu a:hover
{
    text-decoration: underline;
}



/*
** Menu
*/
#MainMenu, #MainNav
{
    /*xbackground-color: Maroon;*/
    color: rgb(216, 200, 148);
    border-top: 1px solid rgb(206, 215, 215);
    border-bottom: 1px solid rgb(206, 215, 215);
    position: absolute;
    right: 25px;
    top: 75px;
    height: 25px;
    line-height: 25px;
    font-size: 9pt;
    font-weight: bold;
}
#MainMenu a, #MainNav a
{
    text-decoration: none;
    color: rgb(64, 114, 100);
    font-size: 12px;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 1.5em;
}
#MainNav
{
    width: 675px;
}
#MainNav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#MainNav ul, #MainNav li
{
    float: left;
}
#MainNav ul ul
{
    display: none;
}
#MainMenu a:hover, #MainNav a:hover, #MainNav .AspNet-Menu-Selected, #MainNav .AspNet-Menu-ChildSelected
{
    background-color: rgb(64, 114, 100);
    color: White;
}
#MainMenu
{
    display: none;
}

#Body
{
    float: left;
    clear: both;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 40px; /* Padding for footer */
    background: url(../Images/WhiteBlock.png) repeat-x left bottom;
    /*xbackground-color: Aqua;*/
}

/*
    ** Main Content Area
    */
#Main
{
    float: right;
    position: relative;
    z-index: 1;
    width: 735px;
    min-height: 300px;
    height: auto !important;
    height: 300px; /*xpadding-bottom: 150px;*/
    padding-bottom: 50px;
    /*xbackground-color: Fuchsia;*/
}

#MainInner
{
    margin-top: 10px;
    padding: 7px 30px 20px;
    /*xborder-left: 1px solid rgb(216, 200, 148);*/
    /*xborder-left: 1px solid #ced7d7;*/
}

#Main .Banner
{
    width: 630px;
    width: 665px;
    height: 210px;
    margin: 0 0 10px;
}
#Main .Content
{
    /*xpadding-left: 30px;*/
    /*xpadding-top: 10px;*/
    /*xpadding-right: 10px;*/
    /*xpadding-bottom: 10px;*/
}
#Main p, #Main ul, #Main ol, #Main li, #Main table
{
    margin: 1em 0;
}
#Main blockquote
{
    margin: 1.5em 2em;
}
#Main img.Photo
{
    border: 1px solid;
}
#Main .Caption
{
    font-size: 8pt;
}


#Side p, #Side ul, #Side ol, #Side li, #Side table
{
    margin: 1em 0;
}


/*
** Side Content Area
*/
#Side
{
    width: 220px;
    float: left;
    /*xposition: absolute;*/
    /*xleft: 20px;*/
    /*xtop: 85px;*/
    font-size: 8pt;
    line-height: 1.5em;
    padding-bottom: 55px; /* Keep low links from getting obscured by footer. */
    /*xbackground-color: #eee;*/
}
#SideInner
{
    margin-top: 10px;
    padding: 10px;
    padding-left: 30px;
    /*xborder-right: 1px solid rgb(216, 200, 148);*/
}


#Side .RenewableNav a
{
    text-decoration: none;
}
#Side .RenewableNav a:hover
{
    /*xfont-weight: bold;*/
}

/*
** Horizontal Rules
*/
#Body hr, #Body .HR
{
    color: #f4efdf;
    border-bottom: 1px solid;
}
#Main hr, #Main .HR
{
    width: 550px;
    margin: auto auto;
}
#Side hr, #Side .HR
{
    margin: 1.5em auto;
    overflow: hidden;
}



#Side p, #Side ul, #Side ol
{
    margin-top: .8em;
    margin-left: 10px;
    margin-bottom: .8em;
}
#Side li
{
    margin-top: .5em;
    margin-bottom: .5em;
}
#Side h3, #Side h4
{
    margin-left: 10px;
    /*xmargin-top: 0px;*/
}
#Side .Divider
{
    clear: both;
    font-size: 0px;
    border-bottom: 2px solid rgb(217, 83, 30);
    height: 8px;
    margin-bottom: 8px;
    background-color: White; /* IE6 */ /*xbackground-color: rgb(217, 83, 30);*/ /*xmargin: 0px 0px 10px 0px;*/ /*xmargin-top: 5px;*/
}
#Side img.Photo
{
    border: 1px solid #555;
}


/*
    ** Headings
    */
h1
{
}
h2
{
    font-size: 18px;
    margin: 20px 0 15px;
}
h3
{
    font-size: 12px;
    margin: 1.2em 0;
    text-transform: uppercase;
}


#Side h3
{
    font-size: 11px;
}
#Side h3 a
{
    text-decoration: none;
}

#Side .Nav a
{
    text-decoration: none;
}



.ErrorPanel
{
    border: 2px solid;
    padding: 10px;
    color: Red;
    font-weight: bold;
    margin-top: 10px;
}

#Side .AlertPanel
{
    border: 1px solid rgb(217, 83, 30); /*xborder: 1px solid rgb(0, 72, 51);*/ /*xborder: 2px solid red;*/
    background-color: rgb(218, 200, 147); /*xbackground-color: rgb(240, 231, 205);*/
    background-color: rgb(235, 226, 196); /*xbackground-color: rgb(225, 231, 231);*/ /*xpadding: 10px;*/ /*xcolor: Red;*/
    font-weight: bold;
    margin-top: 20px;
    min-height: 50px;
    border: 1px solid gray;
    background-color: #f0f0f0;
    color: Red;
}
#Side .AlertPanel p
{
    margin: 10px;
}

/*
    #Footer 
    {
        height: 105px;
        background-image: url(../Images/FooterBackgroundBottom.png);   
    }
    #Footer .Overlay 
    {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 570px;
        height: 130px;
        background-image: url(../Images/FooterBackgroundRight.png);   
        background-repeat: no-repeat;
    }
    */

.Google
{
    font-size: 8pt;
    color: Gray;
    font-style: italic;
}

/*
** Development Panel
*/
.DevPanel
{
    position: absolute;
    position: fixed;
    left: 0px;
    top: 0px;
    border: 1px solid black;
    background-color: #ffc;
    font-size: 11px;
    width: 100px;
}
.DevPanel .Heading
{
    padding: 2px;
    background-color: Black;
    color: White;
    text-align: center;
    font-size: 90%;
}
.DevPanel .Settings
{
    padding: 5px;
}
.DevPanel .Setting .Label
{
    font-weight: bold;
}

/*
** Development Notes
*/
.DevNote
{
    font-style: italic;
    color: Gray;
}
.DevNote .Label
{
    font-weight: bold;
}
.DevNote
{
    background-color: Yellow;
    padding: 1px; /*xcolor: Red;*/
    color: Black;
    border: 1px solid red;
    font-style: normal;
}


/*
** Highlights
*/
.Highlight
{
    line-height: 1.2em;
    clear: both; /*xposition: relative;*/
    border: 1px solid white; /* for IE6 */
}
.Highlight .Heading
{
    float: right;
    clear: none;
    width: 95px;
    height: 60px;
    position: relative;
    font-size: 14px !important;
    margin: 0px !important; /*xbackground-color: Lime;*/
}
.Highlight .Heading a
{
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    padding-bottom: 3px;
}
.Highlight .Photo
{
    float: left;
    margin: 0px !important;
}
.Highlight .Content
{
    clear: both;
    padding-top: 2px;
    background-color: white; /* for IE6 */
}

/*
** FAQs
*/
.FAQ
{
    margin-bottom: 1em;
}
.FAQ .Question
{
    cursor: pointer;
}
.FAQ .AnswerClipper
{
    height: 0px;
    overflow: hidden;
}
.FAQ .Answer
{
    /*xdisplay: none;*/
}


.Newsletter .Edition
{
    position: absolute;
    right: 10px;
    top: 0px;
    font-weight: bold !important;
    font-size: 14px;
}


#Body .Corners
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*xborder: 2px solid yellow;*/
}
#Body .Corners *
{
    width: 8px;
    height: 8px;
    position: absolute;
    background-image: url(../Images/Corners.png) !important;
    background-image: url(../Images/Corners.gif);
    /*xborder: 1px solid red;*/
}
#Body .Corners .TopLeft
{
    left: 0;
    top: 0;
    background-position: left top;
}
#Body .Corners .TopRight
{
    right: 0;
    top: 0;
    background-position: right top;
}
#Body .Corners .BottomLeft
{
    left: 0;
    bottom: 0;
    background-position: left bottom;
}
#Body .Corners .BottomRight
{
    right: 0;
    bottom: 0;
    background-position: right bottom;
}



#Main .Banner
{
    position: relative;
}



#CookieCrumbs *
{
    font-weight: bold !important;
}
#CookieCrumbs .PathSeparator
{
    padding: 0 .5em;
}
#CookieCrumbs a
{
    text-decoration: none;
    color: White;
}




/* ************************* */

#SearchForm, #TopMenu
{
    display: none;
}


#Side .AspNet-Menu-Selected a {
    text-decoration: none;
}