/*colors: White Blue #ECF4FB; Orange #FFCC66 */

/*colors: 
	Light Grey #EEEEED
	Dark Grey #999996
	Prudential Blue #3366CC
	Dark Blue #013F66
	Bright Light Blue #66A7EC
	Light Blue #C8DBEC
	Yellow #FFD863
	Pale Yellow #FFFA84
*/

/*fonts: Pru 97; Times; Arial*/

body {
	background-color: #EEEEED;
	}

div#container {
	width: 900px;
	margin: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	background-color: #FFFFFF;
	}
	
div.hr {
	margin: 0;
	padding: 0;
	border: none;
	color: #3366CC;
	background-color: #3366CC;
	height: 1px;
	}
	
	
/*header tags*/

div#header {
	padding: 0 0 0 0
	}
	
#header img {
	background-image: url("images/background.jpg");
	}
	
	
/*address tags*/

div#address {
	margin: 10px 20px 10px 10px;
	}
	
#address p.button {
	float: left;
	line-height: 1.5em;	
	margin-top: 5px;
	margin-left: 10px;	
	padding: .5em 0;
	}
	
#address p.button a {
	font-weight: bold;
	font-size: small;
	color: #013F66;	
	text-decoration: none;	
	padding: .5em 1em;
	background-color: #C8DBEC;
	border: 2px outset #66A7EC;
	}
	
#address p.button a:link {color: #013F66; text-decoration: none;}
#address p.button a:visited {color: #013F66; text-decoration: none;}

#address p.button a:hover{
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;	
	text-decoration: none;	
	padding: .5em 1em;
	background-color: #FFD863;
	border: 2px inset #FFD863;
	}	

#address p {
	text-align: right;
	font-weight: bold;
	font-size: small;
	color: #999996;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
	
#address a {
	color: #999996;
	text-decoration: none;
	}
	
#address a:link {color: #999996; text-decoration: none;}
#address a:visited {color: #999996; text-decoration: none;}
	
#address a:hover{
	color: #999996;
	text-decoration: underline;
	}
	

/*navlist tags*/

div#navcontainer {
	
	}

#navlist {
	padding: 30px 0 6px 0;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #EEEEED;
	border-bottom: 1px solid #013F66;
	font-weight: bold;
	}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	}
	
#navlist li#first {
	list-style: none;
	margin-left: 180px;
	display: inline;
	}

#navlist li a {
	padding: 6px 1em;
	margin-left: 3px;
	border: 1px solid #FFD863;
	border-bottom: none;
	background: #FFFFFF;
	text-decoration: none;
	}

#navlist li a:link { color: #999996; }
#navlist li a:visited { color: #999996; }

#navlist li a#current {
	color: #013F66;
	border: 1px solid #013F66;
	border-bottom: 2px solid #FFFFFF;
	}
	
#navlist li a:hover {
	color: #3366CC;
	background-color: #C8DBEC;
	border-color: #013F66;
	}
	
#navlist li#first a:hover {
	color: #3366CC;
	background-color: #C8DBEC;
	}


/*menu tags*/
	
div#menu {
	float: left;
	width: 160px;
	background-color: #3366CC;
	padding: .5em 0 0 0;
	margin-top: 0px;
	margin-bottom: 15px;
	}

#menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: .5em 1em;
	font-weight: bold;
	}
	
#menu a:hover {
	color: #FFD863;
	background-color: #66A7EC;
	}
	
#menu a.current {
	color: #FFFFFF;
	background-color: #66A7EC;
	}
	
#menu a.current:hover  {
	color: #FFD863;
	background-color: #66A7EC;
	}

#menu ul {
	list-style-type: none;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #FFFFFF;
	}
	
#menu ul.bottom {
	list-style-type: none;
	margin: 0 0 .5em 0;
	padding: 0;
	border-bottom: none;
	}
	
#menu hr {
	margin: .5em 0;
	padding: 0;
	border: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	}	

#menu ul.image {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 1em 0;
	background-color: #FFFFFF;
	}

#menu ul.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	
/*contents tags*/

div#subhead {
	padding: .5em 0 .2em 1em;
	margin-left: 170px;
	}

