@charset "UTF-8";

/* Accessible styles */

.accessible {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

.accessible.focus:focus {
	width:auto;
	height:auto;
	overflow: auto;
	top:20px;
	padding:5px;
	background:rgb(240,230,90);
	color:black;
}

.clearFloats
{
	clear:both;
}

h1, h2 {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
}

.lasalle h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #ec1e79;
	padding-top: 20px;
	padding-bottom: 15px;
}

.whitehouse h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid cyan;
	padding-top: 20px;
	padding-bottom: 15px;
}

.bowtie h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #9b33fe;
	padding-top: 20px;
	padding-bottom: 15px;
}

ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#6a94f8;
}

a:hover 
{
    text-decoration:none;
    color: yellow;
}

input {
	/*height: 16px;*/

	border: none;
	padding: 2px 5px;
}

img {
	border: none;
	}

img.floatLeft
{
	clear:both;
	padding-right:10px;
	padding-bottom:10px;
}


/* SHARED STYLES */


body {
	background-color:#000000;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	behaviour: url("csshover.htc");
	height:100%;
}

.container {
	width:960px;
	margin: 20px auto;
	padding: 0px;
	height: auto;
}

/* HEADER / MENU */

.header {
	margin-top: 20px;
	float:left;
	display:block;
	width: 900px;
}

.logoBar {
	display: block;
	float:left;
	width: 900px;
	padding-bottom: 45px;
}

.logoRight {
	float:right;
	display: block;
	margin-top: 8px;
}

.logoLeft {
	float: left;
	height: 75px;
}


.logoTag {
	float:left;
	display: block;
	width: 300px;
	margin-top: 50px;
	margin-left: 20px;
}

.menuBar {
	float:left;
	width:960px;
	display:block;
	/*margin-bottom: 14px;*/
}

/* main menu */

.mainMenu {
	clear:both;
	display:block;
	float:left;
	padding-left: 5px;
	margin-top: 0px;
	font-size: 11px;
	letter-spacing: -0.5px;
}

/* menu item */
.mainMenu li {
	padding: 0;
	margin: 0;
	margin-right: 9px;
	display:block;
	float:left;
	width: auto;
	height: 23px;
	position:relative;
	text-transform:uppercase;
	font-size: 12px;
}

.menuBar > .mainMenu li {
	margin-right: 14px;
}

.mainMenuSpacer {
	display: block;
	float:left;
	height: 6px;
	width: 100%;
	border-top: 1px dashed #FFFFFF;
	margin-top: 6px;
}




/* menu item link */

