/* CSS Document */

h2				{ color:#D52B1E}
h3				{ color:#D52B1E}
h3 span			{ font-size:0.8em; font-weight:normal}


/*in Brief styles*/ /*could use these as library items?*/

.inBrief h3	{			background:url(../images/codex/bullet_red.gif) top left no-repeat; 
						padding-left:20px; 
						margin-top:0;
						padding-top:0;
						border-bottom:1px solid #CCCCCC;
						clear:both  }

.inBrief img
{
	float:right;
	margin:0 0 0 15px;
}

ul.bulletStyle li	{	background: url(../images/codex/bullet_list_red.gif) top left no-repeat;  }


.miniBrief		
{
	width:50%;
	float:left;
	clear:both;
	
}

.inBriefListingsLeft
{
	width:38%;  float:left;
}

.inBriefListingsRight
{
	width:62%;  float:right;
}

