/* --------------------------- */
/* ----- Main Style Sheet ---- */
/* --------------------------- */

@import url(layout.css);
@import url(style.css);

/* Main Nav */
#nav{white-space:nowrap; min-width:350px; z-index:999; position:absolute; right:0px; top:15px;}
/* html>body #nav{margin:5px 0 0 270px;} */

/* - Picture Strip Default BG - */
	#overall{background:url(images/squares.gif) no-repeat bottom left;}
/* --------------------------- */

/* - Body -------------------- */
	#header{margin-bottom:20px;}
	#welcomeBlurb{height:34px; width:100%; /* background:url(images/welcomeBlurb.jpg) no-repeat 83px 0; */ color:#8EB3DD; padding:0 0 28px 80px;}
/* --------------------------- */

/* - Column Layout ----------- */
	#lNav, #contentBuffer, #rNav{float:left;}
	#lNav{width:172px; padding-left:32px;}
	#contentBuffer{width:435px;}
		#contentBuffer object { position:relative; z-index:-1; }
	#rNav{width:284px; padding-right:46px;}
/* --------------------------- */

/* - Left Nav ---------------- */
	#lNav h3{height:27px; width:104px; background:url(images/productTitle.gif) no-repeat top left; margin-bottom:13px;}
	#lNav ul{list-style:none;}
	#lNav ul li{margin-bottom:9px;}
	#lNav ul li a{color:#036; text-decoration:none; font-weight:bold; font-size:13px; display:block; width:100%; line-height:13px; outline:none;}
	#lNav ul li a:hover{text-decoration:underline;}
	#lNav ul li ul{padding:5px 0 10px 10px;}
	#lNav ul li ul li{margin-bottom:0;}
	#lNav ul li ul li a{font-size:11px; color:#999}
/* --------------------------- */

/* - Right Nav --------------- */
	#rNav h3{height:27px; width:203px; background:url(images/newsTitle.gif) no-repeat top left; margin-bottom:16px;}
	#rNav h4{color:#c60; font-size:13px; margin-bottom:1em;}
	#rNav p a{color:#00456c;}
	#rNav p{font-size:13px; color:#00456c; margin-bottom:1em; clear:right;}
	#rNav #news, #rNav #insight{padding-left:10px;}
	#rNav #news{margin-bottom:26px;}
	#rNav img{float:right; margin:0 0 10px 10px;}
/* --------------------------- */

/* - Footer ------------------ */
	#footer{ width:969px; margin:0 auto;}
/* --------------------------- */