@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.resume {
	background-image: url(images/bkgrd_resume.jpg);
	background-repeat: no-repeat;
}
body.exhibit {
	background-image:url(images/bkgrd_exhibit.jpg);
	background-repeat: no-repeat;
}
body.home {
	background-image:url(images/bkgrd_home.jpg);
	background-repeat: no-repeat;
}
	
h2 { font-size:12px; }
h3 { font-size:11px; }
h4 { font-size:10.5px; }
h5 { font-size:10.5px; }
p { font-size:10px;	}

ul {
	margin-left:20px;
	text-decoration:none;
	font-size:10px;	
}
li {
	line-height:16px;
}
a {
	text-decoration:none;
	color:#000000;
}
#nav {
	top: 0px;
	left: 0px;
	height: 360px;
	position: absolute;	
}

#nav a, #lowerNav a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
}
#lowerNav {
	top: 361px;
	left: 0px;
	height: 135px;
	position: absolute;
	z-index:5;	
}

#nav ul, #lowerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li, #lowerNav ul li {
	position: relative;
	margin-top:20px;
	margin-left:12px;
}
#nav li ul, #lowerNav li ul {
	position: absolute;
	/*left: 134px;*/
	left: 105px;
	margin-left:-24px;
	top: 0;
	padding: 5px;
	display: none;
	
	
}

#nav ul li a, #lowerNav ul li a {
	text-indent:5px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	height:17px;
	color:#CCCCCC;
	padding: 5px;
}
#nav ul, #lowerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px;	
}
#nav a:hover{
	color:white;
}
#nav ul a:hover, #lowerNav ul a:hover {
	color:white;
}
#lowerNav li ul:hover {

	display: block;
	/*background-color:#CCFF00;*/
	background-image:url(images/invisible.gif);
	/* needed for IE to show sub menu*/
}
#nav ul li a:hover, #lowerNav ul li a:hover { 
	display: block; 
	width: 135px;
	background-image:url(images/button_yellow.png);
	position:relative;
	z-index:10;
 }
#nav li:hover ul, #lowerNav li:hover ul{
	background-color:none;
	padding:0;
	margin-top:-20px;
	display: block;	
}
#nav li:hover ul li, #lowerNav li:hover ul li{
	margin-top:5px;
	display: block;
}


#pageHead {
	top: 0px;
	left: 135px;
	width: 635px;
	height: 50px;
	position: absolute;
	background-color:none;
	text-align:right;
	text-transform:lowercase;
	line-height:70px;
}
#Container {
	left: 136px;
	top: 51px;
	width: 635px;
	min-height: 445px;
	
	position: absolute;
	background-color:none;
	border-width:1px;
	border-left-width:0;
	border-bottom-width:0;
	border-style:solid;
	}
#mainContent {
	width: 635px;
	border-top-width:0;
	border-right-width:1px;
	border-bottom-width:0;
	border-left-width:0;
	border-style:solid;
	background-color:none;
	min-height:310px;
	position:absolute;
}

#mainContent a{
	color:#000033;
	font-variant:normal;
	text-decoration:underline;

}
#mainContent h2, #mainContent h3, #mainContent p, #mainContent ul, #lowerContent h2, #lowerContent h3, #lowerContent p,#lowerContent ul{
	margin-left:75px;
	margin-right:155px;
	margin-top:10px;
}
#mainContent ul, #lowerContent ul{
	margin-left:100px;	
	/*margin-right: 155px;*/
}

#mainSidebar {
	width: 134px;
	height:310px;
	background-color:#999999;
	position:absolute;
	margin-left:500px;
	border-left:solid;
	border-left-width:1px;	
}
#mainSidebar h2, #mainSidebar h3, #mainSidebar p, #lowerSidebar h2, #lowerSidebar h3, #lowerSidebar p{
	margin-left:10px;
	margin-top:10px;
	
}
#mainSidebar ul, #lowerSidebar ul{
	margin-left:30px;
	margin-right:10px;
	
}
#lowerContent {
	width: 634px;
	height:134px;
	background-color:none;
	background-image:url(images/grid.gif);
	position:absolute;
	margin-top:310px;
	margin-left:0px;
	border-style:solid;
	
	border-width:1px;
	border-bottom-width:1px;
	
}
/*#lowerContent img{
position:absolute;
z-index:6;

}*/
#lowerSidebar {
	height:134px;
	width: 134px;
	margin-top:310px;
	margin-left:500px;
	position:absolute;
	
	background-color:#CCCCCC;
	border-style:solid;
	border-top-width:1px;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:1px;
	border-bottom-style:none;
	
	
}
.flushRight {
	font-style:italic;
	float:right;
	text-align:right;
	/*margin-right:160px;*/
	position:relative;
	clear:right;
	display:inline;
}
.but_grey { background-image:url(images/button_grey.png); background-repeat:no-repeat;}
.but_teal { background-image:url(images/button_teal.png); background-repeat:no-repeat;}
.but_purp { background-image:url(images/button_purple.png); background-repeat:no-repeat;}
.but_tan { background-image:url(images/button_tan.png); background-repeat:no-repeat;}

.but_turq { background-image:url(images/button_turq.gif); background-repeat:no-repeat;}
.but_blue { background-image:url(images/button_blue.gif); background-repeat:no-repeat;}
.but_red { background-image:url(images/button_red.gif); background-repeat:no-repeat;}
.but_orange { background-image:url(images/button_orange.gif); background-repeat:no-repeat;}
.but_green { background-image:url(images/button_green.gif); background-repeat:no-repeat;} 
