/*******************************************************************
 *                        Global                                   *         
 ******************************************************************/

body {
	background: #fff;
	margin: 0;
	padding: 0;
}


body.movie {
	background: #fff;
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

a img {	border: none; }





/*******************************************************************
 *                        Typography                               *         
 ******************************************************************/

body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #003477; text-decoration: underline; font-size: 78%;}
a:hover { color: #F37421; }
p a { font-size: 100%;}
li a { font-size: 100%;}

p, li, label {
	font-size: 78%;
	line-height: 120%;
}

h1{
	font-size: 90%;
	color:#003477;
	margin: 0 0 10px 0;
}

h2{
	color: #F37421;
	font-size: 80%;
	margin: 0 0 10px 0;
}

h3{
	color: #003477;
	font-size: 80%;
	font-style: italic;
	margin: 0 0 10px 0;
}

span.orange { color: #F37421; }
span.textHighlight {
	color: #F37421;
	font-weight: bold;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	list-style-image: url(../images/sqBulletSmallDarkOrange.gif);
}


/*******************************************************************
 *                       Main Structure                            *         
 ******************************************************************/

#wrapper {
	margin: 10px auto 0 auto;
	position: relative;
	width: 750px;
}

#header {
	height: 90px;
	overflow: hidden;
}

a#logo {
	display: block;
	float: left;
	height: 90px;
	width: 175px;
}

#buttonlinks {
	list-style-image: none;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttonlinks li {
	list-style-image: none;
	float: left;
	text-align:center;
	margin: 0 0 0 7px;
	width: 79px;
	height: 81px;
}

#buttonlinks li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 55px 0 0 0;
	line-height: 26px;
}

#buttonlinks li a:hover{
	background: url(../images/button_arrow.gif) no-repeat center 75px;
}

#buttonlinks li a:active{
	background: url(../images/button_arrow.gif) no-repeat center 75px;
}

#buttonlinks li a.current{
	background: url(../images/button_arrow.gif) no-repeat center 75px;
}

#buttonlinks li.home{background: #FFB280;}
#buttonlinks li.company{background: #FF9A57;}
#buttonlinks li.property{background: #F37421;}
#buttonlinks li.news{background: #F95B0D;}
#buttonlinks li.contact{background: #ED4A02;}

#topcontent{
	width: 750px;
	background: #F37421;
	margin-bottom: 5px;
	position: relative;
}

#topcontent .left{
	/*float: left;
	display: inline;*/
	width: 403px;
}

#topcontent img.left{
	/*margin: 1px solid #F37421;*/  /* doesn't work in FF2 - use padding instead */
	padding: 1px;
	display: block; /* fixes the IE 3px jog bug */
}

#topcontent img.fullwidth{
	padding: 1px;
	display: block; /* fixes the IE 3px jog bug */
}

#slideshow {
	padding: 1px;
	width: 403px;
	height: 269px;
}

/*
#topcontentFullWidth {
	padding: 0;
	margin-bottom: 5px;
}

#topcontentFullWidth img {
	border: 1px solid #F37421;
}
*/

#topcontentRight{
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 403px;
	width: 330px;
}

#topcontentRight p {
	color: #fff;
}

#topcontentRight p.feature {
	background: url(../images/topcontent_title_bullet.gif) no-repeat left 4px;
	padding: 0 0 0 36px;
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 5px;
}

#topcontentRight img.feature{
	border: #fff 4px solid;
	float: left;
	margin: 0 9px 0 0;
}

#topcontentRight a:hover {
	color: #fff;
}

#subNav{
	padding-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 403px;
}

#subNav ul {
	list-style: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 0 0 0 8px;
}

#subNav li {
	list-style-image: none;
}

#subNav li a{
	display: block;
	padding: 0 0 0 19px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	background: url(../images/sqBulletPaleOrange.gif) no-repeat 0 6px;
	line-height: 150%;
}

#subNav li a:hover {
	color:#003477;
	color:#ffb280;
	background: none;
	background: url(../images/sqBulletDarkOrange.gif) no-repeat 0 6px;
	background: url(../images/sqBulletWhite.gif) no-repeat 0 6px;
	text-decoration: none;
	text-decoration: underline;
}

#maincontent {
	width: 750px; /* this is needed for IE6 */
	margin-top: 5px;
	background:url(../images/bgd_slice.gif) repeat-y;
}

#maincontentFullWidth {
	margin-top: 5px;
}

#content {
	width: 364px;
	float: left;
	padding: 0 5px 0 39px;
}

#content h1{
	background-image: url(../images/title_bullet.gif);
	background-repeat:no-repeat;
	padding: 18px 0 0 39px;
	font-size: 90%;
	color:#003477;
	margin: 0 0 10px -39px;
}

ul.contentList li a {
	text-decoration: none;
}

#sidebar{
   float: right;
   width: 300px;
   padding-left: 40px; /* this is needed for IE6 */
}

#sidebar img{
	float: left;
	clear: left;
	margin: 0 8px 8px 0;
	border: 1px solid #003477;
	border: 1px solid #F37421;
}

#sidebar.noImgBdr img {
	border: 0;
}

#sidebar img.solo {
	margin: 0 0 0 -35px;
}

#sidebar h2{
	background-image:url(../images/sidebar_title.gif);
	background-repeat:no-repeat;
	height: 32px;
	padding: 8px 0 0 44px;
	color: #fff;
	font-size: 80%;
	margin: 0 0 0 0;
	margin: 0 0 0 -35px;
}

/*
.sidebar_h2_new {
	background-image: url(../images/sidebar_title.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding: 8px 0 0 44px;
	color: #fff;
	font-size: 80%;
	margin: 0 0 0 -35px;
	font-weight: bold;
}
*/


