/* Callout Definitions */
#body_homepage .callout
{
	width: 200px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: none;
	float: left;
}
	
div.callout {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}	

div.callout div.callout h3, div.callout p {
	margin: 0 18px;
	}

div.callout h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 22px 18px 2px 18px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #fff;
	}

div.callout h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .25em;
	font-size: 12px;
	color: #09347A;
	}

div.callout p {
	font-size: 11px;
	margin-bottom: .8em;
	line-height: 1.3em;
	}

/* Variations */


div.co_membership {
	background-image: url(/App_Themes/IIA/imagesgreenfade.gif);
	border-bottom: 1px solid #b0cd60;
	}

div.co_membership h2  {
	background-color: #b0cd60;
	}

div.co_events {
	background: url(/App_Themes/IIA/imagesbluefade.gif) repeat-x top left;
	border-bottom: 1px solid #3a5d95;
		}


div.co_events h1  {
	background-color: #3a5d95;
	}

div.co_general h1 { 
	background-color:  #ffff66;/*orange*/	
	}
	

div.co_general {
	background-image: url(/App_Themes/IIA/imagesyellowfade.gif);
	border-bottom: 1px solid #ead820;
	}

div.co_general h2  {
	background-color: #ead820;
	}



div.co_featured h1 {
	background-color: #3A5D95; /*blue*/
}
	
div.co_undernav {
	/*background-color: blue;*/
	border: 1px solid #dce9b9;
	border-width: 1px 0;
	border-top-color: #fff;	
	min-height: 300px;
	}
	
div.co_undernav h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-width: 0;
	margin: 0;
	margin-bottom: .2em;
	font-size: 110%;
	color: #09347A;
	}

div.co_undernav p {
	color: #666; 
	}
	
	
div.co_undernavleft 
{
	float: left;
}

div.co_undernavright 
{
	/*float:right;*/
	border: 1px solid #dce9b9;
	border-width: 1px 0;
	border-top-color: #fff;	
	min-height: 300px;
}

div.co_undernavright p {
	color: #666; 
	}	

div.co_undernavright h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-width: 0;
	margin: 0;
	margin-bottom: .2em;
	font-size: 110%;
	color: #09347A;
	}
	