@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;

margin-top:32px;
background-color:#19286c;
behavior:url(menuhover.htc); font-size:100%;
color:#FFFFFF;}
#main{width:800px;
margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#header img{ margin-top:0px;}
#address{
margin-top:-3px;font-size:small;float:right; text-align:right; font-family: "Clarion MT", Georgia, "Times New Roman", Times, serif;}
#content{margin-top:58px;font-size:14px;}
#cleft{float:left; width:50%;}
#cright{float:right;width:50%; margin-top:128px;}
#pleft{float:left; width:520px;}
#pleft ul{font-style:italic; list-style:none; padding:0; margin:0;} 
#pleft ul strong{font-style:normal;} 
#pright{float:right;width:250px;}
#pright img{ margin:0 0 0 0; float:right; border:none;}
#press{}
#footer{ position: absolute; bottom: 10px; left: 45%; font-size: smaller;text-align:center;margin-top:5px; font-family: "Clarion MT", Georgia, "Times New Roman", Times, serif;}
#footerc{ font-size: smaller;text-align:center;margin-top:5px; font-family: "Clarion MT", Georgia, "Times New Roman", Times, serif;}
.clearer{clear:both;}

h1{font-family: "Clarion MT", Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
margin-top:-4px;
}
h2{font-size:16px; font-weight: normal; margin-top:-14px;}
.home{font-size:20pt; margin-top:80px; text-align:center;}
a, a:visited, a:link, a:active{color:#FFFFFF;
text-decoration:none;
cursor:hand;}
/* Begin CSS Drop Down Menu */

#menuargo-container
	{
	position: relative;		
	/*top: 1em;
	left: 1em;*/
	margin-top: 30px;
	border-top: 1px solid #fff;
	}

#menuargo
	{
	/*font-size: small;*/
	font-family: "Clarion MT", Georgia, "Times New Roman", Times, serif;
	width:800px;
	float:left;
	font-size:14px;
	/*margin:2em;*/
	
	}
		
#menuargo a
	{
	text-align: center;
	display:block;
	border-bottom: 1px solid #fff;
	
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuargo a:link, #menuargo a:visited, #menuargo a:active	/* menu at rest */
	{
	color: white;
	background-color: #19286c;
	text-decoration:none;
	}
	
#menuargo a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #19286c;
	text-decoration:none;
	}	
	
/*#menuargo a.top_parent, #menuargo a.top_parent:hover   attaches down-arrow to all top-parents
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	} */
	
#menuargo a.nav, #menuargo a.nav:hover 	 /*attaches side-arrow to all parents */
	{
	background-image: url(../i/nav_white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}

#menuargo ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:14.28%;	/* width of all menu boxes */
	}

#menuargo li
	{
	position:relative;
    min-height: 1px; 			
    vertical-align: bottom; 
	width:auto;
	}

#menuargo ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin:0 0 0 0;
	width:auto;
	overflow:visible;
	
	}
.team{left:-5%;}
.fund{left:-25%;}
#menuargo ul ul ul
	{
	top:0;
	left:100%;

	}

div#menuargo li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuargo li:hover ul ul,
div#menuargo li li:hover ul ul,
div#menuargo li li li:hover ul ul,
div#menuargo li li li li:hover ul ul
{display:none;}

div#menuargo li:hover ul,
div#menuargo li li:hover ul,
div#menuargo li li li:hover ul,
div#menuargo li li li li:hover ul
{display:block;}

#webago{display:none;}
/* End CSS Drop Down Menu */