body
{
    font-size: 13px;
    font-family: Arial, sans-serif;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    color: #4c4c4c;
    background: url(../images/body_bkg.gif) repeat 0px 0px;
}

body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }

p
{
    line-height: 1.6em;
    margin: 0 0 15px 0;
    font-size: 14px;
}

h2
{
    font-size: 24px;
    line-height: 30px;
    color: #4c4c4c;
    font-family: Georgia,sans-serif;
    font-style: italic;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 8px 0px;
}

h3
{
    font-size: 1.2em;
    margin-top: 1ex;
    color: #808080;
    font-family: Georgia,sans-serif;
    font-style: italic;
    font-weight: normal;
}

a, a:link
{
    color: #0f4d78;
    text-decoration: none;
    outline: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

ul.links
{
    list-style: disc;
    padding-left: 15px;
    color: #808080;
    padding-bottom: 1ex;
}

    ul.links li
    {
        margin: 1.1ex 0;
        padding-left: 5px;
    }

#wrapper
{
    margin: 0 auto;
    width: 1000px;
}

#header
{
    margin-top: 12px;
}

#content
{
    margin: 12px auto;
}

#flags
{
    float:right;
    height: 96px;
    width: 300px;
}

    #flags ul
    {
        list-style: none;
    }
    
    #flags ul li
    {
        float: right;
        margin-left: 12px;
    }

#logo
{
    float: left;
    height: 96px;
    width: 400px;
}

#logo a
{
    display: block;
    padding: 30px;
    width: 310px;
    height: 30px;
    background: url(../images/logo.png) 0px 0px no-repeat;
    text-indent: -9999px;
}

#main-content
{
    padding: 2ex 30px 30px;
    background: #fff;
    width: 590px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.5;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    min-height: 339px;
}

#main-content:before, #main-content:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#main-content:after 
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#sub-content
{
    width: 276px;
    float: right;
    padding: 2ex 30px 30px;
    background: #F5F5F5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.5;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

#pubDer
{
    width: 336px;
    float: right;
    padding: 0px;
    background: #F5F5F5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}


a.btn {
    display: block;
    width: 118px;
    height: 20px;
    padding: 15px 0 0 0;
    margin: 0 auto;
    background: #398525;
    background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #5ea617;
    border-radius: 5px;
    font: bold 32px/3px Helvetica, Sans-Serif;
    text-align: center;
    text-decoration: none;
    color: #147032;
    text-shadow: 0px 1px 2px #b4d1ad;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;    
}

a.btn:hover {
    color: #145675;
    
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

input.btn {
    width: 118px;
    height: 32px;
    padding: 0px;
    background: #0f4d78;
    background: -moz-linear-gradient(top, #1774b4 0%, #0f4d78 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1774b4), color-stop(100%,#0f4d78));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #6d6d6d;
    border: 1px solid #1982cb;
    border-radius: 5px;
    font: bold 24px/3px Helvetica, Sans-Serif;
    color: #eee;
    text-shadow: 0px 1px 2px #6d6d6d;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;    
}

input.btn:hover {
    color: #cce2f2;
    cursor: pointer;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.title h1
{
    font-size: 40px;
    line-height: 40px;
    color: #4c4c4c;
    font-family: Georgia,sans-serif;
    font-style: italic;
    letter-spacing: -1px;
    font-weight: normal;
}

#footer
{
    background: #6e6d70;
    height: 64px;
    -webkit-box-shadow: 0px -3px 10px rgba(0,0,0,.7);
   -moz-box-shadow: 0px -3px 10px rgba(0,0,0,.7);
   box-shadow: 0px -3px 10px rgba(0,0,0,.7);
   font-size: 12px;
   color: #fff;
}

    #footer .nav
    {
        width: 1000px;
        padding-top: 24px;
        margin: 0 auto;
        text-align: center;
    }

    #footer .nav ul
    {
        margin: 12px 0 auto;                
    }
    
    #footer .nav ul li
    {
        margin-right: 20px;
        display: inline-block; 
        float: left;               
    }
    
        #footer .nav ul li a
        {
            color: #fff;
        }

#dnsentry
{
    font-weight: bold;
    border: 1px solid #4c4c4c;
    background: #efefef;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
    padding: 2px 4px;
}

.form
{
    margin-top: 16px;
}

    .form table tr
    {
        vertical-align: middle;
    }
    
    .form table td
    {
        border-bottom: 1px dotted #ddd;
        padding: 5px 45px 5px 0px;
    }

.frmT
{
    width: 224px;
    padding: 5px 10px;
    height: 26px;
    float: left;
    border-radius: 5px 0 0 5px;
    font-size: .923em;
    box-shadow: 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.15) inset;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    outline: 0;
    font-weight: normal;
}

.frmTA
{
    width: 224px;
    padding: 5px 10px;
    height: 76px;
    float: left;
    border-radius: 5px 0 0 5px;
    font-size: .923em;
    box-shadow: 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.15) inset;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    outline: 0;
    font-weight: normal;
}

.frmS
{
    padding: 5px 10px;
    height: 26px;
    float: left;
    border-radius: 5px 0 0 5px;
    font-size: .923em;
    box-shadow: 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.15) inset;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    outline: 0;
    font-weight: normal;
}

.topdonation
{
    background: #C6E7F5;
    font-size: 16px;
    font-weight: bold;
}

    