* {
	margin: 0px;
	padding: 0px;
}


body {
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0;
}


a {
	text-decoration:none;
	color: #c7540f;
}

a:hover {
	text-decoration:underline;
}

 
a span {
display: none;
}


div.left, div.right {
float: left;
}

div.clear {
clear:both;
}

/* 	2 - LOGO AND CONTAINER */

div#header {
max-width: 960px;
width:expression(document.body.clientWidth > 960? "960px" : "auto");
margin-left: auto;
margin-right: auto;
height: 135px;
background: #fff url(http://www.noyesdevelopment.com//images/logo.jpeg) 0px 25px no-repeat;
position: relative;
font-size: 11px;
}

div#header a#logolink {
position: absolute;
top: 25px;
width: 372px;
height: 100px;
display: block;
}

div#header a img {
display: none;
}

div#container {
background: f6f6f5;
font-size: 11px;
width: 100%;
}

div#content {
max-width: 960px;
width:expression(document.body.clientWidth > 960? "960px" : "auto");
margin-right: auto;
margin-left: auto;
padding: 30px 0px;
padding-left: 10px;
position: relative;
z-index:50;
background: #f6f6f5;
}

/*	3 - GREEN BAR STYLES AND NAV STYLES */

div#greenbar {
height: 309px;
background: url(http://www.noyesdevelopment.com//images/bg_greenbar.gif) center 28px repeat-x;
overflow: hidden;
}

div#greenbarcontent {
max-width: 960px;
width:expression(document.body.clientWidth > 960? "960px" : "auto");
height: 309px;
margin-right: auto;
margin-left: auto;
padding-top: 63px;
position: relative;
z-index: 10;
overflow: hidden;
}

div#greenbarcontent ul#pics li {
width: 28%;
list-style: none;
height: 200px;
float: left;
padding-right: 4%;
}

div#greenbarcontent img {
border: 5px #fff solid;
display: inline;
float: left;
width: 100%;
height: 100%;
}


/* BEGIN NAVIGATION */


div#navigation {
position: absolute;
top: 0;
right: 57px;
width: 900px;
height: 32px;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
font-size: 11px;
}

div#navigation ul {
list-style: none;
}

div#navigation ul li {
float: right;
width: 113px;
height: 32px;
margin-right: 5px;
}

div#navigation ul li a {
display: block;
height: 22px;
width: 113px;
background: url(http://www.noyesdevelopment.com//images/bg_tab_off.gif) top left no-repeat;
text-transform: uppercase;
color: #fff;
text-align: center;
padding-top: 10px;
}

div#navigation ul li a:hover {
background: url(http://www.noyesdevelopment.com//images/bg_tab_on.gif) top left no-repeat;
text-decoration: none;

}

div#navigation ul li .active {
background: url(http://www.noyesdevelopment.com//images/bg_tab_on.gif) top left no-repeat;
text-decoration: none;

}


/* BEGIN IMAGES */




/*	4 - GLOBAL LEFT COLUMN STYLES */


div#leftColumn {
width: 60%;
float: left;
margin-left: 5px;
margin-right: 40px;
background: #f6f6f5;
}

div#leftColumn h1 {
color: #4d4d4d;
font-weight: normal;
font-size: 24px;
line-height: 100%;
margin-bottom: 10px;
}

div.intro p {
color: #383838;
line-height: 150%;
font-size: 12px;
}

div.contactus div.left {
width: 100px;
font-size: 13px;
color: #4d4d4d;
}

div.contactus div.clear {
height: 10px;
}

div.contactus textarea {
width: 300px;
height: 200px;
border: 1px solid #4d4d4d;
padding: 4px;
font-size: 14px;
color: #555;
font-family: Georgia;
}

div.contactus input {
width: 200px;
border: 1px solid #4d4d4d;
padding: 4px;
font-size: 14px;
color: #555;
font-family: Georgia;
}

.clr{
	clear:both;
}

/*	5 - GLOBAL RIGHT COLUMN STYLES */

div#rightColumn {
width: 24%;
float: left;
color: #4d4d4d;
}

div#rightColumn h1 {
margin-bottom: 10px;
font-size: 23px;
font-weight: normal;
}

div#rightColumn h2 {
margin-bottom: 10px;
font-size: 18px;
font-weight: normal;
}

div#rightColumn img {
border: none;
}

div#rightColumn div {
padding-bottom: 30px;
float: left;
}

div#viewCommunities {
width: 237px;
height: 212px;
background: url(http://www.noyesdevelopment.com//images/button_viewAllCommunities.jpg) top left no-repeat;
}

div#viewCommunities a {
display: block;
width: 100%;
height: 100%;
}

div#newsletter {
padding: 0 10px 0px 10px;
}


div#newsletter p {
margin-bottom: 10px;
}

div#newsletter input.textfield {
margin: 5px;
padding: 10px;
background: #fff;
border: #949494 1px solid;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
margin-bottom: 10px;
width: 200px; 
}

div#newsletter input.button {
float: right;
}

div#newsletter label {
display: none;
}

