/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie, Steven Park
	(c) 2008 LT Scotland. All rights reserved.
*/
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #e75a24;
	background: transparent;
}
/* Primary colour */
h1.ContentTitle {
	color: #e75a24;
	background-color: transparent;
	border-bottom: 1px solid #e75a24;
}
.column h1.ContentTitle {
	margin-top: 0;
	font-size: 1.8em;
	background-color: #e75a24;
	color: #fff;
	padding: 5px;
}
.column h1 {
	margin-top: 0;
	font-size: 1.8em;
	background-color: #e75a24;
	color: #fff;
	padding: 5px;
}
a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#e19a00;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#a67100;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#e19a00;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#e19a00;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #fff url("../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: 263px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background-color: #e75a24;
}

/* Primary bg colour */
#sectionBannerTitle {
	background-color: transparent;
	color: #fff;
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #e75a24;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #000000;
	background: #fff url("../graphics/navbg.gif") bottom left repeat-x;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */
li.navigationlevel1 {
	background: #e75a24;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #e75a24;
}

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: #e75a24;
}
.intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
.bgOn {
	color: #414141;
	background-color: #fff4ef; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #414141;
	background-color: #fff4ef; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #414141;
	background-color: #fff4ef; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #e75a24; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #414141;
	background-color: #fff4ef; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #e75a24;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #e75a24;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #414141;
	background-color: #fff4ef;
}

/* Primary colour */
#Interactive h3 {
	color: #e75a24;
	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: #e75a24;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #fff4ef;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #e75a24;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style2 td {
	background-color: #c2dda3;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*********************************************
Pagetint classes
*********************************************/
/* Primary bg colour - LIGHT */
.pagetint {
	background-color: #fff4ef;
	color: #414141;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #e75a24;
	color: #414141;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #e75a24;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #e75a24;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #e75a24;
}

/* Primary bg colour */
td.eventheader {
	background-color: #e75a24;
	color: #fff;
}

/* Primary bg colour - LIGHT */
td.eventdetails {
	background-color: #c2dda3;
	color: #414141;
}

/* Primary bg colour - LIGHT */
td.eventTitle {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - RSS
*********************************************/
/* Primary colour */
li.rssitem {
	color: #e75a24;
}
.rssitemdescription {
	color: #555;
}

/*********************************************
RSS nav box
*********************************************/
div.rsscontainer {
	border-left: 0;
	margin-top: 0px;
}
div.rsscontainer ul {
	list-style: none;
	padding: 0px 15px;
	border-bottom: solid 1px #d6d5d3;
}
div.rsscontainer ul li {
	padding-bottom: 2px;
	margin: 0px;
}
div.rsscontainer ul img {
	padding: 0px 4px 0px 1px;
	margin: 0px;
	position: relative;
	top: 1px;
}
div.rsscontainer ul a {
	font-weight: bold;
	background: transparent;
	color: #e75a24;
}
div.rsscontainer p {
	background: transparent;
	text-align: right;
	margin: 0;
	font-size: 0.95em;
}
div.rsscontainer p a {
	background: transparent;
}


/*********************************************
twitter nav box
*********************************************/
div.twitterContainer {
	border-left: 0;
	margin-top: 0px;
}
div.twitterContainer ul {
	list-style: none;
	padding: 4px 15px;
	border-bottom: solid 1px #d6d5d3;
}
div.twitterContainer ul li {
	padding-bottom: 2px;
	margin: 0px;
}
div.twitterContainer ul img {
	padding: 0px 4px 0px 1px;
	margin: 0px;
	position: relative;
	top: 1px;
}
div.twitterContainer ul a {
	font-weight: bold;
	background: url(../graphics/twitter.gif) no-repeat 0px 3px;
	color: #e75a24;
	padding-top: 4px;
}
div.twitterContainer ul span {
    margin-left: 20px;
}
div.twitterContainer p {
	background: transparent;
	text-align: right;
	margin: 0;
	font-size: 0.95em;
}
div.twitterContainer p a {
	background: transparent;
}

/*********************************************
Site Specific Classes - Dynamic News section
*********************************************/
.dynamicnews ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}		
.dynamicnews li {
	background: transparent;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}
.dynamicnews li.allnews {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	text-align: right;
}
.dynamicnews a {
	font-weight:bold;
	font-size: 1.1em;
	line-height: 1.4em;
}
.column .bgOff {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0;
}
.column .blockContainer .bgOn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0;
}

/*********************************************
Site Specific Classes - News section - Hide date when in column (ie on homepage)
*********************************************/
.column .newsdate {
	display: none;
}
.column .dynamicnews .newsdate  {
	display: block;
}

/*********************************************
Feedback form
*********************************************/
table#feedback {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
table#feedback caption {
	display: none;
}
table#feedback td {
	background-color: #fff4ef;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
table#feedback th {
	background-color: #f18642;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
table#feedback td.buttons {
	background-color: transparent;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}
/*********************************************
Site-specific styles for WebForms - IN PROGRESS
*********************************************/
#FORM1 th {
	background-color: #e75a24;
	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: #e75a24;
	color: #fff;
	width: 40%;
}
#FORM1 td.WebFormData {
	background: #fff4ef;
	width: 60%;
}
#FORM1 #buttons {
	background: #bbbbbb;
}
#FORM2 th {
	background-color: #e75a24;
	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: #e75a24;
	color: #fff;
	width: 40%;
}
#FORM2 td.WebFormData {
	background: #fff4ef;
	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: 320px;
	height: 270px;
}

.quotebox {
	/* margin-top: 20px; */
	margin-top: 5px;
	border: 1px solid red;
}
.openquote {
	float: left;
	width: 30px;
	height: 23px;
	border: 1px solid red;
	background: transparent url("../graphics/openquote.gif") top left no-repeat;
}
.closequote {
	float: right;
	margin-top: -30px;
	width: 30px;
	height: 23px;
	border: 1px solid red;
	background: transparent url("../graphics/closequote.gif") top left no-repeat;
}
blockquote {
	margin: 0px 40px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #3f3f3f;
	width: 90%;
	border: 1px solid red;
}
blockquote p {
	margin-top: 0;
}

/*********************************************
Site Specific Classes - Email update list
*********************************************/
.bulletinrow {
	padding:0px;
	margin: 0px 0px 0px 0px;
}
.bulletincolumn2 input {
	background: #fff;
	border: 1px solid #e75a24;
	font-size: 1.5em;
	padding: 5px;
}
.emailblock {
	background: #fff4ef;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e75a24;
}
.emailblock h2 {
	margin-top: 0;
}
.emailblock p {
	padding: 0 5px;
}
.formbuttons {
	background: #fff4ef;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e75a24;
}
.formbuttons .bulletinheader2 {
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 10px 0px;
}
