/*************************************************************************************************

	Lighthouse
	Document created: 27th April 2007
	Created & Styled by Studio View
	Copyright Studioview
	
*************************************************************************************************/

* {
	margin:0;
	padding:0;
	
}

body {
	margin:0;padding:0;
	font-size:62.5%;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	background-color: #0C304B;
}

.separator {
		clear: both;
		}

a{
	text-decoration: none;
	color: #666666;

}
a:hover{
	color: #08101C;
}

/*************************************************************************************************
Wrapper */
div#wrapper {
	width:816px;
	margin:auto;
}
/*************************************************************************************************
Holders */

.holderTop {
	background-image: url(../assets/build/holderTop.png);
	background-repeat: no-repeat;
	height: 8px;
	font-size:0;	

}


.holderBehind {
	background-image: url(../assets/build/holderBehind.png);
	background-repeat: repeat-y;

}


.holderBottom {
	background-image: url(../assets/build/holderBottom.png);
	background-repeat: no-repeat;
	height: 8px;
	clear: both;
	font-size:0;

}




/*************************************************************************************************
Banner*/
div#siteTop {
	width:816px;
}

div#topLeft{
	width: 200px;
	float: left;
	margin-left: 8px;
	font-size:0%;
	display:inline;
}
div#topLeft div#topLeftpic{
	float: left;
	background-color: #FFFFFF;
	clear: left;
	width: 200px;
	height: 194px;
}



div#topRight {
	width: 600px;
	float: right;
	margin-right: 8px;

}
div#topRight  div#topLogo{
	background-image: url(../assets/build/logoTop.png);
	height: 33px;
	background-repeat: no-repeat;

}

div#topRight  div#topBehind{
	background-image: url(../assets/build/bannerBehind.png);
	height: 162px;
}

div#topRight  div#topBehind h1{
	background-image: url(../assets/build/bannerTitle.png);
	background-repeat: no-repeat;
	height: 162px;
	text-indent: -9000px;
	width: 350px;
	float: left;

}
div#topRight  div#topBehind h1 a { display:block; height:162px; width:350px; }

div#topRight  div#topContact{
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 1.2em;
}
div#topRight  div#topContact ul li{
	margin:0;
	padding:0;
	list-style:none;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: normal;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

div#topRight  div#topContact li a{
	color: #FFFFFF;
	text-decoration: none;
}
div#topRight  div#topContact li a:hover{
	color: #709BB3;

}


div#topRight  div#topContact li span{
	color: #666666;
}

/*************************************************************************************************
Navigation */



/*************************************************************************************************
Content */

div#imagePic {
	background-color: #FF3399;
	height: 132px;
	width: 600px;	
}

div#bodyContainer {
	width:816px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#bodyTopsection{
	width:800px;
	margin-right: 8px;
	margin-left: 8px;
	height: 150px;
	
}

div#bodyLeft div#searchBox{
	width:198px;
	background-color: #E6E6E6;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
}

div#bodyContainer div#bodyLeft {
	float: left;
	width: 199px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 8px;
}
div#bodyContainer div#bodyRight{
	float: left;
	width: 599px;
	margin-left: 8px;
	margin-left: 1px;
	margin-top: 1px;

	
}
/*html>body #bodyRight {
  width:599px;
} 
*/
div#bodyContainer .bodycontent{
	width: 599px
	font-size: 1.2em;
	float: left;
	width: 599px;
}

div#bodyContainer .row{
width: 100%;

}


/*************************************************************************************************
Navigation */

div#bodyTopsection div#mainButtons {
	height:150px;
	float: left;
}

div#bodyTopsection div#mainButtons li{
	display:inline;
	float:left;
	height:150px;
	width:199px;
	text-indent:-8000px;
}
div#bodyTopsection div#mainButtons li a{
	width:199px;
	display:block;
	height:150px;
	background-position:0 0;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	
}

li#butStudent {width:199px;height:150px; margin-right: 1px;}
li#butProfessional{width:199px;margin-right: 1px;}
li#butLandlord{width:199px;height:150px;}
li#butInvest{width:199px;margin-right: 1px;}

li#butStudent a{background-image:url(../assets/nav/bigStudents.png);}
li#butProfessional a{
	background-image:url(../assets/nav/res_BUTTONS.jpg);
}
li#butLandlord a{background-image:url(../assets/nav/bigLandlords.png);}
li#butInvest a{background-image:url(../assets/nav/invest_BUTTONS.jpg);
}

div#bodyTopsection div#mainButtons li a:hover{
	background-position:0px -150px;
}


/*************************************************************************************************
Slide Navigation */
#slideNav{
	width: 199px;
	margin: 0px;
	padding: 0px;
}

/*------Main Button------ */

#slideNav h3,#slideNav h4 {
	font-weight: normal;
	cursor: pointer;
	width: 185px;
	background: #E6E6E6 url(../assets/nav/dropBut.png) no-repeat 2%;
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #709BB3;
	padding-left: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	text-transform: capitalize;
}

#slideNav h4 a{color: #709BB3;
}

