body {
	margin: 0px;
	background-image: url(images/mid_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050505;
	text-decoration: none;
}
.bg-color{
  background-color:#f1f1f1;
}
.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.wight16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.yellow16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fec200;
	text-decoration: none;
}
.wight12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	
}
.wight12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9c004;
	text-decoration: none;
	text-transform:uppercase;
}
.wight12_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9c004;
	text-decoration: none;
	text-transform:uppercase;
}
.menu_bdr {
	background-image:url(images/menu_bdr.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.sub_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;  /* color:#969595; */
	text-decoration:none;
}

a.sub_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969595;
	text-decoration: underline;
}
.dot_line {
	background-image:url(images/dot_line.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}
.dot_line_2 {
	background-image:url(images/dot_line_2.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}
.dot_line_3 {
	background-image:url(images/dot_line_3.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#315110;
	text-decoration:none;
	font-weight:normal;
	margin:-0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #315110;
	text-decoration: none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;  /* color:#969595; */
	text-decoration:none;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#315110;
	text-decoration:none;
	font-weight:normal;
	margin:-0px;
}

.box_bg_rpt {
	background-image:url(images/box_bg_rpt.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
}
.green_20 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#315110;
	text-decoration:underline;
	
}
.grey_25 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#8b8b8b;
	text-decoration:none;
	line-height:25px;
}
.green_25 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#315110;
	text-decoration:none;
	line-height:25px;
}

.bot_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;  /* color:#ffffff; */
	text-decoration:none;
}

a.bot_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

.gray_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:underline;
}
a.gray_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:  none;
}
.black_18 {
  font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	}
.black_16 {
    font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;}
.black_16-italic {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-style: italic;
}
.bird-title {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}

.bird-subtitle {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.facebook {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: rgb(59,89,152);
	text-decoration: none;
	font-weight: normal;
	margin: -0px;
}

.photo_gallery td {
	color: #315110;
	width: 165px;
	height: 250px;
	vertical-align: top;
}

.photo_gallery img { 
	width: 100px; 
	height: 75px; 
	border: 3px solid; 
	border-color: #315110;
}

.photo_gallery a {
	width: 100px; 
	height: 75px;  
	position: relative; 
	display: block; 
	float: left; 
	margin: 10px; 
	z-index: 1;
}

.photo_gallery a:hover {
	position: relative;
	z-index: 50; 
	top: -55px; 
	left: -75px; 
}

.photo_gallery a:hover img { 
	width: 200px; 
	height: 150px; 
	padding: 1px; 
	border: 2px solid;
	border-color: #315110; 
	background: #315110; 
}

.sales_of_the_month td {
	border: 1px solid;
	height: 133px; 
	vertical-align: top;
}

.property_pictures img {
	width: 375px;
	height: 249px;
	border: 3px solid;
	border-color: #315110;
}

.property_links button {
	background-color: #66CC00;
	border-style: outset;
	border-color: #D3D3D3;
	cursor: pointer;
}

.snowfall_records {
 	border: 1px solid;
	border-color: #315110;
	padding: 1px;
}

.snowfall_records td {
	color: #315110;
	width: 20px;
	height: 35px;
}
