body, html{
	margin:0px;
	padding:0px;
	height:100%;
}



#image_name{
	position:absolute;
	top: 32px;
	left: 65px;
}

#main_frame{
	height:100%;
	z-index:0;
}

.icon{
	position:absolute;
	top:29px;
	left:43px;
	z-index:10;
}

.contents_frame{
	position:absolute;
	top:125px;
	left:0px;
	height:87%;
	z-index:0;
}

.page_title_images{
	position:fixed;
	top:56px;
	left:67px;
	z-index:5;
}



#bio_text{
	position:absolute;
	top:70px;
	left:210px;
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	line-height:23px;
	}
#bio_title{
	color:#9D8E58;
}

.bottom_hr{
	margin-top:17px;
} 

.cv_table{
	position:absolute;
	top:50px;
	left:220px;
	z-index:2;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#cv_text_name{
	color:#9D8E58;
}

.cv_text_title{
	font-weight:bold;
	font-size:13px;
	color:#9D8E58;
}


.cv_text_date{
	font-size:12px;
	color:#ddd;
}

.cv_text_italic{
	font-style:italic;
	font-weight:bold;
}

.cv_text_details{
	color:#555;
}

.cv_text_details2{
	color:#555;
}

.big_text1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#999;
	font-weight:lighter;
	line-height:28px;
}


.big_text2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#555;
	font-weight:lighter;
	line-height:28px;
}

.big_text3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#555;
	font-weight:lighter;
	line-height:18px;
}

.big_text3 a{
	color: #555;
	text-decoration:none;
}
	
.big_text3 a:hover{
	color: #9D8E58;
}


	
	
	

.boxgrid{
	width: 325px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }

 .captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 220;
 	left: 0;
 }
 
 .site_credits1{
	 color:#333;
	 font-style:italic;
 }
  .site_credits2{
	 color:#333;
 }
 
	 
	






.ddsmoothmenu{
position:absolute;
top:27px;
left:670px;
font-family:Arial, Helvetica, sans-serif;
font-style:oblique;
font-size:10px;
width: 100%;
z-index:10;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 8px 12px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#666;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: #666;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color:#9D8E58;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
width: 90px; /*width of sub menus*/
padding: 1px 12px;
margin: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 4px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: black;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}