body { margin: 0; padding: 0; background: #ECEBEB; color: #595959; }

a { color: #00ACEE; text-decoration: underline; }
	a:hover { font-weight: bold; }

@font-face {
	font-family: "AdobeGaramondPro";
	font-style: normal;
	font-weight: normal;
	src:url(http://www.zenmanproductions.com/fonts/AGaramondPro-Bold.otf);
}

p { margin: 0 0 12px 0; }

h2 { font-family: "Adobe Garamond Pro", "AdobeGaramondPro", serif; color: #00aece; margin: 0; font-variant: small-caps; font-weight: normal; font-size: 28px; }

p.subhead { font-family: "Adobe Garamond Pro", "AdobeGaramondPro", serif; color: #666; margin: 0 0 20px 0; font-weight: normal; font-variant: small-caps; font-size: 24px; }

div#wrapper { width: 976px; margin: 0 auto; background: url(images/shared/bg_stretch.gif) repeat-y; }

div#header { width: 927px; margin: 0 auto; }

h1 { margin: 10px 0 0; width: 235px; height: 90px; float: left; }
	h1 a { display: block; float: left; width: 235px; height: 90px; background: url(images/shared/logo.gif) no-repeat; }
		h1 a span { display: none; }
/* top nav */
		/* top level ul */
		div#header ul { margin: 0 24px 0 0; float: right; }
		div#header ul li { display: block; float: left; list-style: none; position: relative; }
			div#header ul li a { text-decoration: none; display: block; float: left; height: 45px; background: #fff top left no-repeat; }
				div#header ul li a#about { width: 112px; background-image: url(images/main_nav/about.gif); }
				div#header ul li a#retail { width: 81px; background-image: url(images/main_nav/retail.gif); }
				div#header ul li a#institutional { width: 149px; background-image: url(images/main_nav/institutional.gif); }
				div#header ul li a#investment_banking { width: 210px; background-image: url(images/main_nav/investment.gif); }
				div#header ul li a:hover, div#header ul li:hover a, div#header ul li.hover { background: #fff top left no-repeat; }
					div#header ul li a#about:hover, div#header ul li:hover a#about { background-image: url(images/main_nav/about_hover.gif); }
					div#header ul li a#retail:hover, div#header ul li:hover a#retail { background-image: url(images/main_nav/retail_hover.gif); }
					div#header ul li a#institutional:hover, div#header ul li:hover a#institutional { background-image: url(images/main_nav/institutional_hover.gif); }
					div#header ul li a#investment_banking:hover, div#header ul li:hover a#investment_banking { background-image: url(images/main_nav/investment_hover.gif); }
				div#header ul li a span { display: none; } 
		/* /top level ul */
		/* sub ul */
		div#header ul li ul.sub { float: none; background: #fff; display: none; position: absolute; top: 45px; left: 1px; margin: 0; padding: 10px; z-index: 9999; }
			div#header ul li:hover ul.sub, div#header ul li.hover ul.sub { display: block; }
				div#header ul li ul.sub li { display: block; float: none; width: 200px; }
					div#header ul li:hover ul.sub li a, div#header ul li.hover ul.sub li a, div#header ul li ul.sub li a { height: auto; width: auto; font-size: 16px; padding: 4px 0; display: block; float: none; background: none; color: #a0a0a0; font-family: serif; font-variant: normal; }
						div#header ul li ul.sub li a:hover { color: #00aece; }
		/* /sub ul */


	div#content { clear: both; width: 920px; margin: 0 auto; padding: 40px 20px; }

		div#content div#sidebar { width: 215px; float: left; }
			div#content div#sidebar ul { border-top: 3px dotted #bfbebe; margin: 10px 0; padding: 0; }
				div#content div#sidebar ul li { border-bottom: 3px dotted #bfbebe; list-style: none; }
					div#sidebar ul li a { color: #aaa; background-position: 0 3px; background-repeat: no-repeat; font-size: 16px; text-decoration: none; display: block; padding: 5px 0 4px 28px; font-family: "Adobe Garamond Pro", "AdobeGaramondPro", serif; font-variant: small-caps; }
						div#sidebar ul li a:hover { font-weight: normal; color: #2284b5; }
		
		div#left_img { width: 436px; height: 546px; background: url(images/main_image/home_image.jpg); float: left; }
			div#home_main { float: left; width: 430px; margin-left: 30px; font-size: 16px; line-height: 20px; }
				div#home_main h2 { font-size: 32px; color: #00acee;  }
			div#home_main ul { padding: 0 12px; margin: 12px;  }
			p.subhead { line-height: 30px; }
		
		div#content div#main { font-size: 14px; line-height: 20px; width: 340px; float: left; margin: 0 12px; }
		div#content div#main.wide { width: 550px; }
			div#content div#main h2, div#content div#home_main h2 { margin: 5px 0 10px 0; line-height: 26px; }
			div#content div#main h3 { margin-bottom: 0; }
		div#content div#right_img { width: 338px; height: 546px; float: left; }

		div#main ul.spaced li { margin-bottom: 10px; }

div#footer { padding: 40px 0; background: url(images/shared/bottom_shadow.gif) top center no-repeat; width: 976px; margin: 0 auto; color: #8F8D8D; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-align: center; }
	div#footer a { color: #8f8d8d; text-decoration: none; }
		div#footer a:hover { text-decoration: underline; }