@charset "utf-8";

/*atrius web styles using tables*/ 

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#CDD8D6;
	}
	
/******************link styles******************/
a, a:link {	
	color:#0086B3;
}

/*hover link styles*/
a:hover {
	color:#666666;
	}
	
/*visited link styles*/
a:visited {
	color:#666666;
	}
	
/*********************font styles*******************/
/*paragraph styles*/
p {
	font-size: 100%;
     margin:10px 25px 5px 25px;
	 line-height:130%;
	}
	
/******heading styles******/	
/*first level heading style*/
H1 {
	font-size:115%;
	color:#006666;
	margin-left:25px;
	margin-bottom:0px;
	padding-top:20px;
	}
/*second level heading style*/
H2 {
	font-size:100%;
	color:#003399;
	margin-bottom:-5px;
	margin-left:25px;
	margin-top:15px;
}
/*third level heading style*/
H3{
	font-size:90%;
	color:#006666;
	margin-bottom:-5px;
	margin-left:25px;
	margin-top:15px;
	}
/*fourth level heading style*/
H4{
	font-size:90%;
	color:#000000;
	margin-bottom:5px;
	margin-left:25px;
	}
	
/*********************table styles*******************/	
/*td styles*/
td {
	font-size:100%;}

/*table that holds text and photo tables on home page, level2 pages*/
table#content {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

/******styles for home page tables******/	
/*table that holds all page content on home page*/
table#home {
	position:relative;
	margin: 10px auto 0px auto;
	width:750px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	}
/*table that holds left side navigation on all pages*/
table#navigation {
background:#6A8A84;
margin:0;
padding:0;
}	
/*table that holds physician profiles*/
table#profile {
margin:0;
padding:0;
}
table#profile th {
	font-size:120%;
	color:#006666;
	margin-left:15px;
	text-align:left;
	padding:15px;
}
table#profile p, table#profile h1, table#profile h2, table#profile h3, table#profile h4 {
	margin-left:15px;
	margin-right:15px;
	}	
/*table that holds footer information on all pages*/
table#footer {
	position:relative;
	margin: 0px auto;
	width:750px;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	padding-top:10px;
	}
/******level 2 page table styles******/
/*table that holds all page content on level 2 pages*/
table#level2 {
	position:relative;
	margin: 10px auto 0px auto;
	width:750px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	}

/*********************class styles*******************/
/******left navigation styles******/
table#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #ffffff;
	}
/*link styles for left navigation*/
table#navigation ul a, table#navigation ul a:link {
	display:block;
	width:135px;
	height:28px;
	line-height:28px;
	color:#FFFFFF;
background:#6A8A84;
	text-decoration:none;
	text-indent:10px;
	border-bottom:1px solid #ffffff;
	}
/*hover link styles for left navigation, also for current mark styles*/
table#navigation ul a:hover, table#navigation .current  {
		
				background:#00776E;
	color:#FFFFFF;}
	
/*Removes large gaps in IE/Win*/
table#navigation li {
	display: inline; 
	}
/***sub level navigation***/
/*secondary link style*/
table#navigation li li a, table#navigation li li a:link {
background: #D2DCDA bottom left repeat-x;
height: 18px;
line-height: 14px;
width:130px;
display: block;
border-bottom: 0.1em solid #6A8A84;
color: #000;
text-decoration: none;
font-size: 85%;
padding-left:4px;
padding-right:0px;
padding-top:3px;
}
/*secondary link hover and current mark style*/
table#navigation li li a:hover, table#navigation li li .current {
display: block;
background:#8CA7A2;
border-bottom: 0.1em solid #fff;
color:#FFFFFF;
text-decoration: none;
font-size: 85%;
padding-left:4px; 
}

/* Hide from IE5-Mac \*/
table#navigation li a
{
float: none;
}
/* End hide */	
		
/******bottom navigation styles- home page and level 2 pages******/
/*styles for practice names beneath photo and text*/
.bottom_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	letter-spacing:-.04em;
	text-align:center;
	padding-top:10px;
	}
/*styles for practice links*/	
.bottom_links a {
	margin-right:12px;
	}
.small {
	font-size:85%;
	}
/*indents medical titles on hospital affiliations in doc profiles*/
.indent {
	margin-left:20px;
	}
