/*----------------------------------------------------------
corp blue: #0079C2
deep blue: #004A7F;
ultradeep blue: #001A2D
med grey: #D1D2D4
med-dark grey: #939598
red accent: #FF1511
orange: #ffa20c;
text: #262626
link: #0079C2

----------------------------------------------------------*/
body
{
    background-color: #004777;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    font-size: .75em;
    font-family: Verdana, Tahoma, Sans-Serif;
    margin: 0px;
    padding: 0;
    color: #262626;
}

img
{
    border: none;
}

a:link,a:visited
{
    color: #0079C2;
    text-decoration: none;
}

a:hover
{
    color: #0079C2;
    text-decoration: underline;
}
a:active
{
    color: #0079C2;
}

p {line-height:1.3em;}
ul
{
    margin-bottom: 10px;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.3em;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.1em;
}
h4
{
    font-size: 1.0em;
}
h5, h6
{
    font-size: .9em;
}

.page
{
    width: 900px;
    margin: 0 auto;

    
}

#main
{
    padding: 0px 20px 0px 20px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */ /*border-top: solid 3px #D1D2D4;     border-bottom: solid 6px #939598;*/
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    vertical-align: top;
}
#main-bottom
{
    margin-bottom: 20px;
    clear: both;
}
hr
{
    color: #D1D2D4;
    height: 1px;
}

#main-right
{
  padding:10px 0 5px 20px;
    width: 220px;
    float: right;
    position:relative;
    text-align: center;
    border-left: solid 1px #D1D2D4;
}
#main-right a
{
    display: block;
    text-decoration: none;
}
#main-right a:hover
{
    text-decoration: underline;
}
#main-left
{
    padding-right: 15px;
    width: 70%;
    float: left;
    position:relative;
}
#main-right img
{
    width: 125px;
}
#main-right #img-angie
{
    width: 200px;
}
#main img
{
    margin-left: 10px;
    margin-right: 10px;

}
/*
#main-left img
{
    width: 200px;
}
*/

.eco
{
    margin-left: 10px;
    white-space: nowrap;
}

ul li
{
    list-style-type: circle;
    margin-bottom: 2px;
    padding-left: 5px;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#footer
{
    color: #666;
    padding: 10px 0;
    text-align: center;
    vertical-align:top;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer table tr td
{
    padding: 5px;
}


label
{
    width: 10em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.submit input
{
}
input, textarea, select
{
    color: #262626;
    border: 1px solid #004A7F;
    font-family: Verdana;
    font-size: 1em;
    width: 25em;
}

.submit
{
    margin-left: 10.5em;
    color: #000;
    background-color: #D1D2D4;
    border: 2px outset #004A7F;
}
fieldset
{
    border: 1px solid #262626;
    width: 450px;
    text-align: left;
}

fieldset div
{
    background-color: #fff;
}
fieldset .description
{
    padding: 20px;
    border-bottom: solid 1px #D1D2D4;
}

legend
{
    color: #262626;
    border: 1px solid #262626;
    padding: 2px 6px;
}

.center
{
    margin: 10px;
    text-align: center;
}


#main-right .FB  img{width:190px; height:57px; margin:10px auto;}
#main-right .givingBack  img{width:210px; height:144px; margin:10px auto;}



