/* Colours 
  Designer blue: #3_35884;
  Colour picker blue: #2_72C72;
  Rich blue: #1_71e71
*/

body#front_page {
  background: #fff;
	color: #333;
	padding: 0 0 40px 0;
}

body {
  font-weight: normal;
  font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif; /* from text.css */
}

h1#page_title span.sub_title {
  font-size: 11px;
}

a {
  color: #224A73; /* use bg from nav-utility */
	text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

.button a {
  text-decoration: none;
  border: none;
  font-size: 1.0em;
}

.button .text {
  margin-left: 20px;
}

.button .text a {
  display: block;
  color: #000;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  /* sliding door buttons */
  background: transparent url('../bzricons/bg_button.png') no-repeat scroll top right;
  float: left;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
}

.button .text a:hover {
  background-position: bottom right;
  color: white;
}

.button .text a span {
  text-align: center;
  background: #F3FAC7 url('../bzricons/bg_button.png') no-repeat top left;
  display: block;
  float: left;
  line-height: 14px;
  padding: 5px 0 5px 18px;
  margin: 0;
}

.button .text a:hover span {
  background-position: bottom left;
}

.button {
  padding: 5px;
}

h1#page_title {
  font-family: Verdana, sans-serif;
  font-size: 40px;
  margin-top: -5px;
  margin-bottom: -0px;
}

#front_page h1#page_title {
  font-size: 60px;
  margin-top: 20px;
}

h1 {
	font-family: Georgia, serif;
	font-weight: bold;
}

h1 a {
  color: #171E71; /* use bg from nav-utility */
}

h1 a:hover, h1 a:focus, h1 a:active {
  text-decoration: none;
}

h2 {
	padding: 5px;
  margin-left: -5px;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#front_page h3 {
}

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

p.introduction {
  font-size: 1.3em; 
}

p.readmore a {
  font-size: 1.2em; 
  font-weight: normal;
}

.button {
  font-weight: bold;
  text-align: center;
}

.logos img {
  padding: 0 10px;
  vertical-align: middle;
  margin-top: 3px;
}

.logos {
  font-size: 1.5em;
}

.bullet {
  padding-left: 20px;
  background: transparent url(../bzricons/bullet-15.png) no-repeat top left;
}

span.bullet {
  padding: 0 20px 0 0;
  background-position: top right;
}

p.pretext {
  font-size: 1.2em; 
}

legend {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

/* Boulton Fonts */
body {
  font-size: 65.0%;
}

/* approx 21px*/
h1 {
  font-size: 2.1em;
}

/* approx 16px*/
h2 {
  font-size: 1.6em;
}

/* approx 14px*/
h3 {
  font-size: 1.4em;
}

/* approx 12px*/
h4 {
  font-size: 1.2em;
}

/* approx 11/14 */
p {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0;
  margin-bottom: 1em;
}

