@charset "UTF-8";
@import url("/css/main.css");

/*-----------------------------------------
	Flip plus and minus button colors
-------------------------------------------*/

.fontMinusBtn{
float:right;
margin-right: 5px;
cursor:pointer;
background-image:url(/images/fontdecrease_off.gif);
width: 20px; 
height: 21px;

}

.fontPlusBtn{
float:right;
margin-right: 3px;
cursor:pointer;
background-image:url(/images/fontincrease_on.gif);
width: 20px; 
height: 21px;
}

/*-----------------------------------------
	Misc Content Styles
-------------------------------------------*/

p {
	/*font-size:1.13em;
	
	font-size: 18px;*/	
	font-size: 1.2em;
			
}

td {
	font-size: 1.25em;
	/*
	font-size: 14px;	
	*/
}
table table table td {
	font-size: .75em;
	/*
	font-size: 12px;	
	*/	
}
 
.crumb { 
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: none;
	/*text-indent: 10px;*/
	margin: 0;
	padding-bottom: 2px;
} 
#content ul {
	margin: 0 0 1em 1.5em;
	padding-right: 25px;
	font-size:1.13em;
	/*
	font-size: 18px;	
	*/	
}
	
#content ul li {
	margin-bottom: .5em;
	line-height: 1.3;
	font-size:1.13em;
	/*
	font-size: 18px;	
	*/	
}

.caption {
	font-family:"Times New Roman", Times, serif;
	line-height: 1.2;
	clear: both;
	margin: 5px 0 0 0;
	padding: .25em .5em .5em;
	color:#666;
	font-size: 1em;
	display: block;
}

.feat_left_column {
	width: 150px;
	float: left;
	padding: 6px 0 0 0; /* Aligns h2 with top of image */
	font-size:1.13em;	
	}

.feat_rt_column {
	width: 330px;
	float: left;
	font-size:1.13em;	
	}
	
/*--------------------------
	added 4/22/09 jdg
----------------------------*/	
	
	.x-small {
	font-size: 1em;
	}
	
	.solo { 	/* for <li> tag without <ul> <li class="solo">*/
	font-size: 1.1em;
	}
/*--------------------------
	ICF nav styles
----------------------------*/
	
#ICFnav div a {
	color: #000;
	font-size: 12pt;
	/*display: block;*/
	padding: 0;
	}	

#ICFnav div div div a {
	font-size: 12pt;
	}
	
	
