html, body {
	margin: 0;
	padding: 0;
	color: #000;
	/*height:85%; this was Lowery I think*/
	font:normal normal normal 100% verdana,sans-serif;
	background: #666666 url(GSbglogo.jpg) no-repeat fixed 99% 85%;
	}

@media all {
html>body div#grayheader { position: fixed; }
}

@media all {
html>body div#header { position: fixed; }
}

@media all {
html>body div.col-A { position: fixed; }
}

#layoutLogic-ABC, #layoutLogic-AB, #layoutLogic-A {
	margin: 101px -1px 0;
	width: 100%;
	}

html>body #layoutLogic-ABC, #layoutLogic-AB, #layoutLogic-A { /*for web standard browsers*/
/* \*/
	margin: 111px -1px 0;	
/* */
	}



#grayheader {
	position: absolute;
	top: 0;
	width: 100%;
	height: 111px;
	background: #666666;
	z-index: 42;
	}
	
#search {
	position: absolute;
	top: 107px;
	right: 10px;
	font-size: x-small;
	font-weight: bold;
	color: #ffffcc;
	background-color: #666666;
	padding-left: 10px;
	}

#header, #footer {
	z-index: 45;
	width: 100% }

#header {
	position: absolute /*relative in non-fixed version*/;
	top: 15px;
	height: 86px;
	background: #000099;
	border-bottom: 1px solid #ff6600;
	min-width: 850px;
	}

#titlelogo {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 12px;
	left: 10%;
	background: url(../Indexpics/logo2007b.gif) no-repeat;
	z-index: 20;
	color: white;
	}

#titlelogo p {
	height: 60px;
	text-indent: -5000px;
	color: white;
	font-family: Arial, 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 2.7em;
	margin: 0;
	z-index: 40;
	}

#bannerimage {
	position: absolute;
	width: 328px;
	height: 87px;
	top: 0px;
	right: 0;
	z-index: 6;
}

#menustrip {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0.3em;
	width: 8em;
	height: 75em; /* bg blue strip not done here, but next below */
	background: url(../Indexpics/twodot.gif) repeat;
	z-index: 43;
	}

/* Hides from IE5-mac: how Firefox, Opera etc see it \*/
* #menustrip {width: 8.1em;}
/* End hide from IE5-mac */


body#homep #menustrip {
	height: 180em; /* home page height controlled here */
	}

body#cuilp #menustrip {
	height: 60em;
	}

body#peakp #menustrip {
	height: 124em;
	}

#footer {
	position:relative;
	font-family: 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 1em;
	background-color: transparent;
	color: #ffffcc;
	border-top: 1px solid #ff6600; 
	/*margin: 3px;*/
	padding: .9em 0 1.7em 0;
	min-width: 750px;
	z-index: 80;	
	}

#footer p {
	position: absolute;
	left: 40%;
	margin: 4px 0 0 0;
	width: 17em;/* needs for IE, yawn*/;
	}

img.floatlogo {
	float: left;
	margin-top: -9px;
	margin-right: 1px;
	}


#layoutLogic-ABC .page, #layoutLogic-AB .page, #layoutLogic-A .page {
	width: 480px/*410px*/; /*for web standard browsers*/
	height: 477px;
	margin: 10px 0 10px;
	}

html>body #layoutLogic-AB .page { /*for web standard browsers*/
	/* \*/
	margin: 24px 0 10px;
	/* */
	}

#layoutLogic-ABC .page {
	border-right: 10em solid silver/*#555 for Teague's colored margins technique*/;
	border-left: 9em solid #666666;
	}

#layoutLogic-AB .page {
	border-left: 9em solid #666666 /*transparent - I have changed this to background colour because I found that IE6 Win was making this wide border black */;
	padding-right: 1em;
	}

* html #layoutLogic-AB .page {
	width: 380px/*420px*/;
	}/*Use this Tan Hack for IE Win and Mac, which don't do min and max width, to fix centre column width for AB layout, if required. GNS*/

#layoutLogic-A .page {
	background: #fff url(.jpg) no-repeat fixed 90% 85%;
	width: auto }

