/* General style info */

body {
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #3A4249;
}

#Main {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #7E7E7E;
	width: 740px;
}

#HdrLeft {
	width: 474px;
	height: 99px;
	padding: 8px;
	float: left;
	border-right: 1px solid #7E7E7E;
}

#HdrRight {
	width: 233px;
	height: 72px;
	padding: 8px;
	padding-top: 10px;
	_padding-top: 5px;				/* fix for IE */
	float: left;
	text-align: right;
}

#HdrRight a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}

#loginform {
	border: 1px solid #454545;
	height: 38px;
	text-align: left;
	font-size: 11px;
	padding: 3px;
	_padding: 0px;					/* fix for IE */
	margin: 0px;
	margin-top: 10px;
}

#loginform input {
	width: 87px;
	_width: 80px;					/* fix for IE */
}

#Content {
	padding: 10px;
	_padding-top: 0px;				/* fix for IE */
	text-align: left;
}

#Content a {
	 color: #A9B63F;
}

#Content a:hover {
	 text-decoration: none;
}

#Content .red {
	font-weight: bold;
	color: #A62402;
}

#footer {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #F6F6F6;
	border-top: 1px solid #7E7E7E;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

a.boldblack {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
}

/* index page */

#apartments {
	float: left;
	width: 333px;
	border: 1px solid #ACACAC;
	padding: 10px;
	margin-bottom: 10px;
}

#lofts {
	float: left;
	width: 333px;
	border: 1px solid #ACACAC;
	padding: 10px;
	margin-left: 10px;
}

#apartments h1, #lofts h1 {
	display: block;
	background-color: #A62402;
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	margin-top: 0px;
	_margin-bottom: 10px;
	_padding-bottom: 0px;
}

.upcoming {
	width: 720px;
	height: 156px;
	border: 1px solid #ACACAC;
	margin-bottom: 10px;
}

.upcoming img.addresspic {
	float: left;
	padding: 10px;
}

.upcoming div.addresspic {
	width: 159px;
	height: 56px;
	float: left;
	margin: 10px;
	_margin: 10px 10px 10px 5px;		/* fix for IE */
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-family: Tahoma;
	padding-top: 80px;
}

.upcoming .details {
	float: left;
	width: 510px;
	height: 136px;
	border-left: 1px solid #ACACAC;
	padding: 10px;
	text-align: left;
}

.upcoming .details h1 {
	color: #7E7E7E;
	border: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFFFFF;
}

.upcoming .details .links {
	clear: both;
	margin-top: 12px;
}

.upcoming .details .unitpics {
	float: right;
}

.upcoming .details .unitpics img {
	padding: 4px;
	border: 1px solid #ACACAC;
}

/* apartments page */

h1 {
	display: block;
	color: #000000;
	height: 18px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #7E7E7E;
	border-top: 1px solid #7E7E7E;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 10px;
	_margin-top: 0px;				/* fix for IE */
	_margin-bottom: 10px;			/* fix for IE */
	background-color: #F6F6F6;
	clear: both;
}

.apartment_entry {
	float: left;
	width: 720px;
	border: 1px solid #ACACAC;
	margin-bottom: 10px;
}

.apartment_entry img {
	padding: 10px;
	float: left;
	border-bottom: 1px solid #ACACAC;
}

.apartment_desc {
	padding: 10px;
	width: 520px;
	height: 136px;
	border-left: 1px solid #ACACAC;
	float: left;
	text-align: justify;
}

.apartment_entry div.addresspic {
	width: 159px;
	height: 56px;
	float: left;
	margin: 10px;
	_margin-left: 5px;
	_margin-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-family: Tahoma;
	padding-top: 80px;
}

/* RentalUnit page */

#rentalUnit {
	width: 720px;
	border: 1px solid #ACACAC;
	margin: 10px;
	_margin-top: 0px;				/* fix for IE */
	background-image: url(images/rental_back.gif);
}

#rentalUnit #pics {
	width: 519px;
	float: left;
}

.gallerythumb {
	float: left;
	width: 115px;
	padding: 7px;
}

#currentpic {
	width: 499px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* for slideshow */

.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 450px;
	/*width: 130px;
	float: left;*/
}

/* end slideshow code */

#rentalUnit #details {
	width: 200px;
	float: left;
	text-align: left;
	border-left: 1px solid #ACACAC;
}

#rentalUnit #details h1 {
	color: #7E7E7E;
	border: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFFFFF;
}

#rentalUnit #details img.addresspic {
	padding: 10px;
}

#rentalUnit #details div.addresspic {
	width: 180px;
	height: 55px;
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-family: Tahoma;
	padding-top: 105px;
}

#detailtext {
	border-top: 1px solid #ACACAC;
	padding: 10px;
	line-height: 110%;
	clear: both;
}

#buildingdesc {
	text-align: justify;
	margin-top: 10px;
}

/* Enquiry page */

#enquiryform {
	border: 1px solid #ACACAC;
	width: 550px;
	height: 420px;
}

.formentry {
	width: 530px;
	height: 20px;
	padding: 10px;
	text-align: left;
}

.fieldname {
	float: left;
	width: 180px;
}

.field {
	float: left;
}

#enquiryform input {
	border: 1px solid #7E7E7E;
}

#enquiryform input.submit {
	clear: both;
	border: 1px solid #7E7E7E;
	background-color: #FFFFFF;
	margin-top: 10px;
	_margin-top: 0px;				/* fix for IE */
	_margin-bottom: 10px;			/* fix for IE */
	margin-right: 18px;
	float: right;
}

#enquiryform textarea {
	border: 1px solid #7E7E7E;
}

/* Application page */

#applylinks {
	width: 720px;
	text-align: center;
	padding-top: 10px;
}

.applylink {
	width: 150px;
	text-align: center;
	border: 1px solid #A62402;
	padding: 5px;
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
}

.applylink a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #A9B63F;
}

/* CSS for the dynamic menu */

.ILSmenu {
	font-family: Verdana, arial, helvetica, sans-serif;
	background-image: url(images/menu.jpg);
	width: 740px;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	text-align:left;
}

.ILSmenu img {
	border: 0;
}

.ILSmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ILSmenu ul li {
	position: relative;	
	float: left;
}

/*Top level menu link items style*/
.ILSmenu ul li a{
	display: block;
	text-decoration: none;
	color: #7E7E7E;
	font-weight: bold;
}
	
/*1st sub level menu*/
.ILSmenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	font-size: 11px;
	font-weight: bold;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ILSmenu ul li ul li{
	display: list-item;
	float: none;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.ILSmenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.ILSmenu ul li ul li a{
	display: block;
	width: 175px; /*width of sub menu levels*/
	color: #7E7E7E;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 0px;
	background-color: #FFFFFF;
}

.ILSmenu ul li a:hover{
	color: #FFFFFF;
}

.ILSmenu ul ul li a:hover{
	color: #A9B63F;
}

.ILSmenu ul ul li a.red:hover{
	color: #A62402;
}
