/* 
 ----------------------------------------------------------------------------
  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; }


/* global elements
 * ------------------------------------------------------------------------- */
body { 
	background: #29406A url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#685D50; 
	}

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

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

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

h1	{ font-size:1.2em; color:#29406A; }
h2	{ font-size:1.1em; color:#5A7EA7; }
h3	{ font-size:1.0em; color:#253D56; }
h4	{ font-size:1.0em; color:#685D50; }

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

a:link,a:visited	{ color:#264265; text-decoration:underline; }
a:hover,a:active	{ color:#8A1114; text-decoration:underline; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrapper {
	width: 600px;
	margin: 0;
	text-align: left;
	background:url("bna-layout/bg-wrap-bna.jpg") repeat-y;
	
}

#header, #header a {
	width: 600px;
	height: 87px; 
	display: block;
	background: url("bna-layout/header-bna.jpg") left top no-repeat;
}

#header span {
display:none;
}


#procedures {
	width: 600px;
	height: 25px;

}

	#procedures h1 {
		line-height: 25px;
		text-align:center;
	}
	
#image {
	width: 600px;
}

#menu {
	width: 500px;
	text-align: center;

	margin:0 auto 10px auto;
}

select {
	font-size: 11px;
	color: #000;
	vertical-align: middle;
	border: 1px solid #22655E;
	background-color: #FFF;
}

#description {
	padding:5px 40px; 
	text-align:left:
	
	}

#footer {
	background: url("bna-layout/bottom-wrap-bna.jpg") no-repeat;
	height:19px;
	}