.mainMenu a {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.mainMenu a:hover {
	color:#d8df21;
}

body#home #mainMenuHome {color:#d8df21;}
body#homeRentLasalle #mainMenuSales {color:#d8df21;}
body#homeRentWhiteHouse #mainMenuLettings {color:#d8df21;}
body#homeRentBowtie #mainMenuLettings {color:#d8df21;}
body#contct #mainMenuContact {color:#d8df21;}

.mainMenu li:hover ul, li.over ul { display: block; }



/* sub menu */
.mainMenu li ul {
	position: absolute;
	left: -10px;
	top: 15px;
	display: none;
	background:url(../images/black_trans_bg.png) repeat;
	padding: 5px 10px 10px;
	width: 170px;
}

/* sub menu item */
.mainMenu li ul li {
	position: relative;
	height: auto;
	display: block;
	width:170px;
	margin-bottom: 2px;
}

/* sub menu item link */
.mainMenu li ul li a {
	height: auto;
	padding: 0;	
}

/* sub menu item title */
.mainMenu li ul li p {
	height: auto;
	padding: 0px;
	margin: 0;	
}

.mainMenu li ul li a:hover {
	color:#d8df21;
	/*background-color:#FF0000;*/
}

/* sub sub menu */

/* had to add in a bit of a hack for the height -
	will only work if there's only ever 2 submenu items */
	
.mainMenu li ul li ul {
	position: relative;
	display:block;
	top: 0;
	left: 0;
	padding: 0;
	/*height: 35px;*/
	background:none;
}

/* sub sub menu item */
.mainMenu li ul li ul li {
	width:165px;
	margin-bottom: 0px;
}

/* sub menu item link */
.mainMenu li ul li ul a {
	height: auto;
	margin-bottom: 0;
	padding: 0 5px;
}


.langSelect {
	width: 81px;
	display:block;
	float: right;
}

.langSelect li {
	position:relative;
	padding: 0;
	margin: 0;
	margin-left: 4px;
	display:block;
	float:left;
	width: auto;
	height: 13px;
}

.langSelect a {
	height: 0;
	padding: 13px 0 0 0;
	display:block;
	overflow:hidden;
}

/* HOMEPAGE */

.body {
	width: 960px;
	display:block;
	float:left;
	margin-bottom: 30px;
}

.footer {
	font-size: 10px;
	clear:both;
	float:left;
	color:#808080;
	font-family:Arial, Verdana;
	font-weight:bold;
	width:960px;
	padding: 0;
	/*border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;*/
	margin-bottom: 20px;
}

.footer a { color:#c0c0c0;}
.footer a:hover { color:#FFFFFF;}

.internalLinks { float:right; }
.externalLinks { float:right; }

#news_readmore {
	padding-right: 10px;
}

#news_morenews {
	border-left: 1px solid;
	padding-left: 10px;
}
/* Listings page */

.mainBody {
	width: 646px;
	float:left;	
}

.sideBar {
	width: 296px;
	float:right;
}

.topPanel {
	float: left;
	width: 646px;
	margin-bottom: 12px;
}

.mainImage {
	float:left;
}


/* breadcrumb */

.breadcrumb {
	clear: both;
	font-size: 12px;
	color:#938a6e;
	margin-bottom: 10px;
	padding-top: 10px;
}

.breadcrumb a {
	font-size: 12px;
	color:#938a6e;
	font-family:Arial, Helvetica, sans-serif;
}


.pageTitle {
	float: left;
	margin-bottom: 20px;
}

.pageTitle h2 {
	text-transform:uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 21px;
}


/* search box & bar */

.searchBarTab a {
	float:left;
	display:block;
	width: 70px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding: 6px 0;
	background-color:#000000;
}


.searchBox .searchBarTab.selected a {
	background-color:#323131;
	color: #D8DF21;
}

/*
#searchBarTabBuy a {background-color:#847766;}
#searchBarTabRent a {background-color:#3c3a3a;}
*/

.searchBox input {
	margin-bottom: 5px;
}

.searchMapLink {
	display:block;
	float:left;
	/*margin-top: 10px;*/
	/*background-color:#00FF00;*/
}

.searchLink {
	float: left;
	width: 30px;
	padding: 10px 0px 10px 26px;
	margin-right: 10px;
	font-weight: bold;
}



.searchBox {
	background-color:#323131;
	float:left;
	width: 296px;
	margin-bottom: 10px;
}



.searchBoxHeader {
	float:left;
	width: 278px;
	padding: 0 0 16px 18px;
}

.searchBox .sideBarBoxTitle {
	float:left;
	margin: 16px 0 0 0;
	/*padding: 8px 0 4px 18px;*/
	width: 138px;
	color:#FFFFFF;
	
}

.searchBox .searchBarTabs {
	float:right;
	display:block;
	width: 140px;
}

.searchBoxBody {
	float:left;
	clear:left;
	padding: 0 10px 0 10px;
	width: 276px;
	display: block;
}

.searchBoxBody.closed {
	display: none;
}

.searchBox .searchFormItem {
	border-top: 1px dashed #CCCCCC;
	float:left;
	display:block;
	width: 250px;
	padding: 9px;
}

.searchBox .searchFormSelect
{
	background:white;
	color:black;
	padding:2px;
	width:250px;
	border:none;
}

.searchBox .searchFormSelectNarrow
{
	background:white;
	color:black;
	padding:2px;
	width:90px;
	border:none;
}

.searchBox .searchFormItemNarrow {
	/*border-bottom: 1px dashed #848484;*/
	float:left;
	display:block;
	width: 90px;
	padding: 0px 0px 10px 8px;
}

.searchBox > .searchBoxBody .searchFormItemNarrow {
	width: 110px;
	padding: 0px 10px 10px 10px;
}

.searchBox p {
	padding: 0;
	margin: 0;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 30px;
}

.searchBox .searchFormItem input {
	width: 240px;
	background:url(../images/input_box_250_alt.gif) no-repeat;
}

#searchBedrooms, #searchExterior {
	width: 110px;
	background:url(../images/input_box_120_alt.gif) no-repeat;
}

.searchBox .searchMapLink {
	margin-top: -2px;
	margin-bottom: -3px;

}

.searchBox .sideBarBoxLink {
	background:url(../images/btn_light_brown.gif);
	margin-top: 0px;
}

#searchSubmit {
	width: 110px;
	height: 20px;
	background:url(../images/btn_white_alt.gif);
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.searchBox #searchSubmit {

}

/* SIDE BAR ITEMS */

.sideBarBody {
	float: left;
	background-color:#191818;
	padding: 20px 10px 0 10px;
	width: 276px;
	margin-bottom: 30px;
}


.sideBarBox {
	border-top: 1px solid white;
	float: left;
	width: 256px;
	padding: 23px 10px;
}

.sideBarBoxTitle {
	display:block;
	margin-bottom: 10px;
	margin-top: 0;
}

.sideBarBoxTitle h3 {
	margin-top: -5px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 20px;
}

.sideBarBoxBody 
{
    text-align:left;
	margin-top: 10px;
	
}

