/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#1f1f1f url(/img/splash/bg.gif) repeat-x 0 222px;	
	color:black;
	font-family:arial, verdana, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { font-weight: bold; text-decoration:none;outline:none;}
a:link {color:#666;}
a:visited {color:#666;}
a:hover {text-decoration:underline;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:justify; color:#666; }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; color:#666; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* 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: "" "";
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#818181; 
  clear:both;
	font-size: 150%;
	}
h1 { margin-bottom: 1em; }
h2 { font-size: 1.4em; color:#c5c5c5; font-weight:bold;}
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:964px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	padding-top:40px;
	}
#header {
	height:88px;
	position:relative;
	}
#main-content {
	float:left;
	width:620px;
	margin-bottom: 30px;
	}
#right-content {
	float:left;
	width:344px;
	margin-bottom: 30px;
	}
.footer {
	padding-top:5px;
	text-align:center;
	}
.footer p {
	color:#818181;
	text-align:left;
	padding:10px 0 0 129px;
	}
#main-content .footer, #right-content .footer {
	padding-left:4px;
	}
#main-content img.first {
	margin-right:12px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:0; left:0;
	width:155px;	
	height:69px;
	background:transparent url(/img/splash/graehamgoble.gif) no-repeat;
	}
#header h1 a {
	display:block;
	height:69px;
	}
#header a span {
	display:none;
	}
#header h2 {
	margin:0;
	padding:0;
	position:absolute;
	top:50px; left:170px;
	}
/*--------------------------------------------------------------
 Enter button styles 
-------------------------------------------------------------*/
.enter {
	float:left;
	display:block;
	height:34px;
	width:108px;
	background:transparent url(/img/splash/enter.gif) no-repeat 0 0;
	}
.enter:hover {
	background-position:0 -34px;
	}
.enter span {
	display:none;
	}