
/*___________________   The Letting Company / General Styles */

* {
	margin:0;
	padding:0;
}


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #000;
	background-color:#FFF;
}


h1	{
	font-size: 150%;
	line-height: 1.2em;
	color:#B8040E;
	margin-bottom: 12px;
	font-weight:normal;
}

h2	{
	font-size: 130%;
	line-height: 1.2em;
	color:#333;
	margin-bottom: 10px;
	font-weight:normal;
}

h3	{
	font-size: 110%;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}


h4	{
	font-size: 100%;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
p	{
	margin: 0;
	padding: 0 0 15px 0;
	color: #444;
}


ul, ol	{
	padding:0;
}

img 	{
	border:none;
}
a, a.visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.selected	{
	text-decoration: underline;
	
}

address	{
	margin: 0;
	padding:0;
	font-style:normal;
}
div.contact 
{
    float: right;
    padding: 0 0 20px 20px;
    border-left: 1px #B8040E solid;
}

/* Contentwrappers */

#pagewrapper { 
   margin: 0 auto;
   width: 725px;
   border: 1px solid #CCC;
	overflow:auto;
	height:1%;
}

#header	{
	padding: 0;
}

#maincontent { 
width:100%;
} 

.leftwrapper	{
	float:left;
	width: 434px;
	padding: 30px 40px 20px 35px;
}

.rightwrapper	{
	float:right;
	width:214px;
	overflow:auto;
	background-color: #DEDCDD;
}

/* Header Styles  */
.logo	{
	float:left;
	margin: 5px 0 10px 20px;
}


.contactus
{
    color:#B8040E;
    font-weight:bold;
    height: auto !important;
    height:28px;
    min-height:28px;
    background: url(../images/header_icon_contact.gif) left bottom no-repeat;
    width:140px;
    display:block;
    font-size:20px;
    line-height:20px;
    float:right;
    margin:0;
    padding:0;
}

#contactdetails	{
	float:right;
	padding: 10px 20px 0 0;
	width: 180px;
	text-align: right;
}

#contactdetails address	{
	font-size:90%;
}

#contactdetails p	{
	font-size: 100%;
	font-weight:bold;
	padding-bottom: 5px;
}

#headerimage	{
   background: url(../images/bg_header.jpg) no-repeat 0 0;
   width: 725px;
   height: 183px;
   border-bottom: 1px solid #CCC;
}


.featurebox	{
	margin: 30px 20px;
	padding-bottom: 10px;
	text-align: center;
}

.borderbtm	{
	border-bottom: 1px solid #CCC;
}

.featurebox h2	{
	font-weight:normal;
	font-size: 120%;
}

.featurebox p	{
	margin-top: 8px;
}

.featurebox a.imglink	{
	border: 1px solid #fff;
	display:block;
	width: 160px;
	height: 103px;
	margin: 0 auto;
}

.featurebox a.imglink:hover	{
	border: 1px solid #B8040E;
	display:block;
}

/* Menu Styles */
.mainmenu ul {
	padding: 3px 0 5px 0;
	color:#FFF;
	clear:both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.mainmenu ul	{
	background-color: #B8040E;
	padding-left: 35px;
}

.mainmenu li, ul.breadcrumb li	{
	list-style-type:none;
	display:inline;
	padding: 0 5px;
}

.mainmenu li a {
	color:#FFF;
	padding-right: 20px;
}
.mainmenu li a:hover, .mainmenu li.AspNet-Menu-Selected a	{
	color:#CCC;
	text-decoration:none;
}

/* General Classes */

.clear	{
	clear: both;
}

.hidden	{
	text-indent: -8000px;
}

.nodisplay	{
	display:none;
}

#maincontent li	{
	border: none;
}
.leftwrapper p	{
	line-height: 20px;
	text-align: justify;
}





a.pdfdownload
{
    display:block;
    color:#fff;
    border:solid 1px #875656;
    background: #B8040E url(../images/icon_pdf.gif) top right no-repeat;
    padding:12px 92px 1px 12px;
    height: auto !important;
    height:48px;
    min-height:48px;
    font-size:18px;
    margin: 1px 0 5px 0;
}

