/*
-----------------------------------------------
Client: 5-20 Homes
Function: Print CSS definitions.
Modified: Yeshua Perez
Copyright: Copyright (C) 2006 E-dreamz, Inc. 
----------------------------------------------- */
body{ background: #ffffff; font-family: Arial; font-size: 12px;}

  h1{ color: #be702a; font-size: 16px; font-family: Georgia; margin-bottom: 10px;}
  h2{ color: #be702a; font-size: 12px;}
  a { color: #c66005; text-decoration: none;}
  a:hover { color: #c66005; text-decoration: underline;}
  .admin_content { color: #31353d; font-family: Arial; font-size: 12px; line-height: 16px;}
  .admin_content h1{ color: #be702a; font-size: 16px; font-family: Georgia; margin-bottom: 10px;}
  
  .bodyLeft { width: 605px; float: left; margin-top: 10px;}
  .bodyLeft .imageBanner { margin-bottom: 10px; text-align: center;}
  .bodyLeft .imageBanner img { border: #f3eddf 3px solid;}
	
  .backbutton { width: 600px; text-align: right; margin-top: -10px;}
  .floorplan-info { padding: 10px; margin-top: 10px; border: #cccccc 1px solid;}
  .imageRow { width: 605px; margin-top: 10px;}
  	.imageRow .image { margin-right: 5px; float: left; margin-top: 5px; }
	.imageRow .fullimage { margin-right: 5px; float: left; margin-top: 5px; margin-bottom: 5px; border-bottom: #cccccc 1px solid;}
	.imageRow .image img{ border: #c1c1c1 3px solid; }

  .communityInfo { margin-bottom: 20px;}
  	.communityInfo .logo { width: 126px; float: left; background: #efe8d9; margin-right: 12px;}
  	.communityInfo .logo img{ padding: 3px 0 3px 3px;}
	.communityInfo .text{ width: 185px; float: left;}
	.communityInfo .directions { width: 200px; float: left;}

  .fpRow{ margin-top: 10px; background: url(/images/structure/content-line.jpg) bottom left no-repeat; padding-bottom: 10px;}
  	.fpRow .image { width: 140px; float: left;}
	.fpRow .image img{ margin-left: 10px; margin-bottom: 10px;}
	.fpRow .text { width: 320px; float: left; margin:0 20px 0 20px;}
	.fpRow .text .sqft { width: 340px; margin-top: 5px; color: #31353d; font-weight: bold; padding: 5px;}
	.fpRow .price { width: 100px; float: left; font-family: Georgia; color: #494c53; font-size: 10px;  font-style: italic; padding-top: 10px; font-weight: bold; min-height: 51px;}
	.fpRow .price .pricetag{ color: #ba5804; font-size: 14px; }

.noprint {
	display:none;
}

