      /* Copyright 2009 Susan Corwin, all rights reserved  */
      /* to reuse this file, contact scorwin-intertwine@MochaExpress.com  */ 
/* CSS Document */
		
/* This file contains the layout css for the site
	BodyContainer - entire contents of all standard pages 
	BodyContainerMap - entire contents for Map pages

	Header - Logo, header statement; commonon on all pages
		includes top-nav - navigation; 

	Middle

	Footer - bottom section; common on all pages
*/

/* standard color definition
		sky		 91aaa5
		grass	 d5d110
		grass	 bbb832 -> adj for higher contrast
		forest	 768420
		slate	 557873
		charcoal 414132
		cream	 f5f5df
		khaki	 cfcfb5
		dk khaki b0b09a
*/

.body {
	background-color:#f5f5df;
	color:#414132;
	/* text-align: center; /* for IE */

	}
	
#BodyContainer {  /* a container for the entire page */
	 width:1052px;
	 padding:0px 0px 16px 50px;
	 margin:0px;
	 text-align:left;
	 background-color:#f5f5df;
	 color:#414132;
	 position:absolute;
	 top:0px;
	 left:0px;
	 }
	 
#Container-Header { 
	clear:both;
	width:952px;
	background-color: #f5f5df;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

#Container-Middle {  /* the middle "body" of the standard pages */
	clear: both;
	width:952px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#f5f5df;
/* common font defintion for all elements in middle section */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/* Sidebar middle section with narrower right side */
	#Middle-SB-Left {
		float:left;
		width:650px;
		padding:0px 8px 20px 0px;
		margin:0px;
		}
	#Middle-SB-Right {
		float:right;
		width:250px;
		padding:0px 0px 20px 0px;
		margin:0px 0px 5px 8px;
		}

/* Two equal column middle section  */



	#Middle-EQ-Left {
		float:left;
		width:450px;
		padding:0px 16px 20px 8px;
		margin:0px;
		}

	#Middle-EQ-Right {
		float:right;
		width:450px;
		padding:0px 8px 20px 16px;
		margin:0px 0px 20px 0px;
		border-left: 3px dotted #414132;
		}
	#Middle-Contact-Right {
		float:right;
		width:450px;
		padding:0px 0px 20px 16px;
		margin:0px 0px 20px 0px;
		}
		
#Footer-Container { /* common footer for all pages */
	float:none;
	clear:both;
	width:100%;
/* common text formating */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	