/* Investland CSS */
/*
Global Colours:
Dark Grey:		#262626
Mid Grey:		#515151
Light Grey:		#6B696E
Lighter Grey	#9A9A9A
Lightest Grey:	#CCCCCC
//
Section Colours:
Brown:			#351601 #
Blue:			#03A7E6	#4FC2EE
Deep Red:		#
Light Red:		#
Deep Green:		#
Light Green:	#83C443 #99C46F
Orange:			#
Yellow:			#
//
Font: 			Verdana, Arial, Helvetica, sans-serif
//
Font Sizes
15px = 1.25em
14px = 1.17em
13px = 1.08em
12px = 1em
11px = 0.92em
10px = 0.835em
//
Sizes:
h1		15px
h2		14px
h3		11px
p		11px
utility	10px
//
*/
* {
	margin:0;
	padding:0;
}

html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
	background:#262626;
	height:100%;
	font-size:0.865em;
}

/**/
h1{
font-size:1.25em; 
color:#FFFFFF;
margin-bottom:19px;
}
h2{
font-size:1.17em;
color:#FFFFFF;
}
h3{
color:#FFFFFF;
font-size:1.02em;
}

h3.abstract-heading{
	color:#FFFFFF;
	font-size:1.02em;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
p {
margin-bottom:10px;

}

img{
	border:none;
	display:block;
	}
/**/
#splint { 
	width:1px;
	height:50%;
	margin-bottom:-360px; /* half of shell's height */
	float:left;
}
#shell{
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height:665px;
	color:#9A9A9A;
	padding:10px;
	clear:left;
}

#top{
	height:185px;
	width:100%;
	background:#FFFFFF;
}

#main{
	min-height:480px;
	width:100%;
	clear:both;
	background:#FFFFFF;
	background-color:#000000;
	overflow:auto;
}
* html #main{ height:480px; overflow:visible; }
#logo{
	width:202px;
	height:117px;
	padding:68px 0 0 38px;
	background:url(../images/logo-red.gif) no-repeat center ;
	float:left;
}
#logo img{
	visibility:hidden;
}

#top-nav{
	width:240px;
	height:100%;
	background:#6B696E;
	float:left;
	text-transform:uppercase;
	font-size:0.92em;
	position:relative;
	z-index:10;
	
}
#top-nav ul{
	padding:25px 25px 0 10px;
}
#top-nav ul li{
	list-style:none;
	padding-bottom:5px;
	white-space:nowrap;
}

#top-nav ul li a{
	color:#9A9A9A;
	text-decoration:none;
	padding-left:10px;
}

#top-nav ul li a:hover, #top-nav ul li a.selected, #top-nav ul li.selected{
	color:#FFFFFF;
	background:url(../images/arrow-white.gif) 2px 4px no-repeat;
}

#utilities{
	width:480px;
	background:#515151;
	height:100%;
	float:left;
	color:#FFFFFF;
	position:relative;
	z-index:5;
}

#utilities #search{
	text-align:right;
	padding-right:20px;
	padding-top:25px;
	font-size:0.835em;
}

#utilities #utilities-nav{

	font-size:0.835em;
	margin-top:100px;
	padding-top:20px;
}
#utilities-nav ul {
	margin:0 20px;
	
}
#utilities-nav ul li{
	list-style:none;
	display:inline;
	padding:10px 0;
}

#utilities-nav ul li a{
	color:#FFF;
	border-left:1px solid #FFF;
	padding:0 10px;
}
#utilities-nav ul li a:hover{

}

#left-nav{
	min-height:400px;
	background:#00CCFF;
	width:210px;
	float:left;
	padding:20px 10px 20px 20px;
}

* html #left-nav{
	height:400px;
}


#left-nav ul li{
	list-style:none;
	padding-bottom:8px;
}

#left-nav ul li a{
color:#FFFFFF;
text-decoration:none;
}
#left-nav ul li a:hover, #left-nav ul li.selected a, #left-nav ul li.selected{
text-decoration:underline;
}

#content{
	background:#515151;
	float:left;
	width:240px;
	overflow:hidden;
}
#content h2{
	padding:20px 20px 0 20px;
}
#copy{
	float:left;
	color:#FFFFFF;
	width:240px;
	margin-top:10px;
	
}
* html #copy{
	height:480px;
}
.txt{
	min-height:220px;
	background:#515151;
	padding:0 15px 0 20px;
	/*font-size:0.92em;*/
}
* html .txt{
	height:220px;
}
.downloads{
	border-top: 1px solid #FFF;
	min-height:170px;
	margin:0 20px;
	
}
* html .downloads{
	height:170px;
}
.downloads h3{
	padding:10px 0;
	color:#FFF;
	font-size:1.08em;
}
.downloads h2{
	margin-left:-20px;
	color:#FFF;
	font-size:1.17em;
}

.downloads li{
list-style:none;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #444;
font-size: 0.92em;
}
.downloads li a{
	display:block;
	background:no-repeat 100% 3px;
	padding-right:30px;
	color:#CCCCCC;
	padding-bottom:5px;
}
.downloads li a:hover{
	color:#FFFFFF;
}
.downloads li a.pdf{
	background-image:url(/common/images/pdf.gif)
}
.downloads li a.doc{
	background-image:url(/common/images/doc.gif)
}

#homeFlash{

}
#mainFlash{
	float:left;
	width:480px;
	height:480px;

}

div.clear{
	height:0;
	display:none;
	clear:both;
}

.hide {display:none;}
.show{display:block; }
/* scrollable div area */

/* vertical track */
#track {
	float: left;
	width: 7px;
	height: 380px;
	margin-right:3px;
	background:url(/common/images/trackBg.gif) 1px 0 repeat-y #515151;
	display:inline;
	cursor:pointer;
	margin-top:10px;
	
}
/** html #track, * html #handle{cursor:hand; }*/


/**/
h2.head {
	font-size:13px;
	margin-bottom:10px;
}
.letting {
	margin-top:20px;
}

#content h2.contact{

	padding-left:0;
}

#lnk {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	margin-top:20px;
	background:url(/common/images/arrow-white.gif) no-repeat 0 5px;
	padding-left:10px;
}

#lnk:hover {
	text-decoration:underline;
}

a {
	color:#FFFFFF;
}

a.news-link{
	color:#9A9A9A;
}