/*--------------------- Last Modified --> 2006.05.03 ---------------------*/
/*-----------------------------------------------------------------------*/


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

/* 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,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#F6E7CE url("bg-imgs/bg-body.jpg") top left repeat-x;;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#6A5E4E;
	}

h1	{ font-size:1.2em; color:#6A5E4E; }

a:link,a:visited	{ color:#02649E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6A5E4E; text-decoration:none; outline:none; }

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

#wrap {
	width:600px;
	margin:0 auto;
	text-align:left;
	}

#masthead {
	position:relative;
	height:60px;
	background:url("bg-imgs/header.jpg") no-repeat;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:318px;
		top:0px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

#menu {
	text-align:center;
	margin-top:10px;
	}

	select {
		background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #F6E7CE;
		color:#6A5E4E;
		width:180px; /* 5 pixles smaller than form width !important */
		height:18px;
		line-height:18px;
		vertical-align: middle;
		margin-right:50px;
		margin-bottom:4px; /* sets vertical spacing between fields */
		padding-top:1px; /* vertically position text in input/textarea field */
		padding-left:4px; /* horizontally position text in input/textarea field */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1.0em;
		}
#caption { width: 500px; margin:0 auto; }		
