/******************************************************************************************************************
Teesland iOG Master Style sheet
Developed by Matthew Hill, September 2005
Copyright Nixon McInnes (c) 2005
******************************************************************************************************************/

body {
	margin:0 0 28px 0;
	padding:0;
	background:#DDD url(../images/bg_body_800.gif) repeat-y top center;
	background:#DDD;
	font: normal 70%/1.6em "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#787A7E;
	text-align:center;	
}

/******************************************************************************************************************
GENERAL FORMATTING OF STANDARD ELEMENTS
******************************************************************************************************************/
img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	color:#000;
	margin-top: 0;
}

h1 { font-size:2.0em }
h2 { font-size:1.6em; margin-bottom:5px; font-weight:normal; }
h3 { font-size:1.4em }
h4 { font-size:1.2em }

a,a:visited {
	color:#787A7E;
	text-decoration:none;	
}

a:hover {
	text-decoration:none;	
}

a.results,a.results:visited {	
	color:#4EB4E3;
}

.floatright {
	float:right;
	margin:0 0 12px 12px;
}

/******************************************************************************************************************
LAYOUT THE MAIN DIVS:
******************************************************************************************************************/

#wrapper {
	margin:28px auto;
	text-align:left;
	width:800px; /* IE 5.5 */
	w\idth:745px; /* IE 6+ */
	padding:27px;
	background:#FFF;
	border:1px solid #CACACA;
}

#banner {
	height:90px;
	background:#75A6C7 url(../images/bg_banner.jpg) no-repeat top left;
	position:relative;
}

#main {
	margin:49px 0 0 0;
	height:1%;	
}

#sidenav {
	width:184px;
	float:left;
	height:1%;
}


#content {
	width:365px;
	float:left;
	height:1%;
}

/* IE has a bug that won't apply styles in a class to the same element that has an ID 
   so instead of targetting the class on the #content div, we target #main and then
	the class as a child selector.
	Basically, <div id="content" class="style"> don't work in IE.... */

#main .nosidebar {
	width:540px;
	 /* display:inline corrects IE double margin float bug */
	 display:inline;
}

#main .nosidenav {
    float: left;
    width: 510px;
    margin-left: 28px;
	 /* display:inline corrects IE double margin float bug */
	 display:inline;
    height:1%;
}

#main .fullwidth {
    width: 685px;
    margin-left: 28px;
	 /* display:inline corrects IE double margin float bug */
	 display:inline;
}

#sidebar {
	width:176px;
	float:right;
	height:1%;
	margin-bottom: 40px;
}

#contactbar {
	width:156px;
	float:left;
	height:1%;
	margin-top: 46px;
}

	#contactbar p {
		margin: 0;
		padding-bottom: 10px;
	}

		#contactbar p span {
			display: block;
			float: left;
			width: 25px;
		}

#main:after, #content:after, #sidebar:after, #sidenav:after, #outer:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;	
}

/******************************************************************************************************************
BANNER:
******************************************************************************************************************/

#banner img {
	position:absolute;
	top:30px;
	left:28px;
	display:block;
}

/******************************************************************************************************************
NAVIGATION:
******************************************************************************************************************/

#navtop {
	height:20px;
	background:#003366;
}

	#navtop ul {
		list-style: none;
		margin: 1px 5px 0 0;
		padding: 0;
		float: right;
	}
		
		#navtop ul li {
			display: inline;
			padding: 0 2px 0 2px;
			color: #ffffff;
		}
		
			#navtop ul li a {
				color: #ffffff;
				text-decoration: none;
			}

/******************************************************************************************************************
LEFT SIDE NAV / OPTIONS
******************************************************************************************************************/

#sidenav ul,#sidenav h2 {
	margin:0 32px 20px 28px;
	padding:0;
}

#sidenav li {
	position:relative;
	width:126px;	
	margin:0;
	padding:4px 0;
	list-style:none;
	color:#4EB4E3;
	font-size:1.0em;
	line-height:1.2em;
	border-bottom:1px solid #787A7E;
}

