/* ===== DOM elements ========================================================== */

body {

     font:          normal 0.80em Arial, sans-serif;
     color:         #404040;
     background :   #ffffcc url('./images/website/bgGrad.png') repeat-x top left;
     margin:        40px;
     padding:       0;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1 {
     font-size: 1.6em;
     padding-top: 0;
     margin-top: 0;
	color: navy;
}

h2 {
     color: navy;
     font-size: 1.3em;
}

a {
     color: black;
     text-decoration: none;
     font-weight:bold;

}

a:hover {
     color: red;
     text-decoration: underline;
}

img {
     border: 0px;

}

.main { /* main table */
     position: relative;
     width      : 880px;
     background : white url('./images/website/backgroundTr.jpg') no-repeat top right;
     border     : 1px solid #efef00;
     margin: auto;
     padding: 20px;
}

/* ===== Top heading section =================================================== */

.heading {
	height: 133px;
	margin: auto;
     padding: 0;
     margin-top: 0;
     margin-bottom: 0;

}

/* ===== Navigation stuff ====================================================== */

.nav {
     text-align: left;
     padding: 1px 0px 7px 0px;
     margin: 0;
     background: white url('./images/website/menubar.png') no-repeat top left;
     height: 25px;
     clear: both;
     display: block;
}

.nav ul {
     list-style-type: none;
     margin: 6px 0px 0px 0px;
     padding: 0;
     text-align: left;
}

.nav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #d3a393;
}

.nav ul li {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 1px solid #d3a393;
}

.nav ul li a {
     color: white;
     font-weight: bold;
     text-decoration: none;
}

.nav ul li a:hover{
     color: #ffff33;
     text-decoration: none;
}
a .prop{
	color:  #ffff33;
	font-size: 1.3em;
}
a:hover .prop{
	color: white;
}
.secNav {
	position: relative;
	left: 13px;
	top: 0px;
     text-align: left;
     line-height: 2.0em;
     margin: 0;
     padding: 0;
     background: white ;
     height: 40px;
     background: white url('./images/website/secMenubar.png') no-repeat top left;
}

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

.secNav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #d3a393;
}

.secNav ul li {
     display: inline;
     margin: 0px 12px 0px 0px;
     padding-left: 12px;
     border-left: 1px solid #d3a393;
}

.secNav ul li a {
     color: red;
     font-weight: bold;
     text-decoration: none;
}

.secNav ul li a:hover{
     color: #ff8080;
     text-decoration: none;
}

.sizeSelector {
     margin: 30px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
}

.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: silver;
}

.sizeSelector td a:hover {
     color: silver;
     text-decoration: underline;
}



/* ================ Property information ========================================= */

.propSummary {
	clear: both;
     position: relative;
     display: block;
     margin: 20px 0px 0px 0px;
	padding: 0;
     left: 0px;
}

.header {
     width: 860px;
     height: 25px;
     background: white url('./images/website/propListHeader.png') repeat-x top left;
     border: 1px solid #cccc66;
     padding: 2px 10px;
     font-weight: bold;
}

.headerAddress {
     float: left;
     padding: 0;
     margin-top: 3px;
     font-size: 1.2em;
}

.headerCost {
     float: right;
     padding: 0;
     margin-top: 3px;
     font-size: 1.2em;
}



.propSummary .detail {
	position: relative;
     width: 870px;
     border: 1px solid #cccc66;
     border-top: none;
     background: white url('./images/website/propDetailBackg.png') repeat-x top left;
     padding: 10px 10px 0px 0px;

}

.propSummary .propViewBut {
     padding-top: 10px;
}

.propSummary .detail .basicInfo {
	overflow: hidden;
	width: 400px;
	margin-top: 20px;
	border: 1px solid #cccc66;
}
.propSummary .detail .basicInfo td{
	padding: 10px;
}

.propSummary .detail .listImage {
     float: left;
     width: 320px;
     height: 240px;
     margin: 0px 10px;
     border: 1px solid #cccc66;
}

.propSummary .full {
     background: white;
     padding: 10px 0px;
     border-top: none;
     background: white url('./images/website/propDetailBackg.png') repeat-x top left;
}

.propSummary .mainImage {
          clear: both;
          padding: 0px;


}
#propertyMask{
     position: relative;
     width: 660px;
     height: 495px;
     overflow: hidden;
     float:left;
     

}
#thumbsMask{
	height: 495px;
	overflow: hidden;
}
#homeMask{
	position:relative;
	width: 360px;
	height: 307px;
	overflow: hidden;
     float:right;
     margin: 0px 0px 10px 10px;

}


	
#homeImage{
	position: relative;
}
#homeImage div{
     float: left;
     display: block;
     position:relative;

}
#homeImage p{
	position : absolute;
     top: 257px;
	left:0px;
	width: 340px;
	height: 30px;
	background: black;
	color: white;
	padding : 10px;
	z-index:99;
	font-weight: bold;
	text-align: center;

	
}
.homeImage{
	width:360px;
	float: left;

}
#mainImage{
    position:relative;
}

