*
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 2em;
	color: #4776af;
	font-weight: normal;
	padding-bottom: 1em;
}

h2
{
}

h3
{
}

p
{
}

.clearBoth
{
	clear: both;
}

.textAlignRight
{
	text-align: right;
}

/* blue btn */
a.blueBtn
{
	text-align: center;
	padding: 1px 10px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	color: #fff !important;
	/*width: 50px;*/
	height: 15px;
	background: url(../images/blue_btn_bg.gif) repeat-x top;
	display: block;
	border: 1px solid #507cb1;
	white-space: nowrap;
}

a.blueBtn:hover
{
	background: url(../images/blue_btn_bg_over.gif) repeat-x top;
	/*color: #baf6ff;*/
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: url(../images/main_bg.jpg) no-repeat top;
	background-color:#dae1e7;
}

#container
{
	width: 955px;
	margin: 0px auto;
}

#topNav
{
	height: 56px;
	margin: 16px 0px 13px 19px;
}

#topNav ul
{
}

#topNav ul li
{
	list-style: none;
	float: left;
}

#topNav ul li#logoHolder
{
	margin-right: 75px;
}


/* .......................... sectional main body .......................... */
#secMainBody
{
	padding-top: 5px;
	clear: both;
	width: 955px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	/*background-color: #fff;*/
	padding-bottom: 30px;
	background-color: #fff;
	/*background: #fff url(../images/gradient.gif) no-repeat 6px 137px;*/
}
#secMainBody h1
{
	margin-left: 24px;
}

#secBannerHolder
{
	width: 942px;
	height: 127px;
	margin: 0px auto 5px auto !important;
	margin: 0px auto 3px auto;
}


/* ........................ nav holder .................... */
#navHolder
{
	width: 209px;
	margin-left: 7px;
	margin-right: 10px;
	display: inline;
	float: left;

}

.searchBox
{
	padding-top: 23px;
	width: 209px;
	height: 103px;
	background: url(../images/sec_06.gif) no-repeat top;
	border-top: 10px solid #4776af;
	margin-bottom: 5px;
}

.searchBox table
{
	margin: 0px auto;
}

.searchBox table tr td
{
	padding: 2px 0px;
}

.searchBox select
{
	font-size: 1em;
	color: #666;
}

.searchBox input
{
	font-size: 1em;
	color: #666;
}

.searchBox select.catField
{
	width: 180px;
}

.searchBox input#cityField
{
	width: 175px;
}

.searchBox input#minPrice
{
	width: 80px;
	margin-right: 4px;
}

.searchBox input#maxPrice
{
	width: 80px;
}


/* ....................... side nav ........................ */
#sideNav
{
	width: 209px;
	background: url(../images/sec_09.gif) no-repeat top;
	border-top: 10px solid #4776af;
}

#sideNav ul
{
	margin-left: 1px;
}

#sideNav ul li
{
	list-style: none;
	font-size: 1.2em;
	width: 207px;
}

