/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2006 LT Scotland. All rights reserved.
/*
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color:#d68710;
font-family:Georgia,"Times New Roman",Times,serif;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #88bf48;
	background-color: transparent;
	border-bottom: 1px solid #88bf48;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #ccc; 
	/* background: #fff url("../graphics/../graphics/headerimage.gif") right no-repeat; */
	height: 66px;
	width: 100%;
}
#HeaderTitle { 
	background: #fff url("../graphics/headertitle.gif") left no-repeat; 
	color: #fff; 	
	height: 66px; 
	float: left;
	display: block; 	
	width: 417px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background: #fff url("../graphics/sectionheaderimage.gif") right no-repeat;
	/* background-color: #88bf48; */
}

/* Primary bg colour */
#sectionBannerTitle { 
	background-color: transparent;
	color: #fff; 	
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #88bf48;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #000000;
	background: #fff url("../graphics/navbg.gif") bottom left repeat-x;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */


a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 


a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #fff;
}
/*********************************************
Site Contents
*********************************************/
.center {
	text-align: center;
}

.floatright {
	float: right;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

.floatleft {
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

/*********************************************
Component Container BgOn
*********************************************/
/* Primary bg colour */
.intro .bgOn {
	color: #fff;
	background-color: #88bf48;
}

/* Primary bg colour - LIGHT */
.bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #555;
	background-color: #e1efd1; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #88bf48; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #88bf48;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #88bf48;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #555;
	background-color: #e1efd1;
}

/* Primary colour */
#Interactive h3 {
	color: #88bf48;
	background-color: transparent;
}

/*********************************************
Icon
*********************************************/
img.icon {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/*********************************************
General table classes
*********************************************/
/* Primary bg colour */
table.style1 th {
	background-color: #51443c;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #51443c;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

table.admintable {border:none}

table.admintable td {
border-left:1px solid #000;
border-bottoms: 1px solid #000;
}

table.admintable th {
border-left:1px solid #000;
}

#7C5B43

/* Primary bg colour */
table.style2 th {
	background-color: #88bf48;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style2 td {
	background-color: #c2dda3;
	color: #555;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*********************************************
Pagetint classes
*********************************************/
/* Primary bg colour - LIGHT */
.pagetint {
	background-color: #e1efd1;
	color: #555;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #88bf48;
	color: #555;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #88bf48;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #88bf48;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #88bf48;
}

/* Primary bg colour */
td.eventheader {
	background-color: #88bf48;
	color: #fff;
}

/* Primary bg colour - LIGHT */
td.eventdetails {
	background-color: #c2dda3;
	color: #555;
}

/* Primary bg colour - LIGHT */
td.eventTitle {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - RSS
*********************************************/
/* Primary colour */
li.rssitem {
	color: #88bf48;
}
.rssitemdescription {
	color: #555;
}
/*********************************************
Site Specific Classes - More table styles
*********************************************/

table .twothirds, table.twothirds {
	width: 75%;
}
table .half, table.half {
	width: 50%;
}
table .third, table.third {
	width: 33%;
}
table .quarter, table.quarter {
	width: 25%;
}
table .sixth {
	width: 15%;
}
table.style1 .highlight, table.style2 .highlight {
	color: #000000;
	background-color: #FFFF99;
	font-weight: bold;
	border: 1px solid #ddd;
}
/*********************************************
Site Specific Classes - More form styles
*********************************************/
.singleLine {
	width: 95%;
}
.multiLine {
	width: 95%;
}

/*********************************************
Site-specific styles for WebForms - IN PROGRESS
*********************************************/
#FORM1 th {
	background-color: #6eb74a;
	color: #fff;
	border: 1px solid #ffffff;
}
#FORM1 td {
	background-color: #eeeeee;
	color: #000000;
}
#FORM1 tr.Field_Separator td {
	background: #6f6f6f;
	color: #fff;
}
#FORM1 td.Label_standard {
	background: #6eb74a;
	color: #fff;
	width: 40%;
}
#FORM1 td.WebFormData {
	background: #e8f0f7;
	width: 60%;
}
#FORM1 #buttons {
	background: #bbbbbb;
}
#FORM2 th {
	background-color: #005bab;
	color: #fff;
	border: 1px solid #ffffff;
}
#FORM2 td {
	background-color: #eeeeee;
	color: #000000;
}
#FORM2 tr.Field_Separator td {
	background: #6f6f6f;
	color: #fff;
}
#FORM2 td.Label_standard {
	background: #005bab;
	color: #fff;
	width: 40%;
}
#FORM2 td.WebFormData {
	background: #e8f0f7;
	width: 60%;
}
#FORM2 #buttons {
	background: #bbbbbb;
}
/*********************************************
Review table classes
*********************************************/
table.podcast {
	border: 0;
	padding: 10px 0;
	background-color: transparent;
	margin: 0 0 1px 0;
	width: 100%;
}
table.podcast th {
	background-color: transparent;
	padding: 5px;
	color: #00adef;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.podcast td {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	border: 0;
}
table.review {
	border: 1px dotted #444444;
	padding: 10px;
	background-color: #fdbf0f;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
table.review th {
	background-color: transparent;
	padding: 5px;
	color: #444444;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.review td {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	border: 0;
}
.rating {
	text-align: right;
}

/*********************************************
Google Map styles
*********************************************/
div#map {
	border: 1px solid;
	margin: 10px;
	background: #e8f3f9;
	float: right;
	width: 370px;
	height: 320px;
}
/*********************************************
Columns for mentor map layout
*********************************************/
.mapcolumnleft {
	float: left; width: 380px;
}
 
