/*
CSS for NHSRF
*/

html {height: 100%;}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 30px;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(NHS-header.jpg) repeat-y right bottom;
}

h2 {
  color: red;
  font-size: 150%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color: black-;
  font-size: 90%;
  font-weight: normal;
  padding-top: 0px;
}
li {
  font-size: small;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(tagline-fade.jpg) repeat-y right;
}

#commercial {
  font-size: medium;
  font-style: italic;
  font-family: Verdana, Tahoma, Times, serif;
  line-height: 100%;
}

#copyright {
  font-size: 11px;
  font-style: italic;
  font-family: Arial, Georgia, Times, serif;
  line-height: 100%;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
  margin-top: 10px;
}

img.feature {
  float: right;
  margin: 10px;
}

img.donald {
  margin: 15px;
}

img.comlogo {
  margin: 2px;
}

.menulist {
  list-style-type: none;
}

.subhead {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  color: navy;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: large;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.events caption {
  color: blue;   
  font-size: medium;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

table.branches {
  border-collapse: collapse;
}

table.branches th, table.branches td {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #000066;
}

table.branches th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.branches td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.branches caption {
  color: #000066;   
  font-size: 85%;
  font-style: italic;   
  font-weight: normal;   
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px;
}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

.box, #commercial, #bodycontent, #header, #logo {
  position: absolute;
}

.box {
  left: 80px;
  top: 135px;
}


#commercial {
  left: 90px;
  top: 510px;
}

#bodycontent {
  top: 120px;
  left: 300px;
  width: 60%;
}


#logo {
  top: 50px;
  left: 825px;
}

#header {
  left: 80px;
  width: 85%;
}

#copyright {
  position: relative;
  top: 10px;
  left: 50px;
}

#logopos {
  position: relative;
  left: 0px;
}

#conference {
  position: relative;
  top: 0px;
  left: 10px;
}

#holiday {
  position: relative;
  top: 0px;
  left: 40px;
}

#lottery {
  position: relative;
  top: -10px;
  left: 10px;
}

.box {
  background: url(bl.gif) 0 100% no-repeat #7da5d8;
  width: 13em;
}

.br {
  background: url(br.gif) 100% 100% no-repeat;
}

.tl {
  background: url(tl.gif) 0 0 no-repeat;
}

.tr {
  background: url(tr.gif) 100% 0 no-repeat;
  padding:5px;
}

.clear {
  font-size: 1px;
  height: 1px;
}

#navactive{
width:160px;
display: block;
padding: 4px 2px 6px 10px;
margin-top: 1px;
background-color: #FFF;
}
