@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 762px;
	border: 1px solid #978b73;
	margin: 0px auto 0px auto;
	height: auto;
	min-height: 581px;
	background-image: url(images/background-image.jpg);
	background-repeat: repeat-y;
}
#left-column {
	width: 261px;
	height: auto;
	min-height: 581px;
	float: left;
}
#left-column #logo {
	width: 261px;
	height: 140px;
	min-height: 140px;
}
#left-column #menu {
	width: 216px;
	height: 371px;
	min-height: 371px;
	font-size: 12px;
	font-family: verdana;
	color: #ffffff;
	background-image: url(images/background-top-image.jpg);
	background-repeat: no-repeat;
	padding: 70px 0px 0px 45px;
	line-height: 25px;
}
#credit {
	margin: 0px auto 0px auto;
	color: #a79572;
	height: 20px;
	width: 762px;
	text-align: center;
	padding: 8px 0px 0px 0px;
}



#right-column {
	width: 501px;
	height: auto;
	min-height: 581px;
	float: left;
	background-image: url(images/calculator-background.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}



.clear {
	clear: both;
}
#left-column #menu a {
	color: #e0d7be;
	text-decoration: none;
	border-top: 1px solid #bb9c4d;
	width: 185px;
	display: block;
	background-color: transparent;
}

#left-column #menu a:hover {
	color: #ffff00;
	text-decoration: none;
	border-top: 1px solid #bb9c4d;
	width: 185px;
	background-color: transparent;
}

#left-column  #menu  a.last {
	color: #e0d7be;
	text-decoration: none;
	border-top: 1px solid #bb9c4d;
	width: 185px;
	display: block;
	border-bottom: 1px solid #bb9c4d;
	background-color: transparent;
}
#left-column  #menu  a:hover.last {
	color: #ffff00;
	text-decoration: none;
	border-top: 1px solid #bb9c4d;
	width: 185px;
	border-bottom: 1px solid #bb9c4d;
	background-color: transparent;
}
#left-column  #menu  .current {
	color: #ffffff;
	font-weight: bold;
}

#left-column .index-main {
	float: left;
	margin: 0px;
	padding: 0px;
}

#index {
	width: 314px;
	height: 246px;
	min-height: 246px;
	float: left;
	color: #5b4c2f;
	padding: 20px;
}
#internal {
	width: 314px;
	height: auto;
	min-height: 510px;
	float: left;
	color: #5b4c2f;
	padding: 20px;
	background-color: #f7f5f1;
}
.valuationlabel {
	font-size: 11px;
	color: #5b4c2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 142px;
	text-align: right;
	float: left;
	padding: 1px;
	margin: 0px 0px 9px 0px;
}
.valuationform {
	font-size: 12px;
	color: #5b4c2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
	border: 1px solid #beb193;
	text-align: left;
	background-color: #e0d7be;
	float: left;
	margin: 0px 0px 9px 10px;
	padding: 1px;
}
.valuationsubmit {
	margin: 10px 0px 0px 0px;
	float: right;
	padding: 0px;
}




h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #c79e46;
}
#internal h1 {
	font-size: 14px;
	margin: 5px 0px 30px 0px;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}


#calculator {
	width: 137px;
	height: 261px;
	min-height: 261px;
	float: right;
	color: #ffffff;
	padding: 25px 0px 0px 10px;
	font-size: 11px;
}
#steps {
	width: 135px;
	height: 239px;
	min-height: 239px;
	float: right;
	background-image: url(images/3-step-background.jpg);
	color: #4f483d;
	padding: 25px 0px 0px 12px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#steps  h2 {
	color: #ffffff;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#steps img {
	padding: 0px;
	float: left;
	margin: 4px 5px 0px 0px;
}


#container #right-column #right-container {
	float: right;
	padding: 0px;
	margin: 0px;
	height: 532px;
	width: 147px;
}


.form  {
	padding: 3px;
	margin: 3px 0px 8px 0px;
	font-size: 10px;
	background-color: #e0d7be;
	color: #76684d;
	border: 0px;
	width: 120px;
}
.submit {
	margin: 10px 0px 0px 0px;
}
#internal  .td-right {
	border-right: 1px solid #969189;
}
#internal      .top-table  td {
	font-size: 10px;
	border-top: 1px solid #969189;
	border-left: 1px solid #969189;
	background-color: #e6e3df;
	padding: 4px 6px 4px 6px;
}
#internal  .bottom-table  .header {
	color: #ffffff;
	background-color: #4f483d;
	font-weight: bold;
}
#internal  .bottom-table  {
	border: 1px solid #969189;

}
#internal .bottom-table td {
	padding: 3px 6px 3px 6px;
	text-align: center;

}
#internal .bottom-table .highlightedrow {
	background-color: #d9d6d1;

}
#internal .contact-table td {
	font-size: 10px;
	padding: 4px 6px 4px 6px;
}
a    {
	color: #5b4c2f;
	text-decoration: none;
}
a:hover    {
	color: #c79e46;
	text-decoration: none;
}
