/* General Styles */
* {
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/bg.jpg) 50% 100% no-repeat #fff;
	color:#3C3C3C;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#60639A;
	background-color:inherit;
	text-decoration:none;
	}

a:hover{
	text-decoration:none;
	color:#000;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

img {
	display:block;
}

/* Container Panel	*/

#container{
	position:relative;
	width:976px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:17px 0 0;
	}
	
	
/* Header */

#header{
	background:url(../images/header.jpg) 0 0 no-repeat;
	height:359px;
	}
#headerBg{
	background:url(../images/header-bg.jpg) 0 0 no-repeat;
	height:360px;
	z-index:-13;
	/*margin-bottom:1px;*/
	}
	
.logo{
	width:381px;
	height:88px;
	position:absolute;
	right:23px;
	top:29px;
	z-index:50;
	}
	
.lease{
	width:272px;
	float:right;
	padding:0 32px 0 0;
	margin:146px 0 0;
	}
	
.lease h3{
	background:url(../images/shrt-term.gif) 0 0 no-repeat;
	height:22px;
	padding-bottom:11px;
	text-indent:-2000000px;
	}
	
.lease ul{
	font:bold 13px/24px Arial, Helvetica, sans-serif;
	color:#555893;
	background-color:inherit;
	padding:0 0 8px;
	}
	
.lease ul li{
	background:url(../images/bullet.gif) 8px 8px no-repeat #EEEEF4;
	padding:0 0 0 22px;
	height:24px;
	line-height:24px;
	margin-bottom:3px;
	}
	
.lease p.txt{
	font-size:14px;
	line-height:18px;
	color:#fff;
	background-color:inherit;
	text-align:center;
	padding:0 0 7px;
	}
	
.lease p.moreInfo{
	font-size:18px;
	line-height:20px;
	color:#4B4C4F;
	background-color:inherit;
	text-align:center;
	}
	
.lease p.moreInfo a{
	font-size:19px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-decoration:underline;
	}
	
.lease p.moreInfo a:hover{
	color:#4B4C4F;
	background-color:inherit;
	text-decoration:none;
	}
	
/* Top Navigation */

.navPan{
	background:url(../images/navpan-bg.gif) 0 0 repeat-y;
	height:36px;
	line-height:36px;
	font-size:13px;
	font-weight:bold;
	padding:0 30px;
	}
	
.navPan ul{
	float:left;
	width:auto;
	}
		
.navPan ul li{
	float:left;
	width:auto;
	background:url(../images/nav-sep.gif) 0 13px no-repeat;
	padding:0 17px;
	}
	
.navPan ul li a{
	color:#ACADB2;
	background-color:inherit;
	text-decoration:none;
	float:left;
	width:auto;
	}

.navPan ul li a:hover, .navPan ul li a.active{
	background-color:inherit;
	color:#555893;
	}	
	
.navPan ul li a.active{
	cursor:text;
	}

/* Body */	

#bodypan{
	width:976px;
	height:100%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	}
	
#bodypan span.left{
	background:url(../images/body-left.png) 0 0 no-repeat;
	width:8px;
	height:173px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	}

#bodypan span.right{
	background:url(../images/body-right.png) 0 0 no-repeat;
	width:8px;
	height:173px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	}

#bodypan h2{
	padding-bottom:20px;
	text-indent:-2000000px;
	}
	
#bodypanInn{
	background:url(../images/mid-line.gif) 640px 20px repeat-y;
	width:958px;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	margin:26px auto 0;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	color:#3C3C3C;
	padding:0;
	}
	
#bodypanInn01{
	width:958px;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	margin:26px auto 0;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	color:#3C3C3C;
	padding:0;
	}
	
#bodypanInn h3.subHeading{
	font:bold 18px/24px Arial, Helvetica, sans-serif;
	color:#555893;
	background-color:inherit;
	padding-bottom:20px;
	}
	