/* user login box */
#userLoginBox {
	border-top: none;
	padding-top: 0;
}

#userLoginBox .sideBarBoxTitle {
	/*background:url(../images/user_login_title.gif) no-repeat;
	width: 126px;*/
}

#userLoginBox input {
	background:url(../images/input_box_250.gif) no-repeat;
	width: 240px;
	margin-bottom: 5px;
}

#userLoginBox input.sideBarBoxLink {
	background:url(../images/btn_green.gif);
	width:110px;
	height:20px;
	font-weight:bold;
	font-size:12px;
}


#currencyConverter .sideBarBoxTitle {
	/*background:url(../images/currency_converter_title.gif) no-repeat;
	width: 212px;*/
}

#currencyConverter img {
	margin-right: 10px;
}

#emailAlerts .sideBarBoxTitle {
	/*background:url(../images/email_alerts_title.gif) no-repeat;
	width: 125px;*/
}

.sideBarBoxLink, .sideBarBoxLinkWH, .sideBarBoxLinkLS, .sideBarBoxLinkBT {
	width: 255px;
	height: 30px;
	text-align:center;
    padding-top: 0;
}

.sideBarBoxLink a:link, .sideBarBoxLink a:visited, .sideBarBoxLink a:active, .sideBarBoxLinkWH a:link, .sideBarBoxLinkWH a:visited, .sideBarBoxLinkWH a:active, .sideBarBoxLinkLS a:link, .sideBarBoxLinkLS a:visited, .sideBarBoxLinkLS a:active, .sideBarBoxLinkBT a:link, .sideBarBoxLinkBT a:visited, .sideBarBoxLinkBT a:active {
	font-weight: bold;
	color:#fff;
}

.sideBarBoxLink a:hover, .sideBarBoxLinkWH a:hover, .sideBarBoxLinkLS a:hover, .sideBarBoxLinkBT a:hover {
	font-weight: bold;
	color:yellow;
}

.sideBarBoxLinkBlue {
	background:url(../images/btn_cyan.gif);
}

#latestNews .sideBarBoxTitle {
	/*background:url(../images/latest_news_title.gif) no-repeat;
	width: 125px;*/
}

#latestNews .sideBarNewsTitle {
	color:#d8df21;
	font-weight: bold;
	margin-bottom: 4px;
}

.sideBarBoxLink {
	background:url(../images/menu_back.png);
    padding-top:5px;
}

.sideBarBoxLinkBT {
	background:url(../images/menu_back_bt.png);
    padding-top:5px;
}

.sideBarBoxLinkWH {
	background:url(../images/menu_back_wh.png);
    padding-top:5px;
}

.sideBarBoxLinkLS {
	background:url(../images/menu_back_ls.png);
    padding-top:5px;
}


#magazineBox .sideBarBoxTitle {
	/*background:url(../images/magazine_title.gif) no-repeat;
	width: 125px;*/
}

#magazineBox .sideBarBoxBody {
	border-bottom: none;
	margin-bottom: 0;
}


/*main body text styles */

.pageHeader {
	border-top: 1px solid white;
	clear:both;
	padding-top: 20px;
	float: left;
	width: 100%;
}

.mainBody .pageTitle h2 {
	margin-bottom: 20px;
	padding: 0;
	color:#FFFFFF;
	width: 100%;
}

.mainBodyText {
	color: #CCCCCC;
	float: left;
	clear: both;
	width: 100%;
}

.mainBodyBusiness
{
	padding-bottom:20px;
}

.mainBodyText p {
/*	float: left;*/
	margin: 0 0 20px 0;
/*	display:block;*/
/*	width: 100%;*/
}

.mainBodyText img {
	float: right;
	display:block;
	margin-left: 20px;
}

.mainBodyAddText {
	border-top: 1px dashed #7f7f7f;
	margin-top: 20px;
	padding-top: 20px;
	float:left;
	width: 100%;
	color: #CCCCCC;
	
}

.mainBodyAddText p {
	clear:left;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

.mainBodyAddText ul {
	clear:both;
}

.linkBox a {
	border-bottom: 1px dashed #3f3f3f;
	display:block;
	padding: 4px 4px;
	font-weight: bold;
}

.linkBox a:hover {
	color: #d8df21;
}

/* The disclaimer, which is included on every page, above the footer */
#disclaimer {
	clear: both;
	width: 620px;
	color: #999;
	font-size: 10px;
}
/* No disclaimer on the homepage */
body#home #disclaimer {
	display: none;
}

/* Generic forms, e.g. registration, etc */
form.generic dt {
	clear:left;
	float:left;
	padding:0.5em 0;
	width:200px;
}
form.generic dd {
	float:right;
	margin:0;
	width:445px;
}
form.generic input[type="checkbox"] {
	margin-left:-21px;
}
form.generic .submit {
	clear:both;
	padding:1em 0 1em 200px;
}
