/* Tested with 
Mac  OS10.3.9
	IE 5.2, Safari 1.3, Firefox 1.0.3, Netscape
Windows XP
	None
Others
	None
*/

body {
background-color: #666;
margin: 2px;
padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
}

/* --- Links --- */

a {
color: #930;
text-decoration: none;
}

a:hover {
color: #363;
text-decoration: underline;
}

/* --- H1, H2, H3 --- */

h1, h2, h3 {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: 0;
color: #600;
}

h1 {
background: transparent url("img/bullet_red.gif") no-repeat 0 55%;
border-bottom: 1px dotted #930;
padding-left: 12px;
font-size: 150%;
}

h2 {
background: transparent url("img/bullet_green.gif") no-repeat 0 55%;
padding-left: 10px;
font-size: 125%;
}

h3 {
background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 55%;
padding-left: 8px;
font-style: italic;
font-size: 110%;
margin-left: 6px;
}

.first-words {
font-size: 1.5em;
}

.citation {
width: 375px;
border: 2px solid #600;
font-family:  Courier, Helvetica, serif;
font-style: italic;
font-size: 90%;
margin-left: 2em;
padding-left: 2em;
background-color: #ccc;
color: #333;
}

.updated {
font-family: Courier, Helvetica, serif;
font-style: italic;
color: #999;
}

/* --- Container --- */

#container {
background-color: #ffc;
width: 760px;
margin: 0 auto;
padding: 0;
/* height: 100%; */
text-align: left;
border: 3px solid #363;
}

/* --- Banner --- */

#banner { 
text-align: right;
background-color: #600;
height: 56px;
}

#banner p {
font-family:  optima, verdana , fantasy;
font-size: xx-large;
/* text-indent: 20px; */
color: #000;
margin: 0 38px;
padding-top: 0.5em;
min-height: 21px;
line-height: 1em;
}

/* --- Site header --- */

#site-header {
background-color: #600;
height: 16px; 
}

#site-header ul {
list-style-image: none;
margin: 0;
padding: 0;
}

/* --- Header nav --- */

#header-nav {
/* height: 42px; */
font-size: 85%;
line-height: 1.25em;
}

#header-nav ul {
margin: 0px 24px 0 78%;
}

#header-nav ul li {
display: inline;
float: left;
}

#header-nav ul li a {
/* display: block; */
padding: 0 10px 0 8px;
color: #fc3;
text-decoration: none;
}

#header-nav ul li a:hover {
background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 50%;
color: #000;
}

/* --- Content --- */

#content {
margin: 0 0;
}

/* --- Greetings --- */

#greetings {
float: left;
margin: 0;
padding: 16px;
width: 500px;
}

#greetings p {
font-size: 100%;
line-height: 1.5em;
}

#greetings span {
color: navy;
}

 /* --- Nav section --- */

#nav-section {
position: relative;
/*margin-left: 549px;*/
margin-left: 525px;
width: 211px;
padding: 0;
font-size: 100%;
line-height: 1.5em;
background-color: black;
}

html>body #nav-section {
margin-left: 549px;
}

#nav-section ul {
list-style: none;
margin-left: 16px;
margin-right: 16px;
padding-left: 0;
border-top: 1px solid #fc3;
}

#nav-section ul li {
padding: 1px 0;
border-bottom: 1px solid #fc3;
}

#nav-section ul li a {
position: relative;
display: block;
float: left;
width: 100%;
background: transparent url("img/small_bullet_red.gif") no-repeat 4px 50%;
color: #363;
text-indent: 14px;
text-decoration: none;
}

html>body #nav-section ul li a {
float: none;
}

#nav-section ul li a:hover {
background: #333 url("img/small_bullet_red.gif") no-repeat 4px 50%;
color: #fc3;
}


#nav-primary {
background-color: black;
padding-top: 24px;
min-height: 156px;
}

#nav-secondary {
background-color: black;
padding-top: 8px;
min-height: 124px;
}

/* --- site --- */

#site {
position: relative;
clear: both;
padding-top: 12px;
}

#site p {
font-size: 75%;
}

#site-footer {
color: #000;
margin: 0 16px;
text-align: center;
}

#site-footer a {
color: #363;
text-decoration: none;
}

#site-footer a:hover {
color: #600;
}