/* Css stylesheet for print */
@page {
	margin: 0.2in;
}

#printBanner {
	position: fixed;
	top: 0;
	left: 0;
	width: 8in;
}

#flashBanner {
	display: none;
}

.printOnly {
	display: none;
}

#printFooter {
	border-top: 2px solid black;
	font-size: 11px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	height: 3cm;
	background-color: white;
	z-index: 10;
	
}
/* ---------- Body Attributes ---------- */

* html .border-tr { /* IE hack for Image and Box Border Design */
height: 1px;
}

body{
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px 0px 0px 0px;
height: 100%;
/* overflow: auto; */
}

/* ---------- Shared Div Attributes ---------- */

#overallContainer{
position: relative;
top: 1in;
left: 0;
bottom: 1in;
}



#topbar{ /* Topbar container */
margin: 0 auto;
}

#bodyContainer{ /* Contains middle part of page background with gradient fade */
margin: 0 auto;
}

#bodyContainerBorder{ /* Creates left, right, and bottom grey line/border */
width: 675px;
margin: 0 auto;
}

.leftSidebarContent{
margin: 0;
padding: 0;
}

#rightSidebarContent{
margin: 0;
padding: 0 10px 0 0;
}

#footer{
width: 675px;
margin: 0 auto;
background: transparent url(/images/footer.png) repeat-y;
clear: both;
}

#footerContent{
padding: 10px;
text-align: center;
}

hr{
height: 1px;
color: #d5d5d5;
background-color: #d5d5d5;
border: 0px;
width: 100%;
}

.clear{ /* Used to force background to show through floating DIVs */
clear: both;
}

/* ---------- Home/About Page Specific Div Attributes ---------- */

#leftSidebarHomeAbout { /* Left sidebar used for Home and About pages */
width: 150px; /* Width of photos must be this value, minus 20px, for border design to be even */
float: left;
padding: 0 10px 10px 10px;
/* border: 1px dashed #ff9933; for testing only */
}

#mainHomeAbout{ /* Main column left margin for Home and About pages */
margin: 0 0 0 170px;
width: 140px;
padding: 0;
}

#mainContentHomeAbout{ /* Main column width for Home and About pages */
width: 280px;
padding: 0 10px 10px 0;
border: 1px solid #ffffff; /* Removing this otherwise useless border creates a gap in Gecko/Firefox */
}

#rightSidebarHomeAbout{ /* Right sidebar used for Home and About pages */
width: 180px;
float: right;
padding: 0;
/* border: 1px dashed #ff9933; for testing only */
}

#rightSidebarHomeAbout object {
	display: none;
}

/* ---------- Contact Page Specific Div Attributes ---------- */

#leftSidebarContact { /* Left sidebar used for Contact pages */
width: 190px; /* Width of photos must be this value, minus 20px, for border design to be even */
float: left;
padding: 0 10px 10px 10px;
/* border: 1px dashed #ff9933; for testing only */
}

#mainContact{ /* Main column left margin for Contact pages (leftSidebar + 20px width) */
margin: 0 0 0 210px;
padding: 0;
}

#mainContentContact{ /* Main column width for Contact pages */
width: 313px;
padding: 0 10px 10px 0;
border: 1px solid #ffffff; /* Removing this otherwise useless border creates a gap in Gecko/Firefox */
}

#rightSidebarContact{ /* Right sidebar used for Contact pages */
display: none;
width: 180px;
float: right;
padding: 0;
/* border: 1px dashed #ff9933; for testing only */
}

/* ---------- Buyers/Sellers/Listings Page Specific Div Attributes ---------- */

#leftSidebarBuyersSellersListings{ /* Left sidebar used for Buyers/Sellers/Listings pages */
width: 385px; /* Width of photos must be this value, minus 20px, for border design to be even */
float: left;
padding: 0 10px 10px 10px;
/* border: 1px dashed #ff9933; for testing only */
}

#mainBuyersSellersListings{ /* Main column left margin for Buyers/Sellers/Listings pages (leftSidebar + 20px width) */
margin: 0 0 0 155px;
padding: 0;
}

#mainContentBuyersSellersListings{ /* Main column width for Buyers/Sellers/Listings pages */
width: 410px;
padding: 0 10px 10px 0;
border: 0px solid #ffffff; /* Removing this otherwise useless border creates a gap in Gecko/Firefox */
}

/* ---------- Links Page Specific Div Attributes ---------- */

#leftSidebarLinks{ /* Left sidebar used for Links pages */
width: 330px; /* Width of photos must be this value, minus 20px, for border design to be even */
float: left;
text-align: left;
padding: 0 10px 10px 10px;
}

#mainLinks{ /* Main column left margin for Links pages (leftSidebar + 20px width) */
margin: 0 0 0 350px;
padding: 0;
}

