html {
	background-color: #fff;
	margin: 0px;
	padding: 15px;
	color: black;
	font-family: Sans-serif, Arial;
}

img {
	border:0;
}

#displayoptions {
	padding-bottom:5px;
	text-align:left;
	background:#444;
}

#page {
	width:800px;
	background-color:#FFF;
	margin: auto;
	padding:0px;
	min-width: 780px;
	background: url('/template/images/circle_blank.gif') top left no-repeat;

}



#banner {
	height:81px;
	width:800px;
	background: #2B125D url('/template/images/Lovietts-Header.gif') top left no-repeat;
}

#mainnav {
	height:20px;
	text-align: center; 
	width:800px;
	background: url('/template/images/loveits-navbg.gif') top left repeat-y;
	border-bottom: 1px solid #FFF;
}

#contentcontainer {
	display: block;
	text-align:left;
	overflow: hidden;
	padding:10px 0px 0 20px;
	margin-bottom: 10px;
}


#whitebg {
    text-align:left;  
    background: none;
}

#whitebg #right {
	width:180px;
}

#property_search_banner {
	position: relative;
	width:185px;
	height:450px;
	border: 1px solid #000;
	cursor:pointer;
	background: url('/images/mapbg.jpg');
}

#contentcontainer #property_search,#whitebg #right #property_search,#property_search2,#whitebg #right #property_search2{
	margin-top: 10px;
	width:180px;
	font-size:75%;
}

#contentcontainer #property_search td,#whitebg #right #property_search,#property_search2 td,#whitebg #right #property_search2{
	font-size:100%;
	font-weight:bold;
}

#pageWrapper {
	font-family: Sans-serif, Arial;
}

div.registerBox {
	padding:5px;
	border:1px dashed #BBBBBB;
	font-size:80%;
	background:#f3f3f3;
	margin-bottom:10px;
}

.smallText {
	font-size:78%;
}

.officeBox {
	font-size:78%;
	font-weight:bold;
}

.officeBoxBigger {
	font-size:85%;
	font-weight:bold;
}

#w3cbar{
	float:right;

}

#w3cbar a:link{
	color:#000000;
}

a,a:link,a:visited,a:active {
	color:#0099FF;
	text-decoration:none;
}

a:hover {
	color:#66CCFF;
}

a.info:link,a.info:active,a.info:visited {
	color:#3B8AE7;
	font-weight:bold;
	font-size:10px;
}

a.info:hover {
	color:#575757;
	font-weight:bold;
	font-size:10px;
}

.propertySmall,.propertySmall td {
	font-size:90%;
}

.propertySmall a:link,.propertySmall a:active,.propertySmall a:visited {
	color:#000062;
}

.propertySmall a:hover {
	text-decoration:underline;
	color:black;
}

.propertyLarge,.propertyLarge td {
	font-size:90%;
}

.propertyLarge a:link,.propertyLarge a:active,.propertyLarge a:visited {
	color:#000062;
}

.propertyLarge a:hover {
	text-decoration:underline;
	color:black;
}

body,td {
	font-size:small;
	font-family:Sans-serif,Verdana,Arial;
	color:#666666;
}

h1 {
	font-weight:bold;
	font-size:100%;
	color:#000062;
}

h2 {
	font-size:145%;
	font-weight:bold;
	color:#000062;
}

h3 {
	font-size:125%;
	font-weight:bold;
	color:#000062;
}

h4 {
	font-size:110%;
	font-weight:bold;
	color:#004DB6;
}

h5 {
	font-size:100%;
	font-weight:bold;
	color:#000062;
}

#w3c a{
	color:#FFFFFF;
}

#w3c {
	color:#DDDDDD;
}

#register {
	margin-top: 0px;
	width: 174px;
	height: 118px !Important;
	height: 117px;
	border: 1px solid #DFDCE7;
	background: #DFDCE7;
	padding: 3px 0 4px 0;
}

.areaList {
    font-size: 130%;
}



#offices {
	background-color: #FCEB31;
	min-height:1px;
	margin-bottom:5px;
}

* html #offices {
	height:1px;
}







#offices ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#offices ul li {
	position: relative;
	display: inline;
	background:#FCEB31;
	line-height: 2em;
}

#offices ul li a {
	text-decoration: none;
	color: #2B125D;
	display:inline-block;
	border-right: #000062 2px solid;
	width:33.1%;

}


#offices a:hover {
	background: #2B125D;
    color: #fff;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}