#sidebar p{
	padding: 0;
	margin: 0 0 10px 0;
}

.readmore{
	font-weight: bold;
	background: url(../images/readmore_arrow.gif) no-repeat left center;
	padding: 0 0 0 8px;
}

.readmoreMovie{
	font-weight: bold;
	background: url(../images/video.png) no-repeat left center;
	padding: 0 0 0 20px;
}

ul.movieList {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.movieList li {
	list-style: none;
	background: url(../images/video.png) no-repeat left top;
	margin: 0;
	padding: 0 0 3px 20px;
	font-weight: bold;
}

ul.movieList li a {
	text-decoration: none;
}

ul.movieList li a:hover {
	text-decoration: underline;
}

#maincontentFullWidth #content {
	width: auto;
	float: none;
	padding: 0 0 0 39px;
}

#maincontentFullWidth #sidebar {
   padding: 0;
   float: none;
   width: 0;
}

#footer {margin: 7px 0;}
#footer a { color: #666; font-size: 100%; text-decoration: underline; }
#footer a:hover { color: #003477; text-decoration: underline; }
#footer p { font-size: 70%; }
#footer p.left { float: left; margin: 0; }
#footer p.right { float: right; margin: 0; }

#footmenu {margin-top: 10px;}
#footmenu a {color: #FDCFAE; text-decoration: none;}
#footmenu a:hover {color: #fff; text-decoration: underline; }

#footmenu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background: #F37421;
	width: 750px;
	text-align: center;

}

#footmenu li {
	border-right: 1px solid #FDCFAE;
	margin-right: 5px;
	padding-right: 5px;
	display: inline;
}

#footmenu li.last {
	border: none;
	margin: 0;
	padding: 0;
}

#footerIcons {
	list-style-image: none;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#footerIcons li {
	list-style-image: none;
	float: right;
	margin: 0 5px 0 0;
	width: 80px;
	height: 15px;
}

#footerIcons li a {
	display: block;
	text-indent: -1000px;
	height: 15px;
	width: 80px;
}

/*
#footerIcons #validXhtml a {
	background: url(../images/w3c-xhtml-greyed.gif) no-repeat top left;
}

#footerIcons #validXhtml a:hover {
	background: url(../images/w3c-xhtml.gif) no-repeat top left;
}

#footerIcons #validCss a {
	background: url(../images/w3c-css-greyed.gif) no-repeat top left;
}

#footerIcons #validCss a:hover {
	background: url(../images/w3c-css.gif) no-repeat top left;
}
*/

#footerIcons #validXhtml a {
	background: url(../images/w3c-xhtml.gif) no-repeat 0 -15px;
}

#footerIcons #validXhtml a:hover {
	background: url(../images/w3c-xhtml.gif) no-repeat 0 0;
}

#footerIcons #validCss a {
	background: url(../images/w3c-css.gif) no-repeat 0 -15px;
}

#footerIcons #validCss a:hover {
	background: url(../images/w3c-css.gif) no-repeat 0 0;
}



/*******************************************************************
 *                       Accounts summary                          *         
 ******************************************************************/

#accountsTable {
	border-collapse: collapse;
	width: 75%;
}

#accountsTable td {
	padding: 2px;
	font-size: 78%;
}

#accountsTable td p {
	font-size: 100%;
}





/*******************************************************************
 *                             Staff                               *         
 ******************************************************************/

div.staff img {
	float: right;
	/*clear: right;*/
	border: 1px solid #003477;
	margin: 0 0 5px 5px;
}

div.staff h2 {
	margin: 0;
}

div.staff h3 {
	margin: 0;
}

div.staff {
	width: 325px;
	margin-bottom: 10px;
}

div.staff.left {
	float: left;
	clear: left;
}

div.staff.right {
	float: right;
	clear: right;
}





/*******************************************************************
 *                           Property                              *         
 ******************************************************************/

div.archivedProperty {
	clear: left;
	margin: 10px 0 0 0;
}

div.archivedProperty img {
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
}

div.archivedProperty h2 {
}

p.archPropNav {
	clear: both;
}





/*******************************************************************
 *                             News                                *         
 ******************************************************************/


#maincontentFullWidthNews {
	margin-top: 5px;
	background: url(../images/newsBg.jpg) no-repeat 450px 30px;
	min-height: 300px;
}


#maincontentFullWidthNews #content {
	width: auto;
	float: none;
	padding: 0 0 0 39px;
}

#maincontentFullWidthNews #sidebar {
   padding: 0;
   float: none;
   width: 0;
}

#maincontentNewsDetail {
	width: 711px; /* this is needed for IE6 */
	padding: 0 0 0 39px;
	margin-top: 5px;
}

#maincontentNewsDetail h1 {
	padding: 8px;
	margin: 0 0 10px 0;
	background: #F37421;
	color: #fff;
}

#maincontentNewsDetail img.left {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #F37421;
}

#maincontentNewsDetail p {
	margin: 0 0 10px 0;
}

#maincontentNewsDetail #subNav{
	padding: 8px;
	margin: 0 0 10px 0;
	background: #F37421;
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	position: static;
}




/* Have your say / blog
-------------------------------------------------------------------------------------- */

#blogContent {
	/*border: 2px solid #97d044;
	background-color: #ddeec4;
	padding: 15px;*/
	margin: 20px 0;
}

div.blogComment {
	border: 1px solid #F37421;
	background-color: #eee;
	padding: 15px;
	margin: 0 0 20px 0;
}

div.resultsNav {
	margin: 0 0 20px 0;
	font-size: 78%;
	line-height: 120%;
}



