/* Copyright (c) 2007 The Family International. All rights reserved. */

body {
/*  background: #096a8e; ORIGINAL BLUE */
/*  background: #06465e; DARK BLUE */
  background: white url(images/g_blu.gif) repeat-x;
  color: #000;
  font-family: 'trebuchet ms', arial;
  margin: 0px;
}

a:link, a:visited, a:active {color: #800100}
a:hover {cursor: pointer; color: #01017f;}

/* ---- MAINFRAME LAYOUT ---- */

#container {
  text-align: left;
  margin: 10px auto 0px auto;
  width: 880px;
  background: url(images/container.gif) repeat-y;
}

#container_table {
  margin: 0px 4px 0px 4px;
  width: 872px;
}

#container_top {
  background: #096a8e url(images/container_top.gif) no-repeat;
  padding: 2px;
}

#container_bottom {
  background: #096a8e url(images/container_bottom.gif) no-repeat;
  padding: 2px;
}

/* ---- HEADER ---- */

#header {
  height: 100px;
  background: #0d84b1;
  margin: 0px 4px 0px 4px;
}

/* ---- LANGUAGE MENU ---- */

#site_language_combo {
  float: right;
  padding: 30px 20px 0px 0px;
}

#site_language_combo p {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  text-indent: 0px;
}

/* ---- MAIN MENU ---- */

#mainmenu {
  background: #f9c325 url(images/main_menu.gif) no-repeat;
  font-size: 90%;
  border-top: 1px solid #800100;
  border-bottom: 1px solid #800100;
  padding: 2px;
  margin: 0px 4px 0px 4px;
}

.ns_main_menu {
  text-align: right;
}

.ns_main_menu a:link, .ns_main_menu a:visited, .ns_main_menu a:active {
  padding: 2px 8px 2px 8px;
  color: #800100;
  text-decoration: none;
}

.ns_main_menu a:hover {
  color: #FFF;
  background: #800100;
}

.ns_main_menu a.ns_active_menu, .ns_main_menu a:visited.ns_active_menu {
  color: #FFF;
  background: #800100;
}

/* ---- SIDEBAR ---- */

#sidebar_td {
  padding: 15px 10px 0px 10px;
  margin: 0px;
  background: #f7f7f7;
}

#sidebar {
  width: 250px;
  padding: 0px 0px 80px 0px;
  margin: 0px;
}

.ns_logged_in_text {
  padding: 5px;
}

.ns_sidebar_title {
  padding: 15px 0px 5px 0px;
  color: #800100;
}

#sidebar h3 {
  color: #800100;
  font-size: 100%;
  padding: 3px 5px 3px 16px;
  background: #f9c325 url(images/sidebar_h3.gif) no-repeat;
  border-top: 1px solid #800100;
  border-bottom: 1px solid #800100;
  margin: 10px 0px 0px 0px;
}

.ns_sidebar_contents {
  padding: 15px;
}

#sidebar ul {
  list-style: inside;
}

#sidebar li {
  padding: 3px 0px 3px 0px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
  color: #800100;
  text-decoration: underline;
}

#sidebar a:hover {cursor: pointer; color: #000;}

/* ---- CONTENTS ---- */

#contents_td {
  padding: 15px 20px 20px 20px;
  margin: 0px;
  background: #FFF;
}

#contents {

}

.ns_contents {

}

#contents h3 {
  font-size: 140%;
  color: #800100;
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 10px 0px;
  border-bottom: 1px solid;
  clear: both;
}

.ns_contents h4 {
  font-size: 110%;
  padding: 5px 0px 5px 0px;
  margin: 10px 0px 10px 0px;
  color: #800100;
  border-bottom: 1px dotted;
}

.ns_output_gift {
  padding-bottom: 20px;
}

.ns_output_gift input {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
}


/* ---- FOOTER ---- */

#footer {
  clear: both;
  padding: 2px;
  text-align: center;
  margin: 0px 4px 10px 4px;
  background: #f9c325 url(images/main_menu.gif) no-repeat;
  color: #800100;
  font-size: 80%;
  font-weight: bold;
  border-top: 1px solid #800100;
  border-bottom: 1px solid #800100;
}

#footer a:link, #footer a:visited {
  color: #800100;
  text-decoration: underline;
}

#footer a:hover {cursor: pointer; color: #FFF}

/* ---- TABLES ---- */

.ns_table_full {
  border: 1px solid #800100;
}

th, .ns_column_header {
  background: #f9c325 url(images/main_menu.gif) no-repeat;
  color: #800100;
}

.ns_row_shade, .ns_row_shade_bt {
  background: #fff6de;
}

.ns_row_highlight {
	background: #ffdb7a;
}

.picture_left_box, .picture_right_box, .picture_center_box {
  background: #fff6de;
  border: 1px solid #800100;
}

/* site specific styles */

.home_div {
  border-top: 1px solid #800100;
  padding: 0px 0px 20px 0px;
  clear: both;
  margin-top: 10px;
}

.home_div p {
  text-indent: 0px;
}

.home_div img {
  float: left;
  margin: 0px 20px 0px 0px;
  padding-bottom: 10px;
}

.home_div h5 {
  color: #800100;
  font-size: 120%;
  margin: 0px;
}

.home_div a:link h5, .home_div a:visited h5, .home_div a:active h5 {color: #800100; text-decoration: none;}
.home_div a:hover h5 {cursor: pointer; text-decoration: underline;}

.img_left {
  padding: 0px 20px 0px 0px;
  float: left;
}

.img_right {
  padding: 0px 0px 0px 20px;
  float: right;
}