.minilogo {
	font-family: 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 125%;
	}

.section {
	margin: 0;
	width: 100%;}

.col-A, .col-B, .col-C {
	position: relative;
	float: left;
	}

.col-A {
	margin-right: 1px;
	} 

.col-B {
	margin: 0px -3px 0 0px;
	/*border-top: 1px dotted white;
	border-left: 1px dotted white;*/
font-size: 1em;
	height: 480px;
	}

.col-B h1 {
	margin: 2em 0 1.3em 0;
	padding: 0 0 0;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	color: #000099;
	}

.col-B h2 {
	margin: 1.3em 0 1em 0; /* nb. left margin on some pages is controlled in    'leftheaders.css'*/
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	color: #fd5837;
	}

.col-B h2.list	{
	margin-bottom: -0.7em;
	}


.col-B p {
	margin:  0 20px 1em 20px;
	font-size: .8em;
	font-weight: normal;
	padding: 0;
	line-height:160%;
	}

.col-B ul {
/*\*/
 	list-style: none !important; /* For competent browsers*/
 	list-style-type: disc; /* For IE */
	}

.col-B li {
	/*\*/
	background: url(bullet3.jpg) no-repeat 0 5% !important;
	background: none; /* For IE */
	/*\*/
	padding-left: 11px !important; /* For competent browsers*/
	padding-left: 0; /* For IE */
	margin-bottom: 0.7em;
	font:normal normal normal 100% verdana,sans-serif;
	font-size: .7em;
	margin-right: 60px;
	}

.awards li {
	font-style: normal;
	color: #333/*#808080*/;
	}

.awards em {
	color: #ff6600;
	font-style: normal;
	font-weight:bold;
	}

.quotes li {
	font-style: italic;
	color: #2d72d9;
	}

.col-B li i {
	font-style: normal; /*This daft arrangement is because all the i tags are already embedded in the html*/
	}

.name {
	color: #666633;
	font-weight: bold;
	}

.drop  {
	font-size: 130%;
	line-height: 1em;
	color: #ff2200;
	}

.comic {
	font-family: 'Comic Sans MS', Verdans, sans-serif;
	}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	}

p.downlink {
	margin: 1em 15px 1em 0;
	text-align: center;
	}

em, i {

	color:navy;

	}

.col-C {
	margin-left: 1px;
	}

#tweetpanel {
	position: absolute;
	left: 670px;
	top: 110px;
	margin: 0;
	padding: 4px 4px 0 4px;
	width: 271px;
	height: 477px;
	background-color: white;
	}

#rightpic, #rightpic1, #rightpic2, #rightpic3, #rightpic4, #rightpic5, #rightpic6 {
	position: absolute;
	left: 570px;
	margin: 0;
	padding: 0;
	width: 31%;
	text-align: right;
	z-index: 19/*41*/;
	}

#rightpic1 {
	top: 1090px;
	height: 211px;
	}

#rightpic2 {
	top: 1350px;
	height:170px;
	}

#rightpic3 {
	top: 1530px;
	height: 195px;
	}

#rightpic4 {
	top: 880px;
	height: 117px;
	}
	
#rightpic5 {
	top: 635px;
	height: 117px;
	}
	
#rightpic6 {
	top: 1715px;
	height: 72px;
	padding-left: 5px;
	}

#rcaption1, #rcaption2, #rcaption3, #rcaption4, #rcaption5, #rcaption6 {
	position: absolute;
	right: -5px;
	width:160px;
	font-size:12px;
	text-align: center;
	}
	
#rcaption {
	right: 55px;
	top: 365px;
	}
	
#rcaptionLake {
	position: absolute;
	top: 365px;
	right: 50px;
	width:160px;
	font-size:12px;
	text-align: center;
	}

#rcaption1 {
	top: 190px;
	}

#rcaption2 {
	top: 112px; 
	
	}

#rcaption3 {
	top: 123px; 
	}

#rcaption4 {
	top: 110px; 
	}
	
#rcaption5 {
	top: 160px; 
	}
	
#rcaption6 {
	top: 160px; 
	}

