﻿/* 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;
	background: url(../ccfm_logo_large.png) none fixed;
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
} 
/* Hides StyleSheet changer */
.lowRes
{
	display:none;
}
/* End StyleSheet Changer*/

#container {
	margin:5px;
	width:770px; /* This Value should change depending on Stylesheet */
	margin:auto;
	text-align:left;
}
#branding
{
	width: 100%;
	height: 86px;
	position:absolute;
	top: 0;
	background: url(../StyleImages/ccfm_logo.gif) no-repeat;
	text-align: right;
}
#header 
{
	position: relative;
	height:100px;
	padding:0px;
	margin:5px 0 0 0;
}

#left 
{
	display: inline;
	border: 0px solid #000000;
	padding: 0;
	width: 155px; /* This Value should change depending on Stylesheet */
	float: left;
	margin: 5px;
	margin-left: 0px;
	
	/* Ensures The Navigation will come below the Graphic Head Image */
	height: 300px;
	min-height: 300px;
}

#center {
	display:inline;
	border:0px solid #000000;
	padding:0px;
	margin:5px;
	width:380px; /* This Value should change depending on Stylesheet */
	/*width:394px;*/
	float:left;
	background-color: #FFF;
}

#right {
	display:inline;
	border:0x solid #666;
	padding:0;
	width:215px; /* This Value should change depending on Stylesheet */
	float:right;
	margin:5px;
	margin-right:0;
	background-color: #FFF;
}

#footer 
{
	background: #194DA1;
	color: #ccc;
	border:1px solid #000000;
	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: 0px;
	margin-bottom: 0;
	width: 600px; /* This Value should change depending on Stylesheet */
	height: 100px;
	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: 0;
	right: 0;
}

.todayDate /* Note: Text Style is handled in the typeStyles StyleSheet */
{
	width: 675px;
}

