/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

span {display:none;}

/* global elements
 * ------------------------------------------------------------------------- */

body { 
	background-color: #999999;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:13px; color:#FFF;}
h2	{ font-size:12px; color:#99CCFF; }
h3	{ font-size:11px; color:#99CCFF; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#99CCFF; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }



#wrap { width:760px; margin:0 auto; text-align:left;}



/* Privacy Practice Notice - Container */
#privacy-container { width:700px; margin-left:20px; }
		/* privacy ul style */
		#privacy-container ul { margin-left:30px; color:#FFF;}
		#privacy-container ul li { padding-left:12px;}
   

