
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*-- FAQs --------------------------------------------*/

#faqItems{
position: relative;
float: left; 
width: 100%;
}

.faqItem{
position: relative;
float: left; 
width: 100%;
margin: 8px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #efefef;
}

.faqItem .question a.button{

}

.faqItem .question a.button:hover{
color: #666666;
}

.faqItem .answer{
position: relative;
float: left; 
width: 100%;
margin: 0px 0px 0px 10px;
font-style: italic;
}

/*-- Calendar ----------------------------------------*/

#calendarTable{
border: none;
margin: 10px 0px;
}

#calendarTable td{
height:60px;
border: 1px solid #efefef;
vertical-align:top;
background-color:#fff;
font-size:7pt;
overflow:visible;
}

#calendarTable td.blank{ 
border: none; 
background: #f2f2f2; 
}

#calendarTable td.calendarHeader{
border: none;
width:14%;
background-color:#444444;
font-size:14px;
padding:12px;
text-align:center;
height:auto;
color: #FFFFFF;
}

#calendarTable td.long{ 
width:15%; 
}

#calendarTable td div.mday{
text-align:right;
color:#444444;
font-weight:bold;
font-size:8pt;
}

.calendarBullets{
color:#AC9B8C;
}

#calendarItems{
position: relative;
float: left;
width: 100%;
}

.calendarItem{
position: relative;
float: left;
width: 97%;
margin: 10px 0px 0px;
border-bottom: 1px solid #cfd2e2;
}

.calendarItem .title{
margin: 15px 0px 0px;
font-weight:400;
color: #0f206c;
font-size: 18px;
text-transform: none;
font-family: 'Montserrat', sans-serif;
}

.calendarItem .date{
margin: 5px 0px 10px;
color: #3b8ede;
font-size: 12px;
text-transform: none;
}

.calendarItem .content{
position: relative;
float: left;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.calendarItem .content p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
}

.calendarItem .calendarImage{
position: relative;
float: left;
margin: 0px 15px 15px 0px;
}


#listing_form #navDateLinks
{
position: relative;
float: left;
width:100%;
text-align:center;
padding:8px 0px;
background:#eaf0fa;
color: #0f206c;
font-family: 'Montserrat', sans-serif;
}



#listing_form #navDateLinks a
{
text-decoration:none;
color: #0f206c;
}

#listing_form #navDateLinks a:hover
{

color: #3b8ede;
}





/*-- Sitemap -----------------------------------------*/

#siteMap{
position: relative;
float: left;
width: 100%;
}

#siteMap li{
position: relative;
padding: 0px;
margin: 3px;
list-style: none;
}

#siteMap li:before {
border: medium none;
content: " -";
font-size: 20px;
margin: 0 5px 0 -18px;
position: relative;
top: 1px;
}

#siteMap li.Land.use ul ul,
#siteMap li.New.Landowners ul
{
display:none;
}

/*-- Sitesearch --------------------------------------*/

.searchResultItem{
position: relative;
float: left;
width: 100%;
padding: 0px 0px 10px 0px;
background: #FFF;
border-bottom: 1px solid #e8e8e8;
}

#searchResultItems .img{
position: relative;
float: left;
width: 20%;
margin: 0px;
}

#searchResultItems .img img{
border: 1px solid #CCCCCC;
}

#searchResultItems .content{
position: relative;
float: left;
width: 55%;
margin: 0px;
padding: 10px;

}

#searchResultItems .content .title{
position: relative;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}

#searchResultItems .content .title a{
text-decoration: none;
color: #333333;
}

#searchResultItems .content .description{
position: relative;
float: left;
width: 100%;
left:0%;
margin: 0px;
padding: 0px;
}

#searchResultItems .other{
position: relative;
float: left;
width: 20%;
margin: 10px 0px 0px 0px;
text-align: center;
font-size:14px;
color: #333333;
font-weight: bold;
}

#searchResultItems .wasPrice{
text-decoration: line-through;
}

