@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 13px;
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../layout2/bodyBackground2.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image: url(../layout2/headerBackground.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 390px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

strong {
   font-weight: bold;
}
h1 {
    margin-bottom: 0px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #645E4F;
}

h2 {
    margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #645E4F;
	border-bottom: solid 1px #645E4F;
}

h3 {
    margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #645E4F;
}

h4 {
    margin-bottom: 0px;
	font-weight: ;
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
h5 {
    margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	font-style:	italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
h6 {
   margin-bottom: 0px;
	font-weight: ;
	font-size: 11px;
	font-style: ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
p {
   margin: 0 0 12px 0;
}

ul {
	list-style-type: square;
	margin-left: 15px;
	}
	
td {
   vertical-align: top;
}

a:link {
   color: #009;
   text-decoration: underline;
}
a:visited {
   color: #639;
   text-decoration: underline;
}
a:hover {
    color: #8B465B;
	text-decoration: none;
}
a:active {
   color: #F00;
   text-decoration: underline;
}

/* HEADER FEATURE */
div.bodyFeature {
   float: right;
   width: 200px;
   border-left: 3px solid #999;
   margin: 4px 0 0 10px;
   padding: 10px;
   background-color: #fff;
   font-size: 11px;
   }

.bodyFeature p {
  margin: 0px;
}
/* TOP NAV */ 

div.topNav {
   text-align: left;
   padding: 344px 0 0 124px;
   }
.topNav ul {
	margin: 0px;
	padding: 0;
}
.topNav li {
    list-style: none;
	/* float: left; */
	display: inline;
	margin: 0;
	padding: 0;
}
.topNav li a, .topNav li a:visited {
    /* float: left; */
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FACE5D;
	padding: 4px 6px;
}
.topNav li a:hover {
    margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #FACE5D;
	text-decoration: underline;
}
/* end TOP NAV */
div.headerTestimonial {
	margin:10px 0 0 128px;
	}

.twoColFixRtHdr .bodyContainer { 
	margin: 0;
	padding: 0; 
	background-color: #ddd;
} 

.twoColFixRtHdr #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 34px 20px 0 20px;
	padding: 0px 12px 12px 20px;
	font-size: 12px;
	font-style: normal;
	color: #77705E;
}

.twoColFixRtHdr #sidebar1 {
	background: #D4CFBC;
	background-image:url(../layout2/caryatid-background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: solid 1px #928E85;
	margin: 0;
	padding: 0px 12px 12px 20px;
	/* color: #77705E; used with solid color background, not with caryatid background */
	color: #555; 
	position:relative;
}
.twoColFixRtHdr #sidebar1 p {
	font-size:12px;
}
.twoColFixRtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
.twoColFixRtHdr #sidebar1 ul li {
	margin-bottom: 5px;
	}
	
.twoColFixRtHdr #sidebar1 li a, .sidebar1 li a:visited {
	/* float: left; */
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #3851A0;
	padding: 0;
	font-style: normal;
}
.twoColFixRtHdr #sidebar1 li a:hover {
    margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #BB3434;
	text-decoration: underline;
	font-style: normal;
}

.twoColFixRtHdr #sidebar1 h3 {
	margin: 10px 0 4px 0;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* color: #BB3434;
	border-bottom: solid 1px #BB3434; */
	border-bottom: solid 1px #645E4F;
	/* color: #AD5772; */
	color: #8B465B;
	border-bottom: solid 1px #8B465B;
}

div.sidebar1-flower {
	/* position:relative;
	float: right; */
	position: absolute;
	text-align: right;
	top: -30px;
	/* margin-right: -20px; */
	right: -14px;
	width: 57px;
}

div.donate {
   padding-left: 2px;   
}

.twoColFixRtHdr .sidebar-feature {
	background: #D4CFBC;
	border: solid 1px #928E85;
	margin: 10px 0 0 0;
	padding: 12px 12px 12px 20px;
	color: #77705E;
}
.twoColFixRtHdr .sidebar-feature h3 {
	margin: 10px 0 4px 0;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #645E4F;
	border-bottom: solid 1px #8B826C;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 302px 0 150px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 14px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background-image: url(../layout2/footerBackgroundlogos.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 116px;
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 70px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.tableGallery {
	margin-top:20px;
	border-left: solid 1px #645E4F;
	border-bottom: solid 1px #645E4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border-right: solid 1px #645E4F;
}
table.tableGallery td {
	padding: 6px;
	border-right: solid 1px #645E4F;
	border-top: solid 1px #645E4F;
}
.tableGallery .mainImage {
	padding:6px;
	background-image:url(../layout/leftCol_bg.gif);
	background-repeat:repeat-x;
	background-color: #999999;
}
.tableGallery .heading {
 font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #645E4F;
 line-height: 14px;
  background-color: #fff;

}
