@charset "utf-8";


body {
	background: #c7cdb7;
	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: #462F26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.mentoneretreat_home #wrapper {
	width: 827px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c7cdb7;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mentoneretreat_home #topMenu {
	padding: 0px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.mentoneretreat_home #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 648px;
	background-image: url(../images/container_bkgrnd.png);
	background-repeat: no-repeat;
}
.mentoneretreat_home #navMenu {
	height: 101px;
	background-image: url(../images/mainmenu_back.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: center top;
}
.navMenu1 {
	height: 29px;
	margin-top: 14px;
	padding-top: 30px;
	width: 594px;
	text-align: left;
	margin-left: 30px;
}
.navMenu2 {
	height: 36px;
	width: 594px;
	padding-top: 10px;
	margin-left: 30px;
}


.mentoneretreat_home #flashContent {
	padding: 0px;
	height: 534px;
	background-image: url(../images/flashtemplate_lr.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center;
}

.mentoneretreat_home #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3E5410;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A714E;
}
h3 {
	font-size: 12px;
	color: #607385;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #CBC8C0;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.3em;
	text-indent: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
h5 {
	font-size: 12px;
	color: #214B74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #4F6325;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #6D8CA5;
	text-decoration: underline;
}
.picLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.picRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 30px;
}
.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;
}

#footer  {
	padding: 0 10px 0 20px;
	text-align: center;
} 

#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 */
	color: #3E5410;
}
