/* ------------------------------------------------------------------------------------- */
/* 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 {
	background: url(../images/index/top-background.gif) left top repeat-x;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}

p, div, li, div, h1, h2, h3, h4, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

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

link {
	font: Arial, Helvetica, sans-serif 12px normal;
	color: #CD652B;
	text-decoration: underline;
}

a:link, a:visited {
	color: #CD652B;
	text-decoration: underline;
	}
a:hover,  a:active {
	color: #E18F62;
	text-decoration: underline;
	}

p span {
	color: #003300;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------- */
/* 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 ------------------------------------------------------------------------------ */
#footer {
	width: 750px;
	margin-top: 0px auto;
	text-align: center;
}
	#footer p {
		color: #000000;
	}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
		color: #000000;
	}
	
	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #3366CC;
		text-decoration: underline;
	}

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

/* ------------------------------------------------------------------------------------- */
/* CONTENT ----------------------------------------------------------------------------- */
h1 {
	color: #003300;
	font-size: 13px;
	font-weight: bold;
}
h2, h3 {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.titles {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
}
#small-text {
	font-size: 11px;
}
/* ------------------------------------------------------------------------------------- */
/* LISTS ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* CONTACT FORMS ----------------------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	border: 1px solid #003300;
	background-color: #D58D39;
}

.quickcontact {
	width: 130px;
}

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



