* {
}

body {
	width:990px;
	background-image:url(/images/layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#A7A27D;
	margin:0;
}

body , body table, body table td, body table th {
	font-family:Garamond, 'Times New Roman', Times, serif;
	font-size:16px;
}

a img {
	border:0;
}

h1 {
	color:#FFFFFF;
	font-family:Garamond, 'Times New Roman', Times, serif;
	font-size:28px;
	text-align:center;
	/*font-size:32px;*/
}

#SignIn {
	width:525px;
	height:30px;
	background-color:#A7A27D;
	margin:0;
	position:absolute;
	left:455px;
	top:1px;
	color:#02412B;
	font-weight:bold;
}

#SignIn a {
	color:#02412B;
}

#SignIn form {
	margin:0;
	padding:0;
	width:300px;
	height:27px;
	float:right;
	padding-top:3px;
}

#SignIn input {
	width:80px;
	font-size:10px;
}

#SignIn input.Submit {
	width:auto;
}

#SignIn p {
	margin:7px 10px 0 0;
	float:right;
}

.Outline {
	border:3px solid #FFFFFF;
	height:auto;
}

img.BigLogo {
	position:relative;
	top:9px;
	left:7px;
	z-index:50;
}

#Menu {
	position:relative;
	left:208px;
	top:-174px;
	width:700px;
	background-color:#A7A27D;
	border:3px solid #FFFFFF;
	vertical-align:middle;
	padding-left:67px;
	height:50px;
}

#Menu * {
	margin:0;
	padding:0;
}

#Menu li {
	float:left;
	list-style-type:none;
	background-color:#A7A27D;
	border-left:2px solid #02412B;
}

#Menu li a {
	display:block;
	height:45px;
	width:85px;
	padding:5px 5px 0 5px;
	text-decoration:none;
	color:#02412B;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	font-family:'Times New Roman', serif;
}

#Menu li a:hover {
	background-color:#02412B;
	color:#A7A27D;
}

#Menu li table td a:hover {
	background-color:#A7A27D;
	color:#02412B;
}

#Menu li table td a, #Menu li table td a:hover {
	padding:0;
}

#Menu li table {
	position:absolute;
	top:50px;

	right:0;
	display:none;
	margin:0;
	width:auto;
	background-color:#02412B;
	padding:0;
}

#Menu li table td a {
	font-size:12px;
	height:49px;
	width:auto;
	padding:10px 5px 0 5px;
	color:#A7A27D;
	font-weight:normal;
	position:relative;
	top:0px;
	background-image:url(/images/layout/menubg.jpg);
	background-repeat:repeat-x;
}

#Menu li table td a:hover {
	padding:10px 5px 0 5px;
}

#Menu li table:hover, #Menu li a:hover table, #Menu li:hover table {
	display:block;
	height:50px;
	z-index:60;
}

#Menu table#InfoMenu {
	left:455px;
	right:auto;
}

#Menu table#CarMenu {
	left:552px;
	right:auto;
}

#Menu li table td {
	z-index:60;
	height:50px;
	background-color:#02412B;
	white-space:nowrap;
}

#MainContent {
	position:absolute;
	left:225px;
	top:195px;
	width:765px;
	z-index:51;
}

.PageBackground {
	width:710px;
	background-color:#FFFFFF;
	height:auto;
	border:3px solid #A7A27D;
	padding:20px;
}

.PageBackground h1 {
	color:#02412B;
}

#ContactUsContainer {
	width:180px;
	position:absolute;
	top:700px;
	left:10px;
}

#ContactUsForm {
	margin:0;
	height:auto;
	background-color:#02412B;
	border:5px solid #A7A27D;
	padding:0 5px 0 5px;
	color:#FFFFFF;
}

#ContactUsForm form {
	margin:0;
	padding:0;
	font-size:14px;
}

#ContactUsForm h3 {
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:0;
	margin-top:10px;
}

#ContactUsForm .Text {
	width:150px;
	font-size:12px;
}

#ContactUsForm textarea {
	height:150px;
}

#LeftMenuContainer {
	position:absolute;
	top:185px;
	left:10px;
	width:180px;
	height:auto;
}

#LeftMenu {
	margin:0;
	height:auto;
	background-color:#02412B;
	border:5px solid #A7A27D;
	padding:80px 3px 3px 3px;
}

#LeftMenu div.silverheader a{
	background-color:#A7A27D;
	font: normal 14px Garamond, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #02412B;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0;
	padding-left: 20px;
	text-decoration: none;
	border:1px solid white;
	margin:0 0 3px 0;
	background-image:url(images/layout/green_arrow.gif);
	background-repeat:no-repeat;
	background-position: 2px 2px;
}

#LeftMenu div.selected a {
	background-color:#02412B;
	color: #A7A27D;
	border:2px solid #02412B;
	margin:0px;background-image:url(images/layout/beige_arrow.gif);
	background-repeat:no-repeat;
	background-position: 2px 2px;
}

