/* CSS The Mortgage and Property Shop (c) 2008 The Mortgage and Property Shop.*/
/**, body, html { margin: 0; padding: 0}*/

html, body { height: 100%; }

html { 
	background-color: #212956;
}

body { 
	/*margin:0;*/
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 0.75em; 
	font-weight:normal; 
	color:#666666;
	margin: 0; 
	padding: 0;
	background-color:#212956;
}

h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	border: none;
	margin-bottom:18px; 
	margin-top:5px;
	text-align:right;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F4EA0;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #212956;
	margin: 5px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #212956;
	margin: 5px;
}



a	{
	color: #A48713;
}

a:hover	{
	text-decoration:underline;
}

hr {
	height:1px; color:#666666; background-color:#666666; border:none
}

marquee {
	line-height:29px;
}

legend {
	font-size:12px; 
	font-weight:bold; 
	color: #2D0B8F;
}

img { 
   /* position: relative; */
}

/* STRUCTURAL ******************************************************************* */

#container {
	min-height: 100%;
	width: 771px;
	padding: 0 0;
	margin: 0 auto;
	background-image: url(../images/tmaps_container_bkg.gif);
	background-color: #BED1EF;
	background-repeat: repeat-y;
}

#header {
	width: 771px;
	height: 220px;
	position: relative;
	background-image: url(../images/tmaps_banner_home.jpg);
	background-color: #266397;
}

#header-repo {
	width: 771px;
	height: 220px;
	position: relative;
	background-image: url(../images/tmaps_banner_repo.jpg);
	background-color: #266397;
}

#header h1{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
	padding-top:85px;
	padding-right:20px;
	text-align:right;
}

#header-repo h1{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
	padding-top:85px;
	padding-right:20px;
	text-align:right;
}

#content {
	min-height: 100%;
	width: 771px;
	position: relative;
	overflow: auto;
	/*z-index: 1;*/
	padding: 0px 0px 95px 0px; 
	background-image: url(../images/tmaps_content_bkg.jpg);
	background-repeat: no-repeat;
	color: #3F4EA0;
}

#content p { 
	line-height: 1.2;
}

#content #column-left {
	width: 465px;
	/*background-color: #3FA9C0;*/
	padding-left: 30px;
	float: left;
}

#content #column-right {
	width: 252px;
	margin-left: 505px;
	padding-left: 10px;
	/*background-color: #FF0000;*/
}

#column-left {
	position: relative;
	vertical-align: top;
	min-height: 100%;
}

#no-columns {
	width: 711px;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
}

#footer {
	position: relative;
	width: 771px;
	height: 80px;
	margin: -80px auto 0;
	background-image: url(../images/tmaps_footer_bkg2.jpg);
	background-color: #266397;
	z-index: 100;
	font-size:10px; 
	color:#FFFFFF;
	text-align:center;
}

#footer p {
	font-size: 9px;
	text-align: right;
	padding:45px 0px 0px 0px;
	margin: 0px;
}

#footer a	{
	font-size: 9px;
	color:#FFFFFF;
	text-decoration:underline;
	padding:0px;
	margin: 0px;
}

#footer a:hover	{
	text-decoration:none;
}

#title {
	float: left;
}

/* HORIZONTAL DROP DOWN MENU ******************************************************************* */

#menu {
	width: 771px;
	background-image: url(../images/tmaps_menu_bkg.jpg);
	background-repeat: repeat-y;
	margin-left:0px;
	overflow: visible;
}

#navcontainer {
	width: 753px;
	height: 17px;
	margin-left:18px;
	overflow: visible;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding-left:12px;
	padding-right:12px;
	line-height: 17px;
	text-decoration:none;
}

#nav a:hover {
	background-color: #BED1EE;
	color: #3F4EA0;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #C9A617;
	/*width: 13em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a:hover {
	background: #C9A617;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:100;
	background: #C9A617;
	width: 140px;
}

/* CLASSES ******************************************************************* */

.frmtext {
  background-color : #EEEEEE;
	font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #333333;
  border-bottom : 1px solid #39424B;
	border-left : 1px solid #718492;
	border-right : 1px solid #39424B;
	border-top : 1px solid #718492;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 5px;
	width: 240px;
}

.frmdrop {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	border-bottom : 1px solid #054C9A;
	border-left : 1px solid #054C9A;
	border-right : 1px solid #054C9A;
	border-top : 1px solid #054C9A;
	width: 140px;
	margin-bottom : 4px;
}

.frmbtn {
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #054C9A;
}

.frmbtn-property {
  background-color : #8CF223;
	font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color: #000000;
	border: 2px solid #8CF223;
	border-style: outset;
	width: 200px;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.clear
{
	clear:both;
}

.proplist-headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 9px;
}

.proplist-headtext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

.securityimage {
	border : 1px solid #000000;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 5px;
}

.alert {
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid;
	padding: 5px;
	margin-bottom: 12px;
}

.float-img {
	float: right;
	margin: 15px 0px 10px 15px;
	padding: 5 5;
	border: 1px solid #000066;
	background-color : #FFFFFF;
}

.enquire-btn {
	width: 144px;
	height: 27px;
	border: none;
	margin: auto;
	padding: 5px;
}

.img-advert {
	margin-top: 33px;
	margin-right: 216px;
	border:none;
}

#catlist-ads {
	float: right;
	min-height: 100%;
	height: 100%;
	/*border-left: 1px solid #666666;*/
}

.horscroll {
	/*float:left;*/
	width:630px;
	height:120px;
	overflow:auto;
	white-space:nowrap;
	margin: 12px auto;
}
/* OLD SITE VERSION CLASSES ******************************************************************* */

.boxlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 13px;
	margin-bottom: 3px;
}

a.boxlink:link {
	text-decoration: underline;
}

a.boxlink:active {
	text-decoration: underline;
}

a.boxlink:visited {
	text-decoration: underline;
}

a.boxlink:hover {
	text-decoration: none;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-top: 5px;
	background-color: #f7f7f7;
	border: 6px solid #f7f7f7;
	color: #3f4ea4;
}

.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 8px;
	margin-top: 5px;
	background-color: #f7f7f7;
	border: 6px solid #f7f7f7;
	color: #3f4ea4;
}

.txt8wh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.infocentre-strapline {
	font-size: 18px;
	font-style: normal;
	color: #FF0000;
	border: none;
	margin-bottom:15px; 
	margin-top:15px;
	text-align:center;
}

