@charset "utf-8";
body {
	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;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #D1EAFE;
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bg-container.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header {
	height: 176px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}
.oneColFixCtrHdr #nav {
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 24px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 85px;
	padding-bottom: 0;
	padding-left: 85px;
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bg-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	color: #2D5F9C;
	font-size: 30px;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
	color: #2D5F9C;
	font-size: 20px;
}

#rightcol h2.boldred {
	padding-top: 0px;
	font-weight: bold;
	color: #F30;
}
#bgimage {
	background-image: url(images/exp-eastshore.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: bottom;
	margin-bottom: 15px;
}

.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
	color: #2D5F9C;
	font-size: 14px;
}
.oneColFixCtrHdr #footer {
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bg-footer.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 85px;
	padding-left: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	background-position: center bottom;
	padding-bottom: 30px;
	font-size: 10px;
	color: #000;
}
.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;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p.copyright {
	margin: 0;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.navlink {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 24px;
	margin-top: 0px;
	line-height: 24px;
}
a.navlink:link {
	color: #FFF;
	text-decoration: none;
}
a.navlink:visited {
	color: #FFF;
	text-decoration: none;
}
a.navlink:hover {
	background-color: #FFF;
	color: #06C;
	background-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/white.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #093;
	text-decoration: underline;
	font-weight: bold;
}
.botnav {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
a.botnav:link {
	color: #000;
	font-weight: bold;
}
a.botnav:visited {
	color: #000;
}
a.botnav:hover {
	color: #093;
	text-decoration: underline;
}
.staffbio {

}
.staffphoto {
	float: left;
	padding: 3px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
}
dt {
	font-weight: bold;
	padding-bottom: 10px;
}
dd {
	padding-bottom: 15px;
}
.hotel {
	height: 175px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 500px;
}
#rightcol {
	float: right;
	width: 225px;
	margin-top: 95px;
	border: 5px double #4D79C4;
	margin-left: 20px;
	margin-bottom: 30px;
	background-color: #DFF0FF;
	padding: 10px;
}
.retreatimage {
	border: 3px solid #FFF;
}
#boldred {
	font-weight: bold;
	color: #F30;
}
li {
	list-style-position: outside;
	list-style-image: url(http://www.hunamua.com/lomiretreatmarch2010/graphics/bullet.jpg);
	list-style-type: none;
	padding-bottom: 5px;
}
.floatright {
	font-size: 10px;
	color: #000;
	float: right;
	text-align: center;
	padding: 10px;
	width: 225px;
}
