/***********************************************/
/* CSS Styles for lite version of PROJECTARCIX */
/* Last Updated: 3-11-06											 */
/***********************************************/

/***************************/
/* Generic Styles          */
/***************************/

img {
	padding: 0;
	margin: 0;
	border: 0;
	}

object {
	display: none;
	}

.flashcontent {
	display: none;
	}


/***************************/
/* Body & Container Styles */
/***************************/
body {
  min-width: 740px;      /* 2x LC width + RC width */
	}
	
#whitewrapper {
	background-color: #FFFFFF;
	}

/**************************/
/* Header Styles          */
/**************************/

#header {
	padding: 0;
	background: #e36623;
}

#header #logo {
	background: url(../images/lite/hm_top.gif) transparent top left no-repeat;
	width: 410px;
	height: 53px;
	display: block;
}

#header #nav {
	height: 22px;
	background: #e36623;
}


	/**************************/
	/* Content Text Styles    */
	/**************************/
	
	#content h1 {
		padding: 0 0 3px 10px;
		line-height: 30px;
		background: transparent;
		border-bottom: 2px solid #EEE;
		}
						
	#content h3, .dialog h3 {
		border-bottom: 2px solid #EEE;
		}
		
	#content .graybox, #content img {
		padding: 8px;
		background: #F6F6F6;
		}	
		
	#content blockquote {
		background: #F6F6F6;
		width: 190px;
		padding: 8px;
		}
		
	#content img.intro, #content .introbox {
		display: none; 
	}
	


	/*******************************/
	/* Leftbar & Right Side Blocks */
	/*******************************/
	
	.block {
		padding: 0 0 5px 0;
		}
	.navigation {
		background: #EFEFEF;
		}
	.section {
		background: #f3ebc0;
		}

	/* Block Text Styles */
	.block h1 {
		background: #efefef;
		}
		
	.block p {
		padding: 0 10px 0 10px;
		margin: 0;
		line-height: 20px;
		}
		
	.section h1 {
		background: #f3ebc0;
		}
		
	
	.blue {
		background: #dae3f3;
		}
	.blue h1 {
		background: #dae3f3;
		}
	.green {
		background: #dff3da;
		}
	.green h1 {
		background: #dff3da;
		}
	.red {
		background: #f3e4da;
		}
	.red h1 {
		background: #f3e4da;
		}

#rightbar {
  width: 170px;          /* RC width */
  margin: 0 -170px 0 0;  /* RC width */
	padding: 0;
	}

#clear {
	clear: both;
	height: 10px;
	}

#footer {
	background: #e6843d;
	border-top: 2px solid #e56723;
	}
	
	/* IE Height Fix */
* html #footer {
	height: 1%;
	}
		
/**************************/
/* Sources and Links 	  */
/**************************/
ul.links {
	padding: 0;
	margin: 10px 0;
	text-indent: 0;
	}

ul.links li {
	list-style: none;
	background: url(../images/list_sources_bullet.gif) 0 4px no-repeat;
	margin: 0 20px 0 40px;
	padding: 0 0 0 50px;
	text-indent: -30px;
	font-size: 9pt;
	line-height: 18px;
	}
	
ul.links a, ul.links a:link, ul.links a:visited {
	color: #666666;
	text-decoration: none;
	}
	
ul.links a:hover {
	color: #3177a3;
	}

/**************************/
/* Glossary Terms List    */
/**************************/

dl {
	padding: 0;
	margin: 20px 20px 20px 50px;
	font-size: 9pt;
	background: url(../images/def_list_bg.gif) repeat-y top left transparent;
	}
	
dt {
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	}
	
dt.letter {
	margin: 0 0 0 -30px;
	padding: 0;
	color: #cc3300;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	font: 20pt Georgia, "Times New Roman", Times, serif bold;
	}
	
dl > dt.letter {margin-bottom:-30px} /* This is not seen by IE */

dd {
	padding: 0;
	margin: 5px 0 5px 15px;
	color: #666666;
	line-height: 18px;
	font-style: italic;
	width: auto;
	}