@charset "utf-8";
/* CSS Document - DF/BW/SSH Cancer Center content page styles */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color:#FFF;
}

/******link styles******/
a:link {
	color: #003399;
}
a:visited {
	color: #660099;
}
a:hover {
	background-color: #CCCCCC;
}

/***styles for #global_links links***/
#global_links a:link {
	color:#007EA3;
	text-decoration:none;
}
#global_links a:visited {
	text-decoration:none;
	background:none;
}
#global_links a:hover {
	color:#005670;
	text-decoration:none;
	background:none;
} 
/***table styles***/
/*important phone numbers table styles*/
#phoneNumbers {
	border:1px solid #981E32;
}
/*th styles for phone numbers table*/
#phoneNumbers th {
	text-align:left;
	color: #007EA3;
	}
/*th styles for care team table*/
#team th {
	color: #007EA3;
	text-align:left;
	line-height:130%;
	padding-bottom:8px;	
	padding-left:5px;
	/*border-bottom:1px dashed #007EA3;
	border-bottom: 1px solid #981E32;*/
}
/*sets top border for th in care team table*/
#team th.border {
	border-top:1px solid #981E32;	
	padding-top:12px;	
}
/***list styles***/
ul li, ol li {
	margin: 7px 10px;
	line-height:125%;
}

/******heading styles******/
/*first heading*/
h1 {
	color: #981E32;
	font-size: 110%;
	margin: 10px;
}
/*second heading*/
h2 {
	color: #007EA3;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 10px 6px 10px;
}
/*third heading*/
h3 {
	color:#333;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 10px 6px 10px;
}
/*fourth heading*/
h4 {
	color: #007EA3;
	font-size: 90%;
	font-style:italic;
	font-weight:bold;
	margin: 10px 10px 6px 10px;
}
#sidebar h1 {
	margin:0;
	font-size:100%;
	color: #666;
	padding:10px 0 0 10px;
	background:url(images/sidebar-top.gif) no-repeat top left;
}
/******paragraph styles******/
p {
	font-size: 100%;
	margin: 7px 15px 10px 10px;
	line-height:125%;
}
/*paragraph styles for footer div*/
#footer p {
margin:5px 0px 8px 0px;
line-height:130%;
}

/******div styles******/
/*holds all page content except footer div*/
#wrap {
margin: 0 auto;
width:800px;
background:url(images/bkgd_repeat.gif) repeat-y;
padding-bottom:10px;
}
/*styles for global links at top right of page*/
#global_links {
height:21px;
text-align:right;
color:#007EA3;
background-color:#FFF;
font-size:90%;
padding:5px 10px 0px 5px;
}
/*holds top banner logo and page title image*/
#banner {
	width:100%;
}
/*holds left navigation*/
#leftnav { 
	float:left; 
	width:190px; 
	border-left: 1px solid #007EA3;
	}
/*holds center content text area*/
#content {
	float:left;
	width:609px;
	}
#sidebar {
	float:right;
	margin:auto 5px auto 8px;
	width:180px;
	background: #C3DFF0 url(images/sidebar-bottom.gif) no-repeat left bottom;
}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	margin:0px auto;
	clear:both;
	width:800px; 
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
	border-top: 1px solid #981E32;
	}
/***class styles***/
/*styles for images in content area*/
#content img {
	border:none;
}
/*adds border to images in the content div*/
#content img.border {
	margin:5px;
	border: 1px solid #981E32;
}
/*inline heading*/
.inlineHead {
	color: #007EA3;
	font-weight:bold;
}
/*doctors name on care team page*/
.boldName {
	color:#333;
	font-weight: bold;
}
