/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #333333;
	/*line-height: 1.166; */
	margin: 0px;
	padding: 8px;
	background-color: #FFF9E9;
}

p {
	margin: 0.9em 0;
}

a:link, a:visited, a:hover {
	color: #0269a5;
	text-decoration: none;
}
/*a:visited {
	color: #bf3c28;
	text-decoration: none;
}*/

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	/*margin: 0px;
	padding: 0px; */
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #3c3c96;
}

h2{
 font-size: 140%;
 color: #3c3c96;
 padding: 0px 0px 15px 0px;
}

h3{
 font-size: 122%;
 color: #3c3c96;
}

h4{
 font-size: 116%;
 color: #3c3c96;
}

h5{
	font-size: 106%;
	padding-left: 1em;
}
.s-client h5 {
	color: #3c3c96;
	border-left: 2.5em solid #0269a5;
}
.s-people h5 {
	color: #8f5e3d;
	border-left: 2.5em solid #8f5e3d;
}
.s-collaboration h5 {
	color: #bf3c28;
	border-left: 2.5em solid #bf3c28;
}
.s-communication h5 {
	color: #3c3c96;
	border-left: 2.5em solid #ffc726;
}
.s-teaching h5 {
	color: #cd702d;
	border-left: 2.5em solid #cd702d;
}

h6{
 font-size: 100%;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: disc;
}
ul ul ul ul{
 list-style-type: circle;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #3c3c96;
}

/***********************************************/
/* Form Element tag styles                     */
/***********************************************/ 			

select {
	border: 1px solid #67a5c9;
	font-family: Arial,sans-serif;
}
select:hover { /* Doesn't Work in IE6 but it works in everything else */
	border: 1px solid #0269a5;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	position: relative;
	border: 1px solid #CABBDD;
	margin: 0px auto;
	background-color: #FFFFFF;
	min-width: 980px;
	max-width: 1200px;
}

#masthead {
	margin: 1px;
	position: relative;
}

#navBar {
	margin: 0 78% 0 1px;
	padding: 0px;
	position: relative;
}
#content {
	float: right;
	width: 75%;
	margin: 0;
	padding: 0 2% 0 0;
	position: relative;
}

/***********************************************/
/* Home Page Layout Styles                     */
/***********************************************/

.home-container {
	position: relative;
	margin-top: -1px; /* this is to make the home page side-edges touch because the #masthead has a margin of 1px */
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.home-leftside {
	position: relative;
	background: url(/resources/images/interface/homepage_side-left.jpg) top left repeat-y;
}
.home-rightside {
	background: url(/resources/images/interface/homepage_side-right.jpg) top right repeat-y;
	position: relative;
}
#homepage {
	clear: both;
	width: 940px; /* Since the minimum width of the site is 980px wide and a 10px width on each side for the home page along with a 10px border for this ID, the width must be 940px */
	background-color: #ffffff;
	position: relative;
	margin: 0 auto;
	position: relative;
	border: 10px solid #ffffff;
}
#home-leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 17em; /* since this element is floated, a width must be given */
}
#home-rightcolumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 17em; /* since this element is floated, a width must be given */
}
#home-mainContent {
 	margin: 0 18em 0 18em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 10px 1em 0 1em; /* padding here creates white space "inside the box." The 10px top padding is to match the padding in the #advert ID" */
	border-right: 0px solid #CABBDD;
	border-left: 0px solid #CABBDD;
	position: relative;
}
#home-mainContent h3 {
	border: 1px solid #ffffff;
	padding: 5px;
	margin: 0.2em 0;
}
a.graphical-banner {
	display: block;
	position: relative;
	cursor: pointer;
	position: relative;
	text-indent: -800px; /* makes the text moved so far out of the way that you can't see it anymore */
	overflow: hidden;
	margin: 0px 0px 6px 0px;
	height: 100px;
	border: 1px solid #CABBDD;
}
a:hover.graphical-banner {
	border: 1px solid #0269a5;
}


/************* #siteInfo styles ***************/