.quotebox {
	/* margin-top: 20px; */
	margin-top: 5px;
}
.openquote {
	float: left;
	width: 30px;
	height: 23px;
	background: transparent url("../graphics/openquote.gif") top left no-repeat;
}
.closequote {
	float: right;
	margin-top: -30px;
	width: 30px;
	height: 23px;
	background: transparent url("../graphics/closequote.gif") top left no-repeat;
}


/*********************************************
Software & Publications
*********************************************/
table#resourcelibrarydetails {
	background: #e8f3f9;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
table#resourcelibrarydetails td {
	background: #e8f3f9;
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table#resourcelibrarydetails td p {
	padding: 0px;
	margin: 0px;
}
table#resourcelibrarydetails th {
	background: #e8f3f9;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
/*********************************************
Tag Cloud Styles
*********************************************/
ul.cloud {
	background: #e8f0f7;
	border: solid 1px #6eb74a;
}
/*********************************************
Fade Div Styles
*********************************************/
	#fadetest {background: #feff9f;}
/*********************************************
Flickr Stream Styles
*********************************************/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:0;}
.flickr_badge_image {margin:0 5px 5px 0px; float: left;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px "Arial", "Helvetica", "Sans serif" !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;}
#flickr_badge_source {padding:0 !important; font: 11px "Arial", "Helvetica", "Sans serif" !important; color:#666666 !important;}

ul.pagesubsectionlist {
	padding: 0 0 15px 0;
}
ul.pagesubsectionlist li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: solid 1px #e8f0f7;
}
/*********************************************
Carousel
*********************************************/
.carousel .bgOn {
	color: #fff;
	background-color: #6eb74a;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 400px;
	height: 300px;
}
#myGallery a, #myGallery a:link, #myGallery a:active, #myGallery a:visited {
	background-color:transparent;
	color: #fff;
}
#myGallery a:hover {
	color: #fff;
	background-color:transparent;
	text-decoration: underline;
}