#subhead h1 {
	font-size: x-large;
	color: #999996;
	padding-bottom: .2em;
	border-bottom: solid #FFD863 2px;
	}
	
#subhead p {
	font-size: x-small;
	padding-left: .2em;
	margin-top: -.8em;
	}
	
#subhead a {
	color: #3366CC;
	text-decoration: underline;	
	}
	
#subhead a:hover {
	color: #999996;
	}
	
div#contents {
	padding: 0em 1em 1em 1em;
	margin-left: 180px;
	margin-top: 20px;
	}
	
#contents h3 {
	margin-bottom: 12px;
	margin-top: 24px;
	color: #999996;
	}
	
div#contents3 {
	background-color: #FFF6B0;
	padding: .6em 1em;
	margin: 20px 20px 0 180px;
	}
	
#contents3 a {
	color: #000000;
	text-decoration: none;
	}
	
#contents3 a:visited {
	color: #999996;
	text-decoration: none;
	}
	
#contents3 a:hover {
	color: #3366CC;
	text-decoration: underline;
	}
	
	
/*thumbnails*/
	
div.thumbs {
	float: left;
	border: 0;
	width: 150px;
	padding: 5px;
	}

.thumbs img {
	border: 2px solid #C8DBEC;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: -1em;
	padding-bottom: 0em;
	}
	
.thumbs p {
	text-align: center;
	margin-top: .2em;
	margin-bottom: 1.5em;
	}
	
.thumbs a {
	color: #000000;
	border: 0;
	text-decoration: none;
	}
	
.thumbs a:visited {
	color: #999996;
	text-decoration: none;
	}
	
.thumbs a:hover {
	color: #3366CC;
	text-decoration: underline;
	border: 0;
	}
	
.thumbs img:hover{
	border: 2px solid #66A7EC;
	}
	

/*agent pages tags*/

#contents img.agent {
	float: right;
	padding: 0 1em 0em 1em;
	}
	
#contents a.agent{
	color: #3366CC;
	}
	
#contents p.agent {
	clear: right;
	}
	
div#contents2 {
	clear: right;
	padding: 3em 1em 2em 2em;
	border-left: solid #FFD863 2px;
	border-bottom: solid #FFD863 2px;
	}
	
#contents2  ul li{
	padding: 0 0 1em 0;
	}
	
#contents hr {
	border: solid #FFD863 1px;
	margin-top: 48px;
	}
	
div#box {
	float: left;
	width: 60%;
	background-color: #EEEEED;
	padding: .75em 0em .75em 2em;
	}

div#agentheader {
	float: left;
	width: 60%;
	margin: 1.5em 0 0 0em;
	padding-right: 2em;
	font-family: times;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	border-top: solid #FFD863 2px;
	border-bottom: solid #FFD863 2px;
	}
	
	
/*listings table*/

table.listing {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 20px;
	}
	
table.listing th.price {
	text-align: right;
	padding-right: 1.5em;
	}	
	
table.listing tr {
	margin: 0 0 0 0;
	padding: .3em 0 .3em 0;
	text-align: left;
	vertical-align: middle;
	}
	
table.listing td{
	margin: 0 0 0 0;
	padding: .3em 0 .3em 0;
	text-align: left;
	vertical-align: middle;
	}
	
table.listing td.price {
	text-align: right;
	padding-right: 1.5em;
	}		
	
