#map_canvas {

	background-color: #FFFFFF;
	height: 280px;
	position: relative;
	width: 500px;
	margin-bottom: 15px;

}

.copyright {

	color: gray;
	font-size: 10px;

}

#thick {
	margin-left:5px;
	font-family: Century Gothic,sans-serif;
	color: #4e4e4e;
}


#thick p, #thick li, #thick td {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 4px;}

#thick h1 {
	font-size: 21px;
	line-height: 18px;
	margin-bottom: 0px;
	
	padding-bottom: 0px;
	color: #253b61;
	font-family: Century Gothic,sans-serif;
	font-weight: normal;
}

#thick h2 {
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 0px;
	/*color: #253b61;*/
	color: #000;
	font-family: Century Gothic,sans-serif;
	padding-bottom: 6px;
	font-weight:  bold; 
}


p.right {
	text-align:  right;
}

#thick {
	margin-left: 10px;
	width: 625px;
}


/* BUTTONS */ 


.btn button {
	background-color: transparent;
	border-color: transparent;
	width: inherit;
	display: inherit;
	border: none;
	padding: 0px;
	margin: 0px;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
}

.btn button:hover {
	cursor: pointer;
}

.btn {
	overflow: hidden;
}


#thick .btn button.nextStep {
	float: right;
	margin-top:05px;
	display: block;
	width: 114px;
	height: 34px;
	background-image: url(../assets/next-step.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#thick .btn button.nextStep:hover {
	/*background-position: left -30px;*/
	cursor: pointer;
}


#thick .btn button.nextStep2 {
	float: right;
	margin-top: 05px;
	display: block;
	width: 114px;
	height: 34px;
	background-image: url(../assets/next-step.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#thick .btn button.nextStep2:hover {
	/*background-position: left -30px;*/
	cursor: pointer;
}

#thick .btn button.startOver {
	float: left;
	margin-top: 05px;
	display: block;
	width: 128px;
	height: 34px;
	background-image: url(../assets/start-over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#thick .btn button.startOver:hover {
	/*background-position: left -30px;*/
	cursor: pointer;
}


#thick .btn button.submit {
	float: right;
	margin-top: 5px;
	display: block;
	width: 231px;
	height: 33px;
	background-image: url(../assets/submit-for-estimate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#thick .btn button.submit:hover {
	/*background-position: left -30px;*/
	cursor: pointer;
}

/* STEP ONE */

.left {
	padding-top: 35px;
	padding-bottom: 25px;
	float: left;
	width: 350px;
}

.right {
	padding-top: 45px;
	float: left;
	width: 270px;
}

.right ol li {
	margin-left: 25px;
	list-style: decimal;
}

/* TABLE, STEP THREE */

table.formTable {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.formTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #dae4a3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



td.leftCol {
	width: 100px;
}

table.formTable td.norule {
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	
	padding-bottom: 0px;
}




