/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Harvey Beric Associates - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	04/01/2008
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(harveyberic.css);


body					{ background: #fff none; font: 70% verdana, arial, helvetica, sans-serif; }
body#home 				{ background: #fff none;  }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  			{ margin-bottom: -50px; } /* margin-bottom to match #clearfooter */

#header					{ width: 100%; height: 120px; }

#contentwrapper			{ width: 100%; }

#leftcol				{ display: none; }

#rightcol				{ display: none; }

#content				{ min-height: 10px; padding: 0; border: 0; border-width: 0; margin: 0; }
#home #content			{ margin: 0; }
.fullwidth #content		{ margin-right: 0; }

#outercontent			{ width: 90%; height: auto; background-color: #fff; border: 0; padding: 10px; margin: 0; }
#innercontent			{ width: 100%; height: auto; border: 0; }

#subcontent				{ width: 180px; border: 1px solid #fff; }
#home #subcontent		{ background-color: #fff; border: 1px solid #b2db7d; margin: 15px 20px 0 0; }

#clearfooter			{ clear: both; height: 40px; } /* height to match height + padding + margin etc in #footer */
#footer					{ width: 100%; height: 30px; background: transparent none; margin-top: 0; }
#footerleft				{ width: 100%; height: 30px; float: left; background: transparent none; }
#footerright			{ display: none; }


/* Header Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header #logo			{ position: absolute; left: 0; top: 0; }
#header #flash			{ position: absolute; left: 200px; top: 0; }


/* Subbox Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.subbox					{ width: 99%; /*display: inline-block;*/ background-color: #f0e8f3; padding: 0; border: 1px solid #b58fbe; margin: 0 0 20px; }
/* Hide from IE-mac \*/ 
	* html .subbox 		{ width: auto; height: 1%; } 
	.subbox 			{ display: table; } 
/* End hide from IE-mac */ 

.subbox h2				{ background-color: #fff; color: #6c1f7f; padding: 5px; }
.subbox img				{ display: none; }


/* Subcontent Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subcontent .padding		{ background-color: #fff; }

/* Innercontent Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.vacancies				{ background-color: #fff; }

/* Footer Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer p				{ color: #000; margin: 0 10px; }

#footer ul				{ display: none; }