.pad20{
	padding-left:20px;
	}
	
#bodypanInn01 p.contxt{
	padding:0 24px 20px;
	}
	
.conForm{
	width:908px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}
	
.conForm input.txtBox{
	background:url(../images/txtbox-bg.gif) 0 0 no-repeat;
	width:208px;
	height:25px;
	line-height:23px;
	padding:2px 0 2px 5px;
	border:none;
	}
	
.conForm input.txtBoxsmall{
	background:url(../images/small-txtbox.gif) 0 0 no-repeat;
	width:88px;
	height:21px;
	padding:2px 0 2px 5px;
	border:none;
	}
	
.conForm textarea.address{
	background:url(../images/txtarea-bg.gif) 0 0 no-repeat;
	width:213px;
	height:53px;
	margin-top:5px;
	margin-bottom:5px;
	border:none;
	}
	
.conForm input.submit{
	background:url(../images/submit-btn.gif) 0 0 no-repeat;
	height:25px;
	width:50px;
	font-size:0;
	line-height:0;
	text-indent:-2000000px;
	border:none;
	cursor:pointer;
	display:block;
	}
	
.conForm input.reset{
	background:url(../images/reset-btn.gif) 0 0 no-repeat;
	height:25px;
	width:50px;
	font-size:0;
	line-height:0;
	text-indent:-2000000px;
	border:none;
	cursor:pointer;
	display:block;
	}
	
#bodypanInn01 h2.contactus{
	background:url(../images/contactus.gif) 24px 3px no-repeat;
	height:26px;
	}
	

	
/* Left panel */

#leftPan{
	width:595px;
	float:left;
	padding:0 0 5px 24px;
	}
	
#leftPan h2.welcome{
	background:url(../images/quennsgate.gif) 0 0 no-repeat;
	height:25px;
	}
	
#leftPan h2.business{
	background:url(../images/quennsgate-business.gif) 0 3px no-repeat;
	height:26px;
	}
	
#leftPan h2.office{
	background:url(../images/quennsgate-office.gif) 0 3px no-repeat;
	height:26px;
	}
	
#leftPan h2.queens{
	background:url(../images/quennsgate-hdng.gif) 0 3px no-repeat;
	height:26px;
	}
	
#leftPan h2.scala-house{
	background:url(../images/scala-house.gif) 0 0 no-repeat;
	height:24px;
}

#leftPan h2.scala-houseHdng{
	background:url(../images/scala-hdng.gif) 0 0 no-repeat;
	height:26px;
}
	
#leftPan h2.scala-house-gallery{
	background:url(../images/scala-house-gallery.gif) 0 0 no-repeat;
	height:24px;
}
	
#leftPan p{
	padding-bottom:20px;
	}
	
#leftPan .txtLt{
	width:285px;
	float:left;
	}
	
#leftPan .txtRt{
	width:285px;
	float:right;
	padding:0 0 35px 14px;
	background:url(../images/mid-line.gif) 0 0 repeat-y;
	}
	
#leftPan p.blTxt{
	font-size:16px;
	line-height:22px;
	color:#60639A;
	background-color:inherit;
	}
	
#leftPan ul{
	padding:0 0 20px;
	font-size:12px;
	line-height:22px;
	}
	
#leftPan ul li{
	background:url(../images/bullet.gif) 0 9px no-repeat;
	padding:0 0 0 12px;
	}
	
#leftPan .greySec{
	background-color:#60639A;
	color:#fff;
	font-size:14px;
	line-height:20px;
	position:relative;
	width:594px;
	}
	
#leftPan .greySec span.top{
	background:url(../images/violet-top.gif) 0 0 no-repeat;
	width:594px;
	height:5px;
	display:block;
	line-height:0;
	font-size:0;
	}
	
#leftPan .greySec span.bot{
	background:url(../images/violet-bot.gif) 0 0 no-repeat;
	width:594px;
	height:5px;
	display:block;
	line-height:0;
	font-size:0;
	}
	