#rcaption1 p, #rcaption2 p, #rcaption3 p, #rcaption4 p, #rcaption5 p, #rcaption6 p {
	color: #ffffcc;
	margin: 0px 0 0 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
	}

#clickinstruct {
	position: absolute;
/*\*/
 left: 570px !important; /* For competent browsers*/
	left: 592px; /* For IE */
	top: 1830px/*690px*/;
	margin: 0;
	padding: 0;
	width: 31%;
	height: 195px;
	text-align: right;
	z-index: 100;
	color: white; 
	}

#instruct {
	position: absolute;
	top: 0px; 
	right: 3px !important;
	width:140px;
	margin-top: -5px;
	text-align: center;
	font-size: .6em;
	font-weight: bold;
	}



a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}


#layoutLogic-ABC .col-A, #layoutLogic-AB .col-A {
	margin-left: -10em;
	z-index:44 /*Teague has 10, needs 30 to make IE work with Simplemenu*/;
	width: 11em; 
	}

#layoutLogic-ABC .col-B, #layoutLogic-AB .col-B {
	z-index: 20;
	width: 100%;
background-color: white;
	}	

#layoutLogic-ABC .col-C {
	color: red/*GNS*/;
	margin-right: -10em;
	width: 10em;
	z-index: 10;
text-align: center;
	}

#layoutLogic-A .col-B, #layoutLogic-AB .col-C, #layoutLogic-A .col-C {
	display: none;
	}

.clear {
	clear: both;
	}

.page > .section {
	/*border-bottom: 1px solid gray;*/
	}

.thumblink {
	margin-top: -12px;
	width: 100%;
	font-size: .8em;
	text-align: center;
	/*border: 1px solid red;*/
	}

.thumblink2 {
	position: absolute;
	left: 15px;
	top: 350px;
	width: 120px;
	font-size: .7em;
	text-align: center;
	}

a img {
	border-style: none;
	} /*to get rid of blue border on Mozilla */

.address {
	color: navy;
	}

.signature {
	margin: -10px 70px 0 0;
	padding: 0;
	text-align: right;
	}

#timedate {
	position:absolute;
	width:7em;
	left: 2em;
	top: 60px/*22em*/;
	padding:0 0;
	z-index: 200;
	cursor: pointer;
	}

#timedate p {
	padding: 0.5em;
	margin: 0;
	font:normal normal normal 0.65em tahoma, verdana, sans-serif;
	color: #ffffcc;
	font-weight: normal;
	text-align: center;
	letter-spacing:1px;
	}

#weather {
	position:absolute;
	left:23px;
	top: 350px/*25em*/;
	padding:0 0;
	margin: 0;
	z-index: 200;
	}

#weather img {
	margin: 22px 0 0 2px;
	}
	
#bottompanel {
	position:absolute;
	left:45px;
	top: 510px;
	width: 81px;
	padding:0;
	margin: 0;
	z-index: 200;
	}

#firefox {
	position:absolute;
	left: 1.5em;
	top: .6em;
	margin: 0;
	padding:0 0;
		}

#acrobat {
	position:absolute;
	width:8.4em;
	left:1.5em;
	top: 8px;
	margin: 0;
	padding:0 0;
	z-index: 200;
	cursor: pointer;
	}

#acrobat p {
	left: 0px;
	margin: -2px 0 0;
	width: 8em;
	font:normal normal 0.7em tahoma, verdana, sans-serif;
	color: #ffffcc;
	text-align: center;
	letter-spacing:1px;
	z-index: 40;
	}


div.getfirefox {
	position: absolute;
 top: .2em; 
 left: 34px;
	}

div.gslogo {
	position: absolute;
	top: .9em;
	right: 5%;
	padding-bottom: 20px;
	/*position: relative;
	margin: 1em 0 0 70%;*/
	}

div#validator {
	position: absolute;
	top: 12px;
	right: 15px;
width: 88px;
height: 31px;
z-index: 500;
	}

.newstyle1 {
	color: #500000;
background-color: #dddddd;
	}

.newstyle2 {
	color: #800080;
font-family: verdana, helvetica;
	}

.newstyle3 {
	color: #000080;
font-family: verdana, helvetica;
	}



