/* CSS Document */

html {
  	height: 100%;  
}



body {
	background-color: #1A4997;
	background-image: url(/baysiderealty/images/bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
}



#contentArea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #1A4997;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	/* IE & Firefox hack */
	min-height: 100%;
	height: 100%;
}



#contentArea p {
	margin: 0px 5px;
}

#header {
	text-align: center;
}

#header img {
	margin-top: 10px;
}

#featureProp {
	position: relative;
	top: 25px;
	left: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
}

.pow {
	display:inline;
	background-color:White;
}

#featureProp img {

	margin: 0px;

}



#featurePropDesc {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
	font-weight: bold;
}



#boxL {

	position: absolute;

	top: 0px;

	left: 0px;

	width: 350px;

	text-align: left;

	color: #7E1C67;

	font-family: verdana, arial , sans-serif;

	padding-left: 5px;

	top: 5px;

}



#boxR {

	position: absolute;

	top: 0px;

	right: 0px;

	width: 350px;

	text-align: right;

	color: #7E1C67;

	font-family: verdana, arial , sans-serif;

	padding-right: 5px;

	top: 5px;

}



#nav {

	position: relative;

	top: 35px;

	left: 0px;

	width: 100px;

	font-family: verdana , arial, sans-serif;

	font-weight: bold;

	height: 266px;
	z-index: 10;

}



#nav ul {

	margin-left: 0px;

	padding-left: 0px;

}



#nav li {

	list-style: none;

	margin-bottom: 10px;

}



#nav a {

	width: 100%;

	border-bottom: 1px solid #FFF600;

	color: #FFF600;

	text-decoration: none;

	display: block;

	padding-left: 5px;

}



#nav a:hover {

	border-right: 5px solid #FFF600;

}



#txt {
	position: absolute;
	top: 460px;
	right: 10px;
	font-family: 'arial narrow' , verdana, arial , sans-serif;
	padding-left: 150px;
}



#txt h1 {

	color: #FFFFFF;

	font-size: 2em;

	margin-top: 15px;

	margin-bottom: 0px;

	margin-left: 20px;

}



#txt h2 {

	color: #FFFFFF;

	font-size: 1.5em;

	margin-top: 0px;

}



#txt h3 {

	color: #FFF600;

	font-size: 1.5em;

	margin-top: 0px;

	margin-left: 140px;

}



#txt p {

	color: #FFFFFF;

	margin-top: 35px;

	margin-left: 140px;

}



#txt .yellow {

	color: #FFF600;

}



