body
{
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 10pt;	
}

#logo
{
	width: 940px;	
	margin-top: 10px;	
	margin-bottom: 10px;	
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#logo a img
{
	border: 0;		
}

a
{
	text-decoration: none;
	color: #C31129;
}

a:hover
{
	text-decoration: underline;
}

h2
{
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-size: 150%;
}

h3
{
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-size: 100%;
}

h2.page-title
{
	position: absolute;
	z-index: 100;
	top: -57px;
	left: 10px;
	font-size: 40px;
}

#breadcrumbs
{
	padding: 10px;
	padding-left: 0;
}

.container
{
	margin-left: auto;
	margin-right: auto;	
	width: 940px;
}

.menu_container
{
	margin-left: auto;
	margin-right: auto;	
	width: 1004px;	
}

#menu_tile
{
	width: 75px;
	background-image: url(../Images/menuright_tile.png);
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	height: 26px;
	position:relative;
}

#menuBar
{
	padding: 1px 0 0px 0;
	background: transparent url(../Images/menu-bg.png) repeat-x;
	height: 25px;
}



#bannerBar
{
	height: 160px;
	padding: 16px 0 0 0;
	background: transparent url(../Images/banner-bg.png) repeat-x;
	z-index:0;
}

#pagePhoto
{
	border: 1px solid #FF6F84;
	width: 733px;
	height: 137px;		
	float: left;
	position: relative;
	top: 1px;	
}

#pagePhoto img
{
	position: absolute;
	clip: rect(0 733px 137px 0);
}

#Content /* Main content section */
{
	padding-top: 10px;		
	line-height: 20px;	
	position: relative;	
}


#homepageContent
{		
	position: relative;
	width: 733px;		
	float: left;
	margin-right: 5px;	
	min-height: 440px;
}

#homepageContent .ContentBlock
{
	padding-right: 10px;
}

#homepageContent .ContentBlock p
{
	margin-top: 0;
}

/* Menu */

#topmenu_left
{
	float:left;
	position:relative;
}

#topmenu
{
	/*border-top: solid 1px #C31129;
	border-bottom: solid 1px #C31129;
	border-right: solid 1px #C31129;*/
	float:left;
	position:relative;
}

ul.menubar
{
	list-style-type: none;
	padding: 0px;		
	margin: 0px;	
	/*width: 940px;*/
	display: block;
	height: 26px;
}

ul.menubar li img
{
	float: left;
	position:relative;
}


ul.menubar li
{
	height: 27px;
	float: left;
	position:relative;
	
	/*padding-right: 15px;
	border-left: solid 1px #C31129;
	
	border-right: solid 1px #C31129;
	/*border-top: 1px solid #C31129;
padding-top: 5px;
*/
	white-space: nowrap;
	
	margin-top: -1px;
	margin-left: -1px;
}

#ul_menu_top li
{
	background-image: url(../Images/menuitem_bg.png);
}




#ul_menu_top li div.leftMenuItemImage
{
	width:13px;
	height:27px;
	background: url(../Images/menuitem_left.png);
	float:left;
	position:relative;
}

#ul_menu_top li div.rightMenuItemImage
{
	width:14px;
	height:27px;
	background: url(../Images/menuitem_right.png);
	float:left;
	position:relative;
}

#ul_menu_top li.pressed
{
	background-image: url(../Images/menuitemhover_bg.png);
}


#ul_menu_top li.pressed div.leftMenuItemImage

{
	background-image: url(../Images/menuitemlefthover_bg.png);
}

#ul_menu_top li.pressed div.rightMenuItemImage
{
	background-image: url(../Images/menuitemrighthover_bg.png);
}

ul.menubar li a
{	
	font-weight: bold;
	color: #C31129;
	line-height: 27px;
	
	padding-right: 0;
	float: left;
	position:relative;
}



#img_menu_right
{
	float:left;
	position:relative;
}


ul.menubar li a:hover, /*ul.menubar li.selected a , */ ul.menubar li.pressed a
{
	color: #a6a6a6 !important;
}

ul.menubar li.selected
{
	/*border-bottom: 2px solid #C31129;	
	background-color: #ddd;*/
}

ul.menubar li a, ul.menubar li a:hover
{
	text-decoration: none;
}

div.subMenu
{
	z-index : 10;
	position:absolute;
	width:261px;
	background-image: url(../Images/dropdown_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;
	
	display:none;
	
	
}

div.subMenuContent
{	
	width:185px;
	background-color:White;
	padding: 0px 12px 0px 12px;
	margin-top:0px;
	margin-left:28px;
	margin-right:28px;
	margin-bottom:40px;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;

}

div.subMenuContent a
{
	border-bottom:solid 1px #CECECE;
	display:block;
	position:relative;
	padding-bottom:5px;
	padding-top:5px;
}

div.subMenuContent a.last
{
	border-bottom:0 !important;
	padding-bottom:7px;
}


div.subMenuContent a:hover
{
	text-decoration:none;
	color: #A6A6A6;
	
}

.listingPage, .standardPage
{
	width: 730px;	
	float: left;
	position:relative;	
}

.listingPageWithSubs, .standardPageWithSubs
{
	width: 730px;
	float: left;
	position:relative;
}

.listingPageWithSubs p, .standardPageWithSubs p
{
	margin-top: 0;
}

/* Content Blocks - Standard*/

.ContentBlock
{
	
}

.ContentBlock .Image
{
	float: right;
	position:relative;
	width: 150px;	
	padding: 5px;
	border: 1px solid #CECECE;	
	margin-left: 10px;
	margin-bottom: 10px;
}

.ContentBlock .Image img
{
	width: 150px;	
	border: 0px;
}



/* Content Blocks - Listing */
.ListingContentBlock
{ 
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #CECECE;
}

.ListingContentBlock .title
{
	padding: 2px;
	background-color: #CECECE;
	font-weight: bold;	
	font-size: 120%;
	
}

.ListingContentBlock .info
{
	margin-bottom: 10px;
}

.ListingContentBlock .price
{
	font-size: 120%;
	font-weight: bold;
	float: left;
	position:relative;
}

.ListingContentBlock .location
{
	font-size: 120%;
	font-weight: bold;
}

.ListingContentBlock .abstract
{
	clear:left;
	float: left;
	position:relative;
	width: 530px;
	margin-bottom: 10px;
	text-align: justify !important;
}

.ListingContentBlock .Image
{
	width: 150px;	
	padding: 5px;	
	border: 1px solid #CECECE;
	background-color: white;
	float: right;
	position:relative;
}

.ListingContentBlock .Image img
{
	width: 150px;	
	border: 0px;
}

.ListingContentBlock .Image-Right
{
	margin: 0 0 10px 0;
}

.ListingContentBlock ul
{
	padding: 0;
	margin: 0;
	margin-left: 18px;
}

.ListingContentBlock ul li
{
	list-style-image: url(../images/redarrow.gif);
	list-style-type: none;		
	list-style-position: outside;		
}

.ListingContentBlock ul li a
{
	color: #BD0C21;
	text-decoration: none;
}

/* News Scroller */
#newsScroller
{	
	width: 188px; 
	height: 275px; 	
	border: 1px solid #434343;	
	margin-left: 15px;
	background-color: #6A6A6A;
	color: white;
	font-weight: bold;
	padding: 5px;	
	position: absolute;
	right: 0;
}

#newsScroller marquee
{
	width: 95%;
}

#newsScroller a
{
	color: White;	
	font-weight: normal;	
	text-decoration: none;
}

#NewsScroller marquee hr
{		
	margin: 0px;
	padding: 0px;	
	border-bottom: 1px solid white;		
}


/* Homepage Random Property */
.RandomProperty
{
	position: absolute;
	right: 0;
	top: 270px;
	border: 1px solid #CECECE;
	width: 188px;	
	text-align: center;
	padding: 5px;
}

.RandomProperty a, .RandomProperty a:hover
{
	color: #9B9B9B;
}


.RandomProperty a img
{
	border: 0;

}

.RandomProperty a:hover
{
	text-decoration: underline;	
}	



.RandomProperty .title
{
	color: #6A6A6A;
	text-align: left;	
	display: block;
	float: left;
	position:relative;
	padding: 0px;
	padding-left: 2px;
	font-size: 95%;	

}

.RandomProperty .price
{
	font-weight: bold;
	color: #6A6A6A;
	text-align: right;
	display: block;
	padding: 0px;	
	padding-right: 4px;
	font-size: 95%;	
}


/* Search control */
#SearchControl
{	
	width: 190px;
	/*
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/
	
	background: transparent url(../images/SearchBG.png);
	background-repeat: repeat-x;		
	display: block;
	float: right;	
	position:relative;
	margin-left: 0px;
	margin-top: 1px;	
	padding: 5px;	
	clear:right;
}

#SearchControl table
{
	font-size: 0.8em;
}

#SearchControl table tr td select
{
	font-size: 0.8em;
	width:100px;
}

#SearchControl div.Title
{
	font-weight: bold;
	font-size: 120%;
}

#SearchControl div.row
{
	clear: both;	
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}


#SearchControl div.row span.label
{
	float: left;
	position:relative;
	width: 50px;
	font-size: 90%;	
	padding-top: 2px;
}

#SearchControl div.row span.label2
{
	float: left;
 position:relative;
	width: 70px;
	font-size: 90%;
	padding-top: 2px;
}

#SearchControl div.row span.element
{
	float: right;	
	position:relative;
	text-align: left;	
}

#SearchControl div.row span.element input
{
	border-left: 1px solid #A1A1A1;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	padding: auto 2px auto 2px;
}


#SearchControl div.row .field
{
	height: 13px;
}

#SearchControl div.row .field1	/* Keyword, Location, Price From and Price To input boxes */
{ 
	background-color: #C8C8C8; 
}

#SearchControl div.row .field2
{ 
	background-color: #D0D0D0; 	
}

#SearchControl div.row .field3
{
	background-color: #D8D8D8; 	
}

#SearchControl div.row .field4
{
	background-color: #E2E2E2;	
}

#SearchControl div.row .button
{ padding-top: 4px; }


/* Sort Options */
.sortOptions
{	
	/*margin-bottom: 10px;
	float: right;
	margin-top: -30px;*/
	position:absolute;
	top: -29px;
	right: 0px;
	
	
}

.sortOptions ul
{
	list-style-type: none;
	padding: 0px;		
	margin: 0;
}

.sortOptions ul li
{
	display: inline;
	padding-left: 10px;
}

.sortOptions .sortSelected
{
	font-weight: bold;
}



/* Full Listing Page */

.FullListing
{
	position: relative;
	width: 733px;		
	float: left;
	margin-right: 5px;	
}

.FullListing .Price
{
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
	
	display: block;
	margin-bottom: -10px;	
}

.FullListing .ImageContainer .Image
{
	/*width: 100px;*/
	height: 120px;

	padding: 0;
	margin: 0;
	margin-right: 10px;
	float: left;
	position:relative;
	
	background-color: Transparent;
	border: 0;
}

.FullListing .ImageContainer .Image img
{
	/*width: 100px;*/
	height: 100px;
	float: left;
	 position:relative;
	padding: 5px;
	border: 1px solid #CECECE;	
}

.FullListing .ImageSelectionContainer
{
	margin-bottom: 10px;
}

.FullListing .Image
{
	width: 410px;
	padding: 2px;
	border: 1px solid #CECECE;	
}

.FullListing .ThumbnailImage
{
	width: 70px;
	float: left;
	position:relative;
	padding: 2px;
	border: 1px solid #CECECE;
	margin-top: 20px;
	margin-right: 9px;
	cursor: pointer;
}

.FullListing .Summary
{
	border: 1px solid #CECECE;
	background-color: #E7E7E7;
	padding: 10px;
	width: 713px;
	margin-bottom: 20px;
}

.FullListing .Summary span, .FullListing .Body span, .FullListingSide span
{
	font-weight: bold;
	font-size: 120%;
}

.FullListingSideContainer
{
	width: 195px;
	margin: 100px 0 15px 0;
	float: left;
	position:relative;
}

.FullListingSideContainer .Image img
{
	

}


.FullListingSideContainer .FullListingSide
{
	width: 188px; 	
	border: 1px solid #CECECE;		
	background-color: #E7E7E7;		
	padding: 5px;
	
}

.FullListingSideContainer .FullListingSide ul.Print
{
	margin: 0 0 2px 0;
	padding: 0;				
	font-size: 95%;		
}

.FullListingSideContainer .FullListingSide ul.Print li, .FullListingSideContainer .FullListingSide ul.Print li.Print
{
	padding: 6px 0 2px 38px;
	background: url(../images/iconSubpage.gif) no-repeat;	
	list-style-type: none;	
}


.FullListingSideContainer .FullListingSide ul.Print li a, .FullListingSideContainer .FullListingSide ul.Print li.Print a, .FullListingSideContainer .FullListingSide ul.Print li.PDF a
{					
}

.FullListingSideContainer .FullListingSide ul.Print li.Print
{
	background: url(../images/iconPrinter.gif) no-repeat;	
}

.FullListingSideContainer .FullListingSide ul.Print li.PDF
{
	background: url(../images/iconPDF.gif) no-repeat;	
}

.FullListingSideContainer .FullListingSide ul.Print li.SaveProperty
{
	background: url(../images/savepropertybasketempty.gif) no-repeat;	
}

.FullListingSideContainer .FullListingSide ul.Print li.ViewProperty
{
	background: url(../images/savepropertybasket.gif) no-repeat;	
}

.FullListingSideContainer .FullListingSide ul.Print li.Register
{
	background: url(../images/iconRegister.gif) no-repeat;	
}

.FullListingSideContainer .FullListingSide span
{
	font-weight: bold;
	font-size: 120%;
}



/* Contact Us Page */

.ContactUsForm
{ 
	width: 700px;	
	padding-bottom: 20px;
	clear: both;
}

.ContactUsForm fieldset
{
	padding: 5px;
	border: 0;
}

.ContactUsForm div.Row
{
	clear: both;
	padding-top: 5px;	
}


.ContactUsForm div.Row span.label
{
	float: left;
	position:relative;
	width: 150px;
	text-align: right;	
}

.ContactUsForm div.Row span.element
{
	float: right;
	position:relative;
	width: 65%;
	text-align: left;		
}


.Location
{		
	position: relative;
	margin-bottom: 40px;
}

.Location .locationTitle
{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E4E4E4;
	width: 780px;
}

.Location .locationAddress
{ }

.locationAddress p
{
	margin: 0;
	padding: 0;
}

.Location .locationEmail
{ }

.Location .locationMap
{ 
	position: absolute;
	right: 0;
	top: 0;	
}

.Location .locationMap img
{
	border: 1px solid #CECECE;
}

.ContactUsForm .emailSuccess
{
	border: 1px solid #00C000;
	background-color: #C0FFC0;
	font-weight: bold;
	color: #00C000;
	padding: 5px;
	margin-bottom: 10px;
}

.ContactUsForm .err
{
	border-color: #C00000;
	background-color: #FFC0C0;
	color: #C00000;
}

.SubPage
{
	float: right;
	position:relative;
	width: 188px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #CECECE;		
	background-color: #E7E7E7; 	
}

.SubPage ul.Subpage
{
	margin: 0px;
	padding: 0px;				
}

.SubPage ul.Subpage li, .SubPage ul.Subpage li.Print
{
	background: url(../images/iconSubpage.gif) no-repeat;	
	list-style-type: none;
	padding: 6px 0 2px 38px;
}

.SubPage ul.Subpage li a, .SubPage ul.Subpage li.Print a
{					
}

.SubPage ul.Subpage li.Print
{
	background: url(../images/iconPrinter.gif) no-repeat;	
}

.SubPage span
{
	font-weight: bold;
	font-size: 120%;
}

.SubPagesTable
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.SubPagesTable td
{
	padding: 0px 10px 10px 50px;
	width:50%;
	vertical-align:top;
}

.SubPagesTable td a
{
	font-size:24px;
	line-height:28px;
}

/* News Item */
#NewsItem
{ }

#NewsItem h3, #NewsItem h4
{
	padding: 0;
	margin: 0;
	font-size: 100%;
}

#NewsItem .Image
{
	float: right;
	position:relative;
	width: 188px;	
	padding-left: 10px;
	padding-bottom: 10px;
	padding: 5px;
	border: 1px solid #CECECE;
}

#NewsItem .Image img
{
	width: 188px;
}

/* Register Page */
div.RegisterForm
{
	float:left;
	position:relative;
	width:470px;
	text-align:center;
	*padding-top:20px;
}

div.RegisterForm table
{
	width:100%;
}

div.RegisterForm table th
{
	width:30%;
	text-align: left;
}

div.RegisterForm table td
{
	text-align:left;
}


div.SubmitButtonWrapper
{
	clear:both;
	position:relative;
	padding-top:20px;
	padding-right:90px;
}

div.SubmitButtonWrapper input
{
	float:right;
	position:relative;
	margin-bottom:20px;
	*margin-bottom:0px;
}

/* Footer */
#Footer
{
	width: 940px;		
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #9B9B9B;	
	position: relative;
	clear: both;
}

#Footer .footerText
{
	position: absolute;
	top: 5px;
	left: 110px;
	font-size: 90%;
	color: #676767;
}


#Footer ul.footerLinks
{
	position: absolute;
	top: 20px;
	left: 110px;
	list-style-type: none;
	padding: 0 0 10px 0;		
	margin: 0px;
}

#Footer ul.footerLinks li
{
	float: left;
	position:relative;
	padding-right: 15px;
	padding-top: 4px;
	white-space: nowrap;
}

#Footer ul.footerLinks li a
{		
	color: #676767;
	font-size: 90%;	
	text-decoration: underline;	
}

#Footer ul.footerLinks li a:hover
{	
	text-decoration: none;
}


