/*Reset everything*/

* {
  	margin: 0;
  	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/2em Arial, Helvetica, sans-serif;
	min-width: 760px;
	background: #E9EEF5;
	text-align: center;
	color: #333;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*Main layout elements*/

#wrapper {
	width: 787px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	height: 118px;
	padding: 0px;
	background: #ADB7DB;
}

.logo {
	margin-right: 0;
}

#column1 {
	width: 250px;
	float: left;
	list-style: none;
	margin-left: 0;
	background: #FFF;
	padding-top: 25px;
}

#content {
	width: 527px;
	float: right;
}

#mainContent {
	width: 515px;
	margin: 0;
	float: left;
	padding-top: 25px;
}

#secondaryContent {
	width: 10px;
	display: inline; /* :IE double margin float bug */
	float: right;
	background-color:#FFF;
} 

#footer {
	clear: both;
	padding: 3px 20px 5px 15px;
	border-top: 1px solid #669;
	background: url(../images/footerbg.gif) repeat-y left top;
	text-align: right;
	color: #666;
} 

#footer #info {
	width: 250px;
	float: left;
	text-align: left;
	font-size: 95%;
}

/*--- Link styles ---*/

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #7A9AE0;
	text-decoration: none;
}

a:active {
	color: #3688BA;
	text-decoration: none;
}

/*--- Navigation ---*/

#navigation {
	float:left;
	width:100%;
	background:url(../images/navbg.gif) repeat-y left top;
	font-size:110%;
	line-height: normal;
	border-bottom: 0 solid #24618E;
}

#navigation ul {
	border: 0;
	margin: 0 0 0 250px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navigation ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navigation ul li a {
	border-top: 1px none #9E9EBE;
	border-left: 1px none #9E9EBE;
	border-bottom: 1px none #9E9EBE;
	border-right: 1px solid #9E9EBE;
	padding: 0;
	margin: 0;
	color: #464668;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 106px;
	line-height: 1.6em;
}

#navigation ul li#contact a { /*no right border on final link*/
border-right: 0;}

#navigation ul li a:hover {
	color: #051B57;
	background: #FFF;
}

#navigation a:active {
	color: #FFF;
}

#default #navigation li#home a, #aprts #navigation li#flats a, #contactus #navigation li#contact a, #what #navigation li#people a, #props #navigation li#properties a  {
	color: #051B57;
}

/*Paddings*/

#secondaryContent {
  padding-top: 25px;
}

#column1 * {
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
}

#column1 *, #secondaryContent * {
	padding-left: 15px;
	padding-right: 20px;
}

#column1 * *, #secondaryContent * * {
	padding-left: 0px;
	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3, #mainContent .contact {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	color: #697CBE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
  	font-size: 1.6em;
	margin-top: 0;
}

h2 {
	font-size: 1.4em;
}

h3, #mainContent .contact {
font-size: 1.2em;
}

h3 {
	font-weight: bold;
}

/*--- Main div styles ---*/

p, li {
	font-size: 1em;
}

hr {
	background:#697CBE;
	height:1px;
	color:#697CBE;
	border:none;
	margin-top: 0.5em;
}

#header h1 {
  	margin: 0;
}

#column1 h2 {
	color: #808080;
	font-size: 120%;
	margin-top: 0;
	line-height: 1.1em;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

#column1 p.contact {
	padding-right: 20px;
	padding-left: 20px;
	background: #F2F2F2;
	border-top: 6px solid #DCE0EF;
	margin-right: 20px;
	margin-left: 20px;
}

#column1 ul {
	margin-left: 20px;
	list-style: none;
}

#column1 li {
	list-style: url(../images/bullet.gif);
}

#mainContent p, #secondaryContent p {
	line-height: 1.5em;
	font-size: 100%;
}

#content li {
	margin-left: 20px;
	list-style: url(../images/bullet.gif) none;
	margin-bottom: 5px;
}

#mainContent .quotes, #mainContent .quotes1, #mainContent .quotes2, #mainContent .quotes3 {
	border: 1px solid #C4CBE6;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	width: 230px;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	
}

#mainContent .quotes p, #mainContent .quotes1 p, #mainContent .quotes2 p, #mainContent .quotes3 p {
	line-height: 1.6em;
}

.center {
	text-align: center;
}

.subdued {
	color: #7C7C7C;
}

.subheading {
	color: #930;
}

.attribute {
	font-size: 90%;
	display: block;
	padding-top: 0.5em;
	border-top: 1px solid #EBEBEB;
	margin-top: 0.5em;
}

.error, .highlight {
	color: #F60;
	font-weight: bold;
}

.pform {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #5268B4;
}

/* ---Images ---*/

img {
    border: none;
}

.featured {
	border-top: 5px solid #DCE0EF;
	border-right: 2px solid #DCE0EF;
	border-bottom: 5px solid #DCE0EF;
	border-left: 2px solid #DCE0EF;
	margin-left: 4px;
}
#column1 .photo {
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
	background: #FFF;
}


/*--- Others ---*/

.cvw {
	font-size: 90%;
}

.cvw a:link, .cvw a:visited {
	color: #669;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

.fright {
	float: right;
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;}

/*---- Mouseover slideshow ----*/

.mainImage {
	width: 250px;
	float: left;
	margin-left: 10px;
}

#content .slide {
	list-style: url(none) none;
	width: 250px;
	float: right;
	margin-top: 6px;
}

#content ul.slide li {
	float: left;
	list-style: url(none) none;
	margin: 6px;
	padding: 0px;
}

#desc, #desc2 , #desc3, #desc4{
	clear: left;
	border-bottom: 1px solid #B9C2E1;
	padding-bottom: 10px;
}

.listing , .altlisting, .contactp{
	overflow: auto;
	background: #F2F2F2;
	border-bottom: 3px solid #697CBE;
	padding: 0px 10px 10px;
}

.contactp {
	padding-top: 10px;
}

.altlisting {
	background: #F0F2F9;
	}

.altlisting img, .listing img {
	float: left;
	margin-right: 10px;
	}
