/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {
	background-color: #EADBDE;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	padding: 1px 10px 1px 10px;
}

.dark {
	background-color: #730f26;
	height: 5px;
	border-bottom: 1px solid #000;
	font-size: 1px;
}

/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   text-align: center;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -5px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -5px;
}

img
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.img_sponsor
{
	border: none;
}

hr {
  	height: 0;
	border-style: solid;
 	border-color: #6f7394;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 860px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	background-color: #CCC;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #000;
	height: 20px;
}
#drop_down {
	position: absolute;
	top: 12px;
	left: 284px;
}
/* reset IE*/
* html body #drop_down {
	left: 310px;
}
/* reset IE7*/
*+html body #drop_down {
	left: 310px;
}
.divider1 {
	position: relative;
	left: 91px;
}
.divider2 {
	position: relative;
	left: 370px;
}
#search {
	position: absolute;
	top: 12px;
	right: 10px;
}
/* reset IE*/
* html body #search {
	top: 10px;
}

/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 760px;
	font-size: .9em;
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#panoramic {
	margin: 1px 0px 1px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subtitle {
	padding: 5px 10px;
	font-size: 18px;
}

/* ---------------------------------------------------- */
#outer_wrapper {
	background: #fff url(../images/bg_left.gif) repeat-y left;
}
#wrapper {
	background: url(../images/bg_right.gif) repeat-y right;
}
#container {
	width: 100%;
	float: left;
/*	height: 4000px; */
	margin-right: -190px;
	background: url(../images/bg_right.gif) repeat-y right;
}
#content {
	margin-right: 190px;
	background: url(../images/bg_left.gif) repeat-y left;
}
/* reset IE*/
* html body #content {
	margin-top: -10px;
	padding-top: 10px;
}

#main {
	margin-left: 190px;
}

/* reset IE*/
* html body #main {
	margin-top: 10px;
}
*+html body #main {
	margin: 10px 0px 10px 190px;
}

/*#main a {
   text-decoration: underline;
} */

#left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 8px;
	color: #000000;
}
/* reset IE*/
* html body #left {
	margin: 10px 0px 10px 4px;
}
/* reset IE*/
*+html body #left {
	width: 158px;
	margin: 10px 0px 10px 10px;
}
#sidebar {
	width: 165px;
	float: left;
	padding-left: 20px;
	font-size:11px;
}
/* reset IE*/
* html body #sidebar {
	margin: 10px 0px 10px 0px;
}
*+html body #sidebar {
	margin-top: 10px;
}

/* #sidebar a {
   text-decoration: underline;
} */

#sidebar img {
   border: 1px solid #666;
   margin: 0 0 10px 0px;
}

#sidebar p {
   margin-left: 20px;
   text-align: center;
}

#footer {
	margin-top: 0px;
	text-align: center;
	font-size: 0.9em;
}
/* reset IE - problem with border on footer */
* html body #footer {
	position: relative;
	border-top: 1px solid #000;
}

#footer_links {
	border-bottom: 1px solid #000;
}

#address {
	padding: 0px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
#extras {
	padding: 0px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
#text_only {
	display: inline;
}
/* this is the graphical style sheet so turn off the 'graphical display' link */
#graphics
	{
	display				: none;
	}
.clearing {
	height: 0;
	clear: both;
}
.caption {
	float: right;
	clear: right;
	margin: -10px 0px 20px 20px;
	font-size: 0.9em;
	width: 150px;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
	position: relative;
	/* Place the bg image (block and dots) at the left and a few pixels down from the top */
   background: url( ../images/link_dots_a.gif ) no-repeat 0 0px; 
	margin: 0;
	/* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 3px 0 3px 12px;
}
/* sub menus */
#left ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0px;
   padding: 5px 0 0 15px;
}
/* place a different bg image for sub-menu items*/
#left ul ul li{
   background: url( ../images/link_dots_a2.gif ) no-repeat 0 0px;
}
/* place a different bg image for sub-sub-menu items*/
#left ul ul ul li{
   background: url( ../images/link_dots_a3.gif ) no-repeat 0 0px;
}
/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #333;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.8em;
   line-height: 16px;
}

/* bold heading 1 for the title of the programmes */

.programme_title {
	font-size: 1.4em;
   	font-weight: bold;
   	line-height: 20px;
}

.top {
	text-align: right;
}
*+html .top {
	margin-bottom: 15px;
}
.centre {
	text-align: center;
}
.table_border {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
.table_border td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.highlight {
	display: block;
	background-color: #b2cfe6;
	padding: 5px;
}
html>/**/body .highlight {
	margin-top: 20px;
}

.highlight img{
	float: right;
	margin-left: 20px;
}
.video {
	float: right;
	display: block;
	background-color: #b2cfe6;
	width: 150px;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	font-size: 0.9em;
}
.video_3col {
	display: block;
	background-color: #b2cfe6;
	padding: 0px 10px 10px 10px;
	font-size: 0.9em;
	margin: -10px 0px 0px 1px;
}
*+html .video_3col {
	margin: 0px 0px 0px 1px;
}
* html .video_3col {
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 10px 7px;
}
.video_3col img{
	position: relative;
	right: 10px;
	top: 10px;
}
.hide {
	display: none;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
/*   text-decoration: none; */
   line-height: 16px;
   color: #005482;
   text-decoration: none;	
}

/*a:link {
   color: #005482;	
}

a:visited {
	color: #666666;
} */

a:hover {
	color:#730f26;
}

a:active {

}
/* ---------------------------------------------------- */

/* TABLES */

.photo_collection
{
	border: 0;
	border-width:1px 1px 1px 1px;
	border-collapse:collapse;
	border-spacing:2px;
	border-color:#666666;
	padding: 0px;
}

table, td
{
	border-width:1px 1px 1px 1px;
	border-collapse:collapse;
	border-spacing:2px;
	border-color:#666666;
	padding: 0px 5px 0px 5px;
}

.border_cell {
	border: solid 1px #666666;
}

.no_border {
	border-style: none;
}

/*--------------------------------------------------- */

/* STYLES FOR THE INPUT FORM */

fieldset {       
margin: 0 0 1.5em 0;    
padding: 0.5em 0.5em 0.5em 0.5em;  
}

legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  

fieldset li {    
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em;  
}

fieldset.submit {  
border-style: none;  
}

label {    
float: left;    
width: 7em;    
margin-right: 1em;  
}

.inputtext { width: 250px; }

.inputtextarea { width: 340px; height:100px;}