@import url(p-css-undo.css); 

* {font-family: Times New Roman, serif;
}

body {width: 100%;
     background-color: #E0DED7;
}

h3 {	color: #9566A7;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
}

a:link {color: black; }
a:visited {color: black; }
a:hover {color: red; }
a:active {color: black; }

#wrapper {
		width: 935px;
		height: 800px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		position: relative; }
		
#header {	background-color: white;
		background-image: url('p-is-for-properties-header.jpg');
		background-repeat: no-repeat; 
		width: 100%;
		height: 320px;
		}
		
.pisforproperties {
		font-style: italic; 
		font-weight: bolder;
		}
		
.dropcap {
		font-size: 300%;
		float: left;
		margin-top: -10px;
		margin-bottom: 20px;
		}

#welcome {
		float: left;
		clear: left;
		margin-left: 10%;
		width: 80%;
		text-align: left;
		margin-bottom: 20px;
}

#for_owners {
		float: left;
		clear: left;
		width: 35%;
		height: 150px;
		margin-left: 10%;
		background-image: url('rounded-rectangle.png');
		background-repeat: no-repeat; 
		padding: 10px;
}

#for_owners p {
	margin-top: 5px;
	color: white;
	text-align: center;
	font-size: .9em;
}

#for_travelers p {
	margin-top: 15px;
	color: white;
	text-align: center;
	font-size: .9em;
}

.underline {
	text-decoration: underline;
}

#for_owners a:link {color: white; }
#for_owners a:visited {color: white; }
#for_owners a:hover {color: red; }
#for_owners a:active {color: white; }


/* #for_owners h3, #for_travelers h3 {
		margin-top: -23px;
		border: solid 2px #9566A7;
		background: white;
		text-align: left;
		width: 50%;
		padding-left: 3px;
		padding-top: 3px;
} */

#for_owners h3, #for_travelers h3 {
		font-size: small;
		color: #464749;
}

#for_travelers {
		float: left;
		width: 35%;
		height: 150px;
		margin-left: 5.5%;
		background-image: url('rounded-rectangle.png');
		background-repeat: no-repeat; 
		padding: 10px;
}

#contact {
		float: left;
		clear: both;
		width: 79.5%;
		border: solid 1px #9566A7;
		text-align: left;
		margin-top: 40px;
		margin-left: 10%;
}

#contact h3 {
		margin-top: -14px;
		margin-left: 8px;
		border: solid 1px #9566A7;
		background: white;
		text-align: left;
		width: 30%;
		padding-left: 3px;
		padding-top: 3px;
		font-size: small;
}

#prompts {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
}

#prompts .label {
		width: 190px;
		float: left;
}

#submit_button {
		width: 99%;
		float: left;
		clear: left;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
}

#footer {
		width: 935px;
		height: 75px;
		background-image: url('footer-background-house-fade.jpg');
		background-repeat: no-repeat; 
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}

#footer p {
		font-family: helvetica, arial, sans-serif;
		padding-top: 30px;
		padding-left: 40px;
}

#footer a {
	font-family: helvetica, arial, sans-serif;
}

#footer img {
	margin-left: 5px;
	margin-right: 5px;
}

#footer .bolded {
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

#thanks {
	text-align: center;
}

textarea {
	float: left;
	height: 25px;
}