body {
      margin:0 auto;
      background-color:#636363;
      text-align:center;

}
#wrapper {
    margin:0 auto;
    text-align:left;
    width:840px;
    min-height:620px;
    height:auto !important;
    height:620px;
    border:1px solid #d82f24;
    background-color:white;

}

/*header layout */
#header {

    height:200px;
    width:840px;
}
#flatltd{
    width:168px;
    height:200px;
    float:left;
}
#top {
    width:168px;
    height:24px;
    background-color:black;
    border-bottom:1px white solid;
}
#middle {
    width:167px;
    height:150px;
    border-right:1px white solid;
    background-image:url('../images/innerheadgradient.jpg');
    background-repeat:no-repeat;
    text-align:center;
}
#middle h1{
    padding-top:10px;
    color:white;
    font-size:28px;
    line-height:1.2;
}
#middle h1 span{
    font-size:20px;
}

#bottom{
    width:167px;
    height: 24px;
    background-color:black;
    border-top:1px white solid;
    border-right:1px white solid;
}


#service{
    width:672px;
    height:175px;
    float:left;
    background-image:url('../images/headerback.jpg');
}
#service h1{
    margin-top:15px;
    color:#b93228;
    padding-bottom:0;
    font-family:arial;
    font-weight:bold;
}

#propertytext {
    width:672px;
    height:25px;
    float:left;
    background-image:url('../images/headergradient.jpg');
    background-repeat:no-repeat;
}
#propertytext h1{
  padding-top:5px;
  margin-left:150px;
  color:white;
}

/* login form */
#login {
    margin-left:15px;
}

#login a{
  font-size: 11px;
  font-family:arial;
  margin-bottom:25px;

}
#login span {
    color:#b93228;
    font-size: 11px;
    font-family:arial;
}
#login #forgot a{
    font-size:10px;
}


#forgot {
    padding-top:5px;

}


#custlog a{
    padding-bottom:10px;
}
#custlog {
  padding-top:05px;
}
#login input.button {
    width:50px;
    padding:0;
    margin:0;
    background-image:none;

    height:18px;

    border:1px solid grey;

}

#login input{
    width:135px;
    font-size: 12px;
    height:16px;
    color:gray;
    margin-bottom:6px;
    background-image: url(../images/navbut.jpg);
    border:1px grey solid;
    padding-left:5px;

}

#login p{
  margin-bottom:-10px;
}


/*main content */
#main {
    width:840px;
    min-height:420px;
    height:auto!important;
    height:420px;

}

/*navigation */
#navigation {
    width:167px;
    min-height:405px;
    height:auto !important;
    height:405px;
    float:left;
    padding-bottom:5px;

}
#nav {
    padding:0;
    margin:0;
    margin-left:8px;
    list-style-type:none;
}
#nav li
{
  list-style-type:none;
  margin-top:10px;
  width:156px;
  height:21px;
  background-image:url('../images/navbut.jpg');
  background-repeat:no-repeat;
  text-align:center;
  border:1px solid #818285;
}
#nav li a{
  padding-top:3px;
  height:18px;
  color:#b93228;
  display:block;
}
#nav li a:hover {
    color:white;
    background-image:url('../images/navbutover.jpg');
    background-repeat:no-repeat;
}
#nav li a.active {
    background-image:url('../images/navbutover.jpg');
    background-repeat:no-repeat;
    height:18px;
    color:white;
    font-weight:bold;
}
#logo {
    margin-top:5px;
}

/*content area */

#content{
    width:672px;
    min-height:420px;
    height:auto!important;
    height:420px;
    margin-left:168px;
    _margin-left:84px;
    margin-top:-420px;

    float:left;
    line-height:1.2;

}
#maincontent {
    width:495px;
    min-height:420px;
    height:auto !important;
    height:420px;
    float:left;
    padding-right:5px;
    padding-left:10px;
    padding-top:10px;



}
#maincontent h1{
    color:#b93228;
    font-weight:bold;
    font-size:18px;
    padding-bottom:10px;
}


#news {
    width:150px;
    min-height:310px;
    height:auto !important;
    height:310px;
     margin-top:10px;
    float:left;
    border:1px solid gray;
    background-color:#f1f1f4;

}
#results {
    padding:5px;
    font-size:12px;
    font-family:arial;
    min-height:300px;
    height:auto !important;
    height:300px;

}
#clearer {
  clear:both;
  height:20px;
}


#results img
{
  margin-left:5px;
}


#news h1{
    text-align:center;
    display:block;
    color:white;
    background-color:#b93228;
    padding-top:3px;
    padding-bottom:3px;
}
#results h2 {
    color:#b93228;
    font-family:arial;
    width:70px;
}


