/*****************************************************************************************************

This file should contain all div tags structuring the layout of the website

reasoning : 

so this style sheet could be used to re-structure the website and when removed
should produce the website as a easily readable list which can be used for small
screens (such as phones)

*****************************************************************************************************/

/*************************************** Structure Settings *****************************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin:0;
	padding:0;
	line-height: 1.2em;
	text-align:left;
}

#layout{

}
#header{
	background: #000B2E url("/images/layout/bg_header.jpg") center top repeat-y;
	height:138px;
	overflow:visible;
}
#header .contentblock{
 	max-width:1000px;
	margin:0 auto;
	height:117px;
}
#header-right{
  width:320px;
  height:136px;
  background:transparent url("/images/layout/ny_lon_gen_mos.png") right 50% no-repeat; 
  float:right;
}
#topmenu{
  height:22px;
}
#topmenu .contentblock{
  max-width:1000px;
  margin:0 auto;
}
#contentwrapper{
	float: left;
	width: 100%;
	position:relative;
	
	min-height:200px;
}
#contentwrapper div.pagebg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#contentwrapper div.pagebg img.pagebg{
  width:100%;
  /*height:100%;*//*add this to squish the image into the viewport*/
  /*height:100%;*/
  position:absolute;
  /*top:0;*/
  /*z-index:-1000;*/
  
}
#contentwrapper div.pagebg img.offscreen{
  width:1px;
  top:-100px;
  left:-100px;
  display:none;
}
#contentwrapper .contentblock{
  max-width:1000px;
  margin:0 auto;
  padding-top:14px;
  /*min-height:800px;*/
}
#contentcolumn{
	margin: 0 22% 0 22%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
	padding: 0 0;
	float:left;
	width:78%;
}
body.noleft #contentcolumn{
	margin-left: 0; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}
body.noright #contentcolumn{
	margin-right: 0; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/  
}
#leftcolumn{
	float: left;
	width: 20%; /*Width of left column in percentage*/
	margin-left: -100%;
	padding-left:1%;
	display:block;
}
#rightcolumn
{
	float: left;
	width: 20%; /*Width of right column in pixels*/
	margin-left: -20%; /*Set margin to -(RightColumnWidth)*/
}
#footer
{
	width: 100%;
	height:auto; /*Height of bottom section*/
	background: #D7C540;
	color: #000;
	text-align: center;
	padding: 0 0;
	clear: both;
	display:block;
}
#footer p{
  margin:0;
}
.padding { margin:10px; clear:both; /*Margins for inner DIV inside each column (to provide padding)*/ }
.hr { overflow:hidden; height:0px; clear:both; margin:0px; padding:0px; /*Force hr of floating objects*/ }

/*****************************************************************************************************

This file should contain
1.) all site wide colour, background and font styles for html tags
2.) a selection of class(.) styles that can be used in the cms text editor

reasoning : so this style sheet could be used to re-style the website

*****************************************************************************************************/

/**************************************** Website Settings *******************************************/

body
{
	background: #D7C540;
	background:#010B2E;
	color: #FFFFFF;
	font: 10pt Arial, Tahoma, Geneva, sans-serif; /* Medium = 11 px - Small = 9px */
}

/**************************************** Text Settings **********************************************/
body#tinymce{
  
}
body.mceContentBody {
  background-color:#007AAB;
  color: #FFFFFF;
	font: 14px Arial, Tahoma, Geneva, sans-serif; /* Medium = 11 px - Small = 9px */
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 1em 0px;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#339966;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#666;
}

/************************************** Image Settings ***********************************************/

img { border:0px solid #000000; }

/************************************** Table Settings ***********************************************/

caption { text-align:left; }

/*************************************** Form Settings ************************************************/

form
{
	margin: 0px;
	padding: 0px; 
}
fieldset
{
	border: 1px solid #999;
	padding: 1em;
	margin: 0;
}
legend
{
	color: #000;
	font-size: 1.2em;
}
fieldset div
{
	clear: left;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}
fieldset div label
{
	display: block;
	float:left;
	width: 20%;
	padding: 0em;
	margin: 0em 0.5em;
	text-align:right;
}
fieldset div span.block
{
	display: block;
	float:left;
	width: 75%;
	padding: 0em;
}
fieldset div * label
{
	display: inline-block;
	float:none;
	width:auto;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
fieldset div input[type="text"],
fieldset div input[type="password"],
fieldset div textarea,
fieldset div select { width:60%; min-width:200px; max-width:400px; border: 1px solid black; margin-right: 1em; }
input:focus,
textarea:focus,
select:focus { border: 1px dotted black !important; }
input.error,
textarea.error,
select.error { border: 1px dotted red !important; }

label.error
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align:left;
	width:auto;
}

div#logo{
  padding-top:13px;
  float:left;
  height:99px;
  width:178px;
}
/************************************** Header Navigation ***********************************************/

