/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
  background:#FFF;
  text-align:left;
  font:14px/20px Arial, Helvetica, sans-serif;
  color:#000;
}

h1 {
  font-size:1.2em;
  color:#513C2E;
}

h2 {
  font-size:1.1em;
  color:#513C2E;
}

h3 {
  font-size:1.0em;
  color:#513C2E;
}

a{
  text-decoration:underline;
  outline:none;
}

p,
h1,
h2,
h3,
ul,
dl { margin:0 10px 10px; }

h2 { border-bottom:1px solid #513C2E; }

ul { padding-left:5px; }

ul li {
  list-style-type:square;
  list-style-position:inside;
  padding-left:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 5px 10px;
}