﻿body {
    background-color: #A2511A;
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat-x;
    color: #89856b;
    font-family: Sans-Serif;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;    
    width: 950px;
}

body.secondary {
    background-image: url('../images/body_secondary_bg.jpg');
    background-color: #A2511A;
}

a { 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none; 
}

a:hover {
    color: #A19D80;
}

div#top_bar {
    height: 82px;
    padding-top: 15px;
}

div#logo {
   float: left; 
}

div#menu {
    float: right;
    font-size: 14px;
    font-weight:  300;
    padding-right: 5px;
    padding-top: 20px;    
}

div.MenuItem {
    cursor: pointer;
    float: left;      
    padding: 8px;      
}

div.MenuItem:hover {
    text-decoration: underline;
}

div#main_window {
    position: relative;
    height: 242px;
}

div#main_window_top {
    height: 23px;
    font-size: 28px;
    font-weight: bold;
    padding-top: 70px;
    width: 500px;
}

div#main_window_bottom {
    font-size: 13px;
    height: 109px;
    padding: 15px 15px 15px 5px;
    width: 400px;    
}

div#donation_button_container {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

div.DonationButton {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 222px;
    float: right;
    width: 145px;    
}

div#gold_medal {
    background-image: url('../images/gold_medal.png');
}

div#silver_medal {
    background-image: url('../images/silver_medal.png');
}

div#bronze_medal {
    background-image: url('../images/bronze_medal.png');
}

div#middle_bar {
    height: 135px;
    padding: 10px;
}

div#middle_bar_left {    
    float: left;
    width: 470px;
    margin-right: 10px;    
}

div#middle_bar_left p 
{
	font-size: 12px;
	font-weight: bold;
}

div#middle_bar_right {
    float: right;    
    width: 380px;
}

div#photo_gallery_preview {
    background-image: url('../images/photo_gallery_preview.png');
    background-repeat: no-repeat;
    float: left;
    height: 125px;
    margin-right: 10px;
    width: 181px;
}

div#middle_bar_left h2 {
    color: #DC4510;
    font-size: 14px;
    font-weight: bold;  
}

div#middle_bar_right h2 {
    color: #5D5A47;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

div#middle_bar_right p {
    background-color: #E2DEBB;
    border: 1px solid #AAA58A;    
    color: #73705A;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: justify;
}

div#video_window {
    /*background-image: url('../images/video_window.png');*/
    background-repeat: no-repeat;    
    float: left;
    height: 288px;
    padding-top: 40px;
    width: 240px;
}

#video
{
	 width: 328px; 
	 height: 240px;
}

#player
{
	display: block;
	 width: 328px; 
	 height: 240px;
	 padding: 0;
}

div#our_story {
    background-image: url('../images/our_story_bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    margin-top: 35px;    
    padding-left: 35px;
    width: 580px;
}

div#thoughts {
    font-size: 16px;
    margin-top: 35px;    
    padding-left: 35px;
    width: 580px;
}

div#our_story h1 {    
    font-size: 35px;  
    margin: 0px 0px 10px 0px;
}

div#our_story h2 {
    color: #F09E09;  
    font-size: 16px;  
}

div#bottom_banner {
    background-color: #854114;
    border: 1px solid #D9671B;
    height: 98px;
    margin-top: 30px;
    position: relative;    
}

div#sole_purpose_button {
    background-image: url('../images/sole_purpose_button.png');
    background-repeat: no-repeat;
    bottom: 0px;
    cursor: pointer;
    left: 75px;
    height: 119px;
    position: absolute;    
    width: 346px;    
}

div#samaritans_feet_button {
    background-image: url('../images/samaritans_feet_button.png');
    background-repeat: no-repeat;
    bottom: 10px;
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: 335px;
    width: 280px;
}

div#sitemap {
    margin-left: 250px;        
}

div#sitemap .Separator, div#sitemap .MenuItem {
    color: #D7B196;
    font-size: 11px;
    font-weight: bold;
    float: left;
    height: 20px; 
    padding: 0px 5px 0px 5px;  
    margin: 10px 0px 10px 0px;   
    text-transform: uppercase;        
}

div#copyright {
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

div#page_content {
    min-height: 400px;
}

/* Donation CSS */
table#donate_form h2 
{
	text-align: center;
}

#DonationAmount, #BillingInfo, #CreditCardInfo {
    float: left;    
    margin: 20px
}

#DonationAmount h2, #BillingInfo h2, #CreditCardInfo h2 {
    text-align: center;
    font-size: 16px;
}

.DonationSuccess { padding-top: 30px; }

.DonationSuccess p { font-size: 14px; }

.DonationAmount 
{
	font-size: 16px;
	font-weight: bold;	
}	

#CreditCardInfo {
    width: 250px;
}

#DonationAmount {     
    font-weight: bold; 
    font-size: 16px;
}

.FieldHeader {
    font-size: 10px;
    font-weight: bold;      
    text-align: right;
}

input[type="text"].FieldInput, textarea.FieldInput, select.FieldInput {
    border: 1px solid #515151;
}

.FieldValidator {
    font-size: 14px;
    font-weight: bold;
}


/* NotificationMessage CSS */
.SuccessMessage, .ErrorMessage, .WarningMessage {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.SuccessMessage {
    background-color: #ADFF9F;
    border: 2px solid #2B8F1A;    
    color: #2B8F1A;
}

.ErrorMessage {
    background-color: #FF7F7F;
    border: 2px solid #9F0000;
    color: #9F0000;
}

.WarningMessage {
    background-color: #FEFF8F;    
    border: 2px solid #9E9F00;
    color: #7E7F00;
}

/* END NotificationMessage CSS */
