/*********Font data*********/
html {
  overflow-y: scroll;
}

body,input,select,textarea {
	font-family: arial,sans-serif;
	font-size: 10pt;
}

.headerSection {
	font-family: tahoma,sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

#footer,#footer .headerSection { font-size: 8pt; }
#footer .headerSection { font-weight: normal; }

/*********Size data*********/

/* NOTE: This is pretty much treated as one unit */
/**/ #page { width: 768px; }
/**/ #page .section { padding: 0px 10px; } /* Set up like this for browser-consistancy */
/**/ #page * .section { padding: 0px; }
/**/
/**/ .column { display: inline; } /* Fixes IE problems */
/**/ .columnLeft { margin-left: 10px; 
}
/**/ .columnRight { margin-right: 10px; }
/**/ .column * .column { margin: 0px; }
/* ***********************************************/

.columnLeft { width: 660px; }  /****/
.columnRight { 
	width: 222px;
	margin-right: 8px;
} /****/

#footer .headerSection { width: 28%; }

/*********Layout data*******/

a {
	display: inline; /* Opera fix */
	text-decoration: none;
        color: #050505;
}
a img { border-style: none; }

/* original   img { vertical-align: top; }*/
img { vertical-align: middle; }

p { margin: 0px; }

ul { margin-top: 0px; }

table,button,p,ul,ol,h1,h2,h3,h4,h5,h6,h7,dl { line-height: normal; }
table { width: 90%;border-spacing: 1px;}

body {
	margin: 0px 10px;
	padding: 20px 0px; /* Bottom 20 pixels (rather 10 more than usual are to account for the rounded corners) */
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px 5px;
}

form .section { margin: 0px !important; }

fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 100%;
}
fieldset div { margin-bottom: 1em; }

label { line-height: normal; }

#page {
	margin: 0 auto 0 auto !important;
	text-align: left;
}

#footer {
	margin: 3px 13px 0px 14px;
	padding: 1em 0px !important;
	line-height: normal;
   border-top: 5px solid;
	text-align: center;
}
#footer a { margin: 0px 1ex; }
#footer a:hover { text-decoration: underline; }
#footer .headerSection {
	height: auto;
	line-height: normal;
	padding-left: 0px;
	float: left;
	text-align: left;
}
#loginLink {
	float: right !important;
	margin-right: -1ex;
}
#loginLink span { margin-right: 3px; }

.headerSection {
	margin: 0px;
	padding-left: 5px;
}

.column { float: left; }
.column * .section { margin-left: 0px; }
.column .columnRight .section { margin-right: 0px; }
.columnLeft #submitButton { width: 673px; }

.horizList {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.horizList li {
	display: inline;
	float: left;
	list-style-type: none;
}

.section {
	margin: 3px 3px 0px 0px;
	line-height: 0px;
}
.bodySection {
	width: 100%; /* Fixes the FireFox margin behavior */
	/*padding-top: 1em;*/
}
.bodySection p {
	margin-bottom: 1em;
	text-align: justify;
}

/********Variable data******/

.arial { font-family: arial; }
.wingdings { font-family: wingdings; }

.center { text-align: center; }

.anchor {
	float: none !important;
	clear: both !important;
	height: 0.1px !important; /* Firefox won't render a zero-height element */
	line-height: 0px !important;
	margin-bottom: -0.1px !important;
	font-size: 0px !important;
}

.underline { text-decoration: underline; }

table tbody td a { text-decoration: underline !important; }


/*IDX Slideshow styling*/
/*
 * #IDX-slideshow - The outermost container which wraps around the entire slideshow.
 * 
 * #IDX-slideshowImage - The Div that wraps around the image that is displayed on the slideshow.
 * 
 * #IDX-ssImage - Direct CSS access the the image itself.
 * 
 * #IDX-addressLine - The container for the Listing Address.
 * 
 * #IDX-cszLine - The container for the Listing City/State/Zip line.
 * 
 * #IDX-priceLine - The container for the Listing Price.
 * 
 * .IDX-ssLinkText - The class for all links that are displayed.
 * 
 * The fields below are "display:none;" by default, and must be changed in the css to "display:block !important;"
 * 
 * #IDX-bedsLine - Mainly used to control the font styles for the bedroom field.
 * 
 * #IDX-bathsLine - Mainly used to control the font styles for the bathroom field.
 * 
 * #IDX-remarksLine - Mainly used to control the font styles for the agent remark field. 
*/

a.IDX-ssLinkText, a.IDX-ssLinkText:active, a.IDX-ssLinkText:link, a.IDX-ssLinkText:visited, a.IDX-ssLinkText:hover { 
	font-size: 12px !important;
}

#IDX-slideshow { 
	text-align: center !important; 
	width: 222px !important; 
	height: 260px !important;
	border: none !important;
	/*border-style:black 1px !important;*/
	line-height: normal !important;
}

.IDX-image { 
	width: 218px !important; 
	height: 200px !important;
}

#IDX-slideshowImage span { 
	text-align: center !important;
} 

#IDX-bedsLine{
	display:inline !important;
}
 
#IDX-bathsLine{
	display:inline !important;
}

#IDX-remarksLine{
	display:none !important;
} 

