
/* Generic styles */
html, body
{
    margin:0;
    padding:0;
    color:#000;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    background-color:#0054aa;
}

h1, h2, h3, h4, h5, h6 {
    color:#00042a;
    margin-bottom:0;
    padding-bottom:0;
}

h3, h4, h5, h6 {
    font-size:1.1em;
}

h1, h2 {
    font-size:1.2em;
}

a
{
    text-decoration:none;
    font-weight:bold;
    color:#00355f;
}

a:hover
{
    color:#f2122d;
}

img
{
    border:0;
}

p
{
    
    text-align:left;
}

#main p {
}

ul
{
    list-style-type:circle;
}

ul.no-mark
{
    list-style-type:none;
}

div.float_left {
    float: left;
}

div.float_right {
    float: right;
}

div.clear {
    clear: both;
}

/* Styles for top navigation buttons */

#nav ul
{
    padding: 0;
    list-style-type:none;
}

#nav li
{
    font-size: 1.2em;
    display:inline;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#nav li:hover {
    background-color: #87c241;
}

#nav a
{
    font-size: .8em;
    font-family: Helvetica, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav a:hover {
    color:#fff;
}

#nav ul
{
    text-align: center;
}

/* Style for page div */

div#page
{
    text-align: center;
    margin:auto;
    padding:0;
    width:875px;
    background-color:#ffffff;
}

/* Style for header div */
div#header
{
    margin-top:20px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    padding:0px;
    text-align: center;
}

/* Style for header infopane */

div#infopane
{
    float:right;
    background-image:url('media/tree_ur.jpg');
    background-repeat:no-repeat;
    background-position:bottom right;
    height:195px;
    padding-right:85px;
}

/* Style for footer div */
div#footer
{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:center;
    width: 70%;
}

#footer p
{
    text-align:center;
    font-size:0.9em;
}

/* Style for main content div */
div#main
{
    text-align: left;
    float:left;
    width:auto;
    padding-left:40px;
    padding-right:40px;
}

/* Style for donate button */
div#donate_button {
    text-align: center;
}

/* Style for sidebar div */
div#sidebar
{
    float:right;
    width:250px;
    padding-left:20px;
    padding-right:40px;
}

#sidebar p
{
    font-size:0.85em;
}

/* Used for rounded corners of page div */

b.rtop, b.rbottom{display:block;background:#0054aa;}
b.rtop b, b.rbottom b{display:block;height: 1px;
		      overflow: hidden; background: #ffffff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* action alert style */
div#action_alert {
    width:250px;
    height:188px;
    background-image:url('media/ActionButton.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}
#action_alert h1 {
    padding-top: 30px;
    text-align: center;
    font-size: 2em;
    color: #fff;
/*    padding: auto; */
}
#action_alert p {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}

.action h1, .action h2, .action h3, .action h4, .action h5 {
    color: #cc0000;
}

/* style for quotes */

div.half_width {
    width: 375px;
}

p.quote {
    text-align: justify;
    font-style: italic;
}

p.quoted {
    font-weight: bold;
}

/* press styles */

.presscontainer {
    font-family: georgia;
    font-size: 12px;
    line-height: 15px;
    float: left;
    height: 80px;
    position: relative;
    width: 205px;
    margin: 0;
    padding: 0;
}

.presslink {
    font-family: georgia;
    font-size: 12px;
    line-height: 15px;
    z-index: 100;
    margin: 0;
    padding: 0;

    position: absolute;
    left: 0;
    top: 0;
}

.presslogo {
    font-family: georgia;
    font-size: 12px;
    line-height: 15px;
    float: left;
    height: 80px;
    margin-right: 10px;
    padding-left: 5px;
    width: 80px;
    margin: 0;
    padding: 0;

    position: absolute;
    left: 0;
}

.presstext {
    font-family: georgia;
    font-size: 12px;
    line-height: 15px;
    float: left;
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;

    position: absolute;
    left: 80px;
    top: 0;
}

ul.pressul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
}

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

.pressdate {
    margin: 0;
    padding: 0;
}

.pressarticle {
    font-style: italic;
    margin: 0;
    padding: 0;
}

.presslink a {
    background-color: transparent;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 205px;
}

.presslink a:hover {
    border: 1px solid #f00;
}

