html {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 0.9em;
}

body {
	background: #fff url("../graphics/dropshadow.gif") top center repeat-y;
}

#header {
	background: url("../graphics/map-header.gif") top left no-repeat;
	height: 275px;
	width: 800px;
	margin: 0 auto;
}

h1 {
	float: left;
	width: 530px;
	padding: 10px 0 0 4px;
	font-size: 3.3em;
	font-weight: bold;
	color: #630;
	text-transform: uppercase;
}

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

em { 
	font-style: italic;
}

strong {
	font-weight: bold;
}

#home {
	float: left;
	width: 266px;
	height: 275px;	
}

#nav {
	width: 800px;
	margin: 0 auto;
    padding: 0;
}

#nav li {
	float: left;
	width: 200px;
	background: url("../graphics/nav-button.gif") top left no-repeat;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fc6;
}

#nav li a {
        text-align: center;
        display: block;
        height: 54px;
        width: 100%;
        line-height: 54px;
}

#nav li.current a:hover {
	background: url("../graphics/nav-button.gif") top left no-repeat;
}

#nav li a:hover {
	background: url("../graphics/nav-button.gif") bottom left no-repeat;
}

#nav li a, #footer a {
	text-decoration: none;
	color: #f90;
}

#nav li a:hover, #footer a:hover {
	color: #eee;
}

#main {
        display: block;
        width: 800px;
        margin: 0 auto;
	padding: 54px 0 0 0;
	background: url("../graphics/body-pattern.gif") top left repeat-y;
}

#main #context {
	margin: 0;
	padding: 20px 30px 0 30px;
	background: url("../graphics/body-top.gif") top left no-repeat;
	text-align: right;
	font-size: 0.9em;
	color: #666;
	text-transform: uppercase;
}

#main #context a {
	color: #555;
        text-decoration: none;
}

#main #context a:hover {
        color: #333;
}

#main li, #main p, #main a, #main span, #main td {
	line-height: 1.7em;
}

#main h2, #main p, #main li {
	padding-left: 30px;
	padding-right: 30px;
}

#main table {
        display: table;
        width: 500px;
        margin: 0.5em auto;
}

#main table tr.alt td {
        background: #ddd;
}

#main p, #main h2 {
	margin: 0.5em 0 0;
}

#main a {
        color: #933;
}

h2 {
        clear: both;
        font-size: 1.3em;
	padding: 0.5em 0;
        font-weight: bold;
        font-family: "Tahoma", serif;
        background: url("../graphics/subheader.gif") center center no-repeat;
}

#main .section ul {
        padding: 0;
}

#main .section ul li {
        margin-left: 60px;
        padding-left: 0;
        list-style-image: url("../graphics/arrow.png");
}

#main .spotlight {
        text-align: center;
}

#main .spotlight img {
        vertical-align: top;
}

#footer {
	font-size: 1.1em;
	padding: 80px 20px 60px;
	width: 760px;
	margin: 0 auto;
	background: #793400 url("../graphics/body-bottom.gif") top left no-repeat;
	color: #eee;
}

#footer h2 {
        background: none;
        font-family: "Helvetica", "Arial", sans-serif;
        text-align: right;
        font-size: 1.8em;
        padding: 50px 100px;
        text-transform: uppercase;
}

#footer p {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
}

#footer a {
	font-weight: bold;
	text-transform: uppercase;
}
