/* CSS Document */
/*include the menu building styles*/
@import 'menuh.css';
@import 'inc.forms.css';

/**************************************************************************************/
/*----------HTML TAG MODIFICATIONS------------*/
/**************************************************************************************/
body, html {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size: 12px;
line-height: 23px;
}
td {font-size: 12px; }

a:link, a:visited { color:#333333; }
a:hover, a:active {color: #00306B;}

body.home a:link, body.home a:visited,  #breadcrumbs a:link, #breadcrumbs a:visited  { color:#333333; text-decoration:underline; }
body.home a:hover, body.home a:active, #breadcrumbs a:hover, #breadcrumbs a:active {color: #00306B; text-decoration:underline;}
body.home #sidebar_content a:link, body.home #sidebar_content a:visited {color: #00306B; text-decoration:none; }
body.home #sidebar_content a:hover, body.home #sidebar_content a:active{color: #333333; text-decoration:underline;}  
p {
margin:0px 0px 12px 0px;
}
h1{
margin:0px 0px 15px 0px;
font-size:19px;
font-weight:bold;
color:#00306B;
}
h2{
font-size: 12px;
font-weight:bold;
color:#333333;
margin:0px 0px 5px 0px;
}
h3{
font-size: 12px;
font-weight:bold;
color:#333333;
margin:0px 0px 12px 0px;
}
h4{
font-size: 14px;
font-weight:bold;
color:#00306B;
margin:5px 0px 10px 0px;
}

/**************************************************************************************/
/*----------CONTENT------------*/
/**************************************************************************************/
#page_container {
margin:auto;
margin-top:15px;
width:955px;
}
body.print #page_container {
background-image:none;
width:auto;
margin:0;
color:#000000;
}
#patient_links{
color: #00306B;
height:30px;
padding: 0px 10px 0px 0px;
text-align:right;
letter-spacing:1px;
font-size:11px;
}
#patient_links a:link, #patient_links a:visited  { color:#666666; text-decoration:none; }
#patient_links a:hover, #patient_links a:active  { color:#00306B; text-decoration:none; }

#header_container {
background-image:url(images/header_background.gif);
height:75px;
}
body.print #header_container {
background-image:none;
margin-left:20px;
}
#positioning-line {
float:right;
margin:32px 18px 0px 0px;
}
#navigation {
height:28px;
background-color:#666666;
margin-bottom:10px;
}
#search {
margin-right:10px;
float:right;
height:28px;
overflow:hidden;
padding-top:2px;
}
#breadcrumbs {
font-size:9px;
}
#main_container {
margin-top:0px;
padding:15px 10px 0px 10px;
background-image:url(images/container_background.gif);
background-repeat:repeat-x;
border-top: 1px solid #D6D5CB;
}
body.print #main_container {
background-image:none;
}
body.print #main_content {
padding: 0px 20px 20px 20px;
margin:0px;
}
body.home #main_container {
background-image:none;
border:0px;
margin-top:20px;
}
#main_content {
margin:0px 270px 0px 0px;
padding:0px 30px 0px 0px;
}

body.bio #main_content {
margin:0px 220px 0px 0px;
}
#main_content-nosidebar{
margin-right:0px;

}
/*******************************
NOTE: HOMEPAGE lists within the main_content div are modified in the ui.tabs.css file
*******************************/

#main_content ul {
margin:0px 0px 10px 0px;
padding:0px 20px 0px 30px;
}
#main_content ul ul {
margin:5px 0px 0px 0px;
padding-left:15px;
}

#main_content li {
line-height:18px;
padding-bottom:10px;
}
#main_content li li {
padding-bottom:0px;
}

#googlemap {
border:1px solid #D6D5CB;
padding:7px;
float:left;
margin:5px 10px 10px 0px;
}
#news-headlines, #physician-news-headlines {
margin-top:25px;
}
#news-headlines li, #physician-news-headlines li {
	list-style-image: url(images/sidebar-triangle.gif);
	padding:0px 0px 7px 0px;
	margin-bottom:7px;
	border-bottom:1px solid #999999;
}
#news-headlines a:link, #news-headlines a:visited, #physician-news-headlines a:link, #physician-news-headlines a:visited {
	color:#333333;
	text-decoration: none;
}
#news-headlines a:hover {
	color:#00306B;
	text-decoration: none;
}
#sidebar_content {
width:270px;
float:right;
font-size:11px;
line-height:17px;
}
body.bio #sidebar_content {
width:220px;
}
#sidebar_bio{
font-size:12px;
}
#sidebar_bio h4{
margin-bottom:8px;
}
#sidebar_bio .doc_photo{
margin:10px 0px 15px 0px;
width:185px;
}
.sidebar_row{
padding:0px 0px 4px 0px;
margin-bottom:10px;
border-bottom:1px solid #D6D5CB;
/*IE 6 hack for min-height*/
height:auto !important;
height:120px;
min-height:120px;
}
.short{ 
/*IE 6 hack for min-height*/
height:auto !important;
height:10px;
min-height:10px;
}
.sidebar_row_photo{
margin:0px 0px 20px 0px;
}

