/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
* all these corrections from https://necolas.github.io/normalize.css/8.0.1/normalize.css
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

#container {
	height: auto;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: visible;
	position: relative;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	border: 7px solid #CCC;
} 
body {
	font-size: 0.9em;
	text-align: center;
	background-image: url(../images/green_gradientthin.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99cc99;
    margin: 0;
}

#main, #rightbar, #footer, p {
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo {
	height: 95px;
	width: 318px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#main {
	background-color: #FFF;
	float: left;
	width: 695px;
	padding: 10px;
	min-height: 300px;
	overflow: visible;
	margin-left: 5px;
}
#container #main h1 {
	font-size: 1.5em;
	text-decoration: underline;
	padding-top: 5px;
	color: #660000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container h5 {
    font-size: 1.0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#rightbar {
	margin-left: 725px;
	min-height: 100px;
	position: relative;
	margin-right: 5px;
	padding-top: 20px;
}
#footer {
	clear: both;
	height: 150px;
	width: 950px;
	overflow: auto;
	margin: 5px;
}
#menu {
	background-color: #006600;
	height: 23px;
	width: 950px;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu2 {
	background-color: #99cc99;
	height: 25px;
	width: 950px;
	clear: both;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#header {
	background-color: #FFF;
	height: 95px;
	margin-left: 325px;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
}
#main h2 {
	font-size: 1.25em;
	text-decoration: underline;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #main h3 {
	font-size: 1.25em;
	font-style: italic;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #main hr {
	width: 100%;
	height: 1px;
	color: #600;
	background-color: #600;
	margin-right: auto;
	margin-left: auto;
}
.locum_heading {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
#container #rightbar .green_box {
	background-color: #D7E8DE;
	border: 3px double #060;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.green_box ul {
    padding-inline-start: 15px;
}
#container #rightbar .red_box {
	border: 3px double #660000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3E3E3;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 5px;
}
#container #rightbar .newsletter {
	border: 3px double #999999;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0EBF1;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
    margin-top: 5px;
}

#container #main h4 {
	font-size: 1.25em;
	font-weight: normal;
}
#rightbar div {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bold_dkred {
	font-weight: bold;
	color: #660000;
}
.dkred {
	color: #660000;
}
.red {
	color: #F00;
}
a:link {
	color:#00F;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#00F;
	text-decoration: none;
}
.formcolour
{
padding: 10px;
background: #D7E8DE;
}ul.list_footprints {
	list-style-image: url(../images/bullet.gif);
}
ol.list_numbers {
	list-style-type: decimal;
	list-style-image: none;
}

h5.jobheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #660000;
	text-align: center;
	font-size: 1.0em;
	padding-top: 5px;
}
.new {
	font-style: italic;
	font-weight: bold;
	color: #00F;
}
.logo {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#container #main ol li a img {
	text-decoration: none;
	vertical-align: text-bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blockcenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.blue {
	color: #060;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tickList {
	list-style-image: url(../images/tick.gif);
}
ol.list_spaced li {
    padding-bottom: 5px;
}
.emphasis {
	font-size: larger;
	font-weight: bold;
}
.classified-box h3 {
	font-size: 1em;
	font-weight: bold;
	color: #600;
}
.classified img {
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}
.classified-box {
	margin-left: 110px;
}
.box {
	padding: 5px;
	border: thin solid #F00;
}
.center-text {
    text-align:center;
}
.signupButton {
background-color: #006600; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
  border-radius: 20px;
}
.signupButton:hover {
  background-color: #99cc99;
  color: white;
}
input {
    font-size: 0.875em;
    font-family: Arial, Helvetica, sans-serif;
}
select {
    font-size: 0.875em;
    font-family: Arial, Helvetica, sans-serif;
}
input[type="submit" i] {
    font-size: 1.5em;
}