#leftPan .greySec p{
	padding:5px 25px 5px 20px;
	}
	
#leftPan .greySec p a{
	color:#fff;
	background-color:inherit;
	}
	
#leftPan .greySec p a:hover{
	color:#9999FF;
	background-color:inherit;
	}
	
/* Right panel */

#rightPan{
	width:270px;
	float:right;
	padding:0 24px 9px 26px;
	}

h2.location{
	background:url(../images/location.gif) 0 0 no-repeat;
	height:25px;
	}	
	
#rightPan p{
	font-size:13px;
	line-height:20px;
	padding-bottom:15px;
	}
	
#rightPan p strong{
	font-size:14px;
	font-weight:bold;
	color:#555893;
	background-color:inherit;
	}
	
.mapBdr{
	border:1px solid #E8E9F4;
	}
	
a.viewMap{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#555893;
	background-color:inherit;
	float:right;
	text-decoration:none;
	padding:3px 0 25px;
	}

#rightPan a:hover.viewMap{
	color:#000;
	background-color:inherit;
	}
	
#rightPan h3.enqiry{
	background:url(../images/enquiry-hdng.gif) 0 0 no-repeat;
	height:34px;
	padding:0 0 10px;
	text-indent:-2000000px;
	}	
	
#rightPan input.txtBox{
	background:url(../images/txtbox-bg.gif) 0 0 no-repeat;
	width:205px;
	border:none;
	height:18px;
	padding:4px 0 3px 10px;
	color:#666;
	background-color:#fff;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	}
	
#rightPan input.captchaBox{
	background:url(../images/captchBox-bg.gif) 0 0 no-repeat;
	width:115px;
	border:none;
	height:18px;
	padding:4px 0 3px 10px;
	color:#666;
	background-color:#fff;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	}
	
#rightPan img.captcha{
	float:left;
	margin-bottom:4px;
	margin-right:4px;
	}

#rightPan textarea{
	background:url(../images/txtarea-bg.gif) 0 0 no-repeat;
	width:208px;
	border:none;
	height:47px;
	padding:6px 0 0 10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	margin-bottom:5px;
	}
	
#rightPan input.btn {
	width:50px;
	height:25px;
	background:url(../images/submit-btn.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-2000000px;
	border:0;
	color:#fff;
	cursor:pointer;
	margin-bottom:14px;
	}
	
#errorTr {
	display:none;
}
.errorText {
	color:#E90100;
	background-color:inherit;
	padding:0 0 0 18px !important;
	margin:0 !important;
	width:auto !important;
}	
	
#rightPan .pdfDwnld{
	background:url(../images/pdf-bg.gif) 0 0 repeat-x;
	height:67px;
	padding:0 6px;
	}
	
#rightPan .pdfDwnld img{
	float:left;
	margin:16px 0 0;
	}
	
#rightPan .pdfDwnld p{
	float:right;
	padding:18px 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	width:215px;
	}
	
#rightPan .pdfDwnld p a{
	font-size:18px;
	color:#60639A;
	background-color:inherit;
	text-decoration:none;
	}
	
#rightPan .pdfDwnld p a:hover{
	color:#FF0000;
	background-color:inherit;
	}
	
/* Footer Panel	*/

#footerPan{
	width:958px;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	color:#A0A1AE;
	padding:35px 0 0;
	}
	
#footer{
	margin:0 auto;
	width:912px;
	height:70px;
	overflow:hidden;
	position:relative;
	background:url(../images/footer-bg.gif) 0 0 repeat-x;
	text-align:center;
	padding:18px 0;
	}
	

#footer ul{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	width:780px;
	margin:0 auto;
	padding:10px 0 0;
	}
	
#footer ul li{
	background:url(../images/footer-sep.gif) 0 5px no-repeat;
	float:left;
	width:auto;
	padding:0 12px;
	}
	
