/* 
    National branded stylesheet - based on US guidelines and rework for UK NCR site
    
    Author: Tanya Peasgood
    Date:   November 2006
*/
/*  Basic styles */
body, form, img,div {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font: 75%/1.5 verdana, arial, helvetica, sans-serif; /* About 12px */
  background: #fff;
  color: #000;
  text-align: center;
}

p, li, a, th, td {
  font-size: 1em;
}

td, th, input, select, option,textarea {
  font: 1em verdana, arial, helvetica, sans-serif;
}
input, select, textarea {
border: 1px solid #008542;
padding: 3px;
  margin: 1px 0;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

h1 {
  font-size: 1.9em;
  color: #008542;
  margin: 5px 0;
}
 
h2 {
  font-size: 1.4em;
  color: #80bd48;
  margin: 5px 0;
}
 
h3 {
	color: #008542;
	font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
  color: #80bd48;
  margin: 3px 0;
}
 
h5 {
  font-size: 0.75em;
}
 
label {
  font-weight: bold;
  color: #008542;
  margin: 0.75em 5px 0 0;
  display: block;
}

p {
  padding: 0;
  margin: 0 0 15px;
}

a {
  color: #008542;
  text-decoration: underline;
}
td label, td input, td select {
  font-size: 12px;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.3;
}

dl, dd, dt {
  margin: 0 5px;
  padding: 0;
}
dt {
  font-weight: bold;
  margin: 0.5em 5px;
}

address {
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}

th {
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  font-size: 1em;
}

td {font-size: 1em;}

table {
  margin-bottom: 10px;
}

address {
	margin: 1em 3em;
}
/* --PAGE LAYOUT -- */
/* _wrap */
#wrap {
  text-align: left;
  margin: 0 auto;
  width: 760px;
  position: relative;
}

/* _masthead */
#masthead {
	background: url(mh.gif) no-repeat;
	height: 90px;
	position: relative;
}
#masthead * { margin: 0; padding:0;}
#masthead #logo {
	position: absolute;
	top: 5px;
	left: 15px;
}

#masthead ul{position:absolute;bottom:5px;right:0;color:#fff;padding-top: 5px;width: 100%;border-top: 2px solid #fff;}
#masthead li{display:inline;vertical-align:middle;	margin:0;
}
#masthead li a {color: #fff;
font-weight: bold;
text-decoration: none;
padding: 3px 10px;
}
#masthead li a:hover {
text-decoration: underline;
color: #a9d384;
}
/* Commenting out for now... 
#masthead li a {
	color: #fff;
		float: left;
	text-decoration: none;
	font-weight:bold;
  background:url("nav.gif")  no-repeat left 0;
	padding: 0 0 1px 15px;
  font-size: 11px;
}

#masthead li a span {
		float: left;
	display: block;
	  background:url("nav.gif")  no-repeat right 0;
	padding: 3px 25px 2px 3px;
	margin-right: -12px;
}
#masthead li a:hover span {
  background-position: 100% -51px;
}
#masthead li a:hover {
	background-position: 0 -51px;
}

#masthead li.last a span {
		background-position: 100% -201px;
}
#masthead li.last a:hover span {
			background-position: 100% -251px;
}
#masthead li.first a {
	margin-left: 0;
} */
/* _footer */
#footer {
	background: url(f.gif) no-repeat;
	height: 50px;
	width: 100%;
	clear: both;
	position: relative;
}
#footer ul{
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer li{
	display: inline;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 4px 0 6px;
	border-left: 1px solid #fff;
}

#footer li.first{
	border-left: 0;
}

#footer li a{
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	font-size: 11px;
}
#footer li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* _content */
#content {
  width: 756px;
  border: 2px solid #008542;
  position: relative;
  margin: 3px 0;
}

/* _main */
#main {
  margin: 2px 5px 17px;
  padding: 5px;
  width: 480px;
  _width: 470px;
  float: left;
  background: #fff;
  position: relative;
}

#main ul {
list-style: disc;
margin-left: 1em;
padding-left: 1em;
}

#main ol {
list-style: number;
}

/* _secondary */
#secondary {
  margin: 5px;
  margin-bottom: 17px;
  padding: 5px;
  width: 230px;
  float: right;
  border: 1px solid #80bd48;
}

.error {
  color: #c00;
}

.reqd-mark {
  color: #c00;
  font-weight: bold;
}

.clear {
  clear: both;
}
input.button {
  color: #fff;
  border: 0;
  font-weight: bold;
    cursor: pointer;
  _cursor: hand;
  background: url(button.gif) no-repeat scroll 0 -25px;
  height: 25px;
  width: 120px;
  line-height: 20px;
  text-align: center;
}

input:hover.button {
  background: url(button.gif) no-repeat scroll 0 0;
  color: #008542
}
hr, #masthead fieldset {
  display: none;
}

.terms {
  color: #008542;
  font-size: 0.9em;
  font-weight: normal;
  padding: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.grid  {
	margin: 5px;
	empty-cells: show;
}

.grid th, .grid td {
	padding: 2px;
	border: 1px solid #008542;
	font-size: 0.8em;
}

.grid th {
	color: #fff;
	background: #008542;
}