#LeftMenu div.submenu{ /*DIV that contains each sub menu*/
	background-color:#02412B;
	color:#A7A27D;
	font-weight:bold;
	padding: 5px;
	height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

#LeftMenu input.TwoOnLine {
	width:55px;
}

#LeftMenu .submenu select {
	font-size:14px;
}

#LeftMenu .submenu option {
	font-size:14px;
}

#LeftMenu select.City {
	width:150px;
}

#LeftMenu h3 {
	font-size:12px;
	margin-bottom:0;
	margin-top:10px;
}

#LeftMenu .submenu a {
	background-color:#A7A27D;
	color:#02412B;
	padding:0 5px 0 20px;
	text-decoration:none;
	border:1px solid #FFFFFF;
	background-image:url(/images/smarrow.jpg);
	background-repeat:no-repeat;
	background-position:5px;
	font-size:14px;
	margin-top:15px;
	vertical-align:top;
}

#LeftMenu .submenu input {
	margin-bottom:5px;
}

div.Half {
	width:50%;
	float:left;
}

div.Half input {
width:85%;
}

#LeftMenu .submenu input.Text {
	width:150px;
}

#LeftMenu .submenu input.SubmitButton {
	background-color:#A7A27D;
	border:2px solid #FFFFFF;
	color:#02412B;
	background-image:url(/images/layout/littlehouseoutline.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	height:30px;
	width:130px;
}

#PaymentForm {
	display:none;
	position:absolute;
	left:193px;
	top:345px;
	z-index:60;
	background-color:#02412B;
	padding-left:20px;
	border-top:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	width:300px;
	height:155px;
	color:#A7A27D;
	font-weight:bold;
}

#PaymentForm h2 {
	margin:0;
	padding:0;
	text-align:center;
}

#PaymentForm td {
	color:#A7A27D;
}

#PaymentForm form {
	margin:0;
	padding:0;
}

#PaymentForm input {
	width:50px;
	text-align:right;
}

#PaymentForm input.Update {
	width:300px;
	text-align:center;
}

table.ListingsDisplay td.Address {
	width:150px;
}

table.ListingsDisplay .OpenHouse {
	background-color:#A7A27D;
	color:#02412B;
	width:145px;
	display:block;
	font-weight:bold;
}

table.ListingsDisplay td.AgentPicture {
	text-align:center;
	width:100px;
}

table.ListingsDisplay td.AgentPicture a {
	text-decoration:none;
}

table.ListingsDisplay td.AgentPicture img {
	width:75px;
}

table.ListingsDisplay th {
	border-bottom:1px solid #000000;
}

table.ListingsDisplay th.CountSummary {
	font-size:12px;
	text-align:left;
	color:#02412B;
}

table.ListingsDisplay td.PropertyPicture {
	width:110px;
}

table.ListingsDisplay td.PropertyPicture img {
	width:100px;
}

table.ListingsDisplay td.Price {
	text-align:right;
}

table.ListingsDisplay td.VirtualTour {
	text-align:center;
}

table.ListingsDisplay td.MLSNum {
	text-align:center;
}

table.ListingsDisplay th.Price {
	text-align:right;
}

table.PageForm {
	width:100%;
}

table.PageForm td.PrevPage {
	width:33%;
	text-align:left;
}

table.PageForm td.SelectPage {
width:33%;
text-align:center;
}

table.PageForm td.NextPage {
width:33%;
text-align:right;
}

#PropertySearchMap {
	width:700px;
	height:500px;
}


#SmallIcons {
	position:absolute;
	top:1280px;
	left:15px;
}

#SmallIcons img {
	height:40px;
}

background_globe{
	background-image:url(/images/globe_background.gif);
	background-repeat:no-repeat;
}

.arrowlesslink {
	background-image:url(/images/arrowlessbtnbg.gif);
	background-repeat:no-repeat;
}
.lrgarrowlesslink {
	background-image:url(/images/200pxarrowlessbtnbg.gif);
	background-repeat:no-repeat;
}
.lrgarrowlesslink a{
	padding:5px;
	padding-left:0px;
	margin:0px;
	text-decoration:none;
	color:#02412B;
	font-weight:bold;
}


.arrowlesslink a{
	padding:5px;
	padding-left:0px;
	margin:0px;
	text-decoration:none;
	color:#02412B;
	font-weight:bold;
}

a.ArrowBtn{
	text-decoration:none;
	background-image:url(/images/Arrowbtnbg.jpg);
	width:154px;
	height:23px;
	display:block;
	padding-left:35px;
	padding-top:3px;
	color:#02412B;
	font-size:16px;
	text-align:left;
	background-repeat:no-repeat;
}
a:hover.ArrowBtn{background-image:url(/images/Arrowbtnbg.jpg);background-repeat:no-repeat;}

.ContactAgentImage {
	float:left;
	margin-left:100px;
	height:200px;
}

p.ContactAgentContact {
	text-align:left;
	margin-left:10px;
	float:right;
	margin-right:100px;
}
