body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,clean,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	/*color:#61676d;*/
	color:#3b4044;
}

h2, h3{
 	font-size:1.1em;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
	font-size:12px;
}

h1{
	font-size:1.25em;/*pjv 6/23/09*/
}

p{
	margin: 15px 0 5px 0;
	line-height:20px;
}

a, a:visited{
	color: #3b4044;
/*	color: #fff;*/
	text-decoration:none;
	font-family: arial,helvetica,clean,sans-serif;
	color:#0A4E95;

}

a:hover{
	color: #1aabfe;
	cursor: pointer;

}


html,body{
	/*background: #d6d6d6;*/ /*color removed as per discussion with Jim Larkey 6/23/09*/
	margin: 0 auto;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

div#cfs-container {
    background:#fff;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    margin:0 auto; /* center, not in IE5 */
    min-height:100%; /* real browsers */
    position:relative; /* needed for footer positioning*/
  /*  width:980px;*/
  	width:100%;
}

div#cfs-admin-container {
    background:#fff;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    margin:0 auto; /* center, not in IE5 */
    min-height:100%; /* real browsers */
    position:relative; /* needed for footer positioning*/
    width:98%;
}

	
.cfs-admin-header{
	float: left;
	color: #AAAAAA;
	font-style: italic;
}	
	
.cfs-body-main{
    padding:3px 0 5em 0; 
    !padding:5px 0 5em 0;
	/*width: 100%;*/
	width:980px;
	margin:auto;
	/*background: #fff url(../images/WEBgradient.gif) no-repeat fixed center;*/
	
}

.cfs-center{
	text-align: center;	
	margin-top:20px;
}

.cfs-center-div-x-small{
	margin: 0 auto;
	width: 350px;
}

.cfs-center-div-small{
	margin: 0 auto;
	width: 500px;
}

.cfs-center-div-large{
	margin: 0 auto;
	width: 700px;
}

.cfs-left{
	float: left;
	margin-right: 3px;
}

.cfs-left a, .cfs-left a:visited{
	color: #000;
	color:#61676D;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	
}
.cfs-left a:hover{
  color: #00549F;
  cursor: pointer;
}

.cfs-med{
	width: 295px;
}
.cfs-med-1{
	padding-left: 5px;
	width: 390px;
}

.cfs-large{
	width: 495px;
}
.cfs-x-large{
	width: 600 px;
}

.cfs-x-large a:hover{
	color: #000;
}

.cfs-clear{
	clear: both;
}


.cfs-footer{
/*   position: absolute;*/
   width: 980px;
   top: auto;
   bottom: 0;
   clear:both;
   margin:auto;
}

.cfs-footer .left{
	color: #3b4044;
	float: left;
	font-size: 9.5px;
	margin-left:5px;
	width: 45%;
}

.cfs-footer .right{
	color: #00549F;
	float: right;
	font-size: 9.5px;
	margin-right: 5px;
	text-align: right;
	width: 45%;
}

.cfs-footer .line{
	height: 2px;
	background: #00549f;
	margin-bottom: 5px;
}

/*
#cfs-gallery {
	margin: 0 auto;
	padding: 5px;
	width: 400px;
	}

#cfs-gallery ul {	
  float: left;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 440px;
}
 
#cfs-gallery li {
  float: left;
	display: table;
  margin: 0;
  padding-bottom: 10px;
	text-align: center;
  width: 200px;
}
*/

/*as done by scott to cover the photo gallery issues*/
#cfs-gallery {
	margin: 0 auto;
	padding: 5px;
	width: 500px;
	}

#cfs-gallery ul {	
  float: left;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
 
#cfs-gallery li {
	float: left;
	display: inline;
	padding-bottom: 20px;
	text-align: center;
} 

.cfs-gallery-small{
	width: 250px;
}
.cfs-gallery-med{
	width: 240px;
}
.cfs-gallery-large{
	width: 500px;
}


#cfs-gallery ul a:hover img {
	border: 0px;
	border-width: 0px;
}
#cfs-gallery ul a:hover { color: #fff; }



.cfs-header, .cfs-home-body{
	margin:0 auto;
	/*width: 790px;*/
	width:980px;
	/*background-color:#fff;*/
}

.cfs-home-body{
	margin-top:15px;
}

.cfs-header-breadcrumb{
	/*background-image: url(/images/breadcrumb_bg.png);
	background-repeat: repeat-y;
	*/
	margin: 2px 0;
	padding:0px;
	font-size: 10px;
	text-align: left;
	/*width: 790px;*/

	/*background:#ccc;*/
	/*background-color: rgb(13,43,135);*/
	width:980px;
	height:11px;
	color:#fff;
	margin-top:15px;
/*	padding-top:15px;*/
/*	position:absolute;*/

	
	
}

.cfs-header-breadcrumb a, .cfs-header-breadcrumb a:visited{
	text-decoration: none;
}

.cfs-header-breadcrumb a:hover{
	color:#dcdcdc;
}


.cfs-header img{
	float: left;
	vertical-align:bottom;
}

.cfs-home-header{
	background-color: gray;	
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
	width: 500px;
}

.cfs-home-left{
	width: 303px;
	float: left;
}

.cfs-home-center{
	width: 303px;
	float:left;
	margin-left:30px;
}

