/* CSS Document */

/* FORMATTING */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-decoration:none;
line-height:15px;
behavior: url("csshover.htc");
line-height:17px;
	
}

.quote {
line-height:18px; 
color: #669999;
}
		
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-decoration:none;
line-height:17px;
	
}

a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#778899;
text-decoration:none;
line-height:17px;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#778899;
text-decoration:none;
line-height:17px;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#778899;
text-decoration:underline;
line-height:17px;
}

a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#778899;
text-decoration:none;
line-height:17px;
}

.header {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#778899;
line-height:20px;
letter-spacing:4px;
font-size:16px;
}

.bioheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333333;
font-size:16px;
line-height:20px;
}

a.homenav:link {
font-family:'TheMix', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#778899;
text-decoration:none;
line-height:20px;
}

a.homenav:visited {
font-family:'TheMix', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#778899;
text-decoration:none;
line-height:20px;
}

a.homenav:hover {
font-family:'TheMix', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#778899;
text-decoration:underline;
line-height:20px;
}

a.homenav:active {
font-family:'TheMix', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#778899;
text-decoration:none;
line-height:20px;
}




/* MENU */

.menu {
z-index:1000;
font-size:90%;
float:right;
margin:20px 0px 100px 30px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:100px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:transparent;
height:36px;
}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
line-height:35px;
width:100px;
color:#669999;
text-align:right;
border:none;
}

/* hack for IE5.5 */
* html .menu a {background:transparent; text-decoration:none; width:100px; w\idth:100px;}
/* style the link hover */
* html .menu a:hover,
.menu li.sfhover ul  {text-decoration:underline; color:#669999; background:transparent;}

.menu :hover > a,
.menu li.sfhover ul {
color:#669999; 
background:transparent;
text-decoration:underline;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-50px;
left:-100px; 
width:100px; w\idth:100px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu li.sfhover ul  {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/* Tables */

.whitebox {
width: 638px;
border:1px solid #000000; 
/* centers box in certain ie browsers */
text-align:ce/nter;
/* centers box in all other browsers */
margin-left: auto;
margin-right: auto; 
background-image:url(images/watermark.jpg); 
background-repeat:no-repeat; 
background-position:right top; 
background-color:#FFFFFF; 
padding-left:50px; 
padding-right:50px; 
padding-top:20px; 
padding-bottom:25px;
}

/* newsroom pages - no watermark */
.whitebox_nologo {
width: 638px;
border:1px solid #000000; 
/* centers box in certain ie browsers */
text-align:ce/nter;
/* centers box in all other browsers */
margin-left: auto;
margin-right: auto; 
background-color:#FFFFFF; 
padding-left:50px; 
padding-right:50px; 
padding-top:20px; 
padding-bottom:25px;
}

/* aligns text to the left and creates box for schroder logo to stick out to the left of all the copy */
.outerbox {
text-align:left; 
width:400px;

}

/* makes the inner box where the copy is aligned with the Schroder PR (not the logo) */
.innerbox {
text-align:left; 
width:360px; 
padding-left:85px;
}

/* box for phone number at the bottom */
.bottombox {
z-index:1000;
text-align:center;
width: 738px;
margin-left: auto;
margin-right: auto;
position:relative;
background-color:#FFFFFF; 
padding-top:10px; 
padding-bottom:10px; 
border:1px solid #000000;
}

/* use this around in div tags around images */
.imagebox {
width:125px; 
float:right; 
padding:10px;
}
