/* 

Stylesheet for:  

Contents:

1.	Reset Styles
2.	Default Styling
3.  Colours
4.  Fonts
5.	Headings
6.	Links
7.	Layout
8.	Header
9.	Main Naviation
10.	Main Content
11.	Sub Content
12. Forms

*/

/* @group 1. Reset Styles */

body, div, dl, dt, dd, ul, ol, li, dt, dd, dl
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
}

html>body {
  font-size: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

hr {
  border: none;
}

/* @end */

/* @group 2. Default Styles */

body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;


/* 62.5% relative font size resets to 10px */
}

p {
  margin: 0 0 0.5em;
}

p, li, td {
  font-size: 1.5em;
  line-height: 150%;
}

li li {
  font-size: 1.0em;
}

blockquote {
  margin: 1.5em;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0;
}

ul, ol {
  margin: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

div.clear {
  clear: both;
  height: 0;
  margin: 0;
  line-height: 0%;
  font-size: 1px;
}

br.clear {
  clear: both;
  font-size: 10px;
}

ul#nav_access {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

/* @end */

/* @group 3. Colours */

body {
	color: #4e585a;
}

#container {  
}

#banner,
#footer {
}

/* @end */

/* @group 4. Fonts */

body {
  font-family: Georgia, sans-serif;
}

/* @end */

/* @group 5. Headings */

h1, h2, h3, h4, h5, h6 {
}

h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

h4 {
}

/* @end */

/* @group 6. Links */

a {
	color: #4e585a;
}

a:link,
a:visited {
  
}

a:hover,
a:focus {
  
}

/* @end */

/* @group 7. Layout */

body {
  text-align: center;
  background: #bbd8de url(../images/body_bg.jpg) no-repeat fixed 50% bottom;
  margin: 25px 0 40px 0;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 959px;
	xbackground: white;
}

#main_content {
	float: right;
	padding-bottom: 10px;
	width: 670px;
	margin: 0 30px 0 0;
}

#content {
	padding-top: 30px;
  background: white;
}

/* @end */

/* @group 8. Header */

#header {
	background: white url(../images/header_bg.gif) no-repeat 0 0;
	height: 143px;
}

#header h1 {
  margin: 0px 200px;
}

#header h1,
#header h1 a {	
  display: block;
  width: 559px;
  height: 143px;
}

#header h1 a {
  outline: none;
  text-indent: -9999px;
}

/* @end */

/* @group 9. Main Navigation */

#main_navigation {
  float: left;
  width: 185px;
  margin: 0 0 0 28px;
}

#main_navigation h2 {
	border-bottom: 2px solid #d9dcd3;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

#main_navigation ul {
	list-style-type: none;
	margin: 0 0 30px 0;
}

#main_navigation li {
	background: #f6f6f4;
	margin-bottom: 1px;
	padding: 2px 12px;
}

#main_navigation li a {
	font-style: italic;
}

#main_navigation li.active a {
	color: #007b93;
	text-decoration: none;
}


/* @end */

/* @group 10. Main Content */

.entry {
  background: #f6f6f4;
  padding: 15px;
  padding-bottom: 80px;
}

#main_content h2 {
  font-weight: normal;
  font-style: italic;
}


#main_content h3 a {
	text-decoration: none;  
}

.controls {
  float: right;
  font-size: 1.5em;
}

.image {
  background: #f5f5f3;
  padding: 10px 15px;
}

.title {
	margin-top: 10px;
  font-size: 1.5em;
}

/* @end */

/* @group 11. Footer */

#footer {
	background: transparent url(../images/footer_bg.gif) no-repeat 0 0;
	height: 60px;
	padding-top: 75px;
}

#footer p {
	text-align: center;
  margin: 0;
  font-size: 1.3em;
}

/* @end */

/* @group 12. Forms */

div.row {
  clear: left;
  padding: 1em 0;
  margin: 0 15px;
}

div.row-last {
  border-bottom: 0;
}

div.row label {
  float: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  font-size: 1.2em;
}

div.row label span.instructions {
  display: block;
  color: #666;
  padding-top: 2px;
  font-weight: normal;
  font-size: 0.916em;
}

div.row label em {
  font-weight: normal;
  font-style: normal;
  font-size: 1.0em;
  color: #060;
  padding-top: 2px;
  background: white url(../images/flag_green.png) no-repeat 0 0;
  padding-right: 12px;
}

div.row textarea {
  width: 250px;
  height: 90px;
}

div.row input.text,
div.row textarea {
  border: 1px solid #999;
  padding: 2px;
  font-size: 1.2em;
  font-weight: normal;
  color: #333;
}

div.row input.submit {
  color: white;
  border: 0;
  padding: 8px 16px;
  font-weight: bold;
  float: right;
}

div.row p.error {
  color: #900;
  margin: 5px 0 0 130px;
  background: white url(../images/close.png) no-repeat 0 0;
  padding-left: 20px;
}

fieldset legend {
  display: none;
}


/* @end */