@charset "utf-8";


body {
	font-family:  "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: #666666;	
	background: #D8D8D8;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#container {
	width: 828px;
	background: #d8d8d8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background: #D8D8D8;	
}

#header_left	{
	float: left;
	display:block;
}

#header_right	{
	float: right;	
	display:block;
	max-width: 350px;	
}

#content {
	background: #d8d8d8;
	float: left;
	border: none;
	margin: 0;	
}

#centre_panel	{
	width: 828px;	
	background: #ffffff;
	border: none; 
	padding: 0;
	margin: 0 auto;
	height:550px;
}

#scrolling_panel1	{
	overflow-y: scroll;	
	width: 828px;	
	background: #ffffff;
	border: none; 
	padding: 0;
	margin: 0 auto;
	height:550px;
}

#footer {
	height: 30px;
	width: 100%;
	background: #d8d8d8;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 290px;
	margin-top: 0px;	
	border: none;
	font-size: small;
}


ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. */
	padding: 0;
	margin: 0;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #666666;
	text-decoration: none; 
}

a:visited {
	color: #666;	
	}
	
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

#centre_panel a:link {
	color: #333333;
	text-decoration: none; 
}

#centre_panel a:visited {
	}
	
#centre_panel a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* headings */

h1, h2, h3, h4, h5, h6 {
	color: #666;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0;
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

#header_left	h1 {
	font-size: 50px;
	font-style: normal;
	font-weight: lighter;
	color: #39DB1E;
/*	display: inline; */
	padding: 0;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header_left	h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: lighter;	
	color: #ffffff;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;	
	padding-bottom: 0;	
}


#centre_panel	p	{
	font-size:medium;
	text-align: justify;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0;
}

#scrolling_panel1	p {
	font-size:medium;	
	text-align: justify;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;	
}

#scrolling_panel1	p.quotes { font-size: small; 	}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

#centre_panel	img	{
	float: left;
	margin-right: 40px;	
}

#header hr {
	float: right;
	width: 100%;
	clear: both;
	color: #fff;
	background-color: #FFF;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 0px;
	margin-left: 0px;
}

#header_right hr {
	float: right;
	width: 100%;
	max-width: 350px;
	clear: both;
	color: #fff;
	height: 2px;
	border: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;	
}

.hidden {
	display:none;
	height: 0;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 18px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 18px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*span.paused {border-bottom: thin dotted; background: #ffeedd;}
span.paused:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.paused span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.paused:hover span {left: 2%; background: #ffffff;} 
span.paused span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.paused:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} */