@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	position: relative;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #FFFFFF;
	background-image: url(../images/header_hermanas.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #header #home_btn {
	position: absolute;
	right: 15px;
	height: 50px;
	width: 68px;
	top: 187px;
}

.oneColFixCtrHdr #header img {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #navbar {
	background-color: #8CA68C;
	background-image: url(../images/nav_semicircle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
.oneColFixCtrHdr #navbar #leftlinks {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 410px;
	position: absolute;
	left: 20px;
	top: 10px;
}
.oneColFixCtrHdr #navbar #rightlinks {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 410px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.oneColFixCtrHdr #navbar a {
	width: 203px;
	display: block;
	float: left;
	height: 20px;
}
.oneColFixCtrHdr #navbar a#linksep {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9C1723;
}

.oneColFixCtrHdr #navbar a:link, .oneColFixCtrHdr #navbar a:visited {
	color: #9C1723;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	font-variant: small-caps;
}
.oneColFixCtrHdr #navbar a:hover {
	text-decoration: none;
	color: #000000;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/content_treebkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	min-height: 550px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent img#rightpic {
	border: 3px solid #8CA68C;
	margin-bottom: 10px;

}
.oneColFixCtrHdr #mainContent a {
	font-weight: bold;
	color: #9C1723;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:link {
	color: #9C1723;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #9C1723;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h1 {
	background-image: url(../images/h1_bkgd.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #footer {
	background:#8CA68C;
	text-align: center;
	height: 38px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
#slideshow {
	padding: 0px;
	width: 400px;
	text-align: center;
	margin: 0px;
}
#mainContent div#slidemenu {
	text-align: center;
}

.caption {
	font-size: 10px;
	font-style: italic;
	float:right;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	width: 408px;
	padding-right: 38px;
	padding-left: 76px;
}
.caption p.vidspecial {
	font-size: 14px;
	font-style: normal;
}

.photoboxes {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.captionall {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.smalltext {
	font-size: 10px;
}
#slideshowtable td {
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
#minicontainer {
	text-align: center;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
