/* CSS Document */
html, body {
	font-size:small;
}
body{
	margin:0;
	background-color: #FFF;
	color:#000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height:150%;
	text-decoration: none;
}
td, .contactContainer, .hotelContainer, .phoneNumber, .adminContainer{
	font-size: 10px;
}
/************* LAYOUT *************/
/**************************************/

#top { 
 	margin: 0px; 
	padding: 0px; 
	width:100%;
 	background:#660000 url(images/hdTopRt.gif) right no-repeat;
} 
#left{
	width:45%;
	float:left;
	left:0;
	background:#fff;
	padding:20px 2%;
}
#property_form{
	width:45%;
	float:left;
	left:0;
	background:#fff;
	padding:20px 2%;
}
#swf_upload{
	width:45%;
	float:right;
	left:0;
	background:#fff;
	padding:20px 2%;
}
#right{
	width:45%;
	float:right;
	right-margin:0;
	background:#fff;
	padding:20px 2%;
}

#menu{
	width:100%;
}
#pageheader{
	float:left;
	width:96%;
	padding:40px 0 10px 2%;
}
#footer{	
		position:static;
		bottom:0px;
		clear: both;
		background-color: #dcdcdc;
		border-top: 1px solid #999;
		line-height:15px;
		text-align: right;
		width:100%;
		height:35px;
		color:#888;
}

#footer a{
	color:#555;
	margin:0px 4px;
	text-decoration:none;
}

#footer a:hover{
	color:#990000;
	text-decoration:none;
	border-bottom:1px #990000 dotted;
}

#marqueeText{
	clear:both;
	width:100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-weight:bold;
	padding: 2px 0;
	margin-bottom:2px;
	background: #dcdcdc;
	color:#555;
}

#mainPageTable{
	margin-top:2px;
	min-height:332px;
}
.contactContainer, .hotelContainer{
	position:relative;
	width:95%;
	border-bottom:1px solid #cbcbcb;
	padding:1.4em 0.5em;
	float:left;
	left:0;
}
.innerContainer, .hotelContainer{
	position:relative;
	width:95%;
	float:left;
	left:0;
}
.adminContainer{
	position:relative;
	width:100%;
	border-bottom:1px solid #cbcbcb;
	padding:1.4em 0.5em;
	float:left;
	left:0;
}
.adminLeft{
	border-bottom:none;
	padding:0;
	position:relative;
	width:70%;
	float:left;
}
.adminRight{
	text-align:right;
	border-bottom:none;
	padding:0;
	position:relative;
	width:150px;
	float:right;
}
.hotelSold {
	position:absolute;
	top:10;
	left:0;
	width:100px;
	height:33px;
	background:url(images/soldSticker.gif) no-repeat;
}
.phoneNumber{
	text-align:right;
	float:right;
	right-margin:0;
	width:120px;
}

.rightSideImage, .propertyReportbox{
	margin: 0 0 8px 0;
}
.propertyReportbox{
	margin-top: 23px;
	border:1px solid #ccc;
	padding: 0 9px 0 8px;
	width: 110px;
	text-align:center;
	background:#efefef;
}
.divSpacer{
	width:95%;
	height: 30px;
	float:left;
	left:0;
}
.clearer{
	clear: both;
	height:0px;
	padding:0;
	margin:0;
}

.homePubAddress{
	vertical-align:top;
	text-align: left;
} 

/*****************************/
/****** LATEST PROPERTY*******/
/*****************************/

#latestPropertyTable{
	border: 1px solid #ccc;	
}
#latestPropertyTable{
	background:#fff;
}

#frontPagePropThumb{
	vertical-align:top;
	width:175px;
}
#frontPagePropHeader{
	height:18px;
	height/**/:/**/ 27px;
	background: url(images/hd_latestProperty.gif) repeat-x;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	width:100%;
	padding-left:10px;
	text-align:left;
}
#frontPagePropInfo{
	line-height: 14px;
	font-size:10px;
	vertical-align:top;
	text-align:left;
	padding-left:10px;
}
/*****************************/
/****** SALES PAGE     *******/
/*****************************/
.salesitem1{
	margin-right:15px;
	float:left;
	width: 150px;
	color: #900;
	margin-bottom: 10px;
}

.salesitem2{
	margin-right:15px;
	float:left;
	width: 10%;
}

.salesitem3{
	float:left;
}
.salesitem4{
	float:right;
}
.hotelTitle{
	font-weight: bold;
	color: #900;
	font-size:14px;
}

.hotelContainer a{
	text-decoration:none;
}
.hotelContainer a:hover,{
	text-decoration:none;
	color:f00;
}

p.pleasenote{
	background-color: #eee;
	padding:3%;
	display:block;
}
.streetname{
	color: #900;
}
/*****************************/
/******      TEXT      *******/
/*****************************/

p {
	font:11px/16px verdana, arial, helvetica, sans-serif;

}
.uppercase{
	text-transform: uppercase;
	
	}	
