/*
css interface file for Australian Family Matters
author:				Mark
email:				mark@saucedesign.com.au
last modified:		31 Aug 06
 */
 
 
 html, body {
	background-color: #fbf8eb;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	color: #56564e;
	margin: 0px;
	height: 100%;
	}
		
	#wrapper, #wrapper_features {
		float: left !important;
		float: '';
		position: relative;
		min-height: 100%;
		left: 50%;
		top: 0px;
		margin-left: -485px;
		width: 970px;	
		background-color: #fff;
		font: normal 75%/20px arial;
		background: url(../images/interface/bckgr_sideShadowsHome.jpg) repeat-y left top;
		}
		
		#wrapper_features {
			background: url(../images/interface/bckgr_sideShadows.jpg) repeat-y left top;
		}
		
	/* create full page height in ie */
	
	*html #wrapper, *html #wrapper_features {
		height: 100%;
	}
		
		/* align content to center of wrapper */
		
		#container {
			position: relative;
			padding: 0px 35px 0px;
			}
		
		#banner {

			}
					
		#utilities_nav, #primary_nav {
			position: relative;
			width: 900px;
			height: 25px;
			background-color: #292f33;
			text-indent: 10px;
			color: #fff;
			border: 1px solid #fff;
			border-width: 1px 0px; 
			/*white-space: pre; */
			}  /* see navigation.css file for actual links within this div */
			
		#primary_nav {
			background-color: #d9b567;
			text-indent: 10px;
			border-width: 0px 0px 1px;
			} 	
			
	#sideNavigation_container {
		float: left;
		width: 195px;
		padding-top: 45px;
		margin-left: 1px;
		padding-right: 5px;
		height: 720px;
		background: url(../images/interface/leftSideElement.jpg) no-repeat left top;
		}
		
		#sideNavigation_content {	
			padding: 35px 0px 4px;
			font: normal 90% arial, verdana, 'trebuchet ms', sans-serif;
			color: #33373a;
			text-align: right;
			}

	#bodyContentContainer {
		margin-left: 230px;
		}

	#bodyContent {
		float: left;
		width: 650px;
		padding: 20px 0px 20px;
	
	}
	
	#flash_location {
		float: left;
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}
	
	#footer {
		float: left;
		width: 900px;
		font: normal 80% arial, verdana, 'trebuchet ms', sans-serif;
		text-indent: 180px;
		color: #838d8e;
		background-color: #fff;
		border-top: 1px solid #d5d9dd;
		padding: 5px 0px;
	}
	
	#sideNavigation_content ul li {
		display: block;
		clear: both;
		list-style-type: none;
		margin: 2px 0px;
	}
	
		
			
	