
/* CSS Document */

body {
background:url(images/bg.gif);
background-repeat:repeat-x;
padding: 0;
margin:0;
background-color:#0a5694;
}

#outerTable {
background-image:url(images/blue-top.gif);
}

#outerTableContent {
margin-top:15px;
}


#welcome {
background-image:url(images/home_img.jpg);
background-repeat:no-repeat;
background-position:100% 100%;
padding: 10px;
background-color:#FFFFFF;
width: 395px;
}

#quickSearch {
margin-left:14px;
width:335px;
}

#quickSearch td {
background-color:#efefef;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

#quickSearch th {
background-image:url(images/redbar_1.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
line-height: 24px;
text-transform:uppercase;
color:#FFFFFF;
text-align:left;
padding-left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d68a6;
	font-size:18px;
}

#featured {
margin-top:15px;
width: 765px;
}

#featured th {
	background-image:url(images/redbar_2.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 24px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:left;
	padding-left: 10px;
}

#featured td {
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
}


#featured a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b5191d;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

#featured a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b5191d;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size:12px;
}

.mls {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	font-size:12px;
}

#footer {
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#8ba4c3;
}

#footer p{
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#8ba4c3;
}


#footer a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#8ba4c3;
text-decoration:none;
text-transform: uppercase;}

#footer a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;
text-transform: uppercase;}


#listing {
width: 765px;
}

#listing th {
	background-image:url(images/redbar_2.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 24px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:left;
	padding-left: 10px;
}

#listing td {
/*background-color:#ffffff; */
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
}


#listing a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b5191d;
	text-decoration: none;
	text-transform:uppercase;
}

#listing a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b5191d;
	text-decoration: underline;
	text-transform: uppercase;
}

#listingItem {
	width:690px;
	border: 1px solid #e7e5e5;
	margin-bottom: 10px;
}


#listingItem td {
	padding: 10px;
}
#listingItem td.listheadline{
  padding:0 10px;
}
#listingItem td.listheadline h2{
  margin-bottom:0;
}
#listingItem td.listdetail{
  padding:0 10px 10px 10px;
}

#details td {
padding:0px 10px 10px 10px;
}


#details p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
}

#realtor a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #125aa7;
	text-decoration:none;
	text-transform:lowercase;
	}

#realtor a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #125aa7;
	text-decoration:underline;
		text-transform:lowercase;

}



/*	rounded corners box */

.t {
	background: url(images/dot.gif) 0 0 repeat-x;
	width: 100%;
}
.b {
	background: url(images/dot.gif) 0 100% repeat-x;
}
.l {
	background: url(images/dot.gif) 0 0 repeat-y;
}
.r {
	background: url(images/dot.gif) 100% 0 repeat-y;
}
.bl {
	background: url(images/bl.gif) 0 100% no-repeat;
}
.br {
	background: url(images/br.gif) 100% 100% no-repeat;
}
.tl {
	background: url(images/tl.gif) 0 0 no-repeat;
}

.tr {
background: url(images/tr.gif) 100% 0 no-repeat; padding: 10px 30px 20px 30px;
}




/*	rounded corners box 2 */

.t2 {
	background: url(images/dot.gif) 0 0 repeat-x;
	width: 100%;
}
.b2 {
	background: url(images/dot.gif) 0 100% repeat-x;
}
.l2 {
	background: url(images/dot.gif) 0 0 repeat-y;
}
.r2 {
	background: url(images/dot.gif) 100% 0 repeat-y;
}
.bl2 {
	background: url(images/bl2.gif) 0 100% no-repeat;
}
.br2 {
	background: url(images/br2.gif) 100% 100% no-repeat;
}
.tl2 {
	background: url(images/tl2.gif) 0 0 no-repeat;
}

.tr2 {
background: url(images/tr2.gif) 100% 0 no-repeat; padding:10px;
}


/*	rounded corners box 3 */

.t3 {
	background: url(images/dot.gif) 0 0 repeat-x;
	width: 100%;
}
.b3 {
	background: url(images/dot.gif) 0 100% repeat-x;
}
.l3 {
	background: url(images/dot.gif) 0 0 repeat-y;
}
.r3 {
	background: url(images/dot.gif) 100% 0 repeat-y;
}
.bl3 {
	background: url(images/bl3.gif) 0 100% no-repeat;
}
.br3 {
	background: url(images/br3.gif) 100% 100% no-repeat;
}
.tl3 {
	background: url(images/tl3.gif) 0 0 no-repeat;
}

.tr3 {
background: url(images/tr3.gif) 100% 0 no-repeat; padding:10px;
}

/* HIGLHIGHT TR */

.greyMouseOver {
background: #eeeeee;
}
.whiteMouseOut {
background: #ffffff;
}


/* MAIN NAV */

#navcontainer{
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
}


#navcontainer ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("images/navBarBg.gif") repeat-x;
	font: 11px/27px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
}

#navcontainer a
{
color: #FFFFFF;
text-decoration: none;
display: block;
border-bottom: 1px solid #44658a;
border-left: 1px solid #44658a;
padding: 0 10px 0 10px;
}

#navcontainer li#active { background: url("images/navBarBgHover.gif") repeat-x; }
#navcontainer a:hover { background: url("images/navBarBgHover.gif") repeat-x; }
