/* GLENN ROBERT LYM AIA/PhD web site www.lymarch.com  */
/* element styles */
/* CSS Reset */
* { margin:0px; padding:0px; }
a {
	color:#d94500;
	outline:none;
	text-decoration:none;
}
a:hover, .current, h2, h2 a {
	color:#a83500;
}
body {
	background:#b9afa5;
	color:#224815;
	font-size:100%;
	font-family:"Adobe Garamond Pro", Garamond, "Times New Roman", Serif;
	height: 100%;
	text-align:center;
}
#pagewrapper {
	background:#ffcda0;
	height: auto !important;
	height: 100%;
	min-height:1500px;
	margin:0px auto -65px auto;
	padding:20px 0px 75px 0px;
	width:1000px;
}
img { border-style:none; }

#slider {
	display:none;
	width:1000px;
	height:792px;
	overflow:hidden;
}
/* text specific styles */
h1 {
	color:#000000;
	font:34pt normal;
	height:60px;
	letter-spacing:0.2em;
	width:100%;
}
h1 a, h1 a:hover { color:#000000; }
.smaller { font-size:0.65em; }
h2 {
	font:12pt normal;
	width:100%;
}
.subtopic {
	color:#4d4c4a;
	font-size:11pt;
}
p { 
	font:13pt normal;
	margin:1em 109px;
}
#footer {
	clear:both;
	font-size:10pt;
	width:100%;
}
/* menu styles */
#topnav {
	display:inline-block;
	font-size:14pt;
	list-style:none;
	margin:1px 109px;
	overflow:hidden;
	text-align:center;
}
#topnav > li {
	display:block;
	float:left;
	height:24px;
	width:130px;
}
#blog, #videos, #stories, #bios, #ftp { border-right:1px solid #000; }
#topnav li a {
	display:block;
	height:100%;
	width:100%;
}
#topnav > li ul {
	/*background:#ffcda0;*/
	border-right:1px solid #000;
	display:none;
	font-size:12pt;
	list-style:none;
	margin: 0 0 0 -109px;
	padding: 8px 4px;
	position:absolute;
	text-align:right;
	width: 166px;
	z-index:200;
}
#topnav > li ul li ul {
	border-left:1px solid #000;
	border-right:1px none #000;
	font-size:11pt;
	margin: -28px 0 0 170px;
	position:absolute;
	text-align:left;
	width: 382px;
}
#topnav li a.subtopic:hover {
	color:#292522;
}
#menuplate {
	background:#ffcda0;
	display:none;
	height:0px;
	margin:0px auto;
	position:absolute;
	top:110px;
	width:1000px;
	z-index:100;
}