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


/* ------------------------------------------------------------------------------------- */
/* BASIC ELEMENTS ---------------------------------------------------------------------- */



/*body {
	margin: 0px;
}
*/
.bodycopy {
    font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}


/* ------------------------------------------------------------------------------------- */
/* Image Replacement ------------------------------------------------------------------- */
/* uncomment this section to use
span { display: none; }


h1 {
	width: 760px;
	height: 150px;
	background: url(../images/index/header.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px;
}
*/


/* ------------------------------------------------------------------------------------- */
/* HEADER ------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------- */
/* FOOTER ------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------- */
/* MAIN NAVIGATION --------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------- */
/* CONTENT ----------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------- */
/* LISTS ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------- */
/* QUICK CONTACT FORM ------------------------------------------------------------------ */
.quickcontact2 {
	width: 120px;
}
.submit2 {
	width: 40px;
	margin: 0px 0px 0px 75px;
}
.formcontact-copy{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.quick-body {
  width:140px;
  margin: 20px 0px 0px 0px;
  }
/* CONTACT FORMS ----------------------------------------------------------------------- */


input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border: 1px solid #000099;
	background-color: #ffc899;
}
input {
	width: 150px;
}

textarea {
	width: 300px;
}
.quickcontact {
	width: 150px;
}
.contact   { 
       margin: 80px 0px 30px 0px;
}
.submit {
	width: 60px;
	margin: 0px 30px 0px 0px;
}



/* ------------------------------------------------------------------------------------- */
/* MISC LAYOUT ELEMENTS ---------------------------------------------------------------- */

.bio   { 
       margin: 30px 0px 10px 20px;
}
.border { 
       padding: 0px 0px 40px 20px;
}
