/*
  STYLE INFO
  This is an Elated PageKit - www.elated.com. 
  All artwork copyright (c) 1996-2010 Elated Communications Ltd.
  By using this PageKit, you are agreeing to the Terms of Use available online at www.elated.com/usage/ 
*/


/* Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

p {
  margin-top: 1em;
}


/* Headings */

h1, h2, h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  margin: 1em 0;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.3em;
}


/* Links */

a:link, a:active
{
  color: #038ee7;
  text-decoration: none;
}

a:visited {
  color: #999;
  font-size: 1.0em;
  text-decoration: underline;
}

a:hover {
  color: #000;
  font-size: 1.0em;
  text-decoration: underline;
}


/* Container for page */

#container {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}


/* Header */

#header {
  width: 100%;
  height: 200px;
  position: relative;
  background: transparent url("images/logo.png") no-repeat 10px 60px;
  border-bottom: 1px solid #000;
}

/* Title */

#header h1 {
  position: absolute;
  left: 88px;
  top: 130px;
  margin: 0;
  line-height: 100%;
}


/* Strapline */

#header h2 {
  position: absolute;
  left: 89px;
  top: 158px;
  font-size: 0.95em;
  font-weight: bold;
  margin: 0;  
}

#header h1, #header h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}

#header h1 a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  position: absolute;
  display: block;
  margin-left: -88px; 
  margin-top: -100px;
  padding-left: 88px; 
  padding-top: 100px;
}


/* Navigation menu */

#header ul {
  position: absolute;
  left: 650px;
  top: 134px;
  width: 310px;
  border-top: 1px solid #000;
  padding: 12px 0;
}

#header ul li {
  display: inline;
  margin-right: 12px;
}

#header ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}


/* Subheader with wide photo, large text and (on inner page) the page title */

#subheader {
  width: 100%;
  height: 296px;
  padding: 10px 0;
  margin: 0;
  position: relative;
}

#subheader img {
  width: 630px;
}

#subheader div {
  position: absolute;
  left: 650px;
  bottom: 10px;
  vertical-align: bottom;
  width: 310px;
}

#subheader div * {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: bold;
  font-style: italic;
}

#subheader h1, #subheader h2 {
	position: absolute;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	color: #fff;
	margin: 0;
	left: 9px;
	width: 300px;
}

#subheader h1 {
	bottom: -66px;
	width: 391px;
	height: 47px;
	padding: 30px 10px 10px 10px;
	background: transparent url("images/photo-overlay-bg.png") repeat 0 0;
	font-size: 2.7em;
}

#subheader h2 {
	bottom: -64px;
	background: transparent;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
  
}


/* Main content */

#content {
  width: 100%;
  overflow: hidden;
}

#content .main {
  float: left;
  width: 540px;
  padding: 15px 0 0 90px;
  border-top: 1px solid #000;
  
}

#content .sidebar {
  float: right;
  width: 310px;
  padding: 15px 0 0 0;  
  margin: 0 0 0 20px;
  border-top: 1px solid #000;
  
}

#content .sidebar h2:first-child {
  margin-top: 0.75em;
}

/* Intro paragraphs */

p.intro {
  font-weight: bold;
}

/* Footer */

#footer {
  height: 60px;
  border-top: 1px solid #000;
  margin: 40px 0 0 0;
  padding: 10px 0 0 90px;
  font-weight: bold;
}




/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
  Standard images
*/

img
{
  border: none;
}
