@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background:#eee url(../images/topbackall.png) repeat-x;
	
	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:#666;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 #999;
	text-align: left;
		color:#333;
	font-size:12px;
	line-height:18px;
	/* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container p {
	color:#333;
	font-size:12px;
	line-height:18px;
	
}
.oneColFixCtrHdr #flash1 {
	float:inherit;
	position:relative;
	width:380px;
	margin-left:5px;
	background-image:url(../images/animationmotto.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.oneColFixCtrHdr #lbb{
	float:inherit;
	position:relative;
	margin-top:-95px;
	margin-left:5px;
	width:380px;
	height:70px;
	/*padding-bottom:20px;*/
	/*background-image:url(../images/animationmotto.jpg);*/
	/*background-repeat:no-repeat;*/
}
.oneColFixCtrHdr #header {
	background: #eeeeee; 
	padding: 0 10px 0 20px;
 height:115px;
	background-image:url(../images/the-maples-header.jpg)/* 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. */
}

.oneColFixCtrHdr #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;
	text-align:right;
	padding-top:75px;
	
	font-size:12px;
	color:#060/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #nav1  {
	vertical-align:middle;
	text-align:center;
	height:14px;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
color:#063;
font-size:12px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #topimage {
	padding:1px 0px;
		clear:left;
		height:110;
		
}
.oneColFixCtrHdr #mainContent a{
	color:#093;
	text-decoration:underline;
	width:380px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #mainContent a:hover{
	color:#060;
	text-decoration:none;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #mainContent h1{
	font-size:14px;
	color:#063;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
    
}
.oneColFixCtrHdr #mainContent h3{
	font-size:13px;
	color:#333;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
    
}
.oneColFixCtrHdr #leftbox{
	margin-left:-15px;
	padding:3px 0px 0px 0px;
	height:248px;
	width:388px;
	float:left;
	position:relative;
	background-image:url(../images/the-maples-content-box.jpg);
	background-repeat:no-repeat;
	
}
.oneColFixCtrHdr #rightbox{
	margin-left:-2px;
	margin-right:-10px;
	padding:3px 0px 0px -10px;
	background-image:url(../images/the-maples-content-box.jpg);
	background-repeat:no-repeat;
	/*float:right;*/
	height:248px;
	width:388px;
	/*position:relative;*/
}
.oneColFixCtrHdr #rightbox h1{
}
.oneColFixCtrHdr #leftbox h1{
}

.oneColFixCtrHdr #content{
	padding:3px 20px 0px 15px;
	
}
.oneColFixCtrHdr #mainContent h2{
	font-size:16px;
	color:#063;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
    
}
.oneColFixCtrHdr #mainContent p{
	color:#333;


}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeeee;
	background-image:url(../images/the-maples-footer-back.jpg);
	background-repeat:repeat-x;
	height:35px;
}
.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:11px;
	color:#666;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#999;
	
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;
	color:#333;
	
}