/*********************************************
Mini Seaches
*********************************************/
/* Primary bg colour */
.search_form {
	border: 1px solid #88bf48;
}
/* Primary bg colour - LIGHT */
#search_browse {
	background: #e1efd1;
}
/* Primary bg colour - LIGHT */
#atoz a {
	background: #e1efd1;
}
/* Primary bg colour */
#atoz a:hover {
	background: #88bf48;
	color: #fff;
}
/* Primary bg colour - LIGHT */
table.search_checkboxes td {
	background: #e1efd1;
}
/* Primary bg colour - LIGHT */
table.CheckboxTable td {
	background: #e1efd1;
}
/* Primary bg colour */
.search_header {
	color: #88bf48;	
	font-weight: bold;
}

/*********************************************
Hiding geo information cos it's of no great interest to the human eye
*********************************************/
.geo {
 	visibility: hidden;
}

/*********************************************
Tabber Tabs
*********************************************/
ul.tabbernav li a
{
	background-color: #88bf48;
	color: #fff;
}
ul.tabbernav li a:link, ul.tabbernav li a:visited { 
	color: #fff; 
}
ul.tabbernav li a:hover
{
 color: #fff;
 background: #769f47;
}
.tabberlive .tabbertab {
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height
height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
overflow:auto;
}

/*********************************************
Site Specific Classes - Thumbnail gallery
*********************************************/
.thumbnailContainer {
	background: transparent;
	margin: 3px 5px 3px 0px;
	padding: 3px 3px 3px 3px;
	float: left;
	text-align: center;
	width: 130px;
}
.thumbnailContainer h2 {
	color: #000000;
	background: transparent;
	font-size: 1.0em;	
	font-weight: normal;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.thumbnailImg {
	background: #e7f1ff;
	padding: 10px 3px 3px 3px;
	margin: 5px 10px 5px 0px;
	width: 120px;
	height: 110px;
	border: 2px solid #f7740b;
	text-align: center;
}
.thumbnailImg img {
	border: 1px solid #3b77c7;
}

/*********************************************
Site Specific Classes - Glow Games Test
*********************************************/
a.glowhiddengames {display: block; width: 100px; height: 100px; border: solid; background: url(glowgamea-1.jpg) no-repeat;}
a.glowhiddengames:hover {background: url(glowgameab-1.jpg) no-repeat;}
a.glowhiddengames em {position: absolute; right: 9999px;}


/*********************************************
Site Specific Classes - Glow Games Test
*********************************************/
a.glowhiddengames {display: block; width: 100px; height: 100px; border: solid; background: url(glowgamea-1.jpg) no-repeat;}
a.glowhiddengames:hover {background: url(glowgameab-1.jpg) no-repeat;}
a.glowhiddengames em {position: absolute; right: 9999px;}

/* two col jse results 
.search_results{
	overflow: auto;
}
.search_results li{
	float: left;
	width: 398px;
	height: 180px;
	margin-left: 3px;
	background: #EEE;
	border: 1px solid #DDD;
}
.search_results li div.search_resultsthumbnail{
	float: left;
	width: auto;
}

.search_resultsdetails{
	float: left;
	width: 293px;
	margin-left: 5px;
}
 end 2 col j2e results */

/*********** video icon ***************/
.search_resultsthumbnail a{
	position: relative;
}
.search_resultsthumbnail .iconVid{
	position: absolute;
	bottom: 6px;
	left:4px;
	width: 24px;
	height: 24px;
	background: transparent url(iconVideo.png) no-repeat top left;
}
/************ end video icon ***********/











/*********************************************
Google Map styles
*********************************************/
div#map {
	border: 1px solid;
	margin: 0px;
	background: #e8f3f9;
	float: right;
	width: 320px;
	height: 270px;
}
div#mapcaption {
	float: right;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*********************************************
Hiding geo information cos it's of no great interest to the human eye
*********************************************/
.geo {
 	display: none;
}

div.firstfewresults 
{	
	width:43%;
}

div.mostresults 
{
	width:100%;
}


.firstfewresults .adr, .mostresults .adr , .wheretogoresults .adr
{	
	position:relative;
	border-top:solid 1px #cccccc;
	padding-top:10px;
	top:-30px;
	
}
	
