﻿/* Layout By Robert F. <http://www.wdhaven.com/> */
html, body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, Arial, sans-serif;
	text-align: center;
} 

/* Stylesheet switcher hide */
.highRes
{
	display: none;
}

/* END Stylesheet switcher hide */
#container {
	margin:5px;
	width:960px;
	margin:auto;
	text-align:left;
}
#branding
{
	width: 100%;
	height: 90px;
	position:absolute;
	top: 0;
	background: url(../StyleImages/ccfm_logo.png) no-repeat scroll;
	text-align: right;
}
#header 
{
	position: relative;
	height:100px;
	/*border:0px solid #000000;*/
	padding:0px;
	margin:5px 0 0 0;
}

#left {
	display: inline;
	border: 0px solid #666;
	padding: 0;
	width: 230px;
	float: left;
	margin: 5px;
	margin-left: 0px;
	/*background-color: Fuchsia;*/
	/*margin:5px;
	margin-left:0;*/
	
	/* Ensures The Navigation will come below the Graphic Head Image */
	/*height: 300px;*/
	min-height: 300px;
}

#center {
	display:inline;
	border:0px solid #666;
	padding:0px;
	margin:5px;
	margin-bottom: 15px;
	width:440px;
	float:left;
	background-color: #FFF;
	overflow: hidden;
}

#right {
	display:inline;
	border:0px solid #666;
	padding:0px;
	width:270px;
	float:right;
	margin:5px;
	margin-right:0;
}

#footer 
{
	background: #C5D9F7;
	color: #666;
	border:1px solid #666;
	margin:0 0 5px 0;
	clear:both;
	padding:5px;
	height:40px;
	text-align:center;
}

#footer p {margin:0;}
ul.invs {
	list-style:none;
	margin:0;
	padding:0;
}

/* Layout Positional Class Styles */
.headGraphic 
{
	display: inline;
	margin: 5px 0 0 5px;
	width: 720px;
	float: left;
	overflow: hidden;
}

.breadcrumb /* Note: Styling is handled in the typeStyles StyleSheet */
{
	position: relative;
}

#siteSearch /* Note: Styling is handled in the typeStyles StyleSheet */
{
	position: absolute;
	bottom: 5px;
	right: 0;
}

.todayDate /* Note: Text Style is handled in the typeStyles StyleSheet */
{
	width: 865px;
}


