BODY {
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	margin-bottom:0in;
	font: 12px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	background: #dedede;
	color: #535353;
} 

/* hyperlinks */
a, a:active, a:visited{
	color:#0006ff;
	font: 12px/1.6em  "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*  layout elements and styles  */	


#container{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;		
}

#contentsbodywrap{
	font: 12px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #535353;	
	padding-bottom: 120px;
}

#footer {
	height: 70px;
	clear: both;
	padding: 10px;
	text-align: right;
	background: #dedede url(../assets/foot-gradient.jpg) repeat-x left top;
	color: #b1b0b0;
	font: 10px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

/*  branding panel */	
#masterhead{
	height: 495px;
}


#level1{
	margin: 0px;
	padding: 0px;
	height: 259px;
}

#level1 .imgs{
	width: 300px;
	height: 259px;	
	float: left;
}

#level2{
	height: 185px;
	margin: 0px;
	padding: 0px;	
	clear:both;
}

#level2 .img1{
	width: 112px;
	height: 185px;	
	margin: 0px;
	padding: 0px;		
}

#level2 .img2{
	width: 788px;
	background: url(../assets/cfs-initiative-2.jpg) no-repeat right top;
	height: 185px;
	float: right;
	text-align: left;	
	margin: 0px;
	padding: 0px;		
}


#level3{
	height: 51px;
}

/* content elements and styles - all pages */	
#introarea{
	background: #e9e7e7;
	color: #000;
	padding: 10px;
}

.designs{
	height:14px;
	display:block;
	clear:both;
}


#contentbody{
	margin: 0px 25px;
	border: 1px solid #ebe8e8;
	padding: 20px;
}

/* main menu links */	
#navs{
	margin: 10px;
	text-align: center;
	height: 57px;
}

#navs ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navs ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 12px;
}


#navs ul li a:link, 
#navs ul li a:visited,  
#navs ul li a:active
{
	display:block;
	width: 194px;
	height: 57px;	
	text-align: center;
	font: 18px/1.6em  "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #0006ff;
	text-decoration: none;
	background: url(../assets/nav.gif) no-repeat center top;
	padding-top: 10px;
}

#navs ul li a:hover
{
	text-decoration: underline;
}

#navs ul li .activemenu, 
#navs ul li a.activemenu:link, 
#navs ul li a.activemenu:visited,  
#navs ul li a.activemenu:active
{
	display:block;
	width: 194px;
	height: 57px;	
	text-align: center;
	font: 18px/1.6em  "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #0006ff;
	text-decoration: none;
	background: url(../assets/nav-active.gif) no-repeat center top;
	padding-top: 10px;
}

#navs ul li a.activemenu:hover
{
	text-decoration: underline;
}


/* generic all purpose styles */
.clientscell{
	width:150px;
	text-align:center;
	border: 3px solid #ebe8e8;
}

.noclientscell{
	width:40px;
	text-align:center;
}

.htags{
	color:#000;
	margin: 0px;
	font: bold 20px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

.htagserror{
	color:#f00;
	margin: 0px;
	font: bold 20px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}


.servicestags{
	font: bold 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color:#000;
}
	
.imglinks{
	margin:0px;
	padding: 0px;
	border: 0px;
}

.imgleft{
	margin:0px 20px 0px 0px;
	float: left;
	padding: 0px;
	border: 0px;
}

.imgright{
	margin:0px 0px 0px 20px;
	float: right;
	padding: 0px;
	border: 0px;
}

.texthilites{
	color: #000;
	font: 12px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

form{
	margin: 0px;
	padding: 0px;
}

.formfields{
	background-color: #ececec;
	border: 1px solid #aeaeae;
	color: #000;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

fieldset{
	width: 670px;
	border: 1px solid #000;
	color: #535353;
	font: 12px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	padding: 10px;
}

legend{
	color: #000;
	font: 12px/1.6em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	padding: 10px;	
}


