body { 
	font-family: arial;
	margin: 0; padding: 0;
}
#tnavbg {
	background: transparent url('/images/tnavbg.jpg') top left repeat-x;
	height: 62px;
}
#tnav,#main,#sitemap {
	margin: 0 auto;
	width: 1296px;
	min-height: 600px;
}
#tnav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
}
#tnav li {
	list-style: none;
	margin: 0;
	display: inline;
}
#tnav a,#footer a,#footer {
	color: #eee;
	text-decoration: none;
}
#tnav a:hover,#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#tnav a {
	font-size: 18px;
	padding: 5px 15px 20px 15px;
}
#main a { font-size: 15px; color: #336699; font-weight: normal; }
div#subnav { width: 200px; }
div#subnav ul { margin-top: 20px; }
div#subnav li { padding-top: 5px; }
div#subnav a { color: #999; font-size: 15px; }
#footer a {
	font-size: 14px;
}
#fpsplash {
	position: relative;
	height: 600px;
}
#fpsplash div h2 {
	font-size: 18px;
	margin: 0; padding: 0;
}
#fpsplash p { margin-top: 5px; }
#fpsplash #chapter,#fpsplash #council,#fpsplash #commandery,#fpsplash #resources {
	background: transparent url('/images/flyoutbg.png') top left no-repeat;
	position: absolute;
	padding: 20px 25px 10px 25px;
	width: 272px;
	height: 146px;
	display: none;
	z-index: 1;
	color: #999;
}
#fpsplash img#quad {
	position: absolute;
	top: 56px;
	left: 248px;
	z-index: 2;
}
#fpsplash #chapter { top: 82px; left: 30px; }
#fpsplash #commandery { top: 20px; left: 580px; }
#fpsplash #council { top: 360px; left: 650px; text-align: right; }
#fpsplash #resources { top: 400px; left: 80px; }

#fpsplash #resources h2 { color: #00c; }
#fpsplash #council h2 { color: #548; }
#fpsplash #chapter h2 { color: #c00; }
#fpsplash #commandery h2 { color: #333; }

#footer {
	clear: both;
	position: relative;
	padding: 20px;
	background-color: #333;
	border-top: 4px double #333;
	margin-top: 40px;
}

table tr.row1 td, table tr.row2 td { padding: 5px 10px 5px 10px; }
table tr.row1 { background-color: #eee; }
table tr.row2 { background-color: #ddd; }
