/* =================BODY================= */
body {
  text-align : center;
  background-color : #006;
  font-family : Georgia, Times New Roman, Times, serif;
}

body.print {
  background-color : #fff;
  text-align : left;
}

#container {
  text-align : left;
  margin : 0px auto;
  width : 1000px;
  border : 1px solid #333;
  background-color : #b5c1f1;
}

#overlay {
  position : absolute;
  background-image: url(/images/overlay.png);
  margin-top : -10px;
  margin-left : -10px;
  height : 800px;
  width : 100%;
}

#sign_up_form {
  margin : 10px auto;
  width : 300px;
  height : 760px;
  background-color : #000;
}

#signup_frame {
  width : 300px;
  height : 760px;
  border : 0px;
}

#sign_up_close {
  display : bock;
  float : right;
  text-decoration : none;
  color : #fff;
  background-color : #888;
  padding : 0px 2px;
  margin : 2px;
  font-family : Arial, helvetica, san serif;
  font-weight : bold;
  border : 1px solid #ccc;
}

#sign_up_close:hover {
  background-color : #ccc;
  color : #f00;
} 

/* =================HEADER================= */
#header {
  height : 240px;
  background-image : url(/images/black_banner.png);
  background-repeat : no-repeat;
  background-position : 450px -10px;
  background-color : #000;
}

#header_flash_div {
  background-image : url(/images/flash/world-hands.jpg);
  background-repeat : no-repeat;
  width : 428px;
  height : 240px;
}

#pheader {
  text-align : right;
  border-bottom : 4px solid #573AE8;
}

#pheader h1 {
  color : #103FB5;
  font-size : 2em;
  margin : 0px 20px;
}

#return {
  position : absolute;
}

.donate_button {
  background-image : url(/images/donate_button.png);
  background-repeat : no-repeat;
  display : block;
  width : 130px;
  height : 90px;
  float : right;
  margin-right : 12px;
  margin-top : 10px;
}
.donate_button:hover {
  background-position : 0px -91px;
  background-color : transparent;
}

/* =================SIDE BAR================= */
#sidebar, #sidebar_index {
  float : left;
  width : 350px;  
  text-align : center;
  margin-top : -12px;
  margin-left : -370px;
  font-style : italic;
  font-size : 0.8em;
}

#sidebar img {
  margin-bottom : 5px;
}

#sidebar_index {
  width : 250px;
  background-color : #103FB5;
  padding : 0px;
  padding-top: 50px;
  margin-left : -270px;
  margin-top : -16px;
  font-style : normal;
  text-align : left;
  font-size : 1em;
}



/* =================MENU================= */

#side_menu a {
  text-decoration : none;
  color : #fff;
  display : block;
  border-bottom : 0px solid #fff;
  padding : 1em;
  width : 160px;
  margin-left : 25px;
}

#top_menu {
  padding : 11px 25px;
  border-bottom: 1px solid #fff;
  text-align : left;
}

#top_menu a {
  text-decoration : none;
  color : #103FB5;
  border-left : 1px solid #fff;
  padding : 10px;
  margin : 0px;
  font-size : 0.95em;
}

#top_menu a:hover {
  color : #fff !important;
}

#top_menu a:first-child {
  border-left : 0px solid #CACDE0;  
}

#pageselected {
  background-color : #888;
}

#pageselected > a:first-child {
  color : #fff;
}

#menu_facebook img {
  position : absolute;
  margin-top : -11px;
  border : 1px solid transparent;
}

#menu_facebook:hover {
  background-color : #B5C1F1;
}

#menu_facebook:hover img {
  background-color : #B5C1F1;
  border : 1px solid #888;
}


/* =================CONTENT================= */
#content, #pcontent {
  margin : 10px 10px 0px 0px;
  padding-bottom : 20px;
  border-left : 390px solid #b5c1f1;
}

#pcontent {
  border-left-color : #fff;
}

#page_index #content {
  margin : 10px 10px 0px 0px;
  border-left : 250px solid #103FB5;
  padding-left : 20px;
  padding-bottom : 20px;
}

#pcontent {
  border-left-color : #fff;
}


#pcontent {
  padding : 2em;
}

body#page_sign-up #content, body#page_sign-up #pcontent {
  border-left : none;
  margin-left : 250px;
}

/* =================FOOTER================= */
#footer {
  clear : both;
  background-color : #000;
  padding : 20px;
}

#footertext {
  margin-left : 130px;
  text-align : center;
  color : #fff;
  font-size : 0.7em;
  line-height : 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

a.printversion {
  width : 80px;
  height : 20px;
  background : url(/images/printversion.gif) no-repeat;
  display : block;
  border : 2px solid transparent;
  float:left;
  position : relative;
  top : -20px;
  left : -100px;
}

a.printversion:hover {
  background-color : #888;
}

#page_updated {
  width : 150px;
  height : 21px;
  float : right;
  font-size : 0.7em;
  line-height : 1.5em;
}