div#topmenu strong { display:block; padding:0 3px 0 3px; } /* menu option padding */
div#topmenu ul { padding:5px 0 0 0; margin:0; list-style:none; position:relative; z-index:500; }
div#topmenu ul ul { position:absolute; left:-9999px; top:-9999px; width:0; height:0; } /* hide lower levels */

/* option style */
div#topmenu ul li {
  display:block;
  float:left;
  width:auto;
  position:relative;
  background:url("/images/layout/bg_menu.png") no-repeat scroll right -16px transparent;
  height:16px;
  padding:0 12px;
}
div#topmenu ul li.selected{
  background-position:right top;
}
div#topmenu ul li:hover{
  background-position:right top;
}
div#topmenu ul li a { display:block; float:left; width:auto; color:#fff; text-decoration:none; }
div#topmenu ul li a.imagemenu { color:#FF0000; background-position:left top; margin-top:2px;}
div#topmenu ul li a.selected{ background-position:left bottom; }
a.imagemenu:link {}
a.imagemenu:visited {}
a.imagemenu:hover { /*background-position:left top;*/ }
a.imagemenu:active {}
div#topmenu ul li a.imagemenu:hover { height:12px; /*background-position:left bottom;*/ }
/*div#topmenu ul li a:hover { z-index:200; position:relative; color:#ffe; background-position:left bottom;}*/
div#topmenu ul li:hover { position:relative; z-index:200; }
/*
div#topmenu ul li.first a { }
div#topmenu ul li.first a.hover { }
div#topmenu ul li.last a { }
div#topmenu ul li.last a:hover { }
*/
/* second level */
div#topmenu ul ul li a { width:180px; }
div#topmenu ul :hover ul { left:0; top:40px; width:180px; z-index:400; }
div#topmenu ul :hover ul ul { left:-9999px; top:-9999px; width:0; height:0; }

/* third level */
div#topmenu ul ul :hover ul { left:170px; top:10px; width:180px; z-index:600; }
div#topmenu ul ul :hover ul ul { left:-9999px; top:-9999px; width:0; height:0; }

/* fourth level */
div#topmenu ul ul ul :hover ul { left:170px; top:10px; width:180px; }
div#topmenu ul ul ul :hover ul ul { left:-9999px; top:-9999px; width:0; height:0; }


/************************************** Footer Settings ***********************************************/

div.footermenu
{
	font-size:0.9em;
	margin:0px;
	padding:5px;
}
div.footermenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:none;
	display:inline;
}
div.footermenu ul li
{
	display:inline;
	list-style: none;
	padding:0px 5px;
	border-right:1px solid #339966;
}
div.footermenu ul li.last { border-right:none; }
div.footermenu ul li a { color:#339966; }
div.footermenu ul li a strong { font-weight:100 }
div.footermenu ul li a.selected strong { font-weight:bold }

/************************************** Left Navigation ***********************************************/
div.leftmenu{
  padding-left:4%;
  border-left: dashed 1px white;
}
div.leftmenu div
{
	width: 95%;
	border-right: 1px solid #fff;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	background-color: #ffffff;
	color: #666;
}
div.leftmenu div ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:none;
}
div.leftmenu div ul li
{
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

/* style for top level menu */
div.leftmenu div ul li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 10px solid #339966;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	width:auto;
}
div.leftmenu div ul li a:hover
{
	border-right: 10px solid #666;
	background-color: #339966;
	color: #fff;
}
div.leftmenu div ul li a strong { font-weight:100 }
div.leftmenu div ul li a.selected strong { font-weight:bold }

/* style for second level menu */
div.leftmenu div ul li ul li a
{
	padding: 5px 5px 5px 1em;
	border-left: 10px solid #339966;
	background-color: #555555;
}
div.leftmenu div ul li ul li a:hover
{
	border-left: 10px solid #666;
	background-color: #339966;
}

/* style for third level menu */
div.leftmenu div ul li ul li ul li a
{
	padding: 5px 5px 5px 1.5em;
	border-left: 10px solid #666666;
	background-color: #777777;
}
div.leftmenu div ul li ul li ul li a:hover
{
	border-left: 10px solid #26B305;
	background-color: #46D315;
}

