﻿/* ie6 png hack */
img, div { behavior: url('/Images/iepngfix.htc') }

/* main css styles */
body
{
	font-family: Arial;
	font-size:small;
	margin:0px;
	padding:0px;
	background: url("/Images/who_we_are_background.png") top left repeat-x;
}

#ctl00_SecondaryNav a:link, #ctl00_SecondaryNav a:visited, #ctl00_SecondaryNav a:active
{
	font-family: Arial;
	font-size: 14px;
	color: #000;
  font-weight:bold;

}
#ctl00_SecondaryNav 
{
	/*padding-right:60px;*/
}
#ctl00_SecondaryNav td
{
	padding-right:7px;
}

h1
{
	font-family: Arial;
	font-size:larger;
}

.pink-link 
{
    text-decoration: underline;
	font-weight: bold;
	color: #DB0962;
}

.green-link 
{
    text-decoration: underline;
	font-weight: bold;
	color: #007E7A;
}

.orange-link 
{
    text-decoration: underline;
	font-weight: bold;
	color: #F26649;
}
.blue-link {
    text-decoration: underline;
	font-weight: bold;
	color: #009AC8;
	
}

.black-bold-link 
{
	text-decoration: none;
	font-weight: bold;
	color:Black;
}

.what-we-do-text-div
{
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

#footer 
{
	font-size: 11px;
	color: #7E0C6E; 
	/*background: url('bg_purple_fade.png') no-repeat;*/
	background: url('/Images/bg_purple_fade_repeat.png') top left repeat-x;
	height: 40px;
	clear: both;
}

#content
{
	
}

#footer-content 
{
	width:1050px;
	margin: 0 auto;
	padding-top:15px;
	text-align:center;
	font-size:small;
}


.pink-hr
{
 	color: #DB0962;
 	height: 1px; 	
 	margin-left: 26px;
}


.green-hr
{
	color: #007E7A;
	height: 1px;
	margin-left: 26px;
}

.black-text-bold
{
	font-weight: bold;
}
.black-text-bold-italic
{
	font-weight: bold;
	font-style: italic;
}

.black-text-italic
{
	font-style: italic;
}

.pink-text-bold
{
	font-weight: bold;
	color: #DB0962;
}

.green-text-bold
{
	font-weight: bold;
	color: #007E7A;
}
.orange-text-bold
{
	font-weight: bold;
	color: #F26649;
}

.image-block-table
{
	 padding: 4px 2px 3px 2px;	
}

td.bullet-button
{
 vertical-align:top;
 padding-right: 5px;
}

li.open-circle
{ 
	list-style:circle;
}

.health-links-table a
{
	text-decoration:none;
	color:black;
}
	


