@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #B5BEAB url(images/page_bg.jpg) top left;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
	text-align:center;	
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}
A:visited {
	color: #FCF8E3; text-decoration: none;
}
A:hover {
	color: #4D674A; text-decoration: none;
}

blockquote {
	font-size: small;
	font-style: italic;
	text-align: center;
	text-indent: 0px;
}

#page_wrapper {
    position: relative;
	overflow:hidden;	/* This chops off any overhanging divs */
	width: 960px;
	margin-left: auto; 
	margin-right: auto;
	border: 4px solid #F4F4EE;
	text-align:left;
}

/*   */

#page_header {
	width: 100%;
	height: 180px;
	white-space: nowrap;
}  

#page_header h1 {
	padding-top:8px;
	padding-left:25px;
	width: 250px;
	float: left;
}

#page_header .img {
	float: right;
	margin-top: 12px;
	margin-right: 12px;	
	border: 1px solid #B58C70;
}

#page_header .signature {
	float: left;
}


/* subpages are all those below the home page */

#subpage_header {
	width: 100%;
	height:140px;
	white-space: nowrap;		
}  

#subpage_header .img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;		
	border: 1px solid #B58C70;
}

#subpage_header .signature {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

/* menu bar - common to all pages */
#menu_bar {
	height:30px;
	background: #B58C70;
/*	margin-top: 133px; */
	width: 100%;	
}

#subpage_menu_bar {
	height:30px;
	background: #B58C70;
/*	margin-top: 120px;*/
}

#menu_bar2 {
	margin-top: 10px;
	height:30px;
	background: #B58C70;
}

#menu_container ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	background-color: transparent;
	float: left;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}

#menu_container ul li { display: inline; }

#menu_container ul li a {
	padding: 0.2em 1em;
	background-color: transparent;
	float: left;
	border-right: 1px solid #BBB774;
}


/*   */
#content_wrapper {
	background: transparent top left no-repeat;
	float:left;
	margin-left: 10px;
	width:100%;
	position:relative;
	background: transparent top left no-repeat;	
	clear: both;
	float: left;	
}

/* wide left-hand column of 2-column page */
#column_left {
	float:left;
	width:660px;
	padding-left: 30px;
	overflow:hidden;
	margin: 0px;	
}
  
#column_left h3 {
  margin:10px;
  margin-right:15px;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #5F6153;
  text-align:left;
}
  
#column_left p {
  margin:10px;
  margin-right:15px;
  font-size:12px;
  line-height:18px;
  color: #333333;
  text-align:left;
}

#column_left img {
 	border: 1px solid #B58C70;
}

/* img1 is for a single centered image width 400 pixels */
#column_left .img1_400 {
	border: 1px solid #B58C70;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 140px;
}

#column_left .img1_400caption {
	font-size: x-small;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 140px;
	text-align: center;	
	border: none;	
}

/* narrow right-hand column of 2-column page */

#column_right {
	float: left;
	position:relative;
	overflow:hidden;   
	margin-left:20px;
	width:220px;
}
  
#column_right h3 {
  margin-right:10px;
  margin-left:0px;
  margin-bottom: 5px;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #B58C70;
  padding:4px;
}
  
#column_right p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-size:11px;
  line-height:16px;
  color: #333333;
  text-align:left;
}

#column_right img {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


/* page with one column */
#column_single {
	width:880px;
	padding-left: 30px;
	margin-right: 30px;	
	padding-top: 15px;
}
 
#column_single h1 {
  font-size: xx-large;
  font-weight: bold;
  color: #6F4F39;
  text-align:left;
	font-variant: small-caps;	
}
 
#column_single h2 {
	font-size: x-large;
	font-weight: normal;
	color: #6F4F39;
	text-align:left;
} 
 
#column_single h3 {
	margin-right:15px;
	font-size:medium;
	font-weight: bold;
	color: #6F4F39;
	margin-top: 30px;
	text-align:left;
}
 