#sidenav h2 {
	 width:120px;
	 margin-bottom: 5px;
	 position:relative;
	 line-height:normal;
	 color: #4EB4E3;
	 font-weight: normal;
}

#sidenav a, #sidenav a:visited {
	text-decoration:none;
	color:#000;
}

#sidenav a:hover {
	color:#4EB4E3;
}

#sidenav li.label {
	border-bottom: 0;
	padding-bottom: 2px;
}

	#sidenav li.label span {
		font-size:1.0em;
		color:#000;
		font-weight: normal;
	}
	
#sidenav li.subset {
	width:110px;	
	border-bottom: 0;
	padding: 2px 0 0 15px;
}
	
#sidenav li.subbottom {
	width:110px;	
	padding: 2px 0 4px 15px;
}

	#sidenav li.subset a, #sidenav li.subbottom a, #sidenav li.subset a:visited, #sidenav li.subbottom a:visited {
		color:#787A7E;
	} 

#sidenav li#gapper {
	margin-top:20px;
}

#sidenav li.current a,#sidenav li.current a:visited {
	color:#4EB4E3;
}

/******************************************************************************************************************
CONTENT
******************************************************************************************************************/

#content h1 {
	 margin:0;
	 line-height:normal;
	 font-size:2.2em;
	 color: #4EB4E3;
}

#content p,#content ul {
	font-size:1.45em;
	margin-top:0;
	margin-bottom:10px;
}

#content p strong {
	color: #4EB4E3;
}

#content ul.smaller {
	font-size:1.0em;
}
/*
#content ul {
	margin:0 0 0 25px;
	padding:10px 0 10px 0;
}
*/

#content ul {
	margin-left: 25px;
	padding: 0;
}

#content ul li {
	margin-bottom:0.3em;
	border:1px solid #FFF;
	/* border required to fix alignment problems in Safari: forces li to fill available space */
}

	#content ul li div {
		float: right;
		font-size: 0.8em;
	}
	
		#content ul li div img {
			vertical-align: middle;
			margin-left: 2px;
		} 

#content ol {
	margin:0 0 0 28px;
	padding:0;
}

#content ol li {
	margin-bottom:1em;
}

#content ol ol {
	margin:0;
	list-style:none;
}

#content h2.lined {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #999;
}

#content div.boxout {
	float: left;
	display: inline;
	width: 270px;
	margin: 0 0 20px 0;
}

	#content div.boxout div {
		float: left;
		/* reduced to 9px to fix a box dropping down in IE *QUICK FIX* */
	}
	
	#content div.boxout img {	
		padding: 0 9px 0 0;
	}

/*#content div.boxout img {
	float: left;
	width: 84px;
	padding: 0 9px 0 0;
	 reduced to 9px to fix a box dropping down in IE *QUICK FIX* 
}*/

#content div.boxout h3 {
	font-size:1.2em;
	margin: 0;
	color: #999;
	width:160px;
}

#content div.boxout h4 {
	font-size:1.1em;
	font-weight: normal;
	margin:0 0 5px 0;
	color: #999;
	width:160px;
}

#content div.boxout p {
	font-size:1.0em;
 	line-height:normal;
	color: #999;
	width:160px;
}

#content div.boxout p a {
	font-size:0.9em;
}

#content .smaller {
	font-size:0.80em;
}

#content .normal {
	font-size:1.2em;
	line-height: normal;
}

#content p.smaller {
	font-size:1.0em;
	line-height:1.6em;
	margin-top:0;
	margin-bottom:10px;
}

table.funds th, table.funds td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 5px;
}

table.funds .first {
	padding-left: 0;
}

table.funds .last {
	padding-right: 0;
	border-right: 0;
}

/******************************************************************************************************************
RIGHT HAND SIDEBAR
******************************************************************************************************************/

#sidebar {
	
}

#sidebar img {
	margin-bottom:14px;
	display:block;
	z-index: 1;
}