.tjFont{
	font-family: serif;
	font-weight:normal;
	text-align:left;
	font-size:36px;
	letter-spacing:-1px;
	margin:16px 0;
	color:#681003;
	line-height:140%;
}
.tjFontBlue{
	font-family: serif;
	font-weight:normal;
	text-align:left;
	font-size:24px;
	line-height:110%;
	margin-top:-10px;
	margin-left:24px;
	letter-spacing:-1px;
	color:#003E76;
}
.tjHomeBodText{
	position:static;
	line-height:150%;
	color:#681003;
	font-size:13px;
	margin:20px 24px 30px 24px;
}

.midGrey{
	color:#555;
}

.midBlue{
	color:#294d7d;
}

div#sevicesListContainder{
	margin-bottom: 1em;
	font-size:11px;
	font-weight:bold;
	
}
#sevicesListContainder ul{
	width: 96%;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position:inside;
	text-indent:4px;
	}
#sevicesListContainder ul li{
	float: left;
	width: 190px;
}
	
/* stop the floating after the list */
div#sevicesListContainder br{
  	clear: left;
}


/******HEADERS *******/
h1, h2, h3, h4, h5 {
	font-family: Helvetica,Verdana, Geneva,  Arial, sans-serif;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
}

h2{
	font-size:22px;
	font-style: normal;
	font-weight:normal;
	color:#900;
}
#pageheader h2{
	line-height:24px;
	margin:7px 0;
}

h3{
	font-size:13px;
	line-height:24px;
	color: #000;
	margin:0;
	}
#left h3, #right h3{
	font-size:15px;
	color: #999;
	margin-bottom:12px;
	margin-left:1%;
	}

/************* NAVIGATION *************/
/**************************************/

 ul.navlist
 {	 border-top: 1px solid #fff; 
	 border-bottom: 1px solid #660000; 
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 float: left;
	 font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	 font-size:11px;
	 width: 100%; 
	 color: #000;
	 background-color: #F3D83B; 
 }
  
 ul.navlist li { 
	 display: inline;
 }
  
 ul.navlist li.right { 
	 float:right; 
	 border-left: 
	 1px solid #fff;
 }

 ul.navlist li a
 {	text-align:center;
	 float: left;
	 min-width: 3em;
	 color: #000;
	 background-color: #F3D83B;
	 padding: 0.4em 1.2em;
	/*background:url(images/nav_listArrow.gif) center left no-repeat;  */
	 text-decoration: none;
	 border-right: 1px solid #fff;
 }

 ul.navlist li a:hover
 {
 background-color: #FEF3B4;
 color: #990000;
 }

#salesNavigation { 
	float:left;
	width:96%;
	margin-left:2%;
	font-family: Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
} 
#salesNavigation a{
	color:#990000; 
	text-decoration:none;
}
#salesNavigation a:hover{
	color:#990000;
	text-decoration:none;
	border-bottom:1px #990000 dotted;
}
#salesNavigation ul{
	margin: 0;
	padding: 0; 
	list-style-position:inside;
	list-style-type:none;
	
}
#salesNavigation li {
	font-weight:normal;
	padding-left:10px;
	background:url(images/nav_listArrow.gif) center left no-repeat;
}


/* -------------------------------------------------------------------
F O R M S
---------------------------------------------------------------------- */

form { 
	margin: 0px; 
	padding:0px; 
	background-color:#FFFFFF;
}
fieldset{ 
	border: none; 
	margin: 0px; 
	padding: 0px; 
	color: #000; 
	width: 250px; 
}
label{ 
	line-height: 16px; 
	display: block; 
	margin-top:7px; 
}
span{ 
	padding-left: 0px;  
}
.input{ 
	display: block; 
	width: 250px; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid #CCC; 
	height: 18px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F6F5F5
}
.upload{ 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid #CCC; 
	height: 20px;  
	background-color: #F6F5F5
}

textarea { 
	display: block; 
	width: 250px; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid #CCC; 
	height: 80px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F6F5F5
}
select{
	display: block; 
	width: 250px; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid #CCC; 
	height: 18px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F6F5F5
}
.send{ 
	margin: 5px 0px 10px 0px; 
	height: 20px; 
	background-color: #F6F5F5; 
	color:#CC0000;
	border: 1px solid #aaa; 
	line-height:20px; 
	font: 12px serif;
	cursor: pointer;
	width: 250px; 
}
.hidden {
	height:0px;
	border: none;
	margin:0;
	padding:0;
}
button{
	height: 20px; 
	background-color: #F6F5F5; 
	color:#CC0000;
	border: 1px solid #aaa; 
	line-height:20px; 
	font: 12px serif;
	cursor: pointer;
	width:100px;
	margin-bottom:1px;
}
#contactForm input.hidden { 
	display: none; 
	border: none; 
	background-color: #fff; 
}
#image_upload_list{
	border: 1px solid #999;
	background: #ccc;
	padding: 5px;
	margin-top: 5px
}