div.printfooter {
  clear : both;
  font-family: Arial, Helvetica, sans-serif;
  text-align : center;
  padding : 0.25em;
  font-size : 0.7em;
  border-top : 4px solid #573AE8;
  margin-top : 2em;
}
div.printfooter a {
  text-decoration : none;
  color : #000;
}


/* =================BUTTONS================= */
a.stdbutton, a.stdbuttoni {
  font-size : 80%;
  text-decoration : none;
  border : 1px solid #333;
  background-color : #000;
  color : #fff;
  margin : 0.25em 0em;
  padding : 0.25em;
  text-align : center;
}

a.stdbutton {
  display : block;  
}

a.stdbutton:active, a.stdbuttoni:active {
  border-color : #345 #cde #def #678;
}

a.stdbutton:hover, a.stdbuttoni:hover {
  background-color : #eee;
  color : #000;
}

a.sectionbutton {
  font-size : 80%;
  text-decoration : none;
  border : 1px solid #666;
  background-color : #888;
  font-weight : bold;
  color : #fff;
  margin : 0.25em 0em;
  padding : 0.25em;
  text-align : left;
  display : block;
  width : 200px;
}

.sectionbutton.org_title{
  width : 590px;
}

a.facebook_link {
  background-image: url(/images/facebook.gif);
  background-repeat : no-repeat;
  background-position : 2px 4px;
  padding-left : 20px;
}

a.twitter_link {
  background-image: url(/images/twitter.gif);
  background-repeat : no-repeat;
  background-position : 2px 4px;
  padding-left : 20px;
}

span.updown {
  display : inline;
  background-color : #888;
  background-image : url(/images/up-down-arrow.gif);
  background-repeat : no-repeat;
  display : block;
  background-position : 0px 0px;
  width : 17px;
  height : 17px;
  float : right;
  position : relative;
  top : 0px;
}

span.updown_down {
  background-position : 0px -17px;
}

/* =================MESSAGES================= */

#error {
  background-color : #f66;
  padding : 1em;
  border : 2px solid #f00;
  text-align : center;
  margin : 1em;
  font-weight : bold;
}

#message {
  background-color : #fff;
  padding : 1em;
  border : 2px solid #036;
  text-align : center;
  margin : 1em;
  font-weight : bold;
  color : #036;
}

#flash {
  position : absolute;
  top : 100px;
  left : 50%;
  margin-left : -250px;
  width : 500px;
  background-color : #ff7;
  border : 2px solid #888;
  color : #000;
  padding : 10px;
  text-align : center;
  z-index : 10000;
}


/* =================FORM ELEMENTS================= */
.formitem {
  background-color : #eee;
  border : 1px solid #000;
}

.formitem:focus {
  background-color : #fff;
}

.formitemerror {
  background-color : #ff7;
  border : 1px solid #000;
}

span.formrequired {
  color : #f00;
  font-weight : bold;
  padding-right : 2px;
}

.formtitlebreak{
  line-height:1px;
  clear : right;
}

div.formtitle {
  float : left;
  text-align : right;
  font-weight : bold;
  width : 150px;
  padding : 5px 0px;
  font-size : 0.8em;
}

div.forminfo {
  margin-left : 164px;
  padding : 5px 0px;
}

input.formsubmit {
  color : #000;
  cursor : pointer;
  font-size : 1em;
}

div.error {
  margin : 10px auto;
  border : 2px solid #f00;
  background-color : #f88;
  padding : 0.5em;
  width : 300px;
  text-align : center;
}

/* =================GENERAL ELEMENTS================= */
a {
  color : #103FB5;
}

a:hover {
  color : #103FB5 !important;
  background-color : #bbb;
}

h1 {
  color : #103FB5;
}

h2 {
  color : #103FB5;
}

h3 {
  color : #103FB5;
}

/* =================IMAGES================= */
img.left {
  float : left;
  margin-right : 1em;
  vertical-align : text-top;
}

img.right {
  float : right;
  margin-left : 1em;
  vertical-align : text-top;
}

a.imagelink {
  padding : 3px;
  display : block;
}

a.imagelink:hover {
  color : #ccc
}

/* =================MISC ITEMS================= */
p.legalnotice {
  text-align : center;
  font-size : 0.8em;
  font-weight : bold;
}

p.copyright {
  text-align : center;
  font-size : 0.8em;
  color : #253161;
  line-height : 1.5em;
}

a.mvp {
  color : #fff;
  text-decoration : none;
}

a.mvp:hover {
  color : #000;
}

.center {
  text-align : center;
}

a.printversion {
  width : 80px;
  height : 20px;
  background : url(/images/printversion.gif) no-repeat;
  display : block;
  border : 2px solid transparent;
  margin : 2em auto;
}

a.printversion:hover {
  background-color : #888;
}

a.validator {
  width : 60px;
  height : 21px;
  background : url(/images/valid-xhtml10.png) no-repeat;
  display : block;
  border : 2px solid transparent;
  margin : 2em auto;
}

a.validator:hover {
  background-color : #888;
}