div#newsletter .area {
border: #949494 1px solid;
margin: 5px 5px 10px;
width: 221px;

}

/*	6 - FOOTER STYLES */


div#footer {
height: 143px;
background: url(http://www.noyesdevelopment.com//images/bg_footer.gif) center top repeat-x;
}

div#footerContent {
max-width: 960px;
width:expression(document.body.clientWidth > 960? "960px" : "auto");
margin-left: auto;
margin-right: auto;
color: #fff;
padding-top: 30px;
text-align: center;
}

div#footerContent p {
margin-bottom: 17px;
font-size: 10px;
line-height: 150%;
}

div#footerContent a {
color: #fff;
}
/* End of 'Global' */

/* Start of CMSMS style sheet 'Subpage' */

/*	1 - GLOBAL STYLES */

div#leftColumn div.left {
display: inline;
width: 32%;
overflow: hidden;
color: #242424;
padding-top: 10px;
}

div#leftColumn div.left h3 {
font-size: 16px;
border-bottom: 1px dotted #7E7973;

font-weight: normal;
margin-bottom: 10px;
}

div#leftColumn div.left img {
border: 0;
margin-bottom: 10px;
}

div#leftColumn div.left ul {
font-size: 11px;
margin-bottom: 10px;
margin-left: 16px;
list-style:square;
color: #555;
}

div#leftColumn div.left ul li {
margin-bottom: 3px;
}


div#leftColumn div.right {
display: inline;
width: 60%;
float: left;
padding-left: 30px;
}



div#leftColumn div.right p {
color: #383838;
line-height: 150%;
font-size: 12px;
margin-bottom: 10px;
}

div.intro {
padding-bottom: 10px;
}

div#leftColumn div.amen {
padding: 20px;
}

div.amen li {
list-style: none;
line-height: 140%;
}

div.on {
background: #fff;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

div.amen img, img.right {
background: #fff;
padding:3px;
border: 1px solid #999;
margin-left: 20px;
}

img.left {
background: #fff;
padding:3px;
border: 1px solid #999;
margin-right: 20px;
}

#leftColumn input {
padding: 10px;
background: #fff;
border: #949494 1px solid;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 10px;
}

#leftColumn textarea {
border: #949494 1px solid;
padding: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
width: 90%;
}

#leftColumn .button {
float: right;
}

/* End of 'Subpage' */


/* needed by sitezunga */


#wait {
	background-image: url(http://www.noyesdevelopment.com//images/images/shaded.png);
	background-repeat: repeat;
	width: 5000px;
	height: 10000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
}

#editor-container {
	position: absolute;
	margin-top: 212px;
	z-index: 200;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
}

#titles {
	border: 1px solid gray;
	padding: 15px;
	background-color: #F6E3E3;
	width: 400px;
	position: absolute;
	top: 30px;
	left: 35%;
	z-index: 200;
}
#titles h2, #titles form, #titles input {
	color: black;
}

.formButton {
	background-color: rgb(250, 246, 199);
	color: black;
	font-family: Tahoma;
	border: 1px solid gray;
	padding: 3px;
	margin-top: 7px;
}

.formButton:hover {
	background-color:#8188B1;
	border:1px solid #0B1863;
	color:white;
	cursor:pointer;
}


div.new-listing {
	margin-bottom: 40px;
	clear: left;
	border: 1px solid lightGrey;
	float: left;
	width: 100%;
}

div.new-listing span {
	clear:right;
	display:block;
	float:left;
	padding-right:10px;
	width:73px;
}

div.new-listing h3 a {
	font-family:trebuchet MS;
	font-size:15px;
}

div.new-listing div.h {
	margin-top:4px;
	margin-left:8px;
	float: left;
	text-align: right;
	line-height:1.3;
}

ul#images-list li fieldset label {
    width: 60px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
}

ul#images-list li fieldset input.padded {
    margin-left: 63px;
}

form#more-info {
	width: 250px;
	margin-top:15px;
	float: left;
}

form#more-info textarea {
	width: 160px;
}

form#more-info label {
	clear:left;
	display:block;
	float:left;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:72px;
}	

div#small_images {
	text-align: center;
}

div#main_img_wrapper {
	float: left;
	padding-right: 50px;
	width: 300px;
	margin-bottom:5px;
}

div.featured-listing {
	clear: left;
	margin-bottom: 25px;
}

div.featured-listing p.img {
	width: 300px;
	float: left;
}

div#headerphotodiv {
	float:left;
	height:183px;
	width:466px;
}

ul#images-list li {
	list-style-type: none;
	background-position: middle left;
	background-repeat: no-repeat;
	height: 100px;
	clear: left;
	padding-bottom: 15px;
}

ul#images-list li fieldset {
	margin-left: 130px;
	padding-top: 20px;
	border: none;
}

ul#images-list li fieldset label {
    width: 60px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
}

ul#images-list li fieldset input.padded {
    margin-left: 63px;
}

.formButton {
	background-color: rgb(250, 246, 199);
	color: black;
	font-family: Tahoma;
	border: 1px solid gray;
	padding: 3px;
	margin-top: 7px;
}

