
body 
{
	min-width: 1017px; /*keeps that funny bar from showing up, this is the intended window size for this site minus the scrollbar width in firefox...*/
}

div#content { width: auto;  padding: 0px;}

a:link
{
	color: blue;
}

body
{
	color: black;
	background: #fffff;
}

h1
{
	color: #015A9C;
	font-size: 18pt;
	line-height: 1em;
}

/* bullet style */
.row-1 ul li {
	background: url(bullet.png) no-repeat;
	color:#015A9C;
	font-size:9pt;
	margin-bottom:10px;
	padding:5px 0 0 30px;
	text-align: left;
}

/* I don't know why this div is in the layout. */
.row-2
{
	display: none;
}

/* div-table styles */
.div-table{display:table; padding: 10px 0px 10px 0px;}

.div-table-caption{display:table-caption; background:#009999;}

.div-table-row{display:table-row;}

.div-table-col{display:table-cell; padding: 10px}

/* header styles */

#header
{
	height: 148px;
	background:#F5F5F5 url(menubarbg.png) repeat-x scroll center bottom;
}

#header .logo
{
	padding-top:57px;
}

#header .menu a:hover, #header .menu .active{ background:url(menubarbg-hot.png) repeat-x;}

#header .menu a
{
	background: none;
	border-left:1px solid;
	border-right:1px solid;
	border-width:1px;
	width: 108px;
}

#header .menu a.first
{
	border-left: 2px solid;
}

#header .menu a.last
{
	border-right: 2px solid;
}

#header .menu li{ float:left; background:url(menubarbg.png) repeat;}

#header .menu li
{
	background-repeat: repeat-x;
	height:35px;
}

.tail-bottom
{
	background:url(bottombg.png) repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mainContent
{
	margin-left:auto;
	margin-right:auto;
	width:967px;
	padding-top: 30px;
	padding-bottom:30px;
}

/* index page styles*/

#leftcontent
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:680px;
}

#leftcontent h1
{
	font-size:28pt;
	font-weight:normal;
	padding-bottom:20px;
	padding-top:35px;
	text-align:left;
	text-indent:9px;
}

#rightcontent
{
	float:right;
	width:275px;
	margin-top:-20px; /*only because it makes it match the template...*/
}

#rightcontent img[alt='shepherdhill.png']
{
	margin-left:-20px;
}

#rightcontent h1.center
{
	color:#015A9C;
	font-size:11pt;
	font-weight:normal;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	text-transform:uppercase;
	width:166px;
}

#rightcontent a[href='http://www.adobe.com'] img
{
	margin-left: auto;
	margin-right: auto;
}

#rightcontent p.blocktext
{
	text-align: left;
	font-weight:bold;
}

p.leftformat
{
padding: 10px;	
text-align: left;
}

#agentinfowrapper
{
	float:right;
	padding-right:56px;
	padding-top:50px;
}

#agentinfowrapper div.agentSummaryContent h2
{
	color:black;
	font-size:100%;
	line-height:1.5em;
	padding-bottom:0;
}	

#agentinfowrapper h1
{
	color: black;
	font-size:16pt;
	font-weight:normal;
	padding-bottom:10px;
}

#agentinfowrapper div.agentSummaryContent img.agentPhoto
{
	float: none;
}

#agentinfowrapper div.agentSummaryContent p
{
	padding-top: 0;
}

/* footer CSS */

#footer
{
	background:transparent url(bottom-border.png) repeat-x scroll center bottom;
	height: 388px;	
}

#footer img[alt='bottom-image-panels.png']
{
	padding-top:33px;
}

#footer img[alt='prudential-logo.png']
{
	float:right;
	padding-right:41px;
	padding-top:37px;
}

#footer p
{
	padding-top: 0;
}

/* builder profile css */

#centercontent1
{
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

#centercontent1 p
{
	padding-bottom:18px;
	text-align:left;
}

#centercontent1 ul
{
	margin-left: 125px;
}


#centercontent1 h2
{
	color: #015A9C;
	font-size:16pt;
}

#centercontent1 ul li
{
	background: none;
	list-style-type: disc;
	color: black;
}

/* site plan css */
#centercontent2
{
	padding-bottom: 40px;
}

/*availability styles */
#centercontent3 table
{
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 12pt;
}

#centercontent3 table td
{
	padding-left: 20px;
	padding-right: 20px;
}

#centercontent3 h2
{
	color: #015A9C;
	font-size:16pt;
	padding-bottom: 10px;
}

#centercontent3 .pricelistul
{
	margin: 0 auto;
	width: 500px;
	padding-left:80px;
}

#centercontent3 .pricelistul li
{
	background: none;
	color: black;
	font-size: 12pt;
}

/* home styles styles */
#centercontent4 .div-table
{
	margin: 0 auto;
}

/* essex and ipswich styles */
#topcontent1 hr
{
	margin:20px 0;
}

/* directions styles */
#clearwrapper3
{
	text-align: left;
}

#leftcontent2
{
float:left;
padding: 30px 10px 40px 160px
}

#rightcontent2
{
	float:right;
	padding-right:190px;
	padding-top:40px;
	width:250px;
}

/* contact form formatting */

form
{
	width:380px;
	padding:20px;
	margin: 0 auto;
}

form div {
  width: auto;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  color: black;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

select, textarea {
  padding: 1px 3px;
  margin: 0 0 0 0;
}

textarea
{
	width: 166px;
	color: black;
	font-size: 9pt;
}

select
{
	width: 178px;
	height: auto;
}

input
{
	width: 172px;
	color: black;
}