/*
  Green Colour: Hex = #6CB43E, RGB = 108 180 62
  Blue Colour:  Hex = #0079C2, RGB = 0   121 194
  Grey Colour:  Hex = #3E3E29, RGB = 62  62  41
*/

body {
  margin: 0 0 0 0;
  padding: 0;
  background: #FFFFFF;
  font-family: Arial;
  font-size: 13px;
  color: #3E3E29;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
  min-height: 30px;
}

h4 {
  font-size: 13px;
  min-height: 26px;
}

p, ul, ol{
	margin: 0 0 1.5em 0;
	text-align: justify;
  line-height: 26px
}

a:link {
	text-decoration: none;
	color: #0079C2;
}

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

a:active {
	text-decoration: none;
	color: #0079C2;
}

:visited {
	text-decoration: none;
	color: #0079C2;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto 0 auto;
}

#logo {
  width: 400px;
	float: left;
	height: 80px;
	padding: 10px 0 10px 0px;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	padding-right: 0px;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
  font-weight: bold;
	color: #3E3E29;
}

#menu a:hover {
	border-bottom: 3px #0079C2 solid;
	text-decoration: none;
  color: #0079C2;
}

#menu .active a {
	border-bottom: 3px #0079C2 solid;
  color: #0079C2;
}

/* Image Wrapper */

#wrapperimg {
	width: 800px;
  height: 220px;
	margin: 0 auto;
}

/* Page Wrapper */

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	background: url(images/grey_shading.gif) repeat-x left top;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

#page .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px #3E3E29 solid;
  color: #6CB43E;
  min-width: 100%;
}

#page ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}

#page ol {
	margin: 0;
	padding: 0 0 0 30px;
  list-style-type: decimal;
}

#page .qfaqs li {
  margin: 1em 0 1em 0;
}

#page .qfaqs a:link {
	text-decoration: none;
	color: #3E3E29;
}

#page .qfaqs a:hover {
	text-decoration: underline;
	color: #3E3E29;
}

#page .qfaqs a:active {
	text-decoration: none;
	color: #3E3E29;
}

#page .qfaqs :visited {
	text-decoration: none;
	color: #3E3E29;
}

#page .afaqs li {
  margin: 1em 0 1em 0;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	text-align: center;
	color: #3E3E29;
}

#legal a {
	text-decoration: underline;
	color: #3E3E29;
}

.footer_logos {
	width: 800px;
	margin: 0 auto;
    height: 40px;
	border-top: 3px #3E3E29 solid;
	padding-top: 10px
}

.footer_logos_left {
  width: 600px;
  float: left;
}

.footer_logos_right {
  width: 200px;
  float: right;
  text-align: right;
}


