/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #000000;
}

h1 {
	font-size: 190%;
	font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #f05c27;
}

h2 {
	font-size: 160%;
	font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #16143F;
}

h3 {
  font-size: 140%;
  font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
  font-weight: normal;
  color: #16143F;
}

h4 {
  font-size: 125%;
  font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
  font-weight: normal;
  color: #16143F;
}

h5 {
  font-size: 115%;
  font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
  font-weight: normal;
  color: #16143F;
}

h6 {
  font-size: 105%;
  font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
  font-weight: normal;
  color: #16143F;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 15px 0;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

div, span, img {
  margin: 0;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

html{
  background: #d5d1e9 url("/images/background.gif") repeat;
}

body {  
  /*background: #d5d1e9 url("/images/background.gif") repeat;*/
  background-color: transparent;
}

#navy_band {
  background-color: #16143f;
  height: 280px;
  margin: 20px -8px 0 -8px;
}

#container {
  width: 1000px;
  margin: -260px auto 20px auto;
}

.logo {
  float: left;
  width: 419px;
}

.search {
  float: right;
  width: 300px;
}

h1.search_header {
  float: right;
  font-size: 130%;
  color: #ffffff;
  margin-top: 1px;
  margin-right: 10px;
}

input.text {
  float: right;
  border: 1px solid #f05c27;
  padding-bottom: 5px;
  margin-top: -1px;
  margin-right: 10px;
}

input.button {
  float: right;
  margin-top: -1px;
}

div.clear {
  clear: both;
}

#main_content {
  margin-top: 20px;
  border-top: 5px solid #f05c27;
  background-color: #ffffff;
  padding: 20px 20px 0px 20px;
}

.banner img {
  border: 1px solid #16143f;
}

img.banner_padding {
  margin-right: 13px;
}

img.donation_star {
  position:absolute;
  margin-left: 830px;
  margin-top: -60px;
}

#grey_rule {
  border-top: 1px solid #666666;
  border-bottom: 4px solid #dddddd;
  margin: 20px 0;
}

.nav {
  float: left;
  width: 238px;
  background: #ffffff url("/images/nav_background.gif") repeat-x;
  padding-top: 10px;
}

.nav h1 {
  border-bottom: 1px solid #dddddd;
  margin-top: 5px;
  padding: 0 10px 5px 10px;
  display:block;
  font-size: 18pt;
}
.nav h1 a{
  width:100%;
  display: block;

}

.nav h1 a:link,
.nav h1 a:visited {
  font-size: 65%;
  color: #666666;
  text-decoration: none;
}

.nav h1 a:hover,
.nav h1 a:active {
  color: #f05c27;
}

.nav h1 ul {
  margin: 0px 0;
}

.nav h1 ul li {
  font-size: 80%;  
  color: #666666;
  list-style: none;
}

#content {
  float: right;
  width: 710px;
  border-top: 5px solid #f05c27;
}

.quote {
  background-color: #d3d1f7;
  padding: 3px 20px;
}

.quote p {
  color: #16143f;
  font-style: italic;
  font-size: 145%;
  font-family: "Georgia", Georgia, "Book Antiqua", "Palatino", serif;
  text-align: center;
}

a:link,
a:visited {
  color: #f05c27;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #4d47dd;
}

#footer_left {
  float: left;
  font-size: 85%;
  color: #16143F;
}

#footer_right {
  float: right;
  font-size: 85%;
  color: #16143F;
}

#footer_center {
  float:left;
  font-size: 85%;
  width:520px;
}

#footer_right a:link,
#footer_right a:visited {
  color: #4d47dd;
  text-decoration: underline;
}

#footer_right a:hover,
#footer_right a:active {
  color: #f05c27;
}

button{
  width:148px;
  height: 33px;
  font-family: 'Arial';
  font-size: 10pt;  
  /*background-color: rgb(200,200,255);*/
  background-image: url(/images/button_background.png);  
  border:none;
  color:white;
  font-weight:bold;
  cursor:pointer;
  
  cursor:hand;
}

.odd{
  width:690px;
  background-color: rgb(230,230,255);
  border: 0px;
  margin: 0px;
  padding:10px;
}

.even{
  width:690px;
  background-color: white;
  border: 0px;
  margin: 0px;
  padding:10px;
}

.subnav {
  float: left;
  width: 238px;
  /*background: #ffffff url("/images/nav_background.gif") repeat-x;*/
  padding-top: 10px;
  background: #D3D1F7;
}

.subnav h1 {
  /*border-bottom: 1px solid #dddddd;*/
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  /*display:block;*/
  font-size: 10pt;
}
.subnav h1 a{
  width:100%;
  display: block;
  padding:0px;
}

.subnav h1 a:link,
.subnav h1 a:visited {
  font-size: 100%;
  color: #666666;
  text-decoration: none;
}

.subnav h1 a:hover,
.subnav h1 a:active {
  color: #f05c27;
}

.subnav h1 ul {
  margin: 0px;
  padding: 0px;
}

.subnav h1 ul li {
  font-size: 90%;  
  color: #666666;
  list-style: none;
  padding: 0px;
}