#sideNav ul li a
{
	padding-left: 27px;
	padding-top: 8px;
	width: 180px;
	height: 26px;
	color: #7d7b7a;
	display: block;
	/*background-color: #fcf7f3;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f3ece5;
	background: #fcf7f3 url(../images/blue_arrow.gif) no-repeat 10px 12px;
	
}

#sideNav ul li a:hover
{
	background-color: #f4ebe2;
}

#sideNav ul li ul li a
{
	padding: 0px;
	padding-top: 4px;
	padding-left: 37px;
	width: 170px;
	font-size: 11px;
	color: #95877b !important;
	height: 21px;
	background: url(../images/brown_arrow.gif) no-repeat 25px 8px;
	border: none;
}

#sideNav ul li ul
{
	background: url(../images/sub_nav_level2_bg.gif) repeat-x top;
}

#sideNav ul li ul li a:hover
{
	background-color: #e3dad1;
}

/* ......................... content holder ......................... */
#contentHolder
{
	float: left;
	width: 685px;
	padding: 10px 15px 25px 15px;
	
	background: #fff url(../images/gradient.gif) no-repeat top;
}

#contentHolder h1
{
	margin-left: 0px;
}

/* ................. footer ...................... */
#mainFooter
{
	padding-top: 10px;
	clear: both;
}

#mainFooter ul li
{
	list-style: none;
	display: inline;
	color: #005595;
}

#mainFooter ul li a
{
	color: #005595;
}

#mainFooter #footerLeft
{
	float: left;
	margin-left: 10px;
}

#mainFooter #footerRight
{
	float: right;
	margin-right: 10px;
}






/* .............................. listing details ............................... */

#detailsHolder
{
	width: 907px;
	border-top: 10px solid #4776af;
	padding-bottom: 40px;
	margin: 0px auto;
}

#detailsHolder h1
{
	margin-left: 0px;
}

.listingDetails
{
	float: right;
	margin-top: 7px;
}

.listingDetails table
{
	width: 400px;
	border-collapse: collapse;
}

.listingDetails table tr th,
.listingDetails table tr td
{
	border: 1px solid #e1dcd8;
	text-align: left;
	font-size: 11px;
	padding: 10px 20px;
	background: url(../images/listing_body_bg.gif) repeat-x top;
}

.listingDetails table tr.btns td
{
	border: none;
	text-align: center;
	padding: 0px;
	background-image: none;
}

.listingDetails table tr th
{
	text-align: left;
	color: #765e4e;
}

.listingDetails table tr td
{
	color: #727374;
}

.listingDetails table tr.listingHeader th
{
	background: url(../images/listing_header_bg.gif) repeat-x top;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
}

.listingDetails table tr.listingHeader th.priceHeader
{
	width: 210px;
}

.listingDetails table tr.listingHeader th.listingPrice
{
	width: 186px;
}

a.sendToFriendBtn, a.printListingBtn, a.CalcBtn,
a.saveListingBtn
{
	display: block;
	border: 1px solid #ccc2bb;
	text-align: center;
	background: #f4eee2 url(../images/mail_icon.gif) no-repeat 25px 9px;
	font-size: 12px;
	font-weight: bold;
	color: #765e4e;
	padding: 6px 0px;
	margin: 5px 2px;
}

a.saveListingBtn
{
	background: #f4eee2 url(../images/add_icon.gif) no-repeat 25px 9px;
}

a.printListingBtn
{
	background: #f4eee2 url(../images/printer_icon.gif) no-repeat 25px 9px; 
}

a.CalcBtn
{
	background: #f4eee2 url(../images/calc_icon_2.gif) no-repeat 15px 9px;
}

a.reqInfoBtn
{
	display: block;
	border: 1px solid #4776af;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 6px 0px;
	margin: 5px 2px;
	background: #f4eee2 url(../images/blue_btn_bg2.gif) repeat-x top;
}

/* ........................... photo viewer ................... */
.photoViewer
{
	float: left;
	width: 484px;
}

.photoViewer .bigPhoto
{
	margin: 0px auto;
}

.photoViewer .thumbnails
{
	height: 80px;
	width: 476px;
	padding: 4px;
	border-top: 1px solid #b6a38f;
	border-bottom: 1px solid #b6a38f;
	overflow: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.photoViewer .thumbnails a img
{
	margin: 0px 2px;
}

/* ................... listing description ................ */
.listingDescription h1
{
	font-size: 1.8em;
	padding-bottom: .5em;
	color: #4776af;
	font-weight: normal;
}

.listingDescription p
{
	font-size: 1.1em;
	color: #737373;
	padding-bottom: .8em;
}

/* ............................ listing item ................... */
.listingItem
{
	clear: both;
	border-bottom: 1px solid #b6a38f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.listingItem a
{
	color: #4776af;
}

.listingItem table
{
	border-collapse: collapse;
	border-right: 1px solid #f4ebe2;
}

.listingItem table tr th,
.listingItem table tr td
{
	padding: 6px 8px;
}

.listingItem table tr td
{
	vertical-align: top;
	font-size: 1.1em;
	color: #765e4e;
}

.listingItem table tr td p
{
	color: #4d4d4d;
}

.listingItem table tr th
{
	vertical-align: top;
	text-align: left;
	background-color: #f4ebe2;
	color: #4776af;
	font-size: 1.4em;
}

.listingItem table tr td.photoHolder
{
	padding: 0px;
	padding-right: 14px;
	border-right: 1px solid #f4ebe2;
}

.listingItem table tr td.photoHolder a img
{
	border: 1px solid #4776af;
}

.listingItem table tr td.photoHolder p
{
	color: #4776af;
	padding-top: .3em;
}

.listingItem table tr th.propertyInfo
{
	width: 417px;
}

.listingItem table tr th.priceField
{
	width: 107px;
}

/* ........................................... page list .............................. */
.pageList
{
	text-align: right;
}

.pageList ul li
{
	list-style: none;
	display: inline;
	font-size: 1em;
	color: #4776af;
	margin: 0px 3px;
	font-weight: bold;
}

.pageList ul li a
{
	color: #9d9d9d;
}

.pageList ul li a:hover
{
	text-decoration: underline;
}

.pageList ul li.previousPage a,
.pageList ul li.nextPage a
{
	color: #9d9d9d;
}

.pageList ul li.previousPage a
{
	background: url(../images/left_arrow.gif) no-repeat left center;
	padding-left: 12px;
}

.pageList ul li.nextPage a
{
	background: url(../images/right_arrow.gif) no-repeat right center;
	padding-right: 12px;
}


/* ......................... listing tabs ......................... */
.listingTabs
{
	height: 28px;
	border-bottom: 1px solid #b6a38f;
	margin-bottom: 6px;
}

.listingTabs ul li
{
	list-style: none;
	float: left;
}

.listingTabs ul li a
{
	/*padding: 6px 8px;*/
	float: left;
	padding: 5px 8px 0px 8px;
	height: 18px;
	background: url(../images/listing_header_bg.gif) repeat-x top;
	display: block;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #bdab99;
	margin: 0px 3px 2px 0px;
	display: inline;
}

.listingTabs ul li a:hover
{
	background: url(../images/listing_header_bg.gif) repeat-x bottom;
}

/* ......................... added aug 16, 07 for content...................... */

#content
{
	padding-top: 0px;
}

#content a
{
	color: #4776af;
}

#content h1
{
	margin-left: 0px;
	font-size: 2em;
	color: #4776af;
	font-weight: normal;
	margin-bottom: .8em;
}

#content h2
{
	font-size: 1.7em;
	color: #4776af;
	font-weight: normal;
	margin-bottom: .8em;
	border-bottom: 1px solid #4776af;
}

#content h3
{
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	margin-bottom: .3em;
	padding-top: 10px;
}

#content h4
{
	font-size: 1.2em;
	color: #765e4e;
	font-weight: normal;
	margin-bottom: .8em;
}

#content h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .8em;
}

#content p
{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	margin-bottom: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul
{
	margin-left: 25px;
	margin-bottom: 25px;
}

#content ul li
{
	font-size: 1.1em;
	color: #003333;
	list-style: none;
	background: url(../images/brown_arrow.gif) no-repeat 0px 4px;
	padding-left: 12px;
	margin-bottom: 10px;
}

#contacttable
{
}

#contacttable th,
#contacttable td
{
	padding: 3px 0px;
}

#contacttable td
{
}

#contacttable th
{
	text-align: left;
	font-size: 14px;
	color: #4776af;
}

#contacttable td.clcol
{
	font-size: 11px;
	font-weight: bold;
	color: #9ea5ae;
}

#contacttable input#fname,
#contacttable input#lname,
#contacttable input#email
{
	border: 1px solid #ccc;
	background: none;
	padding: 2px 4px;
	font-size: 11px;
	width: 150px;
}

#contacttable input#Button1
{
	border: none;
	width: 101px;
	height: 18px;
	background: url(../images/blank_btn.gif) no-repeat top;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#agentImage
{
}

#agentImage td,
#agentImage th
{
	padding: 3px 0px;
}

#agentImage th
{
}

#agentImage td
{
	font-size: 11px;
	font-weight: bold;
	color: #9ea5ae;
}

#agentImage p
{
	font-size: 11px;
	color: #666;
	margin-bottom: 1em;
	font-weight: normal;
}

/*#agentImage p.summaryOuterTablecell
{
	text-align: left;
	color: #4776af;
}*/

table.agentInfo
{
}

table.agentInfo a
{
	color: #4776af;
}

table.agentInfo td
{
	font-size: 11px;
	line-height: 20px;
	color: #333;
}

table.agentInfo td small
{
	font-size: 11px;
}

/* standard btn */
.standardBtn
{
	border: none;
	text-align: center;
	height: 18px !important;
	padding: 0px 10px 2px 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	color: #fff !important;
	/*width: 50px;*/
	background: #669ec9 url(../images/blue_btn_bg.gif) repeat-x bottom;
	display: block;
	border: 1px solid #507cb1;
	white-space: nowrap;
}

.standardBtn:hover
{
	background: url(../images/blue_btn_bg_over.gif) repeat-x top;
	/*color: #baf6ff;*/
}

.summaryOuterTablecell select
{
	width: 200px;
	font-size: 11px;
}

.summaryOuterTablecell select option
{
	padding: 2px 4px;
}

.summaryOuterTablecell input[type="text"]
{
	width: 195px;
}

/*... image alignment ...*/
.alignLeft
{
	display: block;
	float: left;
}

.alignRigth
{
	display: block;
	float: right;
}




