@import "reset.css";


/* Basic Layout
---------------------------------------------------------------*/
#pseudoHtml { background: #999a9d; width: 100%; }
#pseudoBody { background: url(/images/body_bg.jpg) 50% 0 repeat-y #bfc1c4; font: normal 13px/24px Arial, Helvetica, sans-serif; height: 800px; margin: 0 auto; min-width: 1024px; width: 100%; }

#maincontent_wrapper { height: 578px; margin: 0 auto; width: 1024px; }	
	#maincontent_left { float: left; height: 510px; padding: 34px 62px 34px 32px; position: relative; width: 631px; }
	#maincontent_sidebar { float: right; height: 547px; padding: 31px 100px 0 0; text-align: right; width: 195px; }

#footer { background: url(/images/bottom_shadow.jpg) 50% 0 no-repeat #999a9d; clear: both; height: 222px; margin: 0 auto; min-width: 1020px; width: 100%; }


/* Content Styles
---------------------------------------------------------------*/
#branding { background: url(/images/logo.png) 0 0 no-repeat; display: block; height: 39px; margin: 0 0 123px 30px; overflow: hidden; text-indent: -10000px; width: 197px; }
#tagline {background: url(/images/tagline.png) 0 0 no-repeat; display: block; height: 138px; left: 943px; overflow: hidden; position: absolute; text-indent: -10000px; top: 38px; width: 18px;  }
	
#maincontent_left img { margin: 0 0 44px 0; }
#maincontent_left p { color: #667176; margin: 0 0 0 60px; width: 510px; }

#divider { background: url(/images/divider.jpg) 0 0 no-repeat; display: block; height: 771px; left: 935px; position: absolute; top: 29px; width: 2px; }

#maincontent_sidebar p span { background: #fff; color: #616B6F; line-height: 13px; padding: 4px; }
#maincontent_sidebar p { display: block; line-height: 38px; }
#maincontent_sidebar ul li { line-height: 38px; }
#maincontent_sidebar ul li a { background: #fff; color: #7b888d; padding: 4px; text-decoration: underline; }
#maincontent_sidebar ul li a:hover { color: #7b888d; text-decoration: none; }

#footer p { color: #ffffff; font-size: 11px; line-height: 18px; margin: 0 auto; padding: 12px 100px 0 0; text-align: right; width: 920px; }

.clear { clear: both; }
