
/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial; font-size: 12px; color: #737373; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #737373; }
body { background: url('../images/bg.jpg') white repeat-x top center; }
img { border: 0px; display: block; }
a { outline: none; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; overflow: hidden; width: 100%; min-height: 100%; background: url('../images/bg.jpg') no-repeat center top; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0px auto; width: 852px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 852px; height: 368px; }
	#headerCntr h1 { position: relative; }
	#headerCntr h1 a { display: block; width: 852px; height: 103px; text-indent: -9999px; background: url('../images/referring-expressions.jpg') no-repeat; border-bottom: 1px solid #b8b8b8;}
	
		/* ### MENU BOX ### */
		.menuBox { position: relative; left: 0px; top: 0px; width: 852px; }
		.menuBox ul { overflow: hidden; width: 852px; list-style: none; }
		.menuBox li { float: right; display: inline; font-size: 16px; line-height: 30px; }
		.menuBox li a { padding: 10px; display: block; float: left; text-align: center; text-decoration: none; color: #737373; border-top: 10px solid transparent; }
		.menuBox li a:hover, .menuBox li.selected a { color: #ff6e02;  border-top: 10px solid #ff6e02; }
		
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 18px 0px 18px 0px; width: 852px; }
	#contentCntr a { text-decoration: none; color: #ff6e02; }
	#contentCntr a.link { text-decoration: none; color: #ff6e02; }
	#contentCntr a:hover { text-decoration: underline; color: #3c3c3c; }
	#contentCntr a:visited { text-decoration: none; color: #ff6e02; }	
	#contentCntr img.right { float: right; }
	#contentCntr h2 { line-height: 30px; font-size: 16px; font-weight: bold; color: #737373; margin-bottom: 4px; }		
	#contentCntr h3 { line-height: 30px; font-size: 12px; font-weight: bold; color: #737373; margin-bottom: 4px; }
	#contentCntr p { padding-bottom: 10px; line-height: 20px; }
	#contentCntr ul li {	list-style-position: outside;	list-style-type: square; line-height: 20px; margin-left: 15px; }
	#contentCntr ul { padding-bottom: 10px; }

	#contentCntr .publication { text-indent: -2em; margin-left: 2em; line-height: 2; margin-top: 1em; margin-bottom: 1em; font-size: 12px; font-family: Courier New,Courier,monospace; }
	#contentCntr .publication em { font-size: 12px; font-family: Courier New,Courier,monospace; font-style: italic; color: #3c3c3c; }
	
	
		/* ### WIDE BOX ### */
		.wideBox { position: relative; width: 852px; }
		
		/* ### TEXT BOX ### */
		.txtBox { position: relative; width: 557px; min-height: 266px; }
		
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 852px; height: 50px; border-top: 1px solid #b8b8b8; background: url('../images/footer-bg.jpg') no-repeat right center; }
	#footerCntr h1 { line-height: 50px; font-size: 12px; color: #737373; margin: 0; padding: 0; }
	#footerCntr a { text-decoration: none; color: #f19fc1; }
	#footerCntr a:hover { text-decoration: underline; }

	