#footer ul li a{
	color:#A6A7AB;
	background-color:inherit;
	text-decoration:none;
	}	
	
#footer ul li a:hover, #footer ul li a.active{
	color:#555893;
	background-color:inherit;
	}

#footer ul li a.active{
	cursor:text;
	}

#footer p{
	padding-top:5px;
	color:#A0A1AE;
	background-color:inherit;
	font-size:12px;
	}
	
/* MISLENIOUS */
	
.noBackground{
	background:none !important;
	}
	
.noMar{
	margin:0 !important;
	}
	
.noPad{
	padding:0 !important;
	}
	
.noBdr{
	border:0 !important;
	}

/* Thank You Page */

.thankHead{
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	}
	
.thankTxt{
	font-size:14px;
	line-height:16px;
	text-align:center;
	}
	
	
/*-------------------slider---------------------*/

.slidePic{
	padding:44px 0 0 11px;
	}

.promo-home{ 
	background:url(../images/header-1.jpg) 0 0 no-repeat;
	height:308px;
	position:relative;
	}
	
.promo-home .slide{ 
	position:absolute;
	z-index:10;
	top:43px;
	left:11px;
	background-image:url(../images/header-1.jpg);
	width:954px;
	height:308px;
	color:#333333;
	background-color:inherit;
	background-position:0 0;
	}
	
#one{
	background:url(../images/header-1.jpg) no-repeat;
	}
	
#two{
	background:url(../images/header-2.jpg) no-repeat;
	}
	
#three{
	background:url(../images/header-3.jpg) no-repeat;
	}
#four{
	background:url(../images/header-4.jpg) no-repeat;
	}
#five{
	background:url(../images/header-5.jpg) no-repeat;
	}	
#six{
	background:url(../images/header-6.jpg) no-repeat;
	}
#seven{
	background:url(../images/header-7.jpg) no-repeat;
	}
#eight{
	background:url(../images/header-8.jpg) no-repeat;
	}
#nine{
	background:url(../images/header-9.jpg) no-repeat;
	}
#ten{
	background:url(../images/header-10.jpg) no-repeat;
	}
#eleven{
	background:url(../images/header-11.jpg) no-repeat;
	}
#twielve{
	background:url(../images/header-12.jpg) no-repeat;
	}
#thirteen{
	background:url(../images/header-13.jpg) no-repeat;
	}
#fourteen{
	background:url(../images/header-14.jpg) no-repeat;
	}
#fifteen{
	background:url(../images/header-15.jpg) no-repeat;
	}
#sixteen{
	background:url(../images/header-16.jpg) no-repeat;
	}
#seventeen{
	background:url(../images/header-17.jpg) no-repeat;
	}
#eighteen{
	background:url(../images/header-18.jpg) no-repeat;
	}
.promo-home .slide-sequence{
	position:absolute;
	z-index:100;
	bottom:0;
	right:0;
	color:#fff;
	background-color:#3E2D00;
	}
	
.promo-home .slide-sequence div{
	float:left;
	width:auto;
}

.slide-sequence  .active { 
	color:#fff ; 
	background-color:#569329;
	}
.slide-sequence { 
	color:#E7F5F6;
	background-color:inherit;  
	}
.seq-b { 
	cursor:pointer; 
	font:bold 12px/22px "Trebuchet MS", Arial, sans-serif;   
	height:22px;
	padding:0 6px;
}
/*-------------------slider---------------------*/
div.locationMap{
	width:431px;
}
.photoGallery{
	background:url(../images/photo-gallery.gif) no-repeat;
	height:24px;
	text-indent:-10000px;
}
.galleryPic{
	float:left;
	margin:0 18px 18px 0;
	border:2px solid #E8E9F4;
}
.noRightmrgn{
	margin-right:0;
}

.fltRt{
	float:right;
	}
	
.fltRtOne{
	float:right;
	margin:0 10px 0 0;
	}