#mainImage div{
	float: left;
	display: block;
	text-align: center;
	width: 660px;

}
.propSummary .subImage {
     margin: 0px 0px 10px 10px;
     width: 100px;
     height: 74px;
     

}
.button{
	padding: 0px 0px 10px 10px;
	float:left;
	}
.clear{
	padding-top: 10px;
	clear: both;
}




.detailPanel {
     margin: 0px;
	border: 1px solid #cccc66;
	padding: 0px;
     background: white url('./images/website/propDetailBackg.png') repeat-x top left;
}
.detailPanel table td{
	padding: 5px 10px;
}
.detailPanel h1 {
	font-size: 1.3em;
	color: black;
}

.detailPanel td {
	padding: 2px 0px 2px 0px;
}


#lettingsSearch {
	margin: 0px 0px 10px 0px;
}

.address{
     width: 250px;
}

.status{
     text-align: center;
}

.cost{
     width: 150px;
     text-align: right;
}

.darkRow {
     width: 659px;
     height: 25px;
     background: white url('./images/website/propListHeader.png') repeat-x top left;
     border: 1px solid #cccc66;
     padding-left: 5px;

     font-weight: bold;
}
.darkRow  td{
     padding-top: 3px;
}


.medRow td {
     background-color: #ffffdd;
     padding: 2px 5px 2px 5px;
     border-bottom: 1px #f5c804 solid;

}
.paleRow td {
     background-color: #ffffff;
     padding: 2px 5px 2px 5px;
     border-bottom: 1px #f5c804 solid;

}
.fixed {
     width: 40px;
     height: 1%;
     text-align: center;
}


/* ================ Additional information ======================================= */


.content {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}


.errorMsg {
	padding: 0px 16px 0px 16px;
	font-weight: bold;
	color: red;
}


.contentSplurge, .contentText, .siteMap {
     margin: 15px 0px 0px 0px;
     text-align: justify;
     padding:    0;
     line-height: 1.5em;
}


.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
     display: none;
}


.landing {
     clear: both;
     display: block;
}



.landingSep {
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: center;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
}



/* ================ Top Items ==================================================== */

.topItems {

     float: left;
     width: 170px;
     margin: 0;
     padding: 0;
     border: 0px solid #efef00;
     background: white;
}

.topItemsPropDiv {
     background: #FAEFFF;
     border: 1px solid #dAcFdF;
     margin: 0px 0px 10px 0px;
     padding: 5px;
}

.topItemsProp {
     margin: 0;
     padding: 0;
     margin-bottom: 10px;
     width: 115px;
     overflow: hidden;
}

.topItemsHdr {
     font-size: 1.2em;
     height: 18px;
     width: 170px;
     background: white url('./images/website/topHdr.png') no-repeat top center;
     margin: 0;
     padding: 3px 0px;
     color: black;
     font-weight: bold;
     text-align: center;
     border: 0px solid #efef00;
}


.topItemsBdy {
     padding: 5px 5px 20px 5px;
     margin: 0px 0px 20px 0px;
     font-size: 1.0em;
     border: 1px solid #fff211;
     border-top: 1px solid #dfd201;
     width: 158px;
     background: white url('./images/website/propDetailBackg.png') repeat-x top left;
}

.topItemsBdy a {
     font-weight: bold;
     color: black;
}

/* ================ Footer section =============================================== */

.footer {
     width: 880px;
     height: 100px;
     background: url('./images/website/background2.jpg') no-repeat bottom left;
     margin: auto;
     margin-top: 0;
     padding: 0;
     display: block;
     clear: both;
     border-top: 20px solid white;
     border-bottom: 1px solid #efef00;
}


.footerText {
	float: right;
	text-align: right;
	margin: 35px 0px;
     font-size: 0.9em;
}

.footer a {
	color: #000099;
}

.footerGbLink{

     padding-top :12px;
}
/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


/* ================ Form stuff ============================================== */

.requiredField {
	background: #ffffc0;
}
.thick{
	font-weight: bold;
}
.prevLink{
     position: absolute;
     top: 350px;
     left: -35px;
}
.nextLink{
	position: absolute;
	top: 350px;
	right: -35px;
}

