body {
	background-color: #FFFFFF;
	background-image: url(images/bodygradient.png);
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;

}
p, li {
	font-size: 90%;
}
.bmargin{
 	margin: 0px 0px 10px;
}

h4 {
	margin: 15px 0px;
}

td {
	line-height: 130%;
	vertical-align: top;
	}
img{
	border: none;
}

#header {
background-image: url(images/header.jpg);
width: 700px;
height: 200px;
}

#topnav {
	position: relative;
	z-index: 3;
	left: 575px;
	top: 35px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	color: #fff;
	
}

 
 .button {
 	width: 100px;
	padding: 3px;
 	color: #fff;
	background-color: #2d3091;
 
 }

#topnav a:link {
	
	color: #fff;
	background-color: #2d3091;
	text-decoration: none;
	
}


#topnav a:visited {

	color: #fff;
	background-color: #2d3091;
	text-decoration: none;
	
}

#topnav a:hover {
	
	color: #f8811d;
	background-color: #2d3091;
	text-decoration: none;
	
}

.property img a {
	padding: 30px 0px 0px;
}

.propertyhead {
	color: #fff;
	background-color: #2d3091;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.propertylisting {
	color: #2d3091;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.available {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.propertytext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	vertical-align: middle;
}

.now img {
	padding: 2px;
}
.nowavailable{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}
.available{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.now a:link {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	
}


.now a:visited {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	
}

.now a:hover {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2d3091;
	text-decoration: underline;
	text-align: center;
	
}

.property img {
	margin: 10px;
	}

.property a:link {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2d3091;
	text-decoration: underline;
	text-align: center;
	
}


.property a:visited {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2d3091;
	text-decoration: underline;
	text-align: center;
	
}

.property a:hover {
		 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #f8811d;
	text-decoration: underline;
	text-align: center;
	
}


#footer {
 color: #fff;
 background-color: #898989;
 
 font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	padding: 5px
 
}

#footer a:link {
	
	color: #fff;
	background-color: #898989;
	text-decoration: none;
	
}


#footer a:visited {

	color: #fff;
	background-color: #898989;
	text-decoration: none;
	
}

#footer a:hover {
	
	color: #2d3091;
	background-color: #898989;
	text-decoration: underline;
	
}

 /* form stlyes */
 em {
 	color: #2d3091;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
 }
  
  #RequestService, #ContactForm {
  	width: 500px;
	font-size: 90%;
	
  }
div#RequestService div.row, div#ContactForm div.row {
  clear: both;
  padding-top: 10px;
  }
  
div#RequestService div.row label, div#ContactForm div.row label {
  float: left;
  width: 140px;
  text-align: right;
  }
  

div#RequestService div.row span.formw, div#ContactForm div.row span.formw {
  float: right;
  width: 340px;
  text-align: left;
  } 
  
 div#rightside {
 background-color: #dadbda;
   
  width: 290px;
  margin: 0px 0px 0px 100px;
  padding: 0px 15px;
  }
  
input {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
  } 
  
input.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
  } 
 
  
  
textarea {
  	border: thin solid #999999;
	margin: 0px;
	padding: 0px;
  } 
  
