@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../media/index/backgroundgradient.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 738px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../media/homepropertyowners/bannerintpage.png);
	height: 205px;
	width: 738px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #mainContent p {
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../media/homepropertyowners/footerbg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Grande";
	font-size: 9px;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 17px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer p a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #CC3333;
}
.oneColFixCtrHdr #container #leftnavbar a {
	color: #62624b;
}
.oneColFixCtrHdr #container #leftnavbar a:hover {
	color: #CC3333;
}
#leftquote {
	line-height: 150%;
	font-family: "Lucida Grande";
	font-size: 11px;
	width: 146px;
	color: #62624b;
	padding-right: 30px;
	padding-top: 30px;
	font-weight: normal;
}
#leftquote h1 {
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
}
#watchvideo {
	width:236px;
	height:53px;
	z-index:2;
	clear: right;
	float: right;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 300px;
}
#mainshadow {
	position:relative;
	left:201px;
	top:160px;
	width:556px;
	height:26px;
	z-index:200;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}
.footertext {
	font-size: 15px;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	text-align: center;
	vertical-align: middle;
	line-height: 2;
}
#transplogo {
	position:relative;
	left:10px;
	top:-60px;
	width:286px;
	height:79px;
	z-index:201;
}
.oneColFixCtrHdr #container #leftquote a {
	color: #CC3333;
}
.oneColFixCtrHdr #container #leftquote a:hover {
	color: #62624b;
}
.leftimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.rightimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #mainContent a {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #CC3333;
}
.oneColFixCtrHdr #mainContent a:hover {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #000000;
}