/* style for fourth level menu */
div.leftmenu div ul li ul li ul li ul li a
{
	padding: 5px 5px 5px 2em;
	border-left: 10px solid #888888;
	background-color: #999999;
}
div.leftmenu div ul li ul li ul li ul li a:hover
{
	border-left: 10px solid #26B305;
	background-color: #46D315;
}

/* reduce the size of text at branch three */
div.leftmenu div ul li ul li ul li { font-size:0.9em; }

/* style for selected option */
div.leftmenu div ul li a.selected
{
	color:#FFFFFF;
	font-weight:bold;
}

/*************************************** Right RSS settings *******************************************/
div.rightrss{
  font-size:9pt;
  border-left: 2px dotted #09739A;
  padding:5px 12px 8px 8px;
  margin-top:1em;
  background: url("/images/bg_rightrss_trans.png") repeat scroll left top transparent;
}
h4.rsstitle a{
  color:#D7C540;
  text-transform:uppercase;
}
div.rightrss a{
  color:#D3CA35;
}
div.rightrss p{
  margin-bottom:0;
}
p.readmore a{
  color:#00ECFF;
  font-weight:bold;
}
span.rssitemtitle{
  font-weight:bold;
}
div.rightrss div.newsmorelink{
  text-align:right;
  padding-bottom:1em;
}

div.rightrss div.shares{
  /*background: url("/images/bg_rightrss_trans.png") repeat scroll left top transparent;*/
  margin: 0 -12px 12px -8px;
  padding: 5px 12px 8px 8px;
  border-bottom:1px solid #D3CA35;
}
div.rightrss div.sharecompany{
  font-weight: bold;
  color: #D3CA35;
}
div.rightrss div.shareprice{
  line-height: 1.5em;
  padding-bottom: 12px;
}
/*************************************** Page Settings ************************************************/

.pagetitle {}
.pagetitle h2 { text-transform:uppercase; }
.pagetitle h3 { text-transform:lowercase; font-size:1.5em; margin-top:-10px }

/*************************************** Content Settings *********************************************/

.intro {}
.content{
  max-width:800px;
/*	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;*/
}
div.page-caption{
  font-size:large;
  color:#D7C540;
  padding-bottom:1em;
}
div.left-content{
  float:left;
  width:223px;
  margin-right:2em;
  display:block;
}
div.left-content-menu{
  float:left;
  width:123px;
  width:140px;
  margin-right:2em;
  display:block;
}
div.left-content-menu h1{
  font-size:14pt;
  font-weight:normal;
  color:#FFFF00;
  line-height:1em;
}
div.left-content-menu img.lefttitle{
  margin-bottom:14px;
}
div.left-content-menu ul{
  list-style-type:none;
  padding:0;
  margin:0;
  font-weight:bold;
  color:#FFFFFF;
}
div.left-content-menu ul a{
  color:#FFFFFF;
}
div.left-content-menu ul a.currentactive,
div.left-content-menu ul a:hover{
  color:#FFFF00;
}
div.right-content{
  float:left;
  /*width:437px;*/
  display:block;
}
body.home div.right-content,
body.about-us div.right-content{
  font-size:11pt;
}
div.right-content-full{
  float:left;
  display:block;
  width:600px;
  width:590px;
}
.newscontent{
  padding-top:22px;
  width:600px;
}
.hiddencontent{
  display:none;
  /*color:#FF0000;*/
}
.visiblecontent{
  display:block;
  color:#FFFF00;
}

/*************************page specific over-riders*********************/
body.about-us div.page-caption{
  float:left;
  width:154px;
}
/*************************************** List Settings ************************************************/

.groupmenu { margin-bottom:1em; }
.groupmenu li {}

.list {}
.listgroup { border:1px dashed #000000; margin:2em 0em; padding:2em; }
.listgrouptitle { text-transform:lowercase; font-size:1.5em; }
.listrow {}
.listdetails {}
.listtitle { margin-bottom:0em; }
.listthumbnail { display:inline; float:right; padding:0 0 1em 1em; }
.listcaption { margin-bottom:1em; }
.listselect {}
.listmore { padding: 0em; margin:0em; text-align:right; }
.listunavailable {}
 
.selectedtitle {}
.selectedimage { display:inline; float:right; padding:0 0 1em 1em; }
.selectedtext {}
.selectedunavailable {}

.pagenavigation {}
.previouspage {}


