#picpanel {
	width:880px;
	margin:0 auto;
}
#propname h1{
	font-size:110%;
	color:#3F6990;
	text-align:center;
}
#propname h2:first-child{
	font-size:110%;
	font-weight:bold;
}
#propname h2{
	font-size:110%;
	font-weight:normal;
}
#propname h2 span{
	font-weight: bold;
	padding:3px;
}
#picform{
	margin:0 auto ;
	background-color:#FFF;
}
#picform h1{
	font-size:110%;
	margin:0px;
	margin-bottom:5px;
	text-align:center;
	color:#36597A;
}
#mp_container{	
	float:left;		
}
#main_image {	
	margin-right:5px;
	max-height:300px; 
	max-width:400px; 
	border:1px solid #DCDCDC;
	padding:10px;
}
#df_container{	
	float:left;
	
}
.stripeTable {
	color: black;	
	border-collapse:collapse;
	width: 400px;
}
.stripeTable  td{
	color: black;	
	border-bottom:1px solid #6094C8;
	padding:2px;

}
#stair {
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:center;
}
#stair ul {
	margin: 0 auto;
	padding-top: 5px;
}
#stair  li a{
	display: inline;
	margin:0;
	padding:0;
	text-decoration : none;
}
#stair ul li {
	display: inline;
	list-style-type: none;
}
#stair ul li img {
	height: 50px;
	margin: 0;
	padding: 0;
	border:1px solid white;
}

#mainimg{
	float:left;	
}
/* REQUEST FORM */
#rform {
	width:400px;	
	
}
#RequestAddForm {
	text-align:center;	
}
#RequestAddForm h4 {
	text-align:center;
	margin:0px;
	margin-top:1px;
	font-size: 90%;
	padding:1px;
	color:#3F6990;
}
#requestsForm {
	text-align:center;
	margin-top:10px;
	background-color:#7AA5D9;
	background-image: url(images/grad_form.gif);
	padding-bottom:5px;
}
#requestsForm ul {
	margin:0px;
}
#requestsForm label{
	clear:both;	
}
#requestsForm input{
	clear:both;
	font-family:"verdana","lucida grande",sans-serif;
	font-size:90%;	
} 
#requestsForm textarea{
	clear:both;
	font-family:"verdana","lucida grande",sans-serif;
	font-size:90%;
	
} 
#requestsForm table{
	font-size:80%;	
	color:black;
	font-weight:bold;
	border:0px solid #000000;
	
	padding:2px;
}

#property {text-align:left;}
	
#property p{padding-left:5px;}
	
#property h3 {
	background-color:transparent;
	color:#333333;
	font-family:'trebuchet MS',tahoma,sans-serif;
	padding:5px;
	padding-left:10px;
	text-align:left;
}
#property h1 {
	font-size:150%;
}
#propertyLeader {
	font-size:120%;
	background-image:url(images/site_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #DCDCDC;
	color:#475E7A;
	margin:10px auto;
	padding:5px;
	min-height:110px;	
}
#propertyLeader h2{
	font-size:100%;
}
#propertyLeader img{
	float:left;
	height:100px;
	border:1px solid #DCDCDC;
	background-color:white;
	margin-right:5px;
	padding:5px;
}
#line{
	/*background-image: url(images/grad2.gif);*/
	background-color: #6489AF;
}
	
/* Forms */
form {
	
	
	padding: 0;
	
}
fieldset {
	border: 1px solid #fff;
	padding: 5px ;
}
fieldset legend {
	background:#fff;
	
	}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	width:100%;
	margin-bottom: 5px;
	
}
label {
	/*display: block;
	font-size: 80%;
	padding-right: 20px;*/
}
input {
	clear: both;
	font-family: "verdana", "lucida grande",  sans-serif;
	border: 1px solid #3F6990;
	/*font-size:90%;*/
	
}
textarea {
	clear: both;
	font-family: "verdana", "lucida grande",  sans-serif;
	border: 1px solid #3F6990;
	
	
}


select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
	margin-top:2px;
	padding:2px;
	background-color:#7AA5D9;
	color:black;
	width:150px;
	
}
input[type=submit]:hover {
    border: 1px solid #000;
    background: #896734;
    color:white;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message, span.error-message {
	clear: both;
	color: #900;
	
	font-size:85%;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

span.success {
	background: green;
}
span.error {
	background: #900;
}
span.success,span.error {
	color: #ffffff;
	font-weight:normal;
	padding:2px;
}  

#info{
	background-image:url(images/site_bg.gif);
	background-repeat:repeat-x;
	background-color:#ADC4E3;
	border:1px solid #DCDCDC;
	/*width:97.8%;*/
	padding:0 10px 10px 10px ;
	min-height:325px;

}
#tools{
	background-image:url(images/site_bg.gif);
	background-repeat:repeat-x;
	background-color:#ADC4E3;
	border:1px solid #DCDCDC;
	/*width:97.8%;*/
	padding:0 10px 10px 10px ;
}
#tools img{
	vertical-align: middle;
	width:30px;
	border: none;
	margin-left: 5px;
	margin-right: 5px;

}
#tools a{
	text-decoration: none;
	color:black;
}
#bookmarklets {
	padding: 2px;
	border:1px solid #DCDCDC;
	text-align: center;
}
#bookmarklets img {
	width:15px;
}
/* FOR MAPS AND NEAR PROPS
#gmap {
	border:1px solid #DCDCDC; 
	background-image: url(images/site_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding:10px;
}
#nearProps {
	padding:10px;
}
#nearProps img{
	float:right;
}
#nearProps ul li{
	list-style-image: url(../img/mm_20_green.png);
	line-height:20px;
}
#map{
float:right;	
}
*/

