@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../images/main_bkgr.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e8b95;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border: 0;
	padding: 0px;
	margin-top: 0px;
}
#end {
	clear:both;
	margin:0;
	padding:0;
}
#header {
	width: 960px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}
#logo {
	padding: 30px 0 0 42px;
}
#content {
	width: 876px;
	padding: 20px 42px 42px 42px;
}
/*------------------------right column-------------------------*/

#rc {
	width: 292px;
	height: 184px;
	float: right;
	display: inline;
	margin: 0 0 0 40px;
	clear:right;
}
#more_info_box {
	background: url(../images/more_info_bkgr.gif) no-repeat top left;
	height: 329px;
}
#rc_txt_box {
	font-size: 12px;
	padding: 15px 35px 35px 35px;
}
#rc_map_container {
	padding: 33px 0 0 5px;
	font-size:12px;
}
/*------------------------left column-------------------------*/

#lc {
	width: 542px;
	padding: 0px 0px 42px 0px;
	float: left;
	display: inline;
}
#property_info {
	border: #ebeded 1px solid;
	margin: 0 0 25px 0;
	background: #f9fafa;
	width: 535px;
}
#property_info p {
	border-bottom: #ebeded 1px solid;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.clear_brdr {
	border:none;
}
#property_pic_container {
	padding: 3px 0 35px 0;
	margin: 2px 0 0 0;
}
.property_pic1 {
	background: url(../images/property_page_truman.jpg) no-repeat top left;
	height: 288px;
	width: 538px;
}
.property_pic2 {
	background: url(../images/property_page_neponset.jpg) no-repeat top left;
	height: 288px;
	width: 538px;
}
.property_pic3 {
	background: url(../images/property_page_walter.jpg) no-repeat top left;
	height: 288px;
	width: 538px;
}
.property_pic4 {
	background: url(../images/property_page_motherbrook.jpg) no-repeat top left;
	height: 288px;
	width: 538px;
}
#property_pic_container2 {
	margin: 0 0 25px 0;
	width: 538px;
}
#property_title {
	margin: 252px 0 0 25px;
}
#property_box1 {
	float: left;
	display: inline;
	width: 215px;
	height: 217px;
	margin: 0 4px 0 0;
}
#property_box2 {
	float: left;
	display: inline;
	width: 215px;
	height: 217px;
	margin: 0 4px 0 0;
}
#property_box3 {
	float: left;
	display: inline;
	width: 215px;
	height: 217px;
	margin: 0 4px 0 0;
}
#property_box4 {
	float: left;
	display: inline;
	width: 215px;
	height: 217px;
	margin: 0 4px 0 0;
}
/*------------------------menu-------------------------*/

#menu {
	background: url(../images/menu_bkgr.gif) repeat-x top left;
}
#menu ul {
	margin: 0 0 0 42px;
	padding: 0;
	list-style: none;
	height: 61px;
	width: 960px;
}
#menu li {
	height: 61px;
	float: left;
	display: inline;
	background: url(../images/menu_line.gif) no-repeat right top;
}
#menu ul a {
	height: 61px;
	font-size: 12px;
	color: #747475;
	text-decoration: none;
	float: left;
	display: inline;
	display: block;
	padding: 17px 25px 0 25px;
	text-decoration:none;
	margin: 0 1px 0 0;
	}
#menu li a:hover {
	background: url(../images/menu_bkgr_h.gif) repeat-x right top;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: left;
	display: block;
	text-decoration:none;
	padding: 17px 25px 0 25px;
	margin: 0 1px 0 0;
	
}
.currentpage {
	background: url(../images/menu_bkgr_h.gif) repeat-x right top;
}
/*------------------------footer-------------------------*/

#footer {
	background: #e6e8e9;
	height: 81px;
	padding: 15px 25px 15px 25px;
	margin: 0 auto;
	width: 960px;
	font-size: 11px;
}
#footercontainer {
	background: #e6e8e9;
	height: 120px;
}
#footer a {
	color: #7e8b95;
	text-decoration: none;
}
#footer a:hover {
	color: #47aeff;
	text-decoration: none;
}
/*------------------------txt styles-------------------------*/


ul {
	list-style: square;
}
li {
	list-style: square;
}
h2 {
	font-size: 18px;
	color: #095c9d;
	padding: 0px;
	margin: 0 0 15px 0;
}
.h2_formatonly {
	font-size: 18px;
	font-weight: bold;
	color: #095c9d;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
	color: #FFFFFF;
}
p {
	margin: 0 0 15px 0;
}
.bluetxt {
	color: #095c9d;
	font-weight: bold;
}
/*------------------------link styles-------------------------*/

a {
	color: #73b406;
}
a:hover {
	color: #47aeff;
}
/*------------------------FORM styles-------------------------*/

#contactformbox {
	font-size:10px;
	padding: 25px;
	margin: 0 0 25px 0;
	width: 420px;
	background: #f7f8f8;
}
#contactformbox p {
	padding: 5px 0 0 0;
	margin: 0;
}
form, input {
	margin: 0px;
	padding: 0px;
}
/*------------------------misc styles-------------------------*/

img {
	border: none;
}

.rent {
	padding: 0 82px 0 0;
	float: right;
}