.formButton:hover {
	background-color:#8188B1;
	border:1px solid #0B1863;
	color:white;
	cursor:pointer;
}

form#more-info textarea {
	width: 222px;
}

form#more-info label {
	clear:left;
	display:block;
	float:left;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:72px;
}	

form#more-info input {
}

form#more-info input.submit {
	width: 169px;
}


#outer_frame {
	width: 850px;
	background-color: #FFFFFF;	
	margin-left: auto;
	margin-right: auto;	
	padding-left: 1px;
	border-left: 1px solid #9DAABD;		
	padding-right: 1px;
	padding-top: 5px;
	border-right: 1px solid #9DAABD;
}

#inner_frame {	
	background-repeat:  repeat-y;
	background-position: 5px;	
}

#header_frame {
	width: 98%;
	height: 107px;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #162233;
	background-color: #D7D4B3;
	padding-top: 3px;
}

#header_frame h1 {
	color: #162233;
	font-family: helvetica;
	font-size: 17px;
	margin: 0px;
	text-align: center;
}

#header_frame h2 {
	color: #3E5B84;
	font-family: Trebuchet MS;
	font-size: 16px;
	margin: 0px;
	text-align: center;
}


#header_frame h3 {
	color: #162233;
	font-family: Arial;
	font-size: 14px;
	margin: 4px;
	text-align: center;
}

#header_frame_text {
	margin-top: 20px;
	text-align: center;
	padding-left: 15px;
}


div.top-bar {
	background-color:#eeeeee;
	border-bottom:2px solid #cccccc;
	color:LightSlateGray;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
	text-align:center;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:2px;
}

table#property-details{
	border:1px;
	border-color:black;
}

table#properties-list tbody tr.odd {
	background-color: #eeeeee;
}

h1.clr {
	background-color:#EEEEEE;
	clear:left;
	text-align:center;
	border-bottom:2px solid #cccccc;
	padding-top:3px;
}

div.box {
	background:#FFFFFF url(http://www.noyesdevelopment.com//images/bg_homeBox.gif) repeat-x scroll left bottom;
	border:1px solid #FFFFFF;
	color:#242424;
	padding:30px 0 0 30px;
	position:relative;
}

div.box h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
}

div.box p {
	font-size:11px;
	line-height:145%;
	margin-right:30px;	
	margin-left: 330px;
}

div.box img {
	float:left;
	margin-right:30px;
	position:relative;
}

div.box a img {
	border: none;
	text-decoration: none;
}

div.box div.clear a {
	background:transparent url(http://www.noyesdevelopment.com//images/button_view.gif) no-repeat scroll left top;
	bottom:0;
	display:block;
	height:59px;
	position:absolute;
	right:0;
	width:85px;
}

div.box div.clear a span {
	style: display: none;
}

div.box div.clear {
	height:35px;
	position:relative;
}


/*FCKEDITOR*/


#wait {
	background-image: url(http://www.noyesdevelopment.com//images/shaded.png);
	background-repeat: repeat;
	width: 5000px;
	height: 10000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
}

#editor-container {
	position: absolute;
	margin-top: 50px;
	z-index: 200;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	margin-left: -43px;
}

#titles {
	border: 1px solid gray;
	padding: 15px;
	background-color: #F6E3E3;
	width: 400px;
	position: absolute;
	top: 30px;
	left: 35%;
	z-index: 200;
}
#titles h2, #titles form, #titles input {
	color: black;
}

.formButton {
	background-color: rgb(250, 246, 199);
	color: black;
	font-family: Tahoma;
	border: 1px solid gray;
	padding: 3px;
	margin-top: 7px;
}

.formButton:hover {
	background-color:#8188B1;
	border:1px solid #0B1863;
	color:white;
	cursor:pointer;
}
input.button {
	color: blue;
}

div#canvas {
	margin-left: 40px;
	padding-bottom: 10px;
}

blockquote {
	background-image:url(http://www.noyesdevelopment.com//images/blockquote.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted gray;
	border-top:1px dotted gray;
	margin-bottom:10px;
	margin-top:10px;
	padding: 15px 15px 15px 115px;
	background-position: center left;
	background-color:#ffffff;
	width:80%;
}

div#flg {
	width:autopx;
}

form#metas textarea, #canvas textarea {
	color: black;
}


input, select, option { color: black; } 



div#home-content {
	margin-bottom: 25px;
}


p#small-images {
	margin-top: 5px;
}
p#small-images img {
	margin-right: 5px;
	border: 1px solid #F6F6F5;
}
p#small-images a:hover img {
	border: 1px solid #AAAA82;
}

a#large-image img {
	border: 1px solid #F6F6F5;
}
a#large-image:hover img {
	border: 1px solid #AAAA82;
}

div#content th {
	text-align: right;
	padding-right: 10px;
}

/*	Sold Graphic - Added by Tarren Anderson */

#leftColumn div.box div.soldClass a
{
	background:url("http://noyesdevelopment.com//images/sold-corner.gif");
}



