
/*  
Version: 1.0
Author: Community Health Network
Author URL: http://www.eCommunity.com
*/

@import url("global.css");
@import url("navigation.css");

@media screen, projection {

	
/* CONTAINERS: =container
----------------------------------------------- */
	#mainContent		{ margin: 0 auto; background: #FFFFFF url(../images/contentBackground.gif) repeat-y; width: 781px; padding: 20px 0 10px 0; }
	#flashContainer	{ margin: 0 auto; background: #AAAACC; }
	#flashContent		{ padding: 0 0 0 1px; background: url(../images/flashBackground.gif) repeat-y; height: 315px; }
	
/* WIDGETS: =widget*
----------------------------------------------- */
	#widgetNews			{ background: #EFEFF5 url(../images/news-top.gif) no-repeat; width: 335px; position: relative; float: left; margin: 0 0 0 14px; height: auto; }
	#widgetNews #newsBottom	{ background: url(../images/news-bottom.gif) no-repeat; width: 335px; height: 63px; }
	
	#widgetNews h2		{ font-style: italic; font-size: 18px; font-weight: normal; line-height: 20px; color: #280057; padding: 20px 60px 0 20px; }
	
	#widgetNews p		{ color: #280057; font-size: 12px; line-height: 16px; padding: 20px 20px 0 20px; }
	#widgetNews p a	{ color: #280057; font-weight: bold; }
	#widgetNews ul 	{ list-style-type: none; color: #280057; padding: 10px 0 0 20px; }
	#widgetNews ul li	{ font-size: 12px; padding: 0 0 0 10px; line-height: 16px; background: url(../images/bullet.gif) no-repeat 3px 7px; }
	
	
	#widgetTxt {
	background-color: #fffff;
	margin-bottom: 0px;
	width: 380px;
	float: right;
	padding: 0 20px 10px 0;
	
	}
	
	#widgetTxt  p
	{ color: #280057; font-size: 12px; line-height: 16px; padding-bottom: 10px; }
	#widgetTxt  h2
	{ color: #AAAACC; font-size: 16px; padding-bottom: 10px;}
	#widgetTxt a {color: #0099FF; text-decoration: underline;}
	#widgetTxt a:hover { text-decoration: none; }
	
	#widgetVisit,
	#widgetVisit h3,
	#widgetVisit h3 span,
	#widgetVisit p a,
	#widgetVisit p a span 	{ background: url(../images/widget_visit.jpg) no-repeat; width: 191px; height: 124px; float: left; text-indent: -9999px; }
	#widgetVisit			{ margin: 0px 0 0 14px; }
	
	#widgetSponsor,
	#widgetSponsor h3,
	#widgetSponsor h3 span
	#widgetSponsor p a,
	#widgetSponsor p a span	{ background: url(../images/sponsor_aha.jpg) no-repeat; width: 193px; height: 126px; float: left; text-indent: -9999px; }
	#widgetSponsor			{ margin: 0px 0 0 12px; }
	
	#widgetCV,
	#widgetCV h3,
	#widgetCV h3 span
	#widgetCV p a,
	#widgetCV p a span	{ background: url(../images/cvintegration_sm.jpg) no-repeat; width: 408px; height: 143px; text-indent: -9999px; }
	#widgetCV			{ margin: 0 0 0 20px; }
	
	#widgetFD,
	#widgetFD h3,
	#widgetFD h3 span
	#widgetFD p a,
	#widgetFD p a span	{ background: url(../images/chv_fd_widget.jpg) no-repeat; width: 400px; height: 134px; text-indent: -9999px; }
	#widgetFD			{ margin: 4 0 0 16px; }
	
	
/* ACTION LINKS: =actionLinks
----------------------------------------------- */
	#actionLinks		{ width: 403px; height: 30px; margin: 22px 0 0 14px; float: left; }
	
	#actionLinks ul		{ list-style-type: none; }
	#actionLinks ul li	{ display: inline; }
	
	#actionLinks li#actionExpert,
	#actionLinks li#actionExpert span		{ background: url(../images/action_expert.jpg) no-repeat; width: 94px; height: 30px; text-indent: -9999px; }
	#actionLinks li#actionExpert			{ float: left; }
	
	#actionLinks li#actionNumbers,
	#actionLinks li#actionNumbers span		{ background: url(../images/action_numbers.jpg) no-repeat; width: 94px; height: 30px; text-indent: -9999px; }
	#actionLinks li#actionNumbers			{ float: left; margin: 0 0 0 8px; }
	
	#actionLinks li#actionVisit,
	#actionLinks li#actionVisit span		{ background: url(../images/action_visit.jpg) no-repeat; width: 94px; height: 30px; text-indent: -9999px; }
	#actionLinks li#actionVisit				{ float: left; margin: 0 0 0 8px; }
	
	#actionLinks li#actionLorem,
	#actionLinks li#actionLorem span		{ background: url(../images/action_lorem.jpg) no-repeat; width: 94px; height: 30px; text-indent: -9999px; }
	#actionLinks li#actionLorem				{ float: left; margin: 0 0 0 8px; }
	
}