div.mostresults div.vcardcol1
{	
	margin-bottom:20px;
}


.resultscol1 
{
	float:left;
	width:40%;
}

.resultscol2
{
	float:left;
	width:40%;
	margin-left:100px;
}



.placeresultcol1
{
	margin-left: 28px;
		
}


.placeresultcol2
{
	display:none;	
}


.placeresult .placeurl 
{
	margin-top:1em;
}


.firstfewresults .placeresult, .mostresults .placeresult, .wheretogoresults .placeresult
{
	 
		
}

.placeresult .country-name
{
	display:none;
}

.placeresult .mapmarker img
{
	vertical-align:text-top;
}


.firstfewresults .placeresult .fn.org, .mostresults .placeresult .fn.org, .wheretogoresults .placeresult .fn.org
{	

	font-size: 1.4em;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;

}

div.placeresultcol1 a 
{
	font-size: 0.8em;
	
}


div.mapandoptions div#map 
{
	width: 100%;
	height: 30em;
	float:right;
	margin-right:15px;
	margin-left: 15px;
	width:50%;
}

.placeresult p {
	margin-left: 28px; margin-top: 0px;
}
.placeresult img {
                padding: 3px;
}
.placeresultthumb {
	float:right;
	border: solid 1px;
}
.mapmarker img {
	float: left;
}

/*********************************************
Tag Cloud Styles
*********************************************/
ul.cloud {
	background: transparent;
 	font-size: 0.9em;
	padding: 0px;
	border: 0px;
}


.wheretogoSearchContainer {
            
}
.wheretogoSearchContainerLeft {
            float:left;
            width:45%;
}
.wheretogoSearchContainerRight {
                     
}

/* 960T gridMods */

div#wrapper {
width:980px;
}

* html div#wrapper {
width:980px;
}

* html div#userpref {
width:980px;
}

div#userpref {
width:980px;
}

#NavigationContainer {
margin:10px 10px 0 10px;
_margin:10px 5px 0 5px;
width:190px;
}

#MainContainer {
margin:0 0 0 10px;
_margin:0 0 0 5px;
width:750px;
}

#ContentContainer {
margin:10px 0 0 0;
width:540px;
_width:550px;
}

#InteractiveContainer {
margin:0;
width:190px;
}

/* end 960T gridMods */


/* scotsAndCanada */

body {
	background-image:url("../graphics/headerBg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	color:#fff;
}

a	{
	color:#A39313;
	font-weight:normal;
	text-decoration:none;
}

a:link	{
	color:#A39313;
	font-weight:normal;
	text-decoration:none;
}


/* Secondary colour - DARK */
a:visited	{
	color:#c59b75;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#a39313;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#a39313;
	background-color: transparent;
	text-decoration:underline;
}

div#wrapper {
	margin:0 auto 0 auto;
	background-color:transparent;
	border:none;
}

div#userpref p {
	color:#fff;
}

#HeaderContainer {
	display:none;
}

#NGfLBarHeaderContainer  {
background:none;
border:none;
}

#NavList ul li a {
	color:#e0d9ca;
}

#NavList ul li a:hover {
		color:#e0d9ca;
	background:none;
	text-decoration:underline;
}

#HeaderSearchBox {
	background:none;
}

#NavigationBox  {
background:none;
font-family:Georgia,"Times New Roman",Times,serif;
}

h1.ContentTitle  {
color:#d68710;
font-family:Georgia,"Times New Roman",Times,serif;
border-bottom:1px solid #9E9328;
}

#MainContainer {
	background-color:#000;
}

#Content {
	background-color:#000;
	color:#fff;
}

ul#nav_tools li a {
	color:#A39313;	
}

ul#nav_tools li a:visited {
	color:#C59B75;	
}

ul#nav_tools li a:hover {
	color:#A39313;
	text-decoration:underline;
}


li.navigationlevel1, li.navigationlevel1selected {
	border-bottom:1px solid #d9d187;
	padding:5px 5px 5px 0;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #F6B886;
}