a.pdfdownload:hover
{
    color:#FFB3B7;
    text-decoration:none;
}


a.pdfdownload span
{
    display:block;
}
a.pdfdownload span.small
{
    font-size:10px;
}


/* Footer Content */

#footer { 
    clear:both;
	background-color: #B8040E;
	padding: 10px 25px;
	overflow:auto;	
} 

#footer p { 
   color:#FFF;
   margin-bottom: 0;
   padding-bottom: 5px;
} 

ul#footerlinks	{
	clear:left;
	list-style-type:none;
	float:left;
}

ul#footerlinks li {
	display:inline;
	color:#FFF;
}
 
 ul#footerlinks li a {
	color:#FFF;
}
 
p.magnetize	{
    float:right;
    text-align: right;
    line-height: 25px;
}
p.magnetize a	{
    color:#FFF;
}

#footer a	{
    color:#FFF;
}
 
 /* -------------------- */
 /* Page specific styles */
 /* -------------------- */
 
 /* Contact Us */
#hiContact	{
   background: url(../images/bg_contact.jpg) no-repeat 0 0;
   width: 725px;
   height: 183px;
   border-bottom: 1px solid #CCC;
}
h1#contact 
{
   background: url(../images/icon_contact.gif) no-repeat 0 0;
   padding: 20px 0 15px 60px;
} 
 /* Home */
h1#home 
{
   background: url(../images/icon_home.gif) no-repeat 0 0;
   padding: 20px 0 15px 60px;
}
div#landlords 
{
    padding: 0 0 10px 50px;
    background: url(../images/icon_landlords.gif) no-repeat 5px 10px;
}
div#tenants 
{
    padding: 0 0 10px 50px;
    background: url(../images/icon_tenants.gif) no-repeat 0 10px;
}
div#landlords p,
div#tenants p
{
   border-left: 1px solid #B8040E;
   padding-left: 10px;
} 
 /* Landlords */
#hiLandlords	{
   background: url(../images/bg_landlords.jpg) no-repeat 0 0;
   width: 725px;
   height: 183px;
   border-bottom: 1px solid #CCC;
}
h1#landlords 
{
   background: url(../images/icon_landlords.gif) no-repeat 5px 0;
   padding: 20px 0 15px 60px;
} 
 /* Tenants */
#hiTenants	{
   background: url(../images/bg_tenants.jpg) no-repeat 0 0;
   width: 725px;
   height: 183px;
   border-bottom: 1px solid #CCC;
}
h1#tenants 
{
   background: url(../images/icon_tenants.gif) no-repeat 5px 0;
   padding: 20px 0 15px 60px;
} 
 /* Investors */
#hiInvestors	{
   background: url(../images/bg_investors.jpg) no-repeat 0 0;
   width: 725px;
   height: 183px;
   border-bottom: 1px solid #CCC;
}
h1#investors 
{
   background: url(../images/icon_investors.gif) no-repeat 5px 0;
   padding: 20px 0 15px 60px;
} 
/* Sitemap */
.sitemap 
{
    margin-left:20px;
}
/* Contact form */
.InfoRequest
{
    clear:both;
}
#CallBack
{
    padding-top:20px;
    width:361px;
}

#FeedBack
{
    color:#B8040E ;
}

#CallBack label
{
    display:block;
}

.summaryBox
{
    color:#B8040E !important;
}
#sendButton
{
    
    text-align:right;
    margin-top:-10px;
}
.validateerror
{
    display:none;
}

.required
{
    color:#B8040E;
    font-weight:bold;
}

.summaryBox
{
    margin-bottom:5px;
    background-color:#B8040E;
    padding:5px;
    color:#fff;
}
    .summaryBox p
    {
        color:#fff;
        margin:0;
        padding:0;
    }
    .summaryBox ul
    {
        color:#fff;
        margin:0;
        padding:0;
        list-style-position:inside;
        margin-left:5px;
    }
        .summaryBox li
        {
            color:#fff;
            margin:0;
            padding:0;
        }