.listing a {color: #3366CC; text-decoration: underline;}
	
.listing a:visited {color: #999996;}
.listing a:hover {color: #999996;}
	
	
/*listings pages tags*/

div.house {
	background-color: #EEEEED;
	padding: 1em;
	}

.house img {
	float: left;
	padding: 0 1em 1em 0;
	}
	
.house img.agent {
	width: 15%;
	padding: 0em;
	margin-right: -1em;
	}
	
.house p {
	margin-top: 0em;
	margin-bottom: .5em;
	}
	
.house a {
	color: #3366CC;
	text-decoration: underline;
	}
	
.house h3 {
	font-weight: bold;
	font-size: medium;
	margin-top: .5em;
	padding-top: 0em;
	margin-bottom: 1em;
	}

/*featured listing*/

div.clear {clear: both; }

div.house2 {
	background-color: #EEEEED;
	padding: 1em;
	}

.house2 img {
	float: left;
	margin: 0 1em 1em 0;	
	border: 2px solid #C8DBEC;
	text-decoration: none;
	}
	
.house2 img:hover{
	border: 2px solid #66A7EC;
	}

.house2 a.image {
	border: none;
	text-decoration: none;
	}	
	
.house2 img.agent {
	width: 15%;
	padding: 0em;
	margin-right: -1em;
	}
	
.house2 p {
	margin-top: 0em;
	margin-bottom: .5em;
	}
	
.house2 a {
	color: #3366CC;
	text-decoration: underline;
	}
	
.house2 h3 {
	font-weight: bold;
	font-size: medium;
	margin-top: .5em;
	padding-top: 0em;
	margin-bottom: 1em;
	}	
	

	
/*gallery*/

div#gallery {
	margin-top: 20px;
	clear: both;
	}	
	
div.thumbs2 {
	float: left;
	border: 0;
	margin: 1px;
	}

.thumbs2 img {
	display: block;
	padding: 0;
	border: 2px solid #FFFFFF;
	text-decoration: none;
	}	
	
.thumbs2 img:hover{
	border: 2px solid #66A7EC;	
	text-decoration: none;
	}
	
.thumbs2 a {
	border: none;
	text-decoration: none;
	}
	
	
/*mortgage calculator tags*/

div#calculator {
	width: 80%;
	}
	
table#form {
	border: 0;
	padding: 3px 0 3px 0;
	}
	
#form tr {
	vertical-align: middle;
	}
	
#form th {
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	}
	
#form p.bottom {
	padding-top: 2em;
	}
	
	
/*contact form*/

div#form {margin: 30px 0 30px 30px}

#form p {margin: 0 0 .5em 0;}
	
#form p.note {font-size: 8pt; color: #666663; margin-bottom: 1.5em;}
	
#form label {}

#form input {
	margin: .2em 0;
	font-family: verdana;
	color: #013F66;
	}
	
#form input.long {width: 240px;}
	
#form input.short {width: 120px;}

#form input.xshort {width: 30px;}

#form input.checkbox {margin-right: 30px;}

#form textarea {
	margin: .2em 0;
	padding: .5em;
	margin-bottom: 1em;
	font-family: verdana;	
	color: #013F66;
	}
	
	
/*relocation form*/

div#reloform {

	}
	
	
/*article tags*/

#contents3 ol.number { 
	padding: 0 1em .5em 1.5em;
	}
	
#contents3 ol.number li {
	list-style-type: decimal;
	padding-bottom: .5em;
	}
	
#contents3 ul.bullet {
	padding: 0 1em 1.5em 1em;
	}
	
#contents3 ul.bullet  li {
	list-style-type: disc;
	padding-bottom: 0em;
	}
	
#contents3 ul.none {
	padding: .5em 1em 0.5em 1.5em;
	}

#contents3 ul.none  li {
	list-style-type: none;
	}

	
/*resources definition list*/

#contents3 dl {
	font-weight: bold;
	font-size: 8pt;
	}
	
#contents3 dt {
	margin-top: 1em;
	}
	
#contents3 dd {
	font-weight: normal;
	margin-left: 0;
	}

	
/*about us buttons*/

div#buttons {
	margin: 10px 20px 10px 180px;
	}

#buttons p.button {
	float: left;
	line-height: 1.5em;	
	margin-top: 5px;
	margin-left: 10px;	
	padding: .5em 0;
	}
	
#buttons p.button a {
	font-weight: bold;
	font-size: small;
	color: #013F66;	
	text-decoration: none;	
	padding: .5em 1em;
	background-color: #C8DBEC;
	border: 2px outset #66A7EC;
	}
	
#buttons p.button a:link {color: #013F66; text-decoration: none;}
#buttons p.button a:visited {color: #013F66; text-decoration: none;}

#buttons p.button a:hover{
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;	
	text-decoration: none;	
	padding: .5em 1em;
	background-color: #FFD863;
	border: 2px inset #FFD863;
	}	
	
#buttons p {
	text-align: right;
	font-weight: bold;
	font-size: small;
	color: #999996;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
	
	
/*footer tags*/

div#footer {
	clear: both;
	padding: 60px 0 0 0;
	}

#footer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}