/* 
 ----------------------------------------------------------------------------
  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,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background: #C8BBC5 url("bg/bg-page.jpg") repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	color:#662263; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#5E332A; text-decoration:none; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	background:url("bg/bg-wrap.jpg") repeat-y;
}

#header-graphic {
	position:relative;
	width: 500px;
	height: 140px;
	background: url("bg/header.jpg") no-repeat;
}

#header-graphic a{
	position: absolute;
	width: 500px;
	height: 140px;
}

#procedures {
	width: 500px;
	height: 30px;
	background: url("bg/procedure.jpg") no-repeat;
	text-align: center;
}

	#procedures h1 {
		font-size: 16px;
		font-weight: bold;
		color: #662263;
		line-height: 30px;
	}
		#content p {
			font-size: 12px;
			color: #662263;
			margin: 0 35px 10px 35px;
			text-align: center;
		}
		
		#content h1 {
			font-size: 16px;
			color: #662263;
			margin: 0 35px 10px 35px;
			text-align: center;
		}
#image {
	width: 500px;
}

#caption p {
	margin-left: 50px;
	margin-right: 35px;
}

#menu {
	width: 500px;
	text-align: center;
}

select {
	background-color:#F7F4EC; 
	border:1px solid #6D8DBC;
	color:#662263;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
}

#footer {
	width: 500px;
	height: 21px;
	margin: 0 auto;
	background: url("bg/footer.jpg") no-repeat;
}


