/* SierraHealth.org Two Column Layouts - Print and Projection Media Types */

div#content {
	background: #fff url(../_images/_global/leftcol_vert_rule_tile.gif) repeat-y 0px 0px ;
}

div#maincol1 {
	display: inline; /* solves the IE5/6 double-margin bug */
	width: 196px;
	background: url(../_images/_global/bg_maincol1_tile.gif) repeat-y right top;
	background: none;
	padding: 0 0 15px 0;
}

div#maincol2 {
	display: inline; /* solves the IE5/6 double-margin bug */
	width: 527px;
	margin: 0 15px 0 19px;
	width: 517px;
	margin: 0 25px 0 19px;
	width: 512px; /* quick fix to stop ie5/6 column wrapping caused by italic dropquote font */
}

/* Secondary Nav */

div#secondaryNavigation {
	margin: 0 15px 15px 15px;
}

div#secondaryNavigation ul {
	list-style: none;
}

div#secondaryNavigation ul li {
	background: none;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 .7em 0;
}

div#secondaryNavigation ul li img {
	padding-right: 5px;
}

div#secondaryNavigation ul li a:link, div#secondaryNavigation ul li a:visited  {
	text-decoration: none;
}

div#secondaryNavigation ul li.selected a:link, div#secondaryNavigation ul li.selected a:visited  {
	color: #BAAF6A;
}

/* Secondary Nav - Nested */

div#secondaryNavigation ul ul {
	margin: .7em 0 0 0;
}

div#secondaryNavigation ul ul li {
	font-size: .9em;
}

div#secondaryNavigation ul li.selected ul li a:link, div#secondaryNavigation ul li.selected ul li a:visited  {
	color: #1666B3;
}

div#secondaryNavigation ul li ul li.selected a:link, div#secondaryNavigation ul li ul li.selected  a:visited  {
	color: #BAAF6A;
}


/*
div#secondaryNavigation ul ul li a:link, div#secondaryNavigation ul ul li a:visited  {
	color: #AA710A;
}

div#secondaryNavigation ul ul li a:hover  {
	color: #1666B3;
}
*/

/* Program Logo */

div.programLogo {
	margin: 0 0 15px 0;
	text-align: center;
}

div.programLogo img {
	width: 170px;
	margin: 0 auto;
}


div#secondaryNavigation div.programLogo {
	margin: 0 0px 15px;
}

/* Dropquote */

div.dropquotePlaceholder {
	height: 228px;
	background: url(../_images/_global/graphics/trees_left_col.jpg) left top no-repeat;
}

div.dropquote {
	width: 195px;
	margin: 0 0 15px 0;
}

div.dropquote blockquote, div.dropquote cite {
	display: none;
}

/* Featured Document */

div.docFeature {
	width: 185px;
	margin: 0 5px 15px;
	text-align: center;
}

div.docFeature h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: .2em;
}

div.docFeature p {
	font-size: 1em;
	color: #CDB87D;
}

/* Featured Text Link */

div.linkFeature {
	width: 195px;
	background: #F8F6EB;
	border-top: 1px solid #DBD5B1;
	border-bottom: 1px solid #DBD5B1;
}

div.linkFeature p {
	font-size: 1.1em;
	margin: 12px;
	background: #F8F6EB;
	text-align: right;
}

div.linkFeature p img {
	padding-right: 2px;
}

/* Featured Text Link Style 2 */

div.linkFeature2 {
	width: 195px;
	background: #F8F6EB;
	border-top: 1px solid #DBD5B1;
	border-bottom: 1px solid #DBD5B1;
	padding: 12px 0 7px;
}

div.linkFeature2 p {
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, serif;
	margin: 12px;
	background: #F8F6EB;
	text-align: right;
}

div.linkFeature2 p img {
	padding-right: 2px;
}

/*-------------------------------------------
	REACH Youth Program 
-------------------------------------------*/

div#researchShows {
	height: 228px;
	background: url(../_images/dropquotes/research_shows.gif) left top no-repeat;
}

/*-------------------------------------------
	Health Leadership Program 
-------------------------------------------*/

div#marshallSaboveAll {
	height: 228px;
	background: url(../_images/dropquotes/marshall_s_above_all.gif) left top no-repeat;
}

