@charset "utf-8";
/*  */

* {
	font-family:Geneva, Arial, Helvetica, san-serif;
}

body {
	width:730px;
}

.header h1,
.header h2,
.header p {
	margin: 0 0 0 5%;
}
.smallheader {
/*	font-size:.6em;*/
	height:100px;
	border-bottom: solid #92352f 2px;
}
.headerimage {
	float:left;
}

.headertext {
	font-size:.9em;
	float:right;
	text-align:center;
	vertical-align:middle;
	margin: .3em 2em 0 0 ;
}


#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.smallfooter {
	margin: 1em 0 .3em 0 ;
	text-align:center;
		
}

#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	margin-left:2%;
}
 
/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:518px;
	background:#92352f; /* column 1 background colour */
}



#col1 {
	color:#fff;
	float:left;
	width:192px;
	position:relative;
	left:523px;
/*	overflow:hidden;*/
	z-index:150;
}

.menuheader {
	margin: .5em;
	font-size: 1em;
}

.menuheader h1 {
	margin-bottom:-1em;
	font-weight:bold;
}

.menuheader h2 {
	margin-bottom: 1em;
	line-height: 1.3em;
}


#col2 {
	color:#603730;
	float:left;
	width:513px;
	position:relative;
	left:543px;
	overflow:hidden;
}


.post {
	background-color:#f9f9f5;
	
}

.post h3 {
	background-color:#92352f;
/*	border-bottom: #fff 5px solid;*/
	line-height: 1.25em;
	font-size:1.15em;
	font-weight:bold;
	color:#FFF;
	width:100%;
	padding: 0em 0em 0em 1em;
	margin: 1em 0 0;
}

.post p {
/*	clear:both;*/
	margin: 0 0 0 0;
	padding: .75em 1em .5em;
}

.post table {
	margin: .75em .5em;
}


.post h4 {
	text-align:right;
	font-weight:bold;
}

.smallnote {
	font-style:italic;
	font-size: small;
	margin-top: 3em;
}

.bolditem {
	font-weight:bold;
}

.authorbio h3 {
	font-weight: bold;
	margin: .3em 0em;
}

.authorbio img {
	float:left;
	border: 1px black solid;
	margin: .3em;
}

.authorbio p {
	margin;
}
/*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */   /*  */

/*   Pictures and captions
Include a div class="imagewrap" around all pictures. and use a div class="spacer" before and after the entire group.


Types of pictures are
thumbnails = Thumbnail on the left, caption on the right. They are a set height and width.
mediumimage  = Picture with a caption below. Height and Width are not set.  
withcaption = Picture with caption <img> first, then <p>
*/
div.imagewrap { margin-bottom: 0;}
div.spacer {  clear: both;  height:2px; }



/*thumbnails*/
div.thumbnail {
  background-color:#F9F9F5;
  background-color:#fff;
  margin: 1px 2px;
  float: left;
  width: 47%;
  height: 100px;
}

div.thumbnail img {
	margin: .2em;
	border: none;
	float:left;
	max-width:98%;
	max-height: 98%;
	width: auto;
}

.newsletter {
	height: 70px;
	width: 70px;
}

div.thumbnail p {
	font-size: 1em;
	margin: 0em .1em ;
	padding: 0;
	text-align: center;
	overflow:hidden;
   }

#guidestar img {
	float:none;
}

#guidestar p {
	font-size: .68em;
}

/*End Thumbnails*/

/*Medium image*/
div.mediumimage {
	float:left;
	margin: 1px 1px;
	text-align: center;
	width:45%;
	margin: 0 1%;
}

div.mediumimage img {
	float: none;
	max-width:100%;
	max-height: 100%;
	width: auto;
	margin: .7em 0em .2em 0em;
	border: solid 1px black;
}

div.mediumimage p {
	font-size: .7em;
	margin: 0em .1em ;
	padding: 0;
	text-align: center;
	overflow:hidden;
}

/* withcaption    */

div.withcaption {
	float:left;
	
}

div.withcaption img {
	text-align:center;
}

div.withcaption img.scaled {
	width:100%;


}

div.withcaption p {
	text-align:center;
		
	
}





/*         End Images             */
/*Donatin table*/
#donationtable {
	table-layout:fixed;
	font-weight:bold;
}

#donationtable td {
	padding: 0px 15px;
	width: 14em;
}

#donationtable .tablecol2 {
	width: 5em;
	text-align:right;
}
