<!--
BODY {
	background-image: url('../images/grad.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e2c778;
	font-family: arial;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
}

#frame {
	margin: 0 auto;
	width: 900px;
	border-left: 1px solid #e2c778;
	border-right: 1px solid #e2c778;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	text-align: left;
}

.cost {
	font-weight: bold;
	color: #DE710E;
	font-size: 14pt;
	border-bottom: 1px solid #000;
	padding: 2px;
	margin-bottom: 10px;
}

#content {
	width: 900px;
	text-align: left;
	margin-top: 4px;
	padding-bottom: 4px;
}

#menu a {
	background-image: url('../images/nav.jpg');
	background-position: top;
	background-repeat: repeat-x;				
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-left: 1px;
	width: 110px;
	height: 59px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;		
	border-bottom: 3px solid #888;
	font-size: 10pt;
}

#menu a:hover {
	background-image: url('../images/nav_up.jpg');
	background-position: top;
	background-repeat: repeat-x;					
	color: #EEE;
	border-bottom: 3px solid #e2c778;
}

.logo {
	float: left;
}

a {
	color: #888;
	font-weight: bold;
}

#telephone {
	background-image: url('../images/telephone.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 120px;
	color: #888;
	font-size: 30pt;
	font-weight: bold;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

.enterme {
	display: none;
}

#email {
	background-image: url('../images/email.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 120px;
	color: #888;
	font-size: 30pt;
	font-weight: bold;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

h2 {
	text-decoration: none;
	font-size: 15pt;
	color: #d19d00;
	margin-top: 0px;
}

h3 {
	font-size: 13pt;
	color: #d19d00;
	margin-top: 15px;
	margin-bottom: 2px;
}

form {
	border: 0px;
	padding: 3px;
	width: 320px;
}

fieldset {
	border: 0px;
}

label {
	position: relative;
	display: block;
	padding-top: 2px;
	margin-top: 3px;
	font-weight: bold;
}

input {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;
}

textarea {
	width: 200px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

select {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;	
}

#intro {
	border: 1px dashed #000000;
	padding: 4px;
	width: 430px;
	float: left;
}

.catHeader {
	font-weight: bold;
	font-size: 9pt;
	color: #b88700;
}

.quote {
	text-align: center;
	font-size: 10pt;
	padding: 3px;
	color: #888;
	font-weight: bold;
}

#footer {
	padding: 3px;
	background-color: #CCC;
	width: 900px;
	text-align: center;
	color: #000;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.validation-error {
	background-color: #ED9E9E;
	padding: 4px;
	border: 1px solid #931C1C;
	font-weight: bold;
}
-->