#sidebar div.label {
	position: absolute; 
	top: 220px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.label2 {
	position: absolute; 
	top: 400px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelr {
	position: absolute; 
	top: 220px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-right: 8px;
	width: 167px;
	text-align: right;
}

#sidebar div.labelr2 {
	position: absolute; 
	top: 400px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-right: 8px;
	width: 167px;
	text-align: right;
}

#sidebar div.labelb {
	position: absolute; 
	top: 360px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelb2 {
	position: absolute; 
	top: 540px;
	z-index: 2; 
	visibility: show;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelw {
	position: absolute; 
	top: 220px;
	z-index: 2; 
	visibility: show;
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelw2 {
	position: absolute; 
	top: 400px;
	z-index: 2; 
	visibility: show;
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelbw {
	position: absolute; 
	top: 360px;
	z-index: 2; 
	visibility: show;
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar div.labelbw2 {
	position: absolute; 
	top: 540px;
	z-index: 2; 
	visibility: show;
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	width: 167px;
}

#sidebar .panel {
	/* IE 5 */
	width:176px;
	height:168px;
	/* Compliant browsers: */
	w\idth:160px;
	he\ight:152px;
	padding:8px;

	background:url(../images/bg_box_sidebar.gif) no-repeat top left;
}

#sidebar .panel img {
	float: left;
	padding-right: 5px;
}

#sidebar .panel h3 {
	color:#000;
	font-size:1.0em;
	margin:0 0 8px 0;
	line-height:normal;
}

#sidebar .panel p {
	color:#000;
	font-size: 0.8em;
	font-size: 1.0em;
	margin:0 0 10px 0;
	line-height:normal;
}

#sidebar .panelblue {
	/* IE 5 */
	width:176px;
	height:168px;
	/* Compliant browsers: */
	w\idth:160px;
	he\ight:152px;
	padding:8px;

	background:url(../images/bg_box_sidebar_blue.gif) no-repeat top left;
}

#sidebar .panelblue img {
	float: left;
}

#sidebar .panelblue h3 {
	color:#fff;
	font-size:1.0em;
	font-weight: normal;
	margin:0 0 8px 0;
	line-height:normal;
}

#sidebar .panelblue p {
	color:#fff;
	font-size:0.8em;
	margin:10px 0;
	line-height:normal;
}

#sidebar .panelblue h3 span {
	display: block;
	float: left;
	width: 25px;
}

	#sidebar .panelblue a, #sidebar .panelblue a:visited {
		color:#fff;
	}

#sidebar a,#sidebar a:visited {
	color:#787A7E;
	text-decoration:none;
}

/******************************************************************************************************************
FOOTER
******************************************************************************************************************/

#footer {
	border-top:1px solid #787A7E;
	padding-top:4px;
	font-size:0.90em;
}

#footer p {
	margin:0;
	padding:0;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

/******************************************************************************************************************
OTHER STYLES
******************************************************************************************************************/

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

	table th {
		color: #000;
		padding-right: 10px;
		font-size: 1.2em;
		vertical-align: top;
		text-align: left;
	}

	table td {
		padding-right: 10px;
		font-size: 1.2em;
		vertical-align: top;
		text-align: left;
	}

img.left {
	float: left;
	margin-right: 10px;
}

form {
	margin: 0;
	padding: 0;
}

label {
	float: left;
	display: block;
	width: 130px;
	height: 25px;
	font-size: 1.2em;
	cursor: pointer;
}

input, textarea {
	width: 220px;
	background-color: #fff;
	border: 1px solid #D6D7D8;
	margin-bottom: 5px;
	overflow: hidden;
}

input.submit {
	float: right;
	width: 50px;
	height: 52px;
	background-color: #66C9EC;
	border: 0;
	color: #fff;
	vertical-align: top;
}

#country, #region {
    width: 200px;
}

div#formerror {
	color: #f00;
	font-size: 1.2em;
	margin-bottom: 5px;
}
	
.clearboth {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
	
.clearleft {
	clear: left;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
	
.clearright {
	clear: right;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}