/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
	
}

/* hide from MacIE \*/
html {

    min-height: 100%;
    /*margin-bottom: 1px;
	border-top-style:inset;
	border-top-width:17px;*/
	

}
/* end hiding from IE5 mac */

body {
	font-size: 100%;
	font-family:Verdana, Georgia;
	color: #aab2b2;
	background-color:#FFF;
	margin: 0px 0 10px 0;
	padding: 0;
	text-align: center;
	
	
}

a {
overflow: hidden;
}

#headerholder {
	font-family: Georgia;
	padding-top: 20px;
	height: 106px;
	font-size: 125.01%;
	background-image:url(../images_home/background_top.gif);
	background-repeat: repeat-x;
	background-position:top;

	
	
}

#headerleft {
	float: left;
	width: 690px;
	text-align: left;
	padding: 0 0 0px 0;
	/* background-image:url(../images_home/jonesdavis_logo.gif); */
	background-repeat:no-repeat;
}

#headerleft img {
	z-index: 1200;
	border:0;
	outline:none;
	}

#headerright {
	float: right;
	width: 260px;
	text-align: right;
	padding: 0 0px 0px 0px;
	/* background-image:url(../images_home/bbn_logo.gif); */
	background-repeat:no-repeat;
	background-position: right top;
	border:0;
	outline:none;
	}
	
	

#headerright img {
	
	border:0;
	outline:none;
	}

#headerholder-csr {
	padding-top: 20px;
	height: 433px;
	background-image:url(../workshops/images/slice-top-mid.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family: Georgia;
	font-size: 125.01%;
	
	
}

#titleholder-csr {
	height: 331px;
	clear: both;
	margin-top:-4px;
}

#crumb-csr {
padding: 0 0 0 8px;
	clear: both;
	/*overflow: hidden;*/
	height: 61px;
	background-image:url(../workshops/images/slice-crumb.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:-1px;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:219px;

}

#crumb-facilitation {
padding: 0 0 0 8px;
	clear: both;
	/*overflow: hidden;*/
	height: 61px;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;

}


/*#headerholder ul {
	font-size: 70%;
	padding: 0px 0px;
	margin: 0px 0px;
	color: #CCC;
	line-height: 20px;
	white-space: nowrap;
}

#headerholder li {
	list-style-type: none;
	display: inline;
	
}

#headerholder li a {
	color: #aab2b2;
	text-decoration: none;
	padding: 5px 5px;
}

#headerholder a:link, #headerholder a:visited {
	color: #a4acad;
}

#headerholder a:hover {
	background-color:#E5E5E5;
}

#headerholder a:active {
	background-color:#E5E5E5;
}

#headerholder a:focus {
	background-color:#E5E5E5;
}
*/
#footer {
	background: #FFF;
	clear: both;
	height: 50px;
	/*border-top: 1px solid #CCC;*/
}

#footer p {
	font-size: 60%;
	color: #999;
	text-align: right;
	padding: 10px;
}

#footer a {
	color:#999;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #666666;
	text-decoration: underline;
}
