#content {
	margin-top: 1em;
}
#content #text {
	width: 500px;
}
#content #text hr {
	margin-bottom: 1em;	
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20pt;	
	color: #a96233;
	margin: 1em 0 0.5em 15px;	
}
#content h2, #content h3, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a96233;
	font-weight: bold;
	margin: 1em 0 0.5em 15px;
}

#content .sitemapH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a96233;
	font-weight: bold;
	text-decoration:none;
	}
	
#content a.sitemapH2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a96233;
	font-weight: bold;
	text-decoration:none;
	}
	
#content a.sitemapH2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #707070;
	font-weight: bold;
	text-decoration:none;
	}

#content div.sitemapH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a96233;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: -6px;
	}
	
#content h3 {
	color: #707070;
	font-size: 10pt;
	}
#content h4 {
	color: #707070;
	font-size: 8pt;
}

#content p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	margin: 0 0 0.5em 15px;
	color: #707070;
}

#content li {
	margin: 0 0 0.25em 1em;
	padding: 0 5em 0 1em;
	color: #707070;
}

#content a {
	color: #a0410a;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {
	color: #a0410a;
	text-decoration: underline;
}

#content .small, #content table.form td.small {
	font-size: 8pt;
}

#content #main {
	width: 500px;
}
/*hr#stuff {
	border: none; 
/*	border-top: 1px solid #c0c0c0; 
	margin: 1em 0 0 15px;
	background: none;
	color: green;
}*/
#content hr {
	border: none;
	border-top: 1px #c0c0c0 solid;
	height: 0;
	padding: 0;
	margin: 1em 0 0 15px;
}
#content #main p.block {
	background: #f6f3d5; 
	width: 475px; 
	padding: 10px;	
}

/* Form */
#content table.form a {
	color: #707070;
	font-weight: normal;
}
#content table.form a:hover {
	color: #a0410a;
}

#content table.form {
	margin: 0.5em 0 0 15px;
	padding: 0;
}
#content table.form th, #content table.form td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #707070;
	font-weight: normal;
	vertical-align: top;
}
#content table.form th {
	white-space: nowrap;
}
#content table.form input, #content table.form select, #content table.form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #707070;
	font-weight: normal;
}
#content table.form th {
	text-align: right;
}
#content table.form input, #content table.form select, #content table.form textarea {
	font-weight: bold;
}
#content table.form td {
	padding-left: 5px;
	padding-bottom: 0.5em;
}
#content table.form hr {
	margin-bottom: 0;
	border: none;
	border-top: 1px solid #c0c0c0;
	margin-left: 0;
}
#content table.form h3 {
	font-size: 8pt;
	color: #a96233;
	margin: 0;
	white-space: nowrap;
}

/* Button */
.textBtnBox
{
	float:left;
	margin-top: 3px;
	text-align:center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#content .textBtn, #content table.form td .textBtn
{
	margin-top: 1px;
	vertical-align: middle;
	white-space: nowrap;
}
#content .textBtn a, #content table.form td .textBtn a, #content table#orderdetail td .textBtn a {
	padding: 0px 10px 1px 10px;
	color: white;
	text-decoration: none;
	background: #716d3b;
	border: 1px solid white;
	font-weight: bold;
}
#content .textBtn a:hover, #content table.form td .textBtn a:hover, #content table#orderdetail td .textBtn a:hover {
	color: #a0410a;
	background: #d2cfad;
	border: 1px solid #716d3b;
}
.textBtnLink
{
	float:left;
	margin-top: 3px;
	text-align:center;
	padding: 2px 10px;
}
#content .textBtnLink a
{
	color: #716d3b;
}
#content .textBtnLink a:hover 
{
	color: #a0410a;
	text-decoration: none;
}

/* Alert */
#content .alert { 
	color: #cc2200;
	font-weight: bold;
}

/* Testimonial page */
.customerName {
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
}
