/*-------------------------------------------------
Title:		Clarus CSS patches for IE
Author:		John Reed / Jeanne Thomson
Updated:	October 11, 2007 by JT
------------------------------------------------- */



/* IE6 workarounds 
----------------------------------- */

  

* html #home #nav {
	height: 230px;
	}

* html .headline_left,
* html .headline_right {
	height: 103px;
	margin-bottom: 0;
	}
	
* html .headline_right {
	width: 226px;		
 	} 		

* html #content {
	border-top: none;
	margin-top: 0;
	}

* html #home #copy {
	padding: 0;
	margin-bottom: 0 0 -3px 0;
	}

* html #services-table li {
	list-style-position: outside;
	}
	
* html #nav li {
	font-size: .9em;
	}
	

/* IE7 workarounds 
----------------------------------- */

*:first-child+html #services-table li {
	list-style-position: outside;
	}
	
*:first-child+html #nav li {
	font-size: .9em;
	}
	
*:first-child+html #clarus_flash {
	border-bottom: 3px solid #2f395f;		
