/* CSS Document */



body {

	/*background-color:#DFF3D7;*/
	background-color:#eae6e1;
	
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

/*
	background-image: url("images/backgrounds/main2.gif");

	background-position:center;

	background-repeat:repeat-y;
*/
	
/*
	background-image:url(images/backgrounds/dots.gif);
	background-repeat:repeat-x repeat-y;
*/
	
	background: #eae6e1 none no-repeat fixed center top;
	background-image:url(images/backgrounds/hills4.jpg);
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearflow{
overflow:hidden;
zoom:1;
word-wrap:break-word;
}


#container-outer{
	width: 730px;
	padding:0 5px 10px 5px;
	margin:0 auto 0 auto;
	border-left: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	/*background-color: #eae6e1;*/
	background-color: #ffffff;
	
	/*
	background-image:url(images/backgrounds/dots_outside.gif);
	background-repeat:repeat-y;
	*/
}

#container {
	background-color:#FFFFFF;
	padding: 5px;
	margin: 0 10px 0 10px;
	overflow:hidden;
	width: 700px;

}

#header {

	width:700px;

	/*background-color: #f1f1f1; */
	background-color: #94d5fb;
	background-image:url(images/backgrounds/header3.gif);
	background-repeat: repeat-x;
	
	height:258px;

	color: #87313b;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:150%;

	font-weight:bold;

	line-height:20px;

}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

	font-size: 10pt;
	text-align: right;

}

#header h1 {
	display: block;
	/*background-color:#3fa7e2;*/
	color:#000000;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:200%;

	font-weight:bold;

	padding:0;

	padding-top:50px;

	padding-bottom:25px;

	margin:0;

	border: none;

	background-image:none;

	line-height:1em;
}

#main_menu {

	width:700px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("images/backgrounds/menubg.jpg");

	margin-bottom:10px;

}

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:60%;

	font-weight:bold;

	text-transform:uppercase;

	color:#FFFFFF;

	text-decoration:none;

	padding-left:5px;

	padding-right:5px;

	padding-top:12px !important;

	padding-top:13px;

	padding-bottom:11px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

.logo {

	float:left;
	margin: 40px 10px 0 10px;
}


#sidebar {

	width:150px;
	background-color: #f0faff;
	
	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;
	
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	
	

}
#sidebar h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:none;
	background-image:none;
}

h1{
	font-size: 15pt;	
}

h2{
	font-size: 13pt;	
		
}

h3{
	font-size: 10pt;	
		
}

.article {

	margin-left:170px;

	padding:10px 10px 30px 10px;

	border: 1px solid #cccccc;

/*	background-image: url("images/backgrounds/articlenormal.jpg");

	background-position:top left;
	
	background-repeat:no-repeat;
*/
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;

	margin-bottom:10px;
	width: 505px;
	overflow: auto;
}

/*
.article:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}
*/

.article p {

	margin:10px;
	text-align: justify;
}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial, Helvetica, sans-serif;

	/* letter-spacing:-1px; */

	color:#000000;


/*	background-image: url("images/backgrounds/headers.jpg"); */

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;
	margin-top: 0;

}

h1, h2{
	border-bottom:2px solid #cccccc;
}

h3{
	margin-bottom: 0;
	margin-top: 1em;
}



.comment {
	clear:both;
	padding:10px;
	border: 1px solid #cccccc;
	/*background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	*/
	background: #f1f1f1;
	margin:0 10px 0 10px;
	text-align: center;
}
a {
	color:#1a70c8;
	text-decoration:none;
}

a:hover{
	color: #206e95;
	text-decoration:underline;
}


a:visited{
	color: #615c90;
}

#left-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10pt;
}

#left-menu li{
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	width: 100%;
}


#left-menu li.sep{
	height: 1px;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0 5px 0;
}

#left-menu li a{
	display: block;
	text-decoration: none;
	padding-left: 25px;
	text-indent: -25px;
	color:  #702815;
	font-size: 12px;
	line-height: 12px;
	
}

#left-menu li a:hover{
	text-decoration: underline;
}


#staff .member{
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	overflow: auto
}

#staff .member img{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #e0e0e0;
}

#staff .member h3{
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

#staff .member .staff-title{
	font-style:italic;
}

#staff .member .description p{
	margin-top: 0.5em;
}

#home .service {
	overflow:auto;
	margin-bottom: 1em;
	width: 500px;
}

#home  .service img{
	float: left;
}

#home  .service p{
	margin-left: 120px;
	font-size: 150%;

}

.photos a{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0.5em;
	overflow: hidden;
	border: 2px solid #1a70c8;
}

.photos a:hover{
	border: 2px solid #88add4;
}

.photos a:visited{
	border: 2px solid #9a92e5;
}


.photos img{
	border: none;
}

#links h3{
	margin-top: 0;
}

#links .link-group{
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
	background: white;
	overflow: auto;
	width: 95%;
}

#links img{
	vertical-align: top;
	float: left;
	margin: 0.5em;
}

#links .link{
	float:left;
	overflow: auto;
	width: 210px;
	padding-left: 10px;
	margin-bottom: 1em;
}

#links.single .link{
	width: 100%;
}

p.thumbshots{
	margin-top: 2em;
	text-align: center;
}


.contact_item{
	border: 1px solid #e0e0e0;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	margin-left: 2em;
	background: white;
}

.contact_item .field_name{
	display: block;
	float: left;
	width: 6em;
	font-weight: bold;
}

.contact_item .field{
	display: block;
	padding-left: 6em;
	overflow: hidden;
}

.contact_item h3{
	margin-bottom: 0;
	padding-bottom: 0;
}

#contact p{
	margin-bottom: 1.25em;
	margin-top: 0;
}

#contact h3{
	margin-bottom: 0;
}

#contact strong{
	display: block;
	float: left;
	width: 12em;
}

#services h3{
	margin-bottom: 0;
	padding-bottom: 0;
}

#services ul{
	margin-top: 0.5em;
	margin-bottom: 2em;
}

#services-icons{
	float: right; 
	width: 100px; 
	padding-top: 50px;
	
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

}

#services-icons img{
	margin-top: 15px;
}

#pathology .list{	
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
	background: white;
}

#pathology .list table{
	
	width: 100%;
	
}

#pathology .list table th{
	border-bottom: 1px solid #e0e0e0;
	font-size: 120%;
}

#pathology .list table td{
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border-top: 1px solid #e0e0e0;
}

#pathology .list{
	margin-top: 2em;
}



#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}