/* footer */
#footer {
    clear:both;
    width:100%;
    height:30px;
    background-color:black;
}
#footer p{
  padding-left:20px;

  color:white;
  height:20px;
  padding-top:10px;
  font-size:13px;
}


/* Demoflow
   -------------------------------- */

div.demoflow-button-left {
	position: absolute;
	margin-left: 0px;
	top: 90px;
	background: url('../images/arrowleft.png') no-repeat left top;
	width: 90px;
	height: 45px;
	cursor: pointer; cursor: hand;

}

/*div.demoflow-button-left .bg {
	background: url('../images/demos_arrows.png') no-repeat left bottom;
	width: 52px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
} */

 div.demoflow-button-right {
    position:absolute;
    margin-left:582px;
	top: 90px;
	background: url('../images/arrowright.png') no-repeat right top;
	width:90px;
	height: 45px;
	cursor: pointer; cursor: hand;

}

/* div.demoflow-button-right .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/arrowright.jpg') no-repeat right bottom;
	width: 52px;
	height: 45px;
}      */

.demoflow {
    position:absolute;
	margin-left:85px;
	width: 500px;
	height: 140px;
    padding-top:0;
}

.demoflow div {
    margin:0;
    padding:0;
    float: left;
	height: 100px;
	width: 250px;
	cursor: pointer; cursor: hand;
    border:1px solid #b93228;

}
.demoflow div.wrapper{
        width:100%;
}

.ie .demoflow div {
	zoom: 1;
}

.demoflow div:hover {
	border: 1px solid #666;
	/*opacity: 1 !important;*/
}

.demoflow div img {
	height: 100%;
	width: 100%;

}

.demoflow div.shadow {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
    background-color: black;
}

.ie .demoflow div.shadow {
	display: none;
}

/*background images */
.home {
background-image:url('../images/homefade.jpg');
background-repeat:no-repeat;
background-position:bottom left;


}
.fee {
background-image:url('../images/fees.jpg');
background-repeat:no-repeat;
background-position:bottom left;

 }
.services {
background-image:url('../images/homefade.jpg');
background-repeat:no-repeat;
background-position:bottom left;

}
.links {
background-image:url('../images/links.jpg');
background-repeat:no-repeat;
background-position:bottom left;
 }
.contact {
background-image:url('../images/Contactus.jpg');
background-repeat:no-repeat;
background-position:bottom left;
 }
.about {
background-image:url('../images/aboutus.jpg');
background-repeat:no-repeat;
background-position:bottom left;
}

/* services table styling */
.services img {
    border:1px solid #b93228;
}
.services td {
    padding:4px;
}
/* contact form */
#contactForm td {
    padding:5px;
}
#contactForm input {
    border:1px black solid;
}
#contactForm textarea {
    border: 1px black solid;
}
.files td {
  padding:3px;
    color:black;
}



/* updating user details form */
.update label {
    width:200px;
    float:left;
    font-weight:bold;
}
.update ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.update li {
    padding-top:5px;
    margin-bottom:5px;
}
.update input {
    width:180px;
}

.update span {
    color:red;
    font-style:italic;
    font-size:10px;
}
#about {
    display:none;
}
/* client document styling after logged in*/
.cthings {
    height:20px;
    width:490px;
    padding:0;
    margin:0;
    margin-left:38px;

}
.cthings li {
    margin:0;
    padding:0;
    list-style-type:none;
    float:left;
    border:1px black solid;
    border-bottom:0;
    height:20px;
    width:139px;

    font-size:14px;
    color:black;
    text-align:center;
}
.cthings li.first{
    margin-left:1px;
}
.cthings li a {
  padding-top:2px;
  height:18px;
  display:block;
}
.cthings li a:hover {
  background-color: #b93228;
  color:white;
}
.cthings li a.current {
  background-color: #b93228;
  color:white;
}

.cthings li.last{
    margin-right:0;
}
.cthings li a{
    color:#b93228;
}



#about a{
    margin-left:30px;

}

.cdetails {
    color:#b93228;
    width:485px;
    min-height:300px;
    height:auto !important;
    height:300px;
    margin-top:1px;
    border:1px black solid;
    overflow:hidden;
    padding:5px;

    margin-left:0;
}
.cdetails a:hover{
  color:black;
}
#logo {
  margin-top:20px;
    min-height:70px;
    height:auto!important;
    height:70px;
    text-align:center;
}


.cdetails label#doc:hover {
    cursor:pointer;
    color:black;
}
/* contact form styling */
#contactForm2 {
    color:black;
}
#contactForm2 ul {
    list-style-type:none;
}
#contactForm2 ul li{
  padding:5px;
}


#contactForm2 label {
    width:200px;
    float:left;
}


/*general styling */
a {
    text-decoration:none;
     color:#b93228;
}

 ul {

    list-style-type:disc;
 }



