/* CSS Document */

#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#384ea1;
	border-bottom:1px solid #384ea1;
	background-image:url(../assets/heading_people.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	letter-spacing:1px;
	clear:both;
	padding-right:200px;
	}

#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#384ea1;
	border-bottom:1px solid #384ea1;
	background-image:url(../assets/heading_people.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	letter-spacing:1px;
	font-style:italic;
	clear:both;
	padding-right:200px;
	}
	
#content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#384ea1;
	letter-spacing:1px;
	clear:both;
	}
	
#content h1.process, #content h2.process, #content h3.process {
	color:#CC0000;
	border-bottom-color:#CC0000;
	}
#content h1.people, #content h2.people, #content h3.people {
	color:#009966;
	border-bottom-color:#009966;
	}
#content h1.dialogue, #content h2.dialogue, #content h3.dialogue {
	color:#663399;
	border-bottom-color:##663399;
	}
#content h1.civility, #content h2.civility, #content h3.civility {
	color:#CCCC00;
	border-bottom-color:#CCCC00;
	}
	
#content a {
	color:#0000CC;
	text-decoration:none;
	}

/*

#content p.quote {
	background-image:url(../assets/quote2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
#content p.quote span {
	background-image:url(../assets/quote1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
*/

#content p.quote span span {
	padding:5px 50px;
	text-align:center;
	color:#666666;
	letter-spacing:1px;
	line-height:20px;
	vertical-align:middle;
	display:block;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	}
	
#content a.bottom-link {
	display:block;
	text-align:center;
	background-image:url(../assets/bottom_link_people.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:100px;
	line-height:100px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	}
	
#content div.box {
	border:1px solid #384ea1;
	padding:10px;
	background-color:#d7dcec;
	clear:both;
	}
	
#content div.box h3 {
	margin-top:0;
	}
	
#content ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#content ul li {
	background-image:url(../assets/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:20px;
	padding-left:30px;
	vertical-align:middle;
	}

#content div.box ul li {
	background-image:url(../assets/bullet_blue.gif);
	}

#content ul ul li {
	background-image:url(../assets/bullet_small.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#content div.box ul ul li {
	background-image:url(../assets/bullet_small_blue.gif);
	}	
