
a,span,div,table,td,tr,li,ul,ol,h1,h2,h3,h4,h5,h6,p {
	padding: 0px;
	margin: 0px;
}

a{
	color:#005b81;
}

a:hover{
	color:#ff8b26;
}

img{
	border:0;
}

body{
	background-color:#DDE1EA;
	font-family:arial, helvetica, sans-serif;
	text-align:center;
	font-size:10pt;
}



img.template_right{
	margin:0 0 1em 1.5em;
}

div.template_format{
	margin:auto;
	padding:0;
	width:912px;
	background-image:url(background_repeat.png);
	text-align:left;
}

	div.template_format div.template_sub_format	
	{
		background-image: url(background_top.png);
		background-repeat: no-repeat;
		padding: 8px;
	}
	

div.template_content{
	width:656px;
	margin-top:15px;
	text-align:justify;
	font-size:.9em;
}

	div.template_content p{
		padding:10px;
		margin:0;
	}
	
	div.template_content ul{
		padding-left:4em;
	}


	div.template_content h1{
		border-bottom:1px solid #b1bdcf;
	}

	div.template_content h2{
		border-bottom:1px solid #b1bdcf;
		font-size:1.2em;
	}

div.template_sidebar{
	width:170px;
	float:left;
}

div.template_sidebar p{
	font-size:.7em;
	padding:0;
	margin:0 0 .5em 0;
	text-align:center;
	color:#005b81;
}

h3.template_title{
	float:left;
	margin:0;
	padding:0;
}

	h3.template_title a{
		display:block;
		width:160px;
		height:100px;
		overflow:hidden;
		text-indent:-9999px;
	}

ul.template_menu
{
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom:1px solid #b1bdcf;
}

	ul.template_menu li a
	{
		display:block;
		width: 169px;
		margin: 0;
		padding: 5px 0px;
		text-decoration:none;
		border-top:1px solid #b1bdcf;
	}
	
	html>body ul.template_menu li a{
		width: 139px;
	}
	
	ul.template_menu li a:hover{
		background-color:#DDE1EA;	
	}


	
div.template_footer{
	clear:both;
	background-image: url(background_bottom.png);
	background-repeat: no-repeat;
	background-color:#DDE1EA;
	font-size:.8em;
	height:30px;
}

	div.template_footer p{
		float:left;
		padding:20px;
		margin:0;
		color:#344056;
	}
	
	div.template_footer p.template_credit{
		float:right;
	}
	
	
/* PAGE SPECIFIC STUFF */

body.template_page_home li.template_nav_home a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

body.template_page_overview li.template_nav_overview a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

body.template_page_contact li.template_nav_contact a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

ul.template_contact { 
	list-style: none; 
}

/* LOCKED AREAS */
li.template_nav_work a, li.template_nav_team a, li.template_nav_investments a
{
	background-image: url(locked.gif);
	background-position:145px 5px;
	background-repeat:no-repeat;
}

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

body.template_page_work li.template_nav_work a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

body.template_page_team li.template_nav_team a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

body.template_page_investments li.template_nav_investments a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

body.template_page_investments h2{
	border:0;
	border-top:1px solid #DDE1EA;
	padding-top:10px;
}



/* styles added for table version of layout */


td.template_left {
	width:8px;height:220px;background-repeat:repeat-y;background-image:url(background_border_left.gif);
}

td.template_top {
	width: 912px;
	height: 7px;
	background-repeat:no-repeat;
	background-image:url(background_border_top.gif);
}

td.template_right{
	width:10px;
	height:220px;
	background-repeat:repeat-y;
	background-image:url(background_border_right.gif);
}



td.template_sidebar {
	background-image:url(background_top_left.gif);
	background-repeat:no-repeat;
	border-right:1px solid #B5BFD1;
	width: 169px;
}

td.template_sidebar p{
	font-size:.7em;
	padding:0;
	margin:0 0 .5em 0;
	text-align:center;
	color:#005b81;
}


table.template_menu
{
	width: 159px;
	overflow:auto;
	list-style: none;
	border-bottom:1px solid #b1bdcf;
}

	table.template_menu td a
	{
		display:block;
		width: 159px;
		padding: 5px 0px 6px 10px;
		text-decoration:none;
		border-top:1px solid #b1bdcf;
	}
	
	html>body table.template_menu td a{
		width: 159px;
	}
	
	table.template_menu td a:hover{
		background-color:#DDE1EA;	
	}

td.template_nav_work a, td.template_nav_team a, td.template_nav_investments a
{
	background-image: url(locked.gif);
	background-position:145px 5px;
	background-repeat:no-repeat;
}


body.template_page_home td.template_nav_home a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}
body.template_page_overview td.template_nav_overview a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}
body.template_page_contact td.template_nav_contact a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}
body.template_page_work td.template_nav_work a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}
body.template_page_team td.template_nav_team a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}
body.template_page_investments td.template_nav_investments a{
	background-color:#EEF0F4;
	cursor:default;
	color:#00374D;
	font-weight:bold;
}

td.template_content_block {
	background-image:url(background_top_right.png);
	background-repeat:no-repeat;
	background-color:#FCFCFD;
	width:724px;
}

