/*Home page rounded corner boxes*/
a img{ 
	border:none;
}

a, a:visited{
 color:#663200;
}

a:hover{
	color:#009800;
}

#container{
	margin:0 auto;
	padding:30px 0 0 40px;
	width:900px;
}

#logo{
width:800px;
margin:0 0 10px 0;
clear:both;
}

#content{
	margin:30px 0 0 40px;
}


/*Form styles*/
td {
	padding:2px;
}

td.label {
	font-weight: bold;
	background: url(/images/forms/backRequiredGray.gif) no-repeat right
		center;
}

label.error { 
	font-weight:normal;
	color:red;
	text-align:left;
	padding-left:25px;
	margin-left:20px;
	background: transparent url(/images/cancel.png) no-repeat scroll left; 
}

#checkmark {
	position:relative;
	top:-46px;
	left:-60px;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

ul.gmapSidebar{
	list-style:none;
	padding:0;
	border-bottom:#000000 1px solid;
}

ul.gmapSidebar li{
	padding:5px 0 5px 0;
	border-top:#000000 1px solid;
	margin:0;
}

#main{
	float:left;
	width:570px;
}

fieldset{
	border: #00FF00 outset 1px;
	width:570px;
	margin:0 0 10px 0;
	padding:0;
}

legend{
	font-size:18px;
	font-weight:bold;
	color:#5A4242;
	padding:2px;
}

#searchListing{
	cursor:pointer;
}

#searchListing p{
	padding:0 0 0 10px;
}
 

#searchListing:hover{
	cursor:pointer;
	border:#00FF00 1px solid;
}

#submitListing  p, #submitListingUser p{
	padding:0 0 0 10px;
}

#submitListingUser:hover{
	cursor:pointer;
	border:#00FF00 1px solid;
}

fieldset #search{

}

#mapResults{
	border: #660000 1px outset;
	margin-bottom:10px;
	width:570px;
}

#addressResults{
	margin-top:50px;
}

#rightMenu{
	float:left;
	width:200px;
	margin-left:30px;
}

#rightMenu ul{
	list-style:none;
	padding:0;
}

#rightMenu ul li{
	padding:5px 0 5px 0;
}

.redText{
	color:#FF0000;
}