div#lynnDorroh {
	height: 310px;
	background: url(../_images/dropquotes/lynn_d_helped_me_recognize.gif) left top no-repeat;
}

div#shawnHarrison {
	height: 410px;
	background: url(../_images/dropquotes/shawn_h_power_that.gif) left top no-repeat;
}

div#cynthiaKeeth {
	height: 365px;
	background: url(../_images/dropquotes/cynthia_k_able_to_become.gif) left top no-repeat;
}


/* HLP Member Login */

div#hlpMemberLogin {
	width: 195px;
	background: #F8F6EB;
	border-top: 1px solid #DBD5B1;
	border-bottom: 1px solid #DBD5B1;
}

div#hlpMemberLogin p {
	font-size: 1.1em;
	margin: 12px;
	background: #F8F6EB;
	text-align: right;
}

div#hlpMemberLogin p img {
	padding-right: 2px;
}

/*----------------------------------------------
	Left Col News & Calendar
-----------------------------------------------*/
div#newsListings {
	margin: 0 15px 15px 15px;
	text-align: right;
}

div#maincol1 div#newsListings h1 {
	font: normal 1.6em Georgia, serif;
	color: #1666B3;
	margin-top: 1em;
	margin-bottom: .2em;
}

div#maincol1 div#newsListings div.newsItem
{
	margin: 0 0 10px 0px;
	padding: 0 0px 0px 0;
	border-bottom: none;
}

/* Calendar */

div.calendarListing {
	background: #F8F6EB;
	border-top: 1px solid #DBD5B1;
	border-right: 1px solid #DBD5B1;
	border-bottom: 1px solid #DBD5B1;
	padding: 15px;
	margin: 25px 0;
}

div.calendarListing h1 {
	font: italic 1.6em Georgia, serif;
	color: #1666B3;
	margin-top: 1em;
	margin-bottom: 10px;
	margin-left: 15px;
}
/* Color Pallette:
	Tan background: #D9D6CD;
	Tan rules: #DBD5B1;
	Light Tan: #D0C9A2;
	Gold: #BAAF6A;
	Beige (logo background): #F8F6EB;
	Brown: #94783A;
	Light Brown: #B19E68;
	Reddish Brown: #AA710A;
	Blue: #1666B3;
*/

div.calendarListing p {
	font-size: 1.1em;
	margin: 0px 0px 10px;
	color: #000;
	text-align: right;
}

div.calendarListing p.itemDate {
	color: #AA710A;
	font-size: .9em;
	margin-bottom: .1em;
}

div.calendarListing p img {
	padding-right: 2px;
}

/*----------------------------------------------
	Image-Replaced Headlines
-----------------------------------------------*/
div#secondaryNavigation h3 span,
div#secondaryNavigation h4 span,
div.calendarListing h4 span, 
div#newsListings h4 span,
div#secondaryNavigation h4 a span
{
	display: none;

}

div#secondaryNavigation h3 a, div#newsListings h3 a, div#secondaryNavigation h4 a {
	display: block;
	height: 14px;
	width: auto;
}

h4#smHdlAboutUs {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/about_us.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h3#smHdlNews {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/news.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h3#smHdlNewsReleases {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/news_releases.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlResources {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/resources.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlPrograms {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/programs_and_funding_ops.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}
h4#smHdlStrengtheningNonprofitSector {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/strengthening_nonprofit.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}


h4#smHdlBrightSmiles {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/brightsmiles.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlConference {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/conference_and_convening_pr.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlHLP {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/health_leadership_program.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}
h4.sidebarHeading {
	margin: 0 0 15px 0;
	height: 28px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlorgDev {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/organizational_development.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlPreviousPrograms {
	margin: 0 0 15px 0;
	height: 28px;
	background: url(../_images/sm_headlines/previous_programs.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smHdlCalendar {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/calendar_F8F6EB.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}

h4#smlHdlMediaContacts {
	margin: 0 0 15px 0;
	height: 14px;
	background: url(../_images/sm_headlines/media_contacts.gif) no-repeat right top;
	border-bottom: 1px solid #DBD5B1;
}




div#secondaryNavigation h4#smHdlConference a , 
div#secondaryNavigation h4#smHdlHLP a,
h4#smHdlorgDev a,
div#secondaryNavigation h4#smHdlPrograms a
 {
	height: 28px;
}
