/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	DEFINITIONS:	Layout
	AUTHOR:			PSN Inc.
	VERSION:		10.09.2009
	
	CONTENTS:
		
	1				Essentials 	
	2				Basic layout 	
	3				Header layout 	
	4				Content layout 	
	5				Footer layout 	

-----------------------------------------------------------------
-------------------------------------------------------------- */



/* 1	Essentials
=============================================================== */
html {background: url(../images/bg/page_noise.gif) repeat;}
html#printhtml {background:#fff;}
body {font:13px Arial; color:#575757; background: url(../images/bg/page_noise.gif) repeat; }


/* 2	Basic layout
=============================================================== */
#wrapper {width:100%; background: url(../images/bg/page.jpg) repeat-x;}
body#print #wrapper {background:#fff;}
#wrap {width:940px; margin:0 auto;}


/* 3	Header
=============================================================== */
#header {width:940px; height:70px; padding:40px 0 0; margin-bottom:20px;}


/* 4	Content
=============================================================== */
#wrap_content {display:block; width:940px; background:#fff url(../images/bg/content_bottom.gif) no-repeat bottom left;}
#home_design {
	width:940px;
	height: 340px;
	background-image: url(../images/design_home-celebration.gif);
	background-repeat: no-repeat;
}
#content {float:left; width:565px; padding:35px 20px 35px 35px;}
body#print #content {float:left; width:565px; padding:0 20px 0 35px;}
body#sitemap #content, body#print #content {width:870px;}
#sidebar {float:right; width:250px; padding:35px;}
body#home #sidebar {background:url(../images/dot_gray.gif) repeat-y; padding:20px 35px;}
body#jobs #sidebar {padding-top:50px;}


/* 5	Footer
=============================================================== */
#footer {display:block; width:940px;}
#footer_logos {width:875px; text-align: center; padding:25px 0 0; height:80px; background:url(../images/bg/footer_logos.gif) no-repeat center top; margin:0 auto;}
#footer_indent {display:block; padding:30px 35px; line-height:1.9em;}

body#home #footer {display:block; width:100%; background-color: #fff; margin-top:2em;}
body#home #footer_logos {width:100%; text-align: center; padding:25px 0 0; height:80px; margin:0 auto; background: url(../images/dot_gray.gif) repeat-x bottom;}
	body#home #footer_logos .award_links {width:500px; margin:0 auto;}
body#home #footer_indent {display:block; width:940px; margin:0 auto; padding:20px 0; line-height:1.6em;}