#siteInfo {
	clear: both;
	font-size: 95%;
	color: #999999;
	background: #ffffff url(/resources/images/interface/lines-footer.jpg) bottom right no-repeat;
	margin: 0px 1px -1px 1px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
html>body #siteInfo {
	margin-bottom: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo p {
	padding: 6px 10px 6px 80px;
	margin: 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px;
	background: #e5f0f6 url(/resources/images/interface/header.jpg) no-repeat top left;
	position: relative;
}
#siteNameSub {
	margin: 0px;
	padding: 0px;
	height: 120px;
	position: relative;
	text-align: center;
	background: url(/resources/images/interface/lines-header.jpg) no-repeat top right;
}
#siteName h1 {
	display: none;
}

#SiteServicesList {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
#SiteServicesList select {
	font-size: 86%;
	background-color: #e5f0f6;
	color: #0269a5;
}

/*************** #pageName styles **************/

#pageName {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	position: relative;
	height: 140px;
	text-indent: 260px;
	line-height: 140px;
	font-size: 140%;
	overflow: hidden;
}
.s-client #pageName {
	border: 1px solid #0269a5;
	color: #0269a5;
	background: #ffffff url(/resources/images/interface/subheader_client.jpg) top left no-repeat;
}
.s-people #pageName {
	border: 1px solid #8f5e3d;
	color: #8f5e3d;
	background: #ffffff url(/resources/images/interface/subheader_people.jpg) top left no-repeat;
}
.s-collaboration #pageName {
	border: 1px solid #bf3d28;
	color: #bf3d28;
	background: #ffffff url(/resources/images/interface/subheader_collaboration.jpg) top left no-repeat;
}
.s-communication #pageName {
	border: 1px solid #3c3c96;
	color: #3c3c96;
	background: #ffffff url(/resources/images/interface/subheader_communication.jpg) top left no-repeat;
}
.s-teaching #pageName {
	border: 1px solid #cd702d;
	color: #cd702d;
	background: #ffffff url(/resources/images/interface/subheader_teaching.jpg) top left no-repeat;
}
.s-client h3 {
	border-bottom: 3px solid #0269a5;
	padding: 0px 0px 4px 0px;
	margin: 0 0 2em 0;
}
.s-people h3 {
	border-bottom: 3px solid #8f5e3d;
	padding: 0px 0px 4px 0px;
	margin: 0 0 2em 0;
}
.s-collaboration h3 {
	border-bottom: 3px solid #bf3d28;
	padding: 0px 0px 4px 0px;
	margin: 0 0 2em 0;
}
.s-communication h3 {
	border-bottom: 3px solid #3c3c96;
	padding: 0px 0px 4px 0px;
	margin: 0 0 2em 0;
}
.s-teaching h3 {
	border-bottom: 3px solid #cd702d;
	padding: 0px 0px 4px 0px;
	margin: 0 0 2em 0;
}
.s-adult-addictions #pageName {
	background: #ffffff url(/resources/images/interface/subheader_adult-addictions.jpg) top left no-repeat;
}
.s-bsc #pageName {
	background: #ffffff url(/resources/images/interface/subheader_bsc.jpg) top left no-repeat;
}
.s-diabetes #pageName {
	background: #ffffff url(/resources/images/interface/subheader_diabetes.jpg) top left no-repeat;
}
.s-eating #pageName {
	background: #ffffff url(/resources/images/interface/subheader_eating.jpg) top left no-repeat;
}
.s-gambling #pageName {
	background: #ffffff url(/resources/images/interface/subheader_gambiling.jpg) top left no-repeat;
}
.s-housing-employment #pageName {
	background: #ffffff url(/resources/images/interface/subheader_housing-employment.jpg) top left no-repeat;
}
.s-mha #pageName {
	background: #ffffff url(/resources/images/interface/subheader_mha.jpg) top left no-repeat;
}
.s-plan #pageName {
	background: #ffffff url(/resources/images/interface/subheader_strategic-plan.jpg) top center no-repeat;
	border: 0px solid #026985;
	height: 184px;
}
.s-safety #pageName {
	background: #ffffff url(/resources/images/interface/subheader_safety.jpg) top left no-repeat;
}
.s-spiritual #pageName {
	background: #ffffff url(/resources/images/interface/subheader_spiritual.jpg) top left no-repeat;
}
.s-withdrawal #pageName {
	background: #ffffff url(/resources/images/interface/subheader_withdrawal.jpg) top left no-repeat;
}
.s-youth #pageName {
	background: #ffffff url(/resources/images/interface/subheader_youth.jpg) top left no-repeat;
}

