/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

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

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input, em
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary...                             */


/* basic elements
 * ------------------------------------------------------------------------------------- */

body {
	background: #04456B url(bg/bg.jpg) top left repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #0C598D;
	text-decoration: underline;
}
a:hover, a:active {
	color: #794B7C;
	text-decoration: underline;
}

#header span { display: none; }

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

#wrapper {
	background: url(bg/bg-wrapper.jpg) left top repeat-y;
	width: 598px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(bg/header.jpg) left top no-repeat;
	width: 598px;
	height: 90px;
	position:relative;
}
	#header a{
	position:absolute;
		width:598px;
		top:0;
		height:90px;
		left:0;}

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

	#procedures h1 {
		font-size: 16px;
		font-weight: bold;
		color: #794B7C;
		padding-top: 40px;
		text-align: center;
	}

#images {
	width: 598px;
}

#bna {
	width: 598px;
	height: 30px;
	background: url(bg/bna.jpg) left top no-repeat;
}

#caption p {
	margin-left: 0px;
	margin-right: 0px;
}

#menu {
	width: 598px;
	height: 40px;
}
	#menu p {
		text-align: center;
		margin-top: 15px;
	}
	
select {
	background: #FFFFFF;
	border: 1px solid #A3BFE0;
	color: #794B7C;
}
	
#footer {
	background: url(bg/footer.jpg) left top no-repeat;
	width: 598px;
	height: 82px;
	margin: 0 auto;
}

