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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #4E5869;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #222222;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. *//*	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {
	font-size: 90%;
}
h1 {
	font-size: 150%;
	COLOR: #873949;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
h1.withsub {
	margin-bottom: 0 !important;
}
h2 {
	font-size: 130%;
	COLOR: #2f7491;
	color: #b53e56;
	font-weight: bold;
	margin-top: 0;/*	margin-top:10px;*/
}
h3 {
	font-size: 100%;
	COLOR: #7f6e71 !important;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0 !important;/*	margin-top:10px;*/
}
h3 a:link, h3 a:visited {
	color: #7f6e71;
}
.bottommargin {
	margin-bottom: 20px !important;
}
h3.nl {
	margin-bottom: 20px !important;
	vertical-align: middle;
	font-size: 90%;
}
p.notop {
	margin-top: 0 !important;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#container {
	width: 80%;
	width: 920px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	padding: 0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
	background: #f0f5f9;
	background: #dacfd7;
	height:100%;
}
.content div, .content p, .content li, .content table {
	margin: 20px;
	font-size: 90%;
}
.content div.toppic {
	margin-top: 10px;
}
.content h1, .content h2, .content h3 {
	margin: 0 20px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.banner {
	background: #f9f6e3;
	width: 100%;
	height: 128px;
	padding: 0;
}
/* ------------------- TOPNAV ----------------*/
#topnav {
	width: 85%;
	float: left;
	height: auto;
	padding: 0;
	position: relative;
	z-index: 800;
	margin: 0 -10px 0 -10px;
}
#topnav ul {
	padding: 0 !important;
	margin: 24px 0 0 0 !important;
	list-style-type: none;
}
#topnav ul li {
	float: left;
	width: auto;
	margin: 0;
	text-align: center;
	background: #873949;
	color: #ffffff;
	/*	padding:10px 14px 10px 13px;
	padding:4px;*/
	list-style-type: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #c8dfed;
}
#topnav ul li a {
	display: block;
	color: #ffffff;
	height: auto;
	min-height: 12px;
	padding: 7px 12px 8px 12px;
	font-size: 96%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url(images/navbar.gif) no-repeat 0 -2px;
}
#topnav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #b1576a;
}
#topnav ul.hn li ul {
	display: none;
}
#topnav ul.hn li:hover ul {
	display: block;
	position: absolute;
	z-index: 99999;
	width: auto;
}
#topnav ul.hn li ul li ul.vertical2 {
	display: none;
}
#topnav ul.hn li ul li:hover ul.vertical2 {
	display: inline-block;
	margin-left: 141px !important;
	margin-top: -27px !important;
}
#topnav ul.hn div.slide ul {
	margin-top: 0\9 !important;
}
#topnav ul.hn div.slide ul li {
	border-left: 1px solid #c8dfed;
	border-bottom: 1px solid #c8dfed;
}
#topnav ul.hn div.slide ul.group2 li {
	clear: both;
	width: 140px;
	text-align: left;
}
#topnav ul.hn div.slide ul.group3 li {
	clear: both;
	width: 140px;
	text-align: left;
}
#topnav ul.hn div.slide ul.group4 li {
	clear: both;
	width: 140px;
	text-align: left;
}
#topnav ul.hn div.slide ul.group5 li {
	clear: both;
	width: 140px;
	text-align: left;
}
#topnav ul.hn div.slide ul.group6 li {
	clear: both;
	width: 140px;
	text-align: left;
}
#topnav ul.hn div.slide ul.group7 li {
	clear: both;
	width: 140px;
	text-align: left;
}

/* -------- family pix -------------*/

#picholder {
	width:602px;
	height:456px;
	float:left;
}
#picholder img {
	border:8px solid #f6ebf3;
}
.picgallery {
	width:100%;
	height:500px;
	clear:both;
}
.content .thumbnails {
width:240px;
float:left;
margin:0;
}
.thumbnails h1 {
color:#523d42;
font-size:14px;
height:20px;
clear:both;
overflow: visible;
margin:0px 0 4px 0;
}
.thumbnails a {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	height:49px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#topnav ul.hn li:hover ul {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 26px;
	width: auto;
}
#topnav ul.hn li ul li:hover ul.vertical2 {
	display: inline-block;
	margin-left: 141px !important;
	margin-top: -27px !important;
	position: absolute;
	top: 27px;
}
}
.donate {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.logo {
	float: left;
}
div.showcase, div.showcase-content-container, div.jcarousel-skin-tango, div.showcasecontent, div.showcase-content {
	width: 920px !important;
	margin: 0;
	padding: 0;
	height: 302px !important;
}
div.showcase-content a img.feature {
	position: relative;
	right: 253px;
	top: 0;
	height: 302px;
	width: 667px;
	overflow: hidden;
}
div.showcase-caption {
	left: 667px;
	width: 230px !important;
}
.showcase-button-wrapper {
	width: 253px !important;
	top: -20px !important;
	left: 667px;
}
div.sdcarousel h3 {
	font-size: 12px !important;
	position: relative !important;
	top: 34px !important;
	left: 14px !important;
}
.bottom {
	background: #dacfd7;
	height: 140px;
	padding: 20px 20px 0 20px;
	color: #30322f;
}
/*.bottom h1 {
	color:#f66921;
}*/
.copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 70%;
}
/* -------------*/
/*
.locations {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:center;
	width:100%;
	height:100%;
	padding:0;
	position:relative;
}
.locations div {
	text-align:left;
}
.content .locmain {
	float:left;
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	clear:both;
	padding:0;
	position:relative;
}
.content .loc1, .content .loc2, .content .loc3, .content .loc4, .content .loc5 {
	float:left;
	display:block;
	padding:0;
}
.content .loc1, .content .loc2 {
	width:40%;
	margin:0 30px 20px 0;	
}
.content .loc3 {
	width:28%;
	margin:0 40px 20px 0;
}
.content .loc4, .content .loc5 {	
	width:28%;
	margin:0 30px 20px 0;		
}
*/
table.locs td {
	padding-bottom: 20px;
}
/* ---------- newsletter / signup ------------*/


#mc_embed_signup {
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	min-height:500px;
}
/* --------- FAQ ----------*/
p.q {
	margin-bottom: 0;
	font-style: italic;
	font-weight: bold;
}
div.a {
	margin-top: 0;
}
.icon {
	border: none;
	margin-right: 10px;
}
	

