﻿/*********************** general *********************************/
body
{
    margin: 0;
    padding: 0;
    background-color: #333253;
}
#all
{
    margin: 0 auto;
    width: 900px;
}

.left
{
    display: inline;
    float: left;
}

.right
{
    display: inline;
    float: right;
    margin: 0px;
    margin-left: 5px;
}


.right-padded
{
    display: inline;
    float: right;
    padding: 10px;
}
.clear
{
    clear: both;
}

/*********************** Boxes/corners ****************************/
.top-box
{
    background-image: url(../images/bg-top-left-corner.gif);
    background-position: top left;
    height: 4px;
    background-color: #fdedce;
    background-repeat: no-repeat;
}

.top-box div
{
    background-image: url(../images/bg-top-right-corner.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 4px;
}

.bottom-box
{
    background-image: url(../images/bg-bottom-left-corner.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fdedce;
    height: 4px;
}

.bottom-box div
{
    background-image: url(../images/bg-bottom-right-corner.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 4px;
}

.donate-box
{
    width: 240px;
    padding: 0;
    float: left;
    margin: 0px;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.donate-box h2
{
   font-size: 14px;
   color: #333355;
}

/********************* general text *******************************/
h1
{
    margin: 0px;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #292848;
    line-height: 20px;
}

h2, h2 a
{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    color: #ff6600;
    font-size: 14px; 
}
p, #content, a:link
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    MARGIN-TOP: 5px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333355;
    line-height: 18px;
}
p.center
{
    margin: 0px;
    text-align: center;
    padding: 0px;
}



a .hide
{
    line-height: 0px;
    font-size: 0px;
    visibility: hidden;
}


.bold
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.italic
{
    font-style: italic;
    font-weight: normal;
}

.prize
{
    font-size: 18px;
    line-height: 24px;
}

a.mailto
{
    text-decoration: underline;
}



/********************* front page styles *******************************/
#front-right
{
    display: inline;
    float: right;
    width: 240px;
    margin-left: 15px;
    margin-right: -32px;
    background-color: #fdedce;
    margin-bottom: 10px;
    margin-left: 10px;
}

#front-right p
{
    margin-bottom: 0px;
}



#front-top
{
    display: inline;
    float: left;
    background-color: #c5c8df;
    padding-right: 15px;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-top: -15px;
}

#front-top h1
{
    padding-top: 40px;
    font-size: 15px;
}




/************************** footer *************************/
#footer
{
    margin: 0px;
    padding: 20px;
    background-color: White;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #333254;
}
#footer a
{
    text-decoration: none;
}
#footer ul
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    list-style: none;
}
#footer ul li
{
    display: inline;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 2px;
    border-left: 1px solid #44415b;
}
#footer ul li.first
{
    border-style: none;
}

#footer a:link
{
    text-decoration: none;
    color: #333254;
}

#footer a:hover
{
    text-decoration: none;
    color: #ff6600;
}

/********************** header *********************************/
#logo
{
    width: 156px;
    height: 102px;
    float: left;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-position: top left;
  
}
#logo-link
{
    position:absolute;
    left: 0;
    top: 0;
    width: 158px;
    height: 114px;
}
#header
{
    position: relative;
    height: 115px;
    background-image: url('../images/header-background.png');
}


#headerText
{
    position: relative;
    color: #b5b3e3;
    font-family: Verdana;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    top: 86px;
    left: 410px;
}

/********************** content *********************************/
#container
{
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#content
{
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 15px;
    margin: 0px;
    background-color: #FFFFFF; /*margin-bottom: 55px;*/
    width: 603px;
    border-left: 233px solid #c5c8df; /* The width and color of the rail */
    margin-right: -900px; /* Hat tip to Ryan Brill */
    float: left;
}

a
{
    text-decoration: underline;
    color: #313357;
}

/********************** left nav *********************************/
#nav
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #262340;
    margin-bottom: 20px;
}

#nav a
{
    text-decoration: none;
}


#nav a:hover
{
    text-decoration: none;
    color: #ff6600;
}

#nav li
{
    padding-top: 5px;
    padding-bottom: 4px;
    height: 20px;
    background-image: url('../images/rule.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}



#nav li a:link
{
    text-decoration: none;
    color: #262340;
}



#rail
{
    background-color: #C5C8DF;
    width: 233px;
    float: left;
    position: relative;
}


#rail h2
{
    margin-top: 35px;
    background-image: url('../images/rule.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #262544;
}

#rail p
{
    margin: 10px;
    font-family: Verdana;
    font-size: 14px;
    color: #262544;
    font-style: normal;
    font-weight: normal;
}

#rail p a
{
    font-size: 14px;
    color: #313356;
    
    text-decoration: underline;
}





#rail p a:hover
{
    color: #ff6600;
}

#rail p span
{
    font-size: 12px;
    color: #424242;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

#rail h2 span
{
    background-color: #c5c8df;
    padding: 3px;
}

#rail #btn-wrap
{
    margin-right: 0px;
}

/************************ button *********************************/
/* Special wrapper to preload background image */
#btn-wrap
{
    display: inline;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
    margin-right: -15px;
    margin-top: 10px;
    background: url('../images/btn-make-a-contribution-over.gif') no-repeat;
}


#btn-wrap a
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 229px;
    height: 48px;
    display: block;
    background: url('../images/btn-make-a-contribution.gif') no-repeat;
}


#btn-wrap a:hover
{
    background: url('../images/btn-make-a-contribution-over.gif') no-repeat;
}





#bottom-divider-line
{
    background-color: #C5C8DF;
    height: 2px;

    line-height: 2px;
    font-size: 0px;
    clear: both;
}

a.body-link, a.body-link:link
{

    text-decoration: underline;
    text-transform:uppercase;
    

}

a.body-link:hover
{
    color: #ff6600; 
}

h2 a:hover
{
    color: #262340;
}

a:hover
{
    color: #ff6600;
}