/*************** #Clear Content styles **************/

.clear-content {
	clear: both;
	font-size: 1px; /* haslayout fix for ie */
}
hr {
	clear: both;
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #CABBDD;
	border-left: 1px solid #ffffff;
	font-size: 1em; /* haslayout fix for ie */
}
.s-client hr {
	border-bottom: 1px solid #0269a5;
}
.s-people hr {
	border-bottom: 1px solid #8f5e3d;
}
.s-collaboration hr {
	border-bottom: 1px solid #bf3d28;
}
.s-communication hr {
	border-bottom: 1px solid #3c3c96;
}
.s-teaching hr {
	border-bottom: 1px solid #cd702d;
}

/************* #globalNav styles **************/

#globalNav {
	border-top: 1px solid #ffffff;
	background: #ffc726 url(/resources/images/interface/global-nav_spacer.gif) right bottom repeat-x;
	position: relative;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	display:block;
	position: relative;
	color: #FFFFFF;
	width: 100%;
}
#globalNav ul li {
	display: inline;
	list-style-type: none;
	float: left;
}
#globalNav ul li a {
	display: block;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3c3c96;
	font-weight: bold;
	font-size: 115%;
	padding: 5px 10px;
	text-shadow: #666666 2px 2px 2px; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a.nav-client {
	background: #0269a5 url(/resources/images/interface/global-nav_client.gif) right bottom repeat-x;
}
#globalNav ul li a.nav-people {
	background: #8f5e3d url(/resources/images/interface/global-nav_people.gif) right bottom repeat-x;
}
#globalNav ul li a.nav-collaboration {
	background: #bf3d28 url(/resources/images/interface/global-nav_collaboration.gif) right bottom repeat-x;
}
#globalNav ul li a.nav-communication {
	background: #3c3c96 url(/resources/images/interface/global-nav_communication.gif) right bottom repeat-x;
}
#globalNav ul li a.nav-teaching {
	background: #cd702d url(/resources/images/interface/global-nav_teaching.gif) right bottom repeat-x;
}
#globalNav ul li a:link, #globalNav ul li a:visited {
	color: #FFFFFF;
}
#globalNav ul li a:hover {
	color: #333333;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a:hover.nav-client {
	color: #0269a5;
	background: #f4d39e url(/resources/images/interface/global-nav_client_over.gif) right bottom repeat-x;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a:hover.nav-people {
	color: #8f5e3d;
	background: #f4d39e url(/resources/images/interface/global-nav_people_over.gif) right bottom repeat-x;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a:hover.nav-collaboration {
	color: #bf3d28;
	background: #f4d39e url(/resources/images/interface/global-nav_collaboration_over.gif) right bottom repeat-x;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a:hover.nav-communication {
	color: #3c3c96;
	background: #f4d39e url(/resources/images/interface/global-nav_communication_over.gif) right bottom repeat-x;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}
#globalNav ul li a:hover.nav-teaching {
	color: #cd702d;
	background: #f4d39e url(/resources/images/interface/global-nav_teaching_over.gif) right bottom repeat-x;
	text-shadow: none; /* this is a CSS3 property and it works in all modern browsers except IE. */
}




/************* #breadCrumb styles *************/

#breadCrumb {
	padding: 5px 0px 5px 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}


/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	position: relative;
}

.story p {
	padding: 0px 0px 10px 0px;
}