#mainContentLinks{ /* Main column width for Links pages */
width: 330px;
float: right;
text-align: left;
padding: 0 10px 10px 0;
border: 1px solid #ffffff; /* Removing this otherwise useless border creates a gap in Gecko/Firefox */
}

/* ---------- Testimonials Page Specific Div Attributes ---------- */

#mainTestimonials{ /* Main column left margin for Testimonials pages */
margin: 0 0 3cm 15px;
padding: 0;
}

#mainContentTestimonials{ /* Main column width for Testimonials pages */
width: 680px;
padding: 0 10px 10px 0;
border: 1px solid #ffffff; /* Removing this otherwise useless border creates a gap in Gecko/Firefox */
}

/* ---------- Form Design ---------- */

.formBox{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding: 10px;
}

.buyerSellerField{
width: 200px;
font-size: 11px;
}

.buyerSellerTextbox{
width: 200px;
height: 120px;
font-size: 11px;
}

.buyerSellerSubmitReset{
width: 50px;
height: 20px;
background-color: #0a3d7e;
font-weight: bold;
font-size: 11px;
color: #ffffff;
border: 1px solid #a5acb2;
}

.contactField{
width: 135px;
font-size: 11px;
}

.contactTextbox{
width: 135px;
height: 80px;
font-size: 11px;
}

.contactSubmitReset{
width: 50px;
height: 20px;
background-color: #0a3d7e;
font-weight: bold;
font-size: 9px;
color: #ffffff;
border: 1px solid #a5acb2;
}

.requiredField{
color: #ce0000;
font-weight: bold;
}

/* ---------- Image and Box Border Design ---------- */



/* ---------- Text Attributes ---------- */

.bodyText{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
line-height: 18px;
}

.bodySubheader{
font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #ce0000;
}

.bodyTitle{
font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ce0000;
}

.smallText{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.alignLeft{
text-align: left;
}

.alignRight{
text-align: right;
}

.alignCenter{
text-align: center;
}

/* ---------- List Attributes ---------- */

ul{
list-style-image: url(/images/list-item.gif);
line-height: 16px;
}

/* ---------- Link Attributes ---------- */

a{
text-decoration: none;
color: #0a3d7e;
}

a:link{
text-decoration: none;
color: #0a3d7e;
}

a:visited{
text-decoration: none;
color: #0a3d7e;
}

a:active{
text-decoration: none;
color: #ce0000;
}

a:hover{
text-decoration: underline;
color: #ce0000;
}


/** listings */

.listing_box_ext {
	border: 1px solid #dedede;
	padding: 8px;
	margin-bottom: 10px;
}

.listing_box_int {
	
	padding: 10px;
}

.listing_image {
	float: left;
	border: 1px solid #333333;
	margin: 0 10px 10px 0;
	background-color: #efefef;
}

.listing_info {
	
}

.listing_price {
	float: right;
	font-weight: bold;
	font-size: 14px;
}

.listing_extended_info .row  {
	clear: both;
}

.listing_extended_info label {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	
}

.listing_description {
	display: block;
	clear: both;
}

.listing_description a{
	font-weight: bold;
	font-size: 12px;
}
#loginform fieldset{
	margin: 20px 80px;
	padding: 30px;
	border: 1px solid #454545;
}

#loginform fieldset legend{
	font: 14px tahoma;
	font-weight: bold;
	color: #454545;
}

#loginform fieldset .row{
	margin: 5px 0;
}

#loginform fieldset .row label{
	display: block;
	padding-top: 3px;
	font-weight: bold;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#loginform fieldset .row input{
	border: 1px solid black;
	font: 11px tahoma;
	padding: 1px;
}

#loginform #submitbutton{
	padding: 3px 18px;
	font-weight: bold;
}

/** help */

#help {
	padding: 10px;
	border: 1px solid #454545;
	background-color: white;
	margin: 6px;
}
#help * {
	font: 11px tahoma;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #454545;
}
#help b {font-weight: bold;}
#help h1 {
	font-size: 18px;
	display: block;
	text-align: Center;
	border: 1px solid #454545;
}

#help h2 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #454545;
}
#help h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	display: block;
}
#help a {
	color: #ca2228;
	text-decoration: underline;
}
#help .note {
	display: block;
	padding: 4px; 
	background-color: #ffffcc;
	border: 1px solid #dedede;
	margin-top: 2px;
}

/** pagination */

#pagination a img{
	border: 0;
}

#emailProperty {
	display: none;
}

#requestViewing {
	display: none;
}

#mortgageCalc {
	display: none;
}

.floorPlan {
	page-break-before: always;
	position: relative;
	top: 1in;
	left: 0;
}
