* {
padding: 0;
margin: 0;
} 

/*Body*/

body {
margin:0;
padding: 0;
background: #2a4076;
color: #000;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

/*Images*/

img {border: none;}
a{
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

img.featured {border:#092961 solid 2px;
margin: 10px 10px 0px 0px;
float:left;
}
img.thumbnail {
	border:#092961 solid 2px;
	height: 75px;
	width: 75px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img.large {
	border:#092961 solid 2px;
	width: 350px;
	height: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.featured {

color:#CC3300;
text-decoration: underline;

}
a.featured:hover {
	color:#CC0000;
	text-decoration: none;
}
/*Main Content*/


#content {
	width: 775px;
	margin: 0px auto;
	padding: 1px;
	background: #fff;
}


#header {
	height: 70px;
	margin: 0px;
	background-image: url(../images/watermark.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 31px;
	position: relative;
}
#header form select{
	width: 137px;
	margin-left: 23px;
}

/*Navigation*/

#navigation {
	height: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
}

#left {
	float: left;
	width: 161px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 33px;
}
#left h2 {
margin-top: 10px;
font: bold 18px Georgia, "Times New Roman", Times, serif;
padding: 0px 0 15px 0px;
color:#062963;

}
#content #right .prop_types {
	border: 1px dotted #999;
	padding: 10px;
	margin-bottom: 5px;
}

#left ul  {
	color: #CC0000;
	text-align: left;
	margin: 3px 0 8px 0;
	padding-left: 15px;
	list-style-image: url(../images/bullet.gif);
	text-decoration: none;
	list-style-type:square;
	line-height: 25px;
}
#left ul li {
	border-bottom: 1px dotted #999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}
#left ul a {
	font-weight: 600;
	color: #173D7F;
}
#left ul a:hover { color : #333; }


#featured { 
float: right;
width: 525px;
padding: 0px 32px 10px 0px;
margin-right: 0px;
}

/*Right Hand Side*/

#right {
	float: right;
	width: 525px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#right .infobox {
	width: 100%;
	height: 500px;
}
#right .infobox .r_sd { float: right; }
#right .infobox .l_sd { width: 308px; position:absolute }

#right ul  {
	text-align: left;
	margin: 3px 0 8px 0;
	padding-left: 15px;
	list-style-image: url(../images/bullet.gif);
	text-decoration: none;
	list-style-type:square;
	line-height: 25px;
	list-style-position: inside;	
	}

#right h1 {

font: bold 18px Georgia, "Times New Roman", Times, serif;
margin: 10px 0px 20px 0px;
color:#062963;
}

#right h2 {
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	margin: 0px 0px 5px 0px;
}
#right h3 {
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}


/*Footer*/

#footer { 
color: #eee;
margin-top:10px;
line-height: 30px;
text-align: center;
}

#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }

.table_search {
	width: 600px;
}

.td_search {
	width: 150px;
}

.td_search2 {
	width: 110px;
}
.drop_down_search {
	width: 100px;
}
.redtext {
	color: #cc3333;
}

#header #search_div {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #2d4277;
}

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.indentmenu ul{
	margin: 0;
	float: left;
	width: 635px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 140px;
	background-color: #000066;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #564c66;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 8px; /*shift text down 1px for selected and active item*/
	background: black url(../images/nav_over.gif) center center repeat-x;
	text-decoration: none;
}


#home_li a {
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #564c66;
}
#home_li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 8px; /*shift text down 1px for selected and active item*/
	background: black url(../images/nav_over.gif) center center repeat-x;
	text-decoration: none;
}

/* Elro PropertyAssist Specific */
#featured_property 
{
	margin-bottom:25px;
	overflow:hidden;
}

img.property_list 
{
	border:#092961 solid 2px;
	margin: 0 10px 0px 0px;
}

#saleagreed 
{
  text-align:center;
  background:red;
  color:white;
  clear:right;
  display:inline;
  padding: 2px 5px 2px 5px;
}

/* This is a hack to get the vertical scrollbar to stay in Firefox and avoid
the horizontal shift */
html { height: 101%; }

.disclaimer 
{
	text-align:center;
	font-style:italic;	
}

#picture_gallery 
{
	clear:left;
	vertical-align:top;
}

#picture_gallery img {
   vertical-align:top;
}

.PictureThumb 
{
	border:#092961 solid 2px;
	margin:5px;
}

.image_thumb_float 
{
	float: left;
}

.image_thumb_float p
{
   text-align: center;
   margin-top:-5px;
   padding-top:2px;
}

.spacer 
{
	clear:both;	
}