/**************** Removes default styles that some browsers add  ****************/

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, td, th
{
	margin:  0;
	padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

/***************** specific website styles for property page start here *****************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	text-align : left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


/* property search header  */

#search-header {
	width: 100%;
	padding-left: 0px;
	height: 51px;
	background-image: url(../pagepix/leap-search-bg.gif);
	background-repeat: repeat-x;
}

/******************  navigation ******************/

/* navigation */	

#property-nav{
	height: 32px;
	width: 600px;
	float: left;
}

.home-icon{
	background-image: url(../pagepix/home-icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}


#navcontainer{
	height: 32px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../pagepix/navbg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-left: 8px;
	width: 510px;
}

navcontainer ul {
	float:left;
	overflow:hidden;
}

#navcontainer ul li {
	display:inline;
}

#navcontainer ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-right:10px;
	padding-left:5px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../pagepix/navbg.gif);
	background-repeat: repeat-x;
	height: 25px;
}

#navcontainer ul li a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#navcontainer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../pagepix/navbg-roll.gif);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
}




#container{
	height: 32px;
	width: 100%;
	background-image: url(../pagepix/navbg.gif);
	background-repeat: repeat-x;
}

#legal-local{
	float: right;
	width: 390px;
	margin-right: 5px;
}

#legal-local img{
	padding-right: 1px;
}


h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #08428C;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
