@charset "utf-8";
/* CSS Document */

body { background: none; }

#container { float:left; background: none;}

#logo { display:none; } 
#logo-print { display: block; width: 233px; height: 75px; margin-bottom: 30px; } /* hide the print logo for print stylesheet */

/* navigation */
#nav-wrap { display: none; }
#nav-primary { display: none;  }

#nav-secondary { display: none; }

#footer-wrap { background: none; height: 50px;}
#nav-footer ul {  display: none; }


/* content-wrap, sets the background outside of the content */
#content-wrap {
	background: url('../images/content-wrap-bg.png') center repeat-y; 
	margin: 0 auto;
	width: 905px;	
}
/* content-header, full width and contains breadcrumbs */
#content-header { height: 1px;}
#home #content-header { height: 1px;}

.slider-wrapHome { display: none; }

/* content-header-homepage, full width and contains bgimage and button */
#home #content-header { 
	width: 905px;
}


/* main, wraps primary content */
#main {  
	display:inline; /* ie5/6 double-margin bugfix */
	float: left;
	padding: 0 10px 0 0; /* padding for content */
	margin-left: 10px; /* so top border doesn't touch exterior */
	width: 653px
}
#main #banner { background: url('../images/content-header-bg.png') 0 231px no-repeat; height: 234px; padding-bottom: 30px; }


/* content, the real content */
#content { padding: 00px 20px 40px 20px; } /* indents the content after the banner */
#home #content {
	display: inline;
	float: left;
	margin-right: 0px; /* so top border doesn't touch exterior */
	width: 800px; 
	padding: 0 20px 40px 27px;
}

#content h1 { line-height: 175%; }
#banner { display: none; }

/* sidebar */
#sidebar { /* the length of the fade is larger in subpages */
	display: none;
}
#leftcolumn { 
	display:none; 
}
/* footer */
#footer-wrap { display: block; clear: both; }
#footer { 
	background: url('../images/footer-bg.png') no-repeat; 	
	height: 65px;
	margin: 0 auto;
	padding: 5px 17px 0 17px;
	width: 871px; /* 17px of gutter on each side */
}