/************* #search styles ***************/

.search {
	display: none;
	position: relative;
	padding: 6px 4px 6px 10px;
	margin-bottom: 10px;
}
#home-mainContent .search {
	border: 1px solid #CABBDD;
}
#home-mainContent .search:hover {
	border: 1px solid #0269a5;
}
.search form {
	margin: 0px;
	padding: 0px;
}
search label {
	margin: 0px;
	padding: 0px 6px 0px 0px;
	font-size: 110%;
}
#navBar.search label {
	display: block;
}
.search-box {
	border: 1px solid #67a5c9;
	font-size: 100%;
	color: #3587b7;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	width: 150px; /* looks best for ie6 */
}
html>body .search-box {
	width: 78%; /* Since the website is able to expand and contract, this is the current best value */
}
#home-mainContent .search-box {
	width: 330px;
}
.search-box:hover { /* Doesn't Work in IE6 but it works in everything else */
	border: 1px solid #026985;
	color: #026985;
}
.gobutton {
	border: 1px solid #67a5c9;
	font-size: 100%;
	color: #0269a5;
	background-color: #cce1ed;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial,sans-serif;
}
html>body .gobutton {
	padding: 1px;
}
.gobutton:hover { /* Doesn't Work in IE6 but it works in everything else */
	color: #FFFFFF;
	background-color: #1b78ae;
	border: 1px solid #0269a5;
}

/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 110%;
	position: relative;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
	margin: 0px;
	position: relative;
}


/************** #advert styles **************/

#advert {
	padding: 10px;
	position: relative;
}
#advert a {
	display: block;
	position: relative;
	border: 1px solid #CABBDD;
	padding: 6px 4px 4px 90px;
	margin: 0px 0px 10px 0px;
	cursor: pointer;
	height: 60px; /* 60px height plus the 6px top padding and the 4px bottom padding = the standard 70px height for our internal Ads. */
}
#advert a:hover {
	border: 1px solid #0269a5;
}
#advert h4 {
	font-size: 100%;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#advert p {
	margin: 0px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines {
	font-size: 100%;
	margin: 0px;
	padding: 10px 5px 20px 5px;
	position: relative;
}
#headlines h3 {
	padding: 5px 0px 5px 5px;
	margin: 0px;
}
#headlines img {
	display: none;
}
.news-headlines img {
	border: 1px solid #CABBDD;
	padding: 3px;
	margin-right: 5px;
	float: left;
}
.news-headlines hr {
	clear: none;
	margin-bottom: 0.5em;
	padding-top: 0em;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #CABBDD;
	border-left: 1px solid #ffffff;
	font-size: 0.5em; /* haslayout fix for ie */
}
#headlines .clear-content { /*this attribute cancels out the default "clear: both" for the same attribute above*/
	clear: none;
	font-size: 1px; /* haslayout fix for ie */
}
.news-headlines a, .news-headlines a:visited {
	padding: 5px;
	display: block;
	position: relative;
	color: #333333;
	border: 1px solid #ffffff;
	text-decoration: none;
}
#headlines .news-headlines a, #headlines .news-headlines a:visited {
	border: 0px solid #ffffff;
}
.news-headlines a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #0269a5;
}
#headlines .news-headlines a:hover {
	border: 0px solid #0269a5;
}
.news-headlines a strong, .news-headlines a:visited strong, .news-headlines a:hover strong {
	color: #3c3c96;
	text-decoration: none;
}
.news-headlines a:link span.attention, .news-headlines a:visited span.attention, .news-headlines a:hover span.attention {
	text-decoration: none;
	color: color: #009900;
}
.news-headlines a:link span.alert, .news-headlines a:visited span.alert, .news-headlines a:hover span.alert {
	text-decoration: none;
	color: #990000;
}
.news-headlines a:link span, .news-headlines a:visited span {
	text-decoration: none;
	color: #0269a5;
}
.news-headlines a:hover span {
	text-decoration: underline;
	color: #0269a5;
}