/* 
 ----------------------------------------------------------------------------
  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: #B6DCF1;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

a:link, a:visited {
	color: #31315B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AA5437;
	text-decoration: underline;
}

span {
	display: none;
}

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

#wrapper {
	width: 600px;
	margin: 0;
	text-align: left;
	background:url(bg-img/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	position:relative;
	width: 600px;
	height: 93px;
	background: url(bg-img/header.jpg) left top no-repeat;
}
	/* index page link within #masthead */		
	#header a {	
		position:absolute;
		left:201px;
		width:396px;
		top:10px;
		height:61px; 
		}
	#header a span {
		display:none;
		}

#procedures {
	width: 600px;
	height: 25px;
	background: url(bg-img/procedure.jpg) left top no-repeat;
}

	#procedures h1 {
		font-size: 13px;
		font-weight: bold;
		color: #802C21;
		line-height: 25px;
		padding-left:307px;
	}
	
#image {
	width: 600px;
	padding-top: 10px;
}

#menu {
	width: 600px;
	text-align: center;
	background:url(bg-img/menu.jpg) no-repeat;
}

select {
	font-size: 11px;
	color: #802C21;
	vertical-align: middle;
	border: 1px solid #802C21;
	background-color: #B6DCF1;
}

#footer {
	width: 600px;
	height: 44px;
	margin: 0 auto;
}