#footer {
font-size:10px;
background-image:url(images/footer_background.jpg);
background-repeat:repeat-x;
border-top: 1px solid #D6D5CB;
margin-top:40px;
height:50px;
padding:10px 0px 0px 10px;
clear:both;
}
body.home #footer {
margin-top:100px;
}
body.print #footer {
background-image:none;
padding-left:20px;
}
.photo{
border:1px solid #D6D5CB;
padding:7px;
margin-bottom:20px;
}
.callout {
border:1px solid #D6D5CB;
background-color:#E4E7E0;
padding:20px;
margin-bottom:20px;
}

.homeflash{
width:615px;
overflow:hidden;
margin-bottom:15px;
}
.big {
width:612px;
}
.twocolumn{
width:290px;
}
.small {
width:270px;
}
.left{
float:left;
margin:0px 15px 5px 0px;
}
.right{
float:right;
margin:0px 0px 5px 15px;
}
.nobottommargin {margin-bottom:0px;}
.banner{
width:80px;
float:left;
padding: 5px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
}
.patientstories {
width:90px;
}
/**************************************************************************************/
/*----------NAVIGATION------------*/
/**************************************************************************************/

/*---------- LOGO LINK ------------*/
#logo-nav { height: 75px; float: left; margin:0px 0px 0px 15px; }
#logo-nav dl { margin: 0; padding: 0; 
}
/* IE5 Mac Hack \*/ 
#logo-nav { padding-left: 0px; } 
/*/ 
#logo-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#logo-nav dt { float: left; }
#logo-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:75px; /* IE 5/Win hack */ 
	padding: 75px 0px 0px 0px;
	overflow: hidden;
	width: 280px;
	background-image:url(images/canm_logo.gif);
	background-repeat: no-repeat;
}
#logo-nav dt a:hover {
	background-position: 0 -75px;
}
body.home #logo-nav dt a:hover {
	background-position: 0px 0px;
}

#sidebar-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin:0px 0px 15px 0px;
}
#sidebar-nav p {
	margin: 0px;
	padding: 0px 0px 15px 15px;
}
#sidebar-nav ul {
	margin: 0px 0px 2px 8px;
	padding: 10px 0px 2px 8px;
}
#sidebar-nav li {
	list-style-image: url(images/sidebar-triangle.gif);

	padding:0px 0px 7px 0px;
	margin-bottom:7px;
	border-bottom:1px solid #999999;
}
#sidebar-nav a:link, #sidebar-nav a:visited, #sidebar-bio a:link, #sidebar-bio a:visited {
	color:#666666;
	text-decoration: none;
}
#sidebar-nav a:hover, #sidebar-bio a:hover {
	color:#00306B;
	text-decoration: none;
}
body.s1 #sidebar-nav a.s1, body.s2 #sidebar-nav a.s2, body.s3 #sidebar-nav a.s3, body.s4 #sidebar-nav a.s4, 
body.s5 #sidebar-nav a.s5, body.s6 #sidebar-nav a.s6, body.s7 #sidebar-nav a.s7, body.s8 #sidebar-nav a.s8,
body.s9 #sidebar-nav a.s9, body.s10 #sidebar-nav a.s10, body.s11 #sidebar-nav a.s11, body.s12 #sidebar-nav a.s12,
body.s13 #sidebar-nav a.s13, body.s14 #sidebar-nav a.s14, body.s15 #sidebar-nav a.s15, body.s16 #sidebar-nav a.s16,
body.s17 #sidebar-nav a.s17, body.s18 #sidebar-nav a.s18, body.s19 #sidebar-nav a.s19, body.s20 #sidebar-nav a.s20 { color:#CCCCCC; }

.accept, .decline { 
	border:1px solid #999999;
	padding:5px 15px 5px 15px;
	float:left;
	margin-right:20px;
	margin-bottom:60px;
}
.accept a:link, .accept a:visited, .accept a:hover, .decline a:link, .decline a:visited, .decline a:hover {
	text-decoration:none;
}
.searchresults1 {
	background-color: #E4E7E0;
}
.underline { 
	width:450px; 
	border-bottom:1px solid #D6D5CB; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	margin-right:20px; }
.action_performed {
	border-bottom:1px solid #D6D5CB; 
	padding-bottom:5px; 
	margin-bottom:20px; 

}
.red { color:#B70020; }
.green { color:#12764C; }