.hover {
  cursor: pointer;
  background: #666666;
}


#slideNav p  {
  margin-top: 0;
}


.dropContent{
	margin:0px;
	padding:0;
}



/*------Drop Navigation------ */


.dropList ul li {
margin:0;
padding:0;
list-style:none;
}

.dropList  ul{
margin:0;
padding:0;
list-style:none;
}

.dropList  li {
margin:0;
padding:0;
list-style:none;
}

.dropList  li a{
	margin:0;
	display: block;
	font-size: 1.1em;
	line-height: 2em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #B1C7D4;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 14px;
}
.dropList  li a:hover{
	background: url(../assets/nav/mainBut.png) no-repeat 2%;

}



/*************************************************************************************************
Footer */
div#siteBottom {
	width:800px;
	background-image: url(../assets/build/footer.png);
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 15px;
	margin-right: 8px;
	margin-left: 8px;
	clear: both;
	background-position: bottom;
}


/*************************************************************************************************
SEARCH */

.searchpad{
	padding: 1em;
}
.quicksearch{
	width: 100%;
	margin-bottom: 0.3em;
	height: 15 px;
	font-size: 1.2em;
}


.SearchTitle{
	height: 122px;
	width: 600px;
	background-image: url(../assets/build/landlords_title_back.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, arial, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}

.Searchbar{
	color: #709BB3;
	background-color: #EBEBEB;
	padding: 1em;
}
.nextbuttonrow{
	color: #709BB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #FFFFFF;
	width: 589px;
	padding: 5px;
	float: left;
}
.addresstitle{
	color: #CECECE;
	font-size: 2.4em;
	line-height: normal;
	font-weight: bold;
	font-family: "Helvetica", Arial, sans-serif;
}
.repeatrow{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	background-color: #EBEBEB;
	width: 589px;
	float: left;
}
#doubles {
	position:absolute;
	width:75px;
	height:75px;
	z-index:1;
	left: auto;
	bottom: auto;
}

/*************************************************************************************************
typeography */


p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #709BB3;
	font-style: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1 {
	color: #CECECE;
	font-size: 2.4em;
	line-height: normal;
	font-family: "Helvetica", Arial, sans-serif;
}

h2 {
	font-size: 2.4em;
	font-family: "Helvetica", Arial, sans-serif;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

h3 {
	font-size: 2.4em;
	font-family: "Helvetica", Arial, sans-serif;
	color: #709BB3;
}

h4 {
	font-size: 2em;
	font-family: "Helvetica", Arial, sans-serif;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
h5 {
	font-size: 1.6em;
	font-family: "Helvetica", Arial, sans-serif;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

h6 {
	font-size: 1.4em;
	font-family: "Helvetica", Arial, sans-serif;
	color: #4D7991;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
/*************************************************************************************************
ktml template css for admin*/
div#bodyContainer .contentrow{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div#bodyContainer .leftcolumncontent{
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#bodyContainer .rightcolumncontent{
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.lh{
	height: 80px;
	background-image: url(../site_images/lighthousegradient.jpg);
	background-repeat: repeat-x;
	display: table-cell;
	font-size: 2.8em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 598px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	text-indent: 20px;
}
.studenttemplate{
	height: 80px;
	background-image: url(../site_images/studentgradient.jpg);
	background-repeat: repeat-x;
	display: table-cell;
	font-size: 2.8em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 599px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	text-indent: 20px;
}
.landlordtemplate{
	height: 80px;
	background-image: url(../site_images/landlordgradient.jpg);
	background-repeat: repeat-x;
	display: table-cell;
	font-size: 2.8em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 599px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	text-indent: 20px;
}
.proftemplate{
	height: 80px;
	background-image: url(../site_images/profgradient.jpg);
	background-repeat: repeat-x;
	display: table-cell;
	font-size: 2.8em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 599px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	text-indent: 20px;
}

div.houselist  {
	float: left;
	width: 390px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
}
div.propertytitles  {
	float: left;
	width: 390px;
	padding-bottom: 5px;
	display: inline;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.FullDescription  {
	float: left;
	width: 589px;
	display: inline;
	padding-bottom: 5px;
	padding: 5px;
}


div.houselist ul {
	list-style-type: none;
}

div.houselist li{
	list-style-type: none;
}
div.houselist span.item {
	float: left;
	text-align: left;
	font-size: 1.2em;
	color: #808284;
	line-height: 1.5em;
	width: 194px;
	background-image: url(../assets/build/tick.png);
	behavior: url(../assets/build/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: 135px 0px;
  } 
div.houselist span.details{
	float: left;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 194px;
	font-weight: bold;
	color: #709BB3;
	text-decoration: none;
  } 
.pingfix {
	background-image: url(../site_images/doublerooms.png);
	behavior: url(../assets/build/iepngfix.htc);
	background-repeat: no-repeat;
}

div.houseinfocontainer{
	float: left;
	width: 389px;
  } 

div.houseimage{
	float: left;
	text-align: left;
	width: 195px;
	text-decoration: none;
	display: table-cell;
	vertical-align: top;
	clear: right;
  } 
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}
