/*  Right Side Bar Start  */

#RSideBar {
	position: absolute;
	top: 178px;
	left: 629px;
	width: 170px;
	min-height: 860px;
	border: 1px solid #cccccc;
	border-width: 0 1px 0 1px ;
}
#RSideBar li {
	margin-left: 20px;
	margin-bottom: 10px;
	width: 130px;
	min-height: 100px;
}
#RSideBar li a {
	width: 130px;
	display: block;
	padding-top: 75px;
	text-align: center;
	font: .8em sans-serif;
	color: black;
}
li#gettingStarted {
	background: transparent url(../images/firstSteps.gif) no-repeat ;
}
li#gettingStarted a:hover {
	background: transparent url(../images/firstStepsDown.gif) no-repeat ;
}
li#estimateCosts {
	background: transparent url(../images/estimateCost.gif) no-repeat ;
}
li#estimateCosts a:hover {
	background: transparent url(../images/estimateCostDown.gif) no-repeat ;
}
#valid {
	width: 200px;
}
#valid p {
	text-align: center;
	margin-bottom: 10px;
}
#valid img {
	border: none;
}	 

/*  Right Side Bar End  */
