@charset "utf-8";
/* CSS Document */

/* NAV BAR */

#topNav {
	background: #ffffff;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#topNav ul {
	font: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#topNav li {
	float: right;
	margin: 0px;
	padding: 0px;
	color:#666;
}

#topNav li a, #topNav li a:link {
	color:#000000;
	text-decoration: none;
	display: inline;
	font: bold 1em Times New Roman, Arial, Helvetica, sans-serif;
	background: url(/images/bg-nav.gif) repeat-x left top;
	padding-top: 0.2em;
	padding-right: 1.8em;
	padding-bottom: 0.2em;
	padding-left: 1.8em;
}

#topNav li a:hover {
	background: url(images/bg_nav_h.png);
	color:#903;
}

/* IE 6 hack to make entire button clickable */
* html #topNav a { width: 1px; }

#mainNav {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(images/blue-but.gif) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #000000;
	text-decoration: none;
	border-right: 0px solid #000;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: url(/images/blue-but.gif) repeat-x left top;
	padding-top: 0.5em;
	padding-right: 4.1em;
	padding-bottom: 0.5em;
	padding-left: 4.1em;
}

#mainNav li a:hover {
	background: url(/images/blue-but-h.gif);
	color: #000000;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

.image
{
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

div.imgr
{
	margin: 2px;
	border: 1px solid #ddedf7;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	padding: 4px;
	overflow:auto;
}	

div.img
{
	margin: 2px;
	border: 1px solid #ddedf7;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 4px;
	overflow:auto;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  overflow:auto;
}
div.img a:hover img {border: 1px solid #ddedf7;}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 170px;
  margin: 2px;
}
 
#imagebox {
	padding: 0px;
	height: 225px;
	width: 225px;
	float: left;
	padding: 8px;
	font-weight:bolder;
	color:#FFF;
	vertical-align: text-bottom;
}
.garden {
	background-image:url(images/gardens.jpg);
	height: 225px;
	width: 225px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #2e8dcd;
}
.farm {
	background-image:url(images/farm-produce.jpg);
	height: 225px;
	width: 225px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #2e8dcd;
}
.prop {
	background-image:url(images/property.jpg);
	height: 225px;
	width: 225px;
	vertical-align: middle;
	text-align: center;
	color:#FFF;
	border: 1px solid #2e8dcd;
}
h1 { font-size:150% }
h2 { font-size:130% }
h3 { font-size:110% }

div#text {
	height:130px;
	width:780px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #FFF;
	text-align:center;
}

/* ABOUT NAVIGATION */

ul#aboutNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 180px;
	font-size: 90%;
}

#aboutNav a {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background: url(/images/side-but.gif) repeat-x left top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;		
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#aboutNav a:hover {
	font-size: 85%;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	background: url(/images/side-but-h.gif);
	color: #ffffff;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#aboutNav .nolink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background: url(/images/side-but.gif) repeat-x left top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;		
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#home #aboutNav a#homelink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(/images/back-list-here.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#home #aboutNav a#homelink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/back-listb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#aboutNav a.case {
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #FFF;
	background-image: url(images/blue-but.gif);
}

#aboutNav a.case:hover {
	font-weight: normal;
	font-size: 80%;
	text-decoration: underline;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(images/blue-but-h.gif);
}

#home #aboutNav a#homelink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(images/back-list-here-case.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}
  
  
#blogNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 180px;
	font-size: 90%;
} 


#blogNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	width: 100%;
}

#blogNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	color:#666;
	list-style: none;
	width: 100%;
}

#blogNav li a, #blogNav li a:link {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color:#FFF;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;		
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#blogNav li a:hover {
	color:#000;
	background-color:#CCC;
}

/* IE 6 hack to make entire button clickable */
* html #blogNav a { width: 1px; }

  .date-header {
	font-size: 80%;
	color:#666;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
    }

#navbar-iframe { 
	display: none;
	height: 0px;
	visibility: hidden;
}