﻿
/*---------------------------------------------------------------------------*/
/*-------------------------------Browse Global------------------------------------*/
/*---------------------------------------------------------------------------*/


#memberTab
{
	width: 900px;
}

#browseContainer
{
	width: 898px;
	border: solid 0px #848284;
	margin-top: -1px;
}

#browseContainer h1
{
	padding-top: 35px;
}

#browseContainer h2
{
	border-bottom: solid 1px #71a92e;
	font-size: 1.3em;
	padding: 0;
	padding-bottom: 3px;
	margin: 10px 20px 15px 0;
	color: #0869a2;
	font-weight: normal;
}

#browseContainer h2 a
{
	line-height: 1em;
}


/*-------------------------------Service Type------------------------------------*/

#serviceTypeData table
{
	margin-left: 20px;
}

#serviceTypeData td
{
	width: 440px;
	border: solid 0px white;
	padding-bottom: 20px;
}

/*
#serviceTypeData span
{
	font: bold 12pt arial;
	color: #0869a2;
}
*/

#serviceTypeData a
{
	text-decoration: none;
	color: #0869a2;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.7em;
	background: url(images/arrow_orange.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-left: 5px;
}

#serviceTypeData h2 a
{
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#serviceTypeData a:hover
{
	text-decoration: underline;
}


/*-------------------------------Target Population------------------------------------*/

#targetPopList table
{
	margin-left: 20px;
}

#targetPopList td
{
	width: 400px;
	padding: 0 50px 15px 0;
	vertical-align: top;
}

#targetPopList td a
{
	text-decoration: none;
	background: url(images/arrow_orange.gif) 0 5px no-repeat;
	padding-left: 12px;
	display: block;
}

#targetPopList a:hover
{
	text-decoration: underline;
}


/*-------------------------------Organization------------------------------------*/

#org_title
{
	width: 100%;
	border-bottom: solid 1px #7aaf2a;
}

/*
#org_title span
{
	font: bold 12pt arial;
	color: #0869a2;
}
*/

#org_title img
{
	height: 15px;
	width: 15px;
}

#org_desc
{
	float: left;
	width: 60%;
	padding: 0px 40px 0px 10px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}

#org_contact
{
	float: left;
	margin-left: 10px;
}


/*-------------------------------Program Location------------------------------------*/

#programLocationData table
{
	margin-left: 20px;
}

#programLocationData td
{
	width: 400px;
	padding-right: 40px;
}

#programLocationData a
{
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #71a92e;
	padding: 10px 0;
	background: url(images/arrow_orange_mid.gif) right center no-repeat;
}

#programLocationData a:hover, #programLocationData a.selected
{
	text-decoration: none;
	color: White;
	padding-left: 10px;
	font-weight: bold !important;
	background: url(images/arrow_white_mid.gif) right center no-repeat;
	background-color: Orange;
}

#programLocationData td.levelTwo a
{
	background: none;
	border-color: orange;
	/*background: url(images/arrow_orange.gif) left center no-repeat;*/
	padding-left: 12px;
}

#programLocationData td.levelTwo a:hover
{
	color: #065fb1;
	font-weight: bold;
}