li.navigationlevel1selected {
	background: transparent;
}

a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #F6B886;
	text-decoration:none;
}

a.navigationlevel1selected:hover {
	text-decoration:underline;
}


a.navigationlevel2,
a.navigationlevel2:link,
a.navigationlevel2:visited,
a.navigationlevel2:active,
a.navigationlevel2selected,
a.navigationlevel2selected:link,
a.navigationlevel2selected:visited,
a.navigationlevel2selected:active,
a.navigationlevel2selected:hover,
a.navigationlevel3,
a.navigationlevel3:link,
a.navigationlevel3:visited,
a.navigationlevel3:active,
a.navigationlevel3selected,
a.navigationlevel3selected:link,
a.navigationlevel3selected:visited,
a.navigationlevel3selected:active,
a.navigationlevel3selected:hover,
a.navigationlevel4,
a.navigationlevel4:link,
a.navigationlevel4:visited,
a.navigationlevel4:active,
a.navigationlevel4selected,
a.navigationlevel4selected:link,
a.navigationlevel4selected:visited,
a.navigationlevel4selected:active,
a.navigationlevel4selected:hover,
a.navigationlevel5,
a.navigationlevel5:link,
a.navigationlevel5:visited,
a.navigationlevel5:active,
a.navigationlevel5selected,
a.navigationlevel5selected:link,
a.navigationlevel5selected:visited,
a.navigationlevel5selected:active,
a.navigationlevel5selected:hover,
a.navigationlevel6,
a.navigationlevel6:link,
a.navigationlevel6:visited,
a.navigationlevel6:active,
a.navigationlevel6selected,
a.navigationlevel6selected:link,
a.navigationlevel6selected:visited,
a.navigationlevel6selected:active,
a.navigationlevel6selected:hover {
	color: #F6B886;
}
#FooterContainer {
	position:absolute;
	width:100%;
	left:0;
	background:none;
	background-image:url("../graphics/ftrBg.jpg");
	background-repeat:repeat-x;
	background-position:top;
}

#FooterContainer a {
color:#8B715B;
}

#FooterContainer a:visited {
color:#C59B75;
}

#footerInner {
margin:0 auto;
width:980px;
}

ul#footer_tools, ul#footer_access {
	background:none;
	border:none;
}

ul#footer_access li a, ul#footer_access li a:link, ul#footer_access li a:active, ul#footer_access li a:visited {
	color:#798178;
	background:none;
}

#FooterContainer p {
	background:none;
	border:none;
	color:#d0bdac;
}

#FooterContainer p a, #FooterContainer p a:link, #FooterContainer p a:active, #FooterContainer p a:visited {
	color:#d0bdac;
}

.FooterTextUpdateFloat {
	color:#d0bdac;
}


#FooterContainer p#plain {color:#AC8F62;}

.scrollerLinkPrevious, .scrollerLinkNext {
	border-color:#000 #D6740A;
}

hr  {
border:none;
}

li.pagelinklist  {
border-bottom:1px dashed #CCC;
margin:0 0 10px;
padding:0 0 10px;
color:#fff
}

ul.pagelinklist  {
margin-top:50px;
}

li.breadcrumbnavigation {background-image:url("../graphics/breadcrumb_chevron.gif")}




body{
	margin-top: 36px;
	background-position: 50% 36px;
}

div#wrapper{
	padding-top: 216px;
}



#footerInner #footer{
	background-image: url(/global/graphics/footerComplexStandalone_trans.png);
}

	div.pagenav ul li a,
	div.pagenav ul li.page a:link,
	div.pagenav ul li a:visited,
	div.pagenav ul li.page a:active,
	div.pagenav ul li.page a:hover {
		color: #FFF;
	}
	div.pagenav .pagecurrent{
		color: #F6B886;
	}
	
	/* override slimbox image reference */
#lbCloseLink {
	background: transparent url(../graphics/slimboxClose.gif) no-repeat center;
}
