* {
	margin:0;
	padding:0;
	}
body {
	margin: 0;
	background-color: #eaebe0;
	background-image:url(images/bg_main2.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:'Lucida Grande', Lucida, Verdana, Arial, sans-serif;
	text-align:center;
}
/*TEXT STYLES*/

a {
	text-decoration:underline;
	color:#333333;
	}
	a:visited {
	text-decoration:underline;
	color:#333333;
	}
a:hover {
	color:#DF922F;
	}
p {
	font-size:13px;
	line-height:20px;
	color:#282828;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 12px 50px;
	}
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:25px 50px 7px 50px;
	color:#000000;
	}
li {
	font-size:13px;
	line-height:20px;
	color:#282828;
	
	}

#wrap {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
	}
#header {
	width:900px;
	height:90px;
	}
	#header_home {
		position:relative;
		float:left;
		
		width:900px;
	height:140px;
		}
	.header_left {
		padding:0px;
		float:left;
		}
		.header_left_home {
			position:relative;
			float:left;
			width:400px;
			height:140px;
			overflow:hidden;
			
			}
	.header_right {
		position:relative;
		vertical-align:top;
		text-align:right;
		font-size:12px;
		padding:4px;
		float:right;
		width:30%;
		}
		.header_right_home {
		position:absolute;
		top:10px;
		right:25px;
		font-size:12px;
		}

#main {
	position:relative;
	float:left;
	width:900px;
	}
	
	.sidebar {
		float:left;
		border-left:1px solid #CCCCCC;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		width:200px;
		background:#ffffff;
		}
		.sidebar p {
			margin:15px;
			font-size:12px;
			}
		.sidebar img {
			margin-right:8px;
			}
	#content {
		position:relative;
		float:left;
		border:1px solid #CCCCCC;
		background-color:#FFFFFF;
		width:685px;
		padding-bottom:15px;
		background-image:url(images/bodytop.gif);
		background-repeat:repeat-x;
		min-height:475px;
		}
		#content_home {
		position:relative;
		float:left;
		border:1px solid #CCCCCC;
		background-color:#FFFFFF;
		width:684px;
		padding-bottom:15px;
		min-height:475px;
		}
	#content h1 , #content_home h1{
		clear:both;
		margin:0px 0px 12px 50px;
		
		}
	 #content p {
	 	margin:10px 75px 5px 50px;
		}
	 #content_home p {
	 	text-align:left;
	 	margin:5px 50px 10px 50px;
		}
	 #content li {
	 	margin:10px 75px 5px 55px;
		}
	 #top_background {
	 	width:100%;
		float:left;
		background-image:url(images/bodytop_left.gif);
		background-repeat:repeat-x;
		position:relative;
		height:60px;}
		#top_background_home {
	 	width:100%;
		float:left;
		background-image:url(images/bodytop_left.gif);
		background-repeat:repeat-x;
		position:relative;
		height:30px;}
		
		/*BIO PAGE*/
		.biophoto {
			border:1px solid #CCCCCC;
			float:left; 
			position:relative;
			margin:0px 25px 25px 25px ;
			}
		html>body .biophoto {
			margin:0px 25px 25px 50px ;
			}
		.biounderphoto {
			padding: 5px 5px 5px 15px;
			background:#F1F1F1;
			font-size: 12px;
			color: #000000;
			letter-spacing: 0.25px;
			line-height: 24px;
			border-top:1px solid #FFFFFF;
			}
		
		.biounderphoto img {
			margin-right:8px;
			}
	#print_bio {
		display:none;
		}
	#content.homepage {
		background-image:url(images/bg_home.gif); 
		background-position:top; background-repeat:no-repeat;
		}
	.slideshow_frame {
		position:relative;
		float:left;
		width:656px;
		*width:616px;
		margin:12px;
		
		height:390px;
		clear:both;
		text-align:center;
		}
		.slideshow_frame_ie6 {
			display:none;
			}
/*MENU*/
ul#menu {
list-style-type: none;
margin: 0;
padding: 0;
clear:both;
}

			ul#menu ol {
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0px;
			}
			
			
			ul#menu li {
			font-size: 14px;
			text-align: left;
			letter-spacing:1px;	
			font-weight:bold;
			line-height:26px;
			border-bottom: solid 1px #999999;
			background-image: url(images/bg_nav1.gif);
			background-repeat: repeat-x;
			
			}
			
			ul#menu li a {
				width:100%;
				display:block;
				text-decoration:none;
				}
			
			ul#menu li a:hover{
			width:100%;
			background-image: url(images/bg_nav2.gif);
			background-repeat: repeat-x;
			display:block;
			color:#333333;
			}
			ul#menu li a:visited {
			color:#000000;
			}
			ul#menu ol li {
				font-weight:normal;
				color:#000000;
				padding:3px 0px 3px 0px;
				border-left:none;
				border-bottom:none;
			    line-height:normal;
				background-image:none;
			}
					ul#menu li ol li{
						padding-left:0px;
				
						}
			ul#menu ol li a{
			width:90%;
			background-image: url(images/link_widget.gif);
			background-repeat: no-repeat;
			background-position: left middle;	
			font-size:12px;
			text-decoration:none;
			display:block;
 			padding-left:19px;
			padding-right:5px;
			}
			
			ul#menu ol li a:hover{
			width:90%;
			background-color:#f1f1f1;
			color:#000000;
			background-image: url(images/bg_navorange_hover.gif);
			background-repeat:repeat-y;
			}
		
		ul#menu a.active {
			background-image: url(images/bg_nav1.gif);
			background-repeat: repeat-x;
			}	
		

/*TO HIDE THE SITEMAP LINK*/
.indexdot a:link{
	font-size: 5px;
	color: #ffffff;
}

.indexdot a:visited {
	color: #ffffff;
	text-decoration: none;
}
.indexdot a:hover {
	color: #ffffff;
	
	text-decoration: none;
}
.indexdot a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer {
	clear:both;
	padding:8px;
	padding-left:200px;
	font-size:11px;
	text-align:center;
	color:#333333;
	position:relative;
	
	}
#map {
	width: 500px; 
	height: 400px;
	margin:0px 0px 15px 50px;
	font-size:12px;
	}
.directions_text {
	padding:4px;
	font-size:12px;
	border-top:1px solid #e7e7e7;
	}
.directions_title {
	background-color:#e7e7e7;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	text-ailgn:center;
	}
#dhonis {
	
	margin:0px 5px 0px 0px;
	white-space: nowrap;
	height:350px;
	width:600px;
	clear:both;
	}	
 
.dhonishow {
	position:relative;
	overflow: hidden;
	float: left;
	width: 600px;
	height:350px;
	padding:15px;
	margin:0px 0px 8px 13px;
	*margin:0px 0px 8px 10px;
	border:1px solid #ccc;
	background-color:#f8f8f8;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style-type:none;
	width: 600px;
	height:350px;
}                  

.dhonishow-image {
	overflow: hidden;
	padding:  0;
	margin: 0;
	width: 600px;
	height: 350px;
	text-align: left;
	position: relative;
	float:left;
	
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 600px;
	height: 350px;
}

.dhonishow-navi {  
	
	display:none;
}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 16px;
}          
.photo_credit {
	position:absolute;
	top:410px;
	right:47px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#999;
	font-size:9px;
	font-weight:bold;
	}
	
                                        
