﻿.impactSpecific{} /* W3C CSS validator likes CSS files to start with a class instead of comments */

/* 
[Impact] Specific Design
Mike Cooper, UTMB Public Affairs 
Last Updated: September 21, 2009
*/



#box_subscribe
{
	float:right;
	width:248px;
	margin-top:14px;
	background:#fff repeat-x top left url(images/subscribe.jpg); 
}
	#box_subscribe_inner
	{
		padding:10px;
		font-size:.85em;
	}




#box_hottopic
{
	width:220px;
	margin-top:2px;
	background:#fff no-repeat top left url(images/hottopic2.gif); 
}
	#box_hottopic_inner
	{
		padding:10px;
		padding-bottom:0px;
		font-size:.85em;
	}




#box_didyouknow
{
	float:right;
	width:250px;
	min-height:101px;
}
	#box_didyouknow_inner
	{
	}




#box_profilespotlight
{
	float:right;
	width:248px;
	/*margin-top:10px;
	border:1px solid #ccc;*/
}
	#box_profilespotlight_inner
	{
	    padding:16px;
	    padding-top:9px;
	    background:#f9f9f9;
	    font-family:Arial, Helvetica, sans-serif;
	}
	#box_profilespotlight_inner div.profiletitle
	{
	    font-weight:bold;
	    padding-top:5px;
	    color:#000;
	}
	#box_profilespotlight_inner div.profileblurb
	{
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:.85em;
	    padding-top:10px;
	    color:#4a6b8c;
	}




#box_video
{
	float:right;
	width:250px;
	margin-top:10px;
}
	#box_video_inner
	{
	}	
	
	
	
#box_thingstodo
{
	border-top:1px solid #eee;
	width:220px;
	min-height:160px;
	margin-top:12px;
}
	#box_thingstodo_inner
	{
		padding:10px;
		padding-right:10px;
		font-size:.85em;
	}
	
	
	

ul#checklist
{
	list-style-image: url("images/checkmark.gif");
	margin-top:0px;
	margin-bottom:0px;
}	
    ul#checklist li
    {
	    margin-top:5px;
    }
    ul#checklist li a
    {
        text-decoration:none;
        color:#21285d;
    }
    	
    ul#checklist li a:hover
    {
        text-decoration:underline;
        color:#cc0000;
    }


