﻿
/* Global site settings */

/* Override text link outlining especially fior firefox when using large -ve indents to remove text from view */
a:link, a:visited, a:active, a:hover {
	outline:none;
}

/* generic image float properties for left and right images */
.imageFloatLeft{
	float: left;
	margin: 8px;
}

.imageFloatRight{
	float: right;
	margin: 8px;
}
.imageClear
{
	clear: both;
}

/* Centre page in browser for our fixed width display */

body
{
	font-family: "Myriad Web Pro", Arial, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}


p{
	color: #515151;
	font-size:10pt;
}

h2{
	color: #000000;
	font-weight: normal;
	font-size: 18pt;
}

h3{
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
}

h4{
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

#centreme
{
	width: 984px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background-image: url( 'Graphics/basBackgroundNoColumns.png' );
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#masthead
{
	height: 151px;
	position: relative;
	background-image: url('Graphics/basMasthead.png');
	background-repeat: no-repeat;
	display: block;
	
}

/* Masthead logo */
#gnMastheadLogo {
	position: absolute;
	width: 120px;
	height: 100px;
	top: 40px;
	left: 40px;
	display: block;
	text-indent: -9999px;
}


/* Navigation bar CSS */

/* Overall Navigation bar section header positioning */
#gnBar {
	position: absolute;
	top: 76px;
	left: 202px;
	background-image: url('Graphics/basNavBarNotSelected.png');
	background-repeat: no-repeat;
	height: 51px;
	width: 769px;
}

/* Navigation Bar buttons, select the correct part of the navBar png */

/* Navigation bar button general class */
.gnButton {
	background-image: url('Graphics/basNavBarNotSelected.png');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.gnButton:hover 
{
	background-image: url('Graphics/basNavBarHover.png');
}

/* End of Navigation bar section */


/* Footer section */
#footer {
	display: block;
	position: relative;
	clear: both;
	background-image: url('Graphics/basFooter.png');
	background-repeat: no-repeat;
	width: 984px;
	height: 79px;
}

.preFooterColumn
{
	position: relative;
	clear: both;
	height: 17px;
	width: 984px;
	background-image: url( 'Graphics/basFooterNoColoumnIF.png' );
	background-repeat: no-repeat;
	display: block;
}
.preFootProductColumn
{
	position: relative;
	clear: both;
	height: 18px;
	width: 984px;
	background-image: url( 'Graphics/basFooterProductColoumnIF.png' );
	background-repeat: no-repeat;
	display: block;
}

#footerBar
{
	background-image: url( 'Graphics/basFooterNavNotSelected.png' );
	background-repeat: no-repeat;
	display: block;
	left: 19px;
	top: 28px;
	width: 411px;
	height: 35px;
	position: absolute;
}

.footerButton
{
	background-image: url('Graphics/basFooterNavNotSelected.png');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.footerButton:hover
{
	background-image: url('Graphics/basFooterNavHover.png');
}

#footerText {
	position: absolute;
	top: 37px;
	width: 320px;
	left: 637px;
	height: 25px;
	text-align: center;
}

#footerText a
{
	font-size: small;
	color: #333333;
	text-decoration: none;
}
#footerText a:hover
{
	font-size: small;
	color: #000000;
	text-decoration: underline;
}
/* End of footer section */

.learnMore
{
	background-position: left center;
	display: inline-block;
	background-image: url(  'Graphics/learnmore.png' );
	background-repeat: no-repeat;
	width: 80px;
	height: 15px;
	cursor: pointer;
	clip: rect(auto, auto, auto, auto);
	font-size: 10pt;
	vertical-align: middle;
}

div.section
{
	border: 1px solid #C0C0C0;
	padding: 4px;
	margin: 4px;
	font-size: 10pt;
	background-color: #FFFFCC;
	font-weight: normal;
	color: #000000;
	display: none;
}


.singlePageContent
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;

}

.splitLeft
{
	margin: 15px;
	padding: 5px;
	float: left;
	width: 450px;
}

.splitRight
{
	margin: 15px;
	padding: 5px;
	float: right;
	width: 450px;
}

.movieInsert
{
	background-position: left;
	margin: 10px;
	clear: both;
	display: block;
	background-image: url('Graphics/MovieIcon.png');
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 60px;
}

.movieInsert a
{
	margin: 5px;
}

.movieInsert h6
{
	margin: 5px;
	font-size: 12pt;
	color: #333399;
}
