/* generic
--------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #434342;
  text-align: center;
  /*background: #ffffff;*/
  
  background: #ccc url(../images/back_shadow.gif) top center repeat-y;
}

/* Malarkey Image Replacement */
.mir { letter-spacing : -1000em; }

/* MIR just for IE */
* html h1.mir, * html div.mir {
  text-indent: -999em;
}
/* End of hack */

/* MIR just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

/* container
--------------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

/* header
--------------------------------------------------------------------------------------------- */
#header {
	width: 750px;
	height: 140px;
	background: transparent url(../images/header.jpg) top left no-repeat;
	clear: both;
}

#header h1#header-branding a {
	float: left;
	width: 250px;
	height: 140px;
	/*border: 1px solid blue;*/
	display: block;
}

#header #header-donate {
	float: right;
	width: 140px;
	height: 32px;
	margin: 100px 80px 0 0;
	_margin-right: 40px;
	/*border: 1px solid blue;*/
}

#header #header-donate a {
	width: 140px;
	height: 32px;
	/*border: 1px solid red;*/
	display: block;
}

/* nav-main
-------------------------------------------------------------------------------------------- */

#nav-main {
	width: 100%;
	float: left;
	/*background-color: #000; */
	/*background-color: #9D8CAE;*/
	/*background-color: #B3C5E1*/

	background-color: #AABBD6;
	border-bottom: 1px solid #5F6DA1;
	border-top: 1px solid #5F6DA1;
}

#nav-main ul li {
	display: inline;
}

#nav-main ul {
	list-style: none;
	font-weight: bold;
	margin-left: 15px;
}

#nav-main ul li a {
	padding: 7px;
	/*border-right: 1px solid #5F6DA1;*/
	border-right: 1px solid #fff;
	/* color: #fff;*/
	color: #fff;
	text-decoration: none;
	float: left;
}

#nav-main ul li .last {
	border-right: 0;
	/*border-right: 1px solid #5F6DA1; */
	/*border-right: 1px solid #fff;*/
}

#nav-main ul li a:hover {
	background-color: #5F6DA1;
	/*background-color: #fff;*/
	color: #FFFFFF;
}

#nav-main ul li .selected {
	background-color: #5F6DA1;
	/*background-color: #B3C5E1;*/
	color: #FFFFFF;
}

/* nav-section
-------------------------------------------------------------------------------------------- */

#search {
	padding: 10px;
}

#nav-section {
	float: left;
	width: 180px;
	padding-top: 25px;
}

#nav-section ul {
	list-style: none;
	float: left;
	width: 180px;
}

#nav-section ul li a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	text-decoration: none;
	background: #AF9CC3;
	/*background: #9D8CAE;*/
}

#nav-section a:hover {
	background: #5F6DA1;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav-section ul li { float: left; height: 1%; }
* html #nav-section ul li a { height: 1%; }
/* End */




/* content
-------------------------------------------------------------------------------------------- */

#content {
  clear: both;
}  

/* content-main
-------------------------------------------------------------------------------------------- */

#content-main {
	padding-top: 20px;
	margin-right: 20px;
	margin-left: 200px;	
}


#content-main h2 {

	font-size: 22px;
	color: #272C51;
	margin-bottom: 10px;
}

#content-main h3 {
	font-size: 18px;
	color: #5F6DA1;
	margin-bottom: 5px;
}

#content-main h4, #content-main h4 a {
	font-size: 14px;
	color: #746881;
	margin-bottom: 5px;
}

#content-main a {
	color: #5F6DA1;
}

#content-main ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#content-main ol {
	margin-left: 25px;
	margin-bottom: 10px;
}

#content-main p {
	margin-bottom: 10px;
}

#content-main table {
	margin-bottom: 10px;
}


#content-main .content-table {
  border-collapse: collapse;
}

#content-main .content-table td {
  border: 1px solid #666;
  padding: 5px;
}

#content-main .content-table th {
  border: 1px solid #666;
  padding: 5px;
}

#content-main .photo {
  float: right;
  margin: 0 0 10px 10px;
}


/* donation form
-------------------------------------------------------------------------------------------- */
.donation-form table {
	width: 100%;
}

/*.contact-form {
	border: 1px solid #ccc; 
}*/


/* footer
-------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 10px;
	padding: 20px 0 10px 0;
	color: #666;
	font-size: 10px;
	text-align: center;
}