#header
{
	z-index: 10001;
}

#ticker {
	padding-top:10px;
}
#ticker {
	clear: both;
	margin-top: 2px;
	padding-top: 4px;
}

#ticker a {
	color: #666;
}


#homePage {
	height: 430px;
	width: 962px;
	position: relative;
}

#homePageTextBg {
	height: 380px;
	width: 280px;
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

#homePageText p
{
	color: #EEE;
}

#homePageText p a {
	position:relative;
	/*text-decoration:underline;*/
	color:#FFF;
	display:inline;
}
#homePageText h2 {
	font-size: 180%;
	color: #FFF;
}
#homePage #letsGetStarted		/*	Used by the OLD version of the site	Feb 2010	*/
{
	position: absolute;
	left: 765px;
	top: 343px;
	z-index: 1000;
	display: none;
}

#homePage #letsGetStarted2	/*	Used by the NEW version of the site	Feb 2010	*/
{
	display: none;	/*	Turned on by JQuery	*/
	padding: 5px;
	background-color: #00295b;
	border-style: solid;
	border-width: 2px;
	border-color: #005CCB #000711 #000711 #005CCB;
	position: absolute;
	left: 765px;
	top: 343px;
	z-index: 1000;
}

#homePage #letsGetStarted3	/*	a visable version of 'letsGetStarted2' for non-JS useers*/
{
	background-color: #00295b;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #005CCB #000711 #000711 #005CCB;
	position: absolute;
	left: 765px;
	top: 343px;
	z-index: 1000;
}

#webdesigntext {
	display: none;
}

#start {
	font-size: 120%;
	background-color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#slideshow
{
	display: none;
}

#homePage a#letsGetStarted2:link,
#homePage a#letsGetStarted3:link,
#homePage a#letsGetStarted2:visited,
#homePage a#letsGetStarted3:visited
{
	color: #EEE;
	text-decoration: none;
}


#homePage a#letsGetStarted2:hover,
#homePage a#letsGetStarted3:hover
{
	color: #EEE;
	text-decoration: none;
	background-color: #002047;
}

#homePage a#letsGetStarted2:active,
#homePage a#letsGetStarted3:active
{
	color: #EEE;
	text-decoration: none;
	background-color: #002047;
	border-color: #000711 #005CCB #005CCB #000711;
}

#ticker
{
	padding-bottom: 10px;
}

#geraLogo
{
	clear: both;
}

#facebookLink	/*	Floats on page, against right-hand side.  Does not work for IE6	*/
{
	border: 0;
	position: fixed; 
	top: 10px; 
	right: 0;
	z-index: 10001;
	opacity: 0.8;
}

#twitter-follow	/*	Floats on page, against right-hand side.  Does not work for IE6	*/
{
	border: 0;
	position: fixed; 
	top: 140px; 
	right: 0;
	z-index: 10001;
	opacity: 0.8;
}

#blogLink	/*	Floats on page, against right-hand side.  Does not work for IE6	*/
{
	border: 0;
	position: fixed; 
	top: 280px; 
	right: 0;
	z-index: 10001;
	opacity: 0.8;
}

#googlePlusLink	/*	Floats on page, against right-hand side.  Does not work for IE6	*/
{
	border: 0;
	position: fixed; 
	top: 410px; 
	right: 0;
	z-index: 10001;
	opacity: 0.8;
}

#XHTMLImage
{
	border: 0;
	position: relative;
	float: left;
	padding-left: 30px;
	opacity: 0.8;
}

#CSSImage
{
	border: 0;
	position: relative;
	float: right;
	padding-right: 30px;
	opacity: 0.8;
}

.centre
{
	text-align: center;
}

.highlight
{
	color: #c1cc22;
}