/**
 * Styles for site: albany.edu/~lf503
 * Site by Red Bottle Design
 */

html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Verdana, Arial;
	color: #444;
	line-height: 1.1em;
	letter-spacing: 0.2px;
	font-size: 12px;
	background: #f7f4e8;
	padding: 0;
	margin: 0;
}
a {
	color: #796d8c;
	text-decoration: none;
	border-bottom: 1px solid #cbb459;
}
a:hover {
	color: #000;
}
a img {
	border: 0 none;
}
table#container {
	width: 100%;
	height: 100%;
}
table#container .vcenter {
	vertical-align: middle;
	padding-top: 70px;
}
div#container {
	padding-top: 80px;
}
#page {
	margin: 0 auto 0 auto;
	width: 612px;
	position: relative;
}
#pageheader {
	height: 98px;
	background: #f6efd5 url('images/page_header.gif') no-repeat;
}
#pageheader h1, #pageheader h2 {
	position: absolute;
	text-indent: -9999px;
	margin: 0;
	top: 0;
	left: 0;
}
#pageheader h1 a {
	display: block;
	text-indent: -9999px;
	width: 500px;
	height: 50px;
	position: absolute;
	top: 10px;;
	left: 20px;
	border: 0px none;
	text-decoration: none;
}
	
#pageNav, #pageNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 10px;
	margin-top: -15px;
}
#pageNav li {
	float: left;
	margin-right: 4px;
}
#pageNav li a {
	display: block;
	height: 21px;
	padding: 6px 8px 0 8px;
	font-size: 14px;
	color: #555;
	border: 0 none;
	text-decoration: underline
}
#pageNav li a:hover {
	background: #cec4bb url('images/link_over.jpg') repeat-x;
	color: #222;
	text-decoration: none;
}
#pageNav li.active a {
	background: #7f7292 url('images/link_active.jpg') repeat-x;
	color: #fff;
	text-decoration: none;
}

#pageheader div {
	display: none !important;
}
#content {
	background: #fff url('images/page_bg.gif') repeat-y;
	width: 612px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
#content div.pad {
	padding: 16px 22px 16px 22px;
	width: 568px;
	overflow: hidden;
}

#footer {
	background: url('images/page_footer.gif') no-repeat;
	padding: 28px 20px 30px 20px;
	width: 572px;
	overflow: hidden;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: url('images/header_bg.jpg') repeat-x;
}
#header.png {
	background-image: url('images/header_bg.png');
}
#header .container {
	margin: 14px auto 0 auto;
	width: 760px;
}
#header a {
	border: 0 none;
}
#header li {
	color: #bfb385;
	float: left;
	padding-top: 10px;
}
#header li a {
	padding: 8px 10px 4px 12px;
	font-size: 12px;
}
.menu, .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	margin: 16px 4px 10px 4px;
}
.hide {
	display: none;
}
table.pad td {
	padding: 8px 12px;
}