.devnotes {
  border : 2px solid #f00;
  background-color : #ff7;
  padding : 5px;
}

.article {
  background-color : #eee;
  border : 1px solid #888;
  padding : 1em;
  margin-bottom : 2em;
}


/* =================FAQs================= */
.faqs li {
    margin-top : 1em;
}

.faqs li a.faq_question {
  text-decoration : none;
  font-weight : bold;
}
.faqs li a.faq_question:hover {
  background-color : #888;
}

.faq_answer {
  margin:5px 2em 1em 2em;
  display:none
}


/* =================TinyMCE specific rules================= */
body.mceContentBody {
  background-color : #FFF;
  background-image : none;
  font-size : 1em;
  text-align : left;
}

/* =================Translate================= */
#translate {
  text-align : center;
  padding : 5px;
}
#stop_translate {
  display : block;
  margin-left : 35px;
  border : 1px solid #888;
  background-color : #fff;
  width : 151px;
  height : 24px;
}
#stop_translate:hover {
 background-color : #fff;
 border-color : #0f0;
}

/* ================= STORE ================= */
#catalog h2 {
  clear : both;
  border-top:1px solid #888;
  border-left:1px solid #888;
  border-right:1px solid #888;
  color: #036;
  padding : 0.51em; 
  background-color: #eef; 
  margin-bottom:0px; 
}

.catalog_section {
  width : 700px;
}

.catalog_price {
  font-weight : bold;
}

div.item {
  border : 1px solid #888;
  padding : 1em;
}

#ordercontent {
  font-size : 0.9em;
}

#ordercontent th {
  white-space : normal;
}

#ordercontent th {
  background-color : #aaf;
}

#cartbuttons {
  text-align : center;
  margin-top : 10px;
}

#error {
  margin : 10px auto;
  border : 2px solid #f00;
  background-color : #f88;
  padding : 0.5em;
  width : 300px;
  text-align : center;
}

#shoppingcart {
  background-color : #77f;
  -moz-border-radius : 5px;
  -webkit-border-radius: 8px;
}

#shoppingcart td {
  background-color : #fff;
  padding : 1px 3px;
}

#shoppingcart td.cart_input {
  background-color : #ff7;
}

#shoppingcart th {
  background-color : #aaf;
  color : #006;
  padding : 1px 3px;
}

span.cart_convert {
  color : #f00;
  background-color : #eee;
}

#cart_note {
  font-size : 0.8em;
  color : #f00;
}

.submit_button, .checkout_button, .return_button {
  font-size : 1em;
  padding : 0.25em 0.4em;
  color : #fff;
  font-weight : bold;
  font-size : 1.2em;
  border : 1px solid #fff;
  cursor : pointer;
  background-color : #939;
  -moz-border-radius : 5px;
  -moz-box-shadow: #888 2px 2px 2px;
  -webkit-box-shadow: #888 2px 2px 2px;
  -webkit-border-radius: 8px;

/*   border-radius: 5px;
  behavior: url(common/PIE.php); */

}

.return_button  {
  background-color : #ff7;
  color : #000;
}

.checkout_button {
  background-color : #6f6;
  color : #000;
}

.submit_button:hover, .checkout_button:hover, .return_button:hover {
  background-color : #77f;
}

.checkout_button:hover {
  background-color : #080;
  color : #fff;
}


#cart_location_currency {
  margin-bottom : 20px;
}

.order_fieldset legend {
  font-size : 1em;  
  background-color : #fff;
  padding : 10px;
  border : 1px solid #888;
  -moz-border-radius : 4px;
  -webkit-border-radius: 4px;
  font-weight : bold;
}


.order_fieldset {
  padding : 10px;
  background-color : #ffc;
  margin-bottom : 2em;
  border : 1px solid #939;
  -moz-border-radius : 8px;
  -webkit-border-radius: 8px;
}

#cart_location_currency {
  border : 1px solid #77f;
  width : 500px;
  -moz-border-radius : 6px;
  -webkit-border-radius: 6px;
  background-color : #aaf;
}

td#cart_total  {
  background-color : #ff7;
  font-weight : bold;
}

#page_process_donation #content {
  margin : 10px 150px 10px 150px;
  border-left : 0px solid #fff;
  padding-left : 20px;
  padding-bottom : 20px;
}

/* =================Video (YouTube)================= */
.video {
  padding : 1em;
  text-align:center;
}

#revolver_map {
  text-align:center; 
  margin:10px auto; 
  padding:0px; 
  width:300px; 
  height:300px
}


/* =================PARTNER================= */

.org {
  border : 1px solid #888;
  background-color : #eee;
  margin-bottom : 1em;
}

.org_title {
  background-color : #fff;
  font-weight : bold;
  font-height : 1.2em;
  padding : 3px 10px;
  border-bottom : 1px solid #888;
}

.partner_desc {
  padding : 3px 10px;
}

.partner_link {
  padding : 3px 10px;
}

#div_mediation_archive {
  border : 1px solid #888;
  padding : 0px 10px;
  background-color : #fff;
}