.cfs-news-headlines{
	float: right;
/*	margin: -17px auto;*/ 
	width:275px;
	margin:auto;
}
.cfs-news-headlines-header{
/*	background: #ccc;
	color: #fff;
	font-weight: bold;
	float: right;
	text-indent: 10px;
	width:246px;
	*/
	width:207px;
	height:22px;
	background-image: url(/images/CanfieldInTheNews-normal.png);
}

.cfs-news-body{
	width:250px;
	margin-left:20px;
}

.cfs-news-headlines a, .cfs-news-headlines a:visited{
/*	color: #00549F;*/
	color: #3b4044;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	
}

.cfs-news-headlines .cfs-news-date{
	color: #585858;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
}

.cfs-news-headlines-header a{
/*	text-decoration: underline;*/
	background-image: url(/images/CanfieldInTheNews-normal.png);
	width:207px;
	height:22px;
	
}
#cfs-news-headlines-header-img {
	background-image: url(/imaes/CanfieldInTheNews-normal.png);
	width:207px;
}

a.cfs-news-headlines-header-img:hover {
	background-image: url(/images/CanfieldInTheNews-hover.png);
}

.cfs-news-headlines-header:hover{
/*	text-decoration: underline;*/
background-image: url(/images/CanfieldInTheNews-hover.png);
	
}

.cfs-nav-primary, .cfs-nav-primary a, .cfs-nav-primary a:visited{
	bottom:0;
  color: #00549F;
  font-weight: bold;
  text-decoration: none;
}
.cfs-nav-primary a:hover{
	text-decoration: underline;
}

#head-wrapper{
	width:980px;
	height:100%;
	position:relative;
/*	float:right;*/
	text-align:right;
	height:20px;
	align:auto;
	margin-top:10px;
}

.cfs-nav-secondary{
	bottom:0;
	margin-right: 20px;
	position:absolute;
	right:0;
}

}
.1cfs-nav-secondary{
background:red;
		height: 135px;
	margin-left: auto;
	padding-right: 20px;
   text-align: right; /* depends on element width */
	vertical-align: bottom;
	width: 800px;
}

.cfs-nav-secondary, .cfs-nav-secondary a, .cfs-nav-secondary a:visited, .cfs-nav-secondary label { /* visited pseudo selector so IE6 applies text colour*/
	color: #3B4044;
	text-decoration: none;
	font-size: 11px;
} 

.cfs-page-left{
	float: left;
	margin: 0 0 0 0px; 
	width:198px;
/*	width:200px;*/
	height:600px;
/*	padding-left:20px;*/
	background:		url('/images/sidebar-background.gif') no-repeat;
	
}

.cfs-page-center-one-col{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 895px;
}

.cfs-page-center-two-col{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	width: 750px;
}

.cfs-page-center-three-col{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	width: 530px;
}



.cfs-page-center-one-col ul, .cfs-page-center-two-col ul, .cfs-page-center-three-col ul{
	list-style-type: square;
	margin: 5px 5px 10px 30px;
}

.cfs-page-center-one-col ol, .cfs-page-center-two-col ol, .cfs-page-center-three-col ol{
	margin: 5px 5px 10px 30px;
}

 .cfs-page-right{
	font-weight: bold;
	float: right;
	margin: 0px 0px; 
	width:198px;
	height:600px;
	background:		url('/images/sidebar-background.gif') no-repeat;
/* 	margin-left:17px;*/
	
 }

 .cfs-page-right ul{
 	margin-top:-15px;
	list-style-type:none;
	
 }

 .cfs-page-right li{
	padding: 1px 0 2px 10px;

 }

 .cfs-page-right a, .cfs-page-right a:visited{
	color: #0a4e95;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}
 .cfs-page-right a:hover{
 	color: #1aabfe;
 }
  
 .cfs-page-right-header{
/*	background: #98AFC7;*/
 	background:		url('/images/right-side-subhead-bkgd.gif') 2px no-repeat;
	color: #93a0b2 ;
	font-size: 11.5px;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 5px;
	font-family: arial,helvetica,clean,sans-serif;
	
 }
 
 .cfs-page-right-selected{
/*	background: #d7e2f1;
	color: #4d7cb4;*/
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	background-image:url('/images/selected-right-side.gif');
	background-repeat:no-repeat;
	background-position:-210px 0px;
	  font-family:arial,helvetica,clean,sans-serif;
	
}
 
.cfs-page-title{
/*	background-image: url(/images/page_title_bg.png);
	background-repeat: repeat-x;*/
	background:#0a4e95;
	color: #fff;
/*	margin-bottom: 10px;*/
	text-align: center;	
	margin-top:15px;
	!margin-top:17px;
	width:980px;
	font-size:1em;
}
.cfs-page-title-underline{
/*	background-image: url(/images/page_title_bg.png);
	background-repeat: repeat-x;*/
	background:#23b0ff;
	color: #ccc;
/*	margin-bottom: 10px;*/
	text-align: center;	
	width:980px;
	font-size:1em;
	height:1px;
	
}


.cfs-SubHeadType, .cfs-SubHeadType a:link{
	color:#61676D;
	font-size: 12px;
	font-weight: bold;
}

.cfs-SubHeadType a:hover{
	color: #00549F;
}

.cfs-date a:link{
	font-size: 12px;
	text-decoration: underline;
}
.cfs-date a:hover{
	color: #000;
}


.cfs-sub-heading{
	/* font-size: 16px; */
	color: #00549F;
}

.pete{
	color:#000;
}