#column_single h4 {
	font-size:medium;
	font-weight: bold;
	color: #6F4F39;
	margin-top: 25px;
	margin-right:15px;
	margin-bottom:15px;		
	text-align:left;
}

#column_single p {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
}

#column_single a:link {
	color: #4D674A;
	text-decoration: none;
	font-weight: bold;
}

#column_single a:hover {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}

#column_single a:visited {
	color: #4D674A;
	text-decoration: none;
	font-weight: bold;
}

#column_single li A:link {
	color: #FFFFFF;
	text-decoration: none;
}
#column_single li A:visited {
	color: #FCF8E3; text-decoration: none;
}

#column_single li A:hover {
	color: #4D674A; text-decoration: none;
}

#column_single hr {
	color: #B58C70;
	width: 90%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* img1_400 is for a single centered image width 400 pixels */
#column_single .img1_400 {
	border: 1px solid #B58C70;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 240px;
}

#column_single .img1_400_noborder {
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 240px;
}

#column_single .img1_400caption {
	font-size: x-small;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 240px;
	text-align: center;	
	border: none;	
}

#column_single table tr td .option {
	font-size:small;
	color: #333333;
	text-align: left;
}
	
/* 3imgrow is for a row of 3 images across the page */
.imgrow3:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

ul.imgrow3 {	/* class name didn't like starting with a number for some reason */
	margin:0 auto;
	padding:0;
	width: 840px;
	list-style: none;
}

.imgrow3 li {
	float: left;
	width:280px;	/* max width of image plus 1px border . also a third of the width of the ul (660px) this keeps it all central */
	margin:0 0 20px;
	padding:0;
	line-height:normal;
	text-align:center;
}

.imgrow3 li dl, .imgrow3 li dt { 
	margin:0;
	padding:0;
	font-size:.8em;
}

.imgrow3 li dd {
	margin:0 12px 30px;
	padding:0;
	font-size:.8em;
}

.imgrow3 li dt {
	margin-bottom:12px;
}

.imgrow3 dd.piccaption {
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding:0;
	font-weight:bold;
}

.imgrow3 dd span {
	font-style:italic;
}

.imgrow3 img {
	display: inline;
	margin:0 !important;	/* must be some other styling on the img tag in the css somewhere.. !important overrides it */
	padding:0 !important;
}


/* 2imgrow is for a row of 2 images across the page */
.imgrow2:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

ul.imgrow2 {
	margin:0 auto;
	padding:0;
	width: 840px;
	list-style: none;
}

.imgrow2 li {
	float: left;
	width:420px;	
	margin:0 0 20px;
	padding:0;
	line-height:normal;
	text-align:center;
}

.imgrow2 li dl, .imgrow3 li dt { 
	margin:0;
	padding:0;
	font-size:.8em;
}

.imgrow2 li dd {
	margin:0 12px 30px;
	padding:0;
	font-size:.8em;
}

.imgrow2 li dt {
	margin-bottom:12px;
}

.imgrow2 dd.piccaption {
	margin:0 0 12px 0;
	padding:0;
	font-weight:bold;
}

.imgrow2 dd span {
	font-style:italic;
}

.imgrow2 img {
	display: inline;
	margin:0 !important;	
	padding:0 !important;
}

.border {
	border: 1px solid #B58C70;
}	

/* caption for beneath pictures - centered with small text */
.piccaption {
	font-size:x-small;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;	
	padding-bottom: 20px;

}  

.piccaptiontextonly {
	font-size:x-small;
	line-height:12px;
	color: #333333;
	text-align: center;
	vertical-align: top;
}  

.backtotop {
	color: #4D674A;
	font-weight: bold;
	font-size: small;
	float: right;
}

/* page footer */

#page_footer {
	height: 30px;
	background: #B58C70;
	clear:both;
	float:left;
	width:100%;  
}  

.copyright {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	float: left;
	margin-left: 2em;
	padding: .8em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.last_update {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	float: right;
	margin-right: 2em;
	padding: .8em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
}