a {
	text-decoration: underline;
	color: #0033FF;
}
a:hover{
	text-decoration: underline; 
	color:#999999;
}
body, td {
	background-repeat:repeat-y;
	background-position:center;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
}
br {
	display: inline;
}
p {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9AD4E;
}

hr {
	height: 1px;
	line-height: 50px;
	margin: 0px;
	color: #623727;
}
.image {
	padding-top: 8px;
}

h1 {
	background-image:url(images/head.gif);
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color:#623727;
	width:574px;
}
.bold {
	font-weight: bold;
	color: #666666;
}

strong {
	color: #D8AD4E;
}
div {float:left}

.divBg1{
	background-repeat:repeat-y;
	background-position:right;
	background-image: url(images/grad_l.gif);
}
.divMap{
	width:975px; 
	background-image:url(images/map.gif); 
	background-repeat:no-repeat; 
	background-position:right bottom;
}
.span {
	float:none;
	padding-left: 10px;
}
.span2 {
	float:none;
	padding-left: 10px;
	border: 1px solid #D8AD4E;
}

form div
{
	margin-bottom: 1em;
	clear: left;
}

form input
{
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
}

form input.text
{
	color: #333333;
	/* border: 1px solid #333333; */
}

form input.button
{
	text-transform: uppercase;
}
.testim {
	float: left;
	width: 500px;
}


form label
{
	width: 10em;
	float: left;
	display: block;
	padding-right: 1.5em;
	padding-left: 0.5em;
}

form div.actions
{
	margin-left: 10em;
	padding-left: 2em;
	margin-top: 0.5em;
}

.req
{
	color: red;
}

