
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;
	font-family: Times New Roman;
}

table
{
	border-collapse: collapse;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

/* doesn't work unless the element has a width set */
.center
{
	margin-left: auto;
	margin-right: auto;
}

p.center
{
	text-align: center;
}


p.leftformat
{
	text-align: left;
}

table td
{
	padding: 10px;
}

/* bullet style */
.row-1 ul li {
	background: url(bullet.png) no-repeat;
	color: black;
	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}

.tail-bottom
{
}

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

.mainContent
{
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	background-color: #f7f7f7;
}

/* header styles */

#header
{
	background:#f7f7f7;
	height:auto;
}

#header .main
{
	width: auto;
}

/* menu will have a bottom-border right after it, and within the div, so the layout needs changing slightly. */
#header .top,
#header .menu #menu-ul
{
	width: 942px;
	margin-left: auto;
	margin-right: auto;
}

#header .menu #menu-line-border
{
	background: transparent url(menubar-bottom-border.png) repeat-x scroll center bottom;
	height:6px;
}


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

#header .menu
{
	background: none;
}

#header .menu a:hover, 
#header .menu .active,
#header .menu a:active
{ 
	background:url(menubarbg-hot.png) repeat-x;
	color: #337762;
	font-size:10pt;
	font-weight: bold;
	font-family: Times New Roman;
}

#header .menu a
{
	background:transparent none repeat scroll 0 0;
	color:#000000;
	font-family:Times New Roman;
	font-size:10pt;
	font-weight:bold;
	width:87px;
}

#header .menu li.last
{
	padding-right: 0;
}

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

#header .menu ul li:first-child ,
#header .menu ul li:first-child
{
	list-style-image: none;
}

#header .menu li
{
	background-repeat: repeat-x;
	height:40px;
	list-style-image: url(menubarbullet.png);
	padding-right:28px;	
}

/* footer CSS */

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

#footer img[alt='prudential-logo.png']
{
	float:right;
}

#footer p
{
	padding-top: 0;
}

/* info bar, which appears on every page. */

div.info_sidebar
{
	float:right;
	width:329px;
	margin-top:-20px; /*only because it makes it match the template...*/
	text-align: left;
}

/* top sidebar inside info_sidebar */

div.info_sidebar div.top_sidebar
{
	border-color:#616A8B #CFCFCF #CFCFCF;
	border-style:solid;
	border-width:32px 1px 1px;
	background-color:white;
}

div.info_sidebar div.top_sidebar img[alt='village-logo.png']
{
	width:320px;
}

div.info_sidebar div.top_sidebar #locationspan
{
	color:black;
	font-family:Times New Roman;
	font-size:18pt;
	font-style:italic;
	padding-right:20px;
	text-align:right;
}

div.info_sidebar div.top_sidebar #subtext1
{
	font-family:Times New Roman;
	font-size:14pt;
	font-style:italic;
	text-align:center;
}

div.info_sidebar div.top_sidebar img[alt='ashwoodcompanies.jpg']
{
	padding-bottom:7px;
	margin:0 auto;
	display: block;
}

/* bottom sidebar under info sidebar */

div.info_sidebar div.bottom_sidebar
{
	background-color:#EBEBEB;
	border:1px solid #CFCFCF;
}

div.info_sidebar div.bottom_sidebar #openhouseh1
{
	color:#4D5E78;
	font-family:Arial;
	font-size:18pt;
	font-weight:normal;
	line-height:1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-transform:uppercase;
	padding-top:6px;
}

div.info_sidebar div.bottom_sidebar ul
{
	display:block;
	margin:0 auto;
	padding-top:13px;
	width:228px;
}

div.info_sidebar div.bottom_sidebar ul li
{
	text-align: center;
	font-size: 11pt;
}

div.info_sidebar div.bottom_sidebar a[href='http://www.adobe.com'] img
{
	display: block;
	margin: 0 auto;
}

div.info_sidebar div.bottom_sidebar p.blocktext
{
	text-align: center;
	font-weight:bold;
}

/* agent info sidebar, appears aon every page. */

div.agentinfowrapper
{
	text-align: left;
	padding:20px;
	background:transparent url(bottom_infobar-border-bottom.png) repeat-x scroll center bottom;
}

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

div.agentinfowrapper h1
{
	color: black;
	font-size:16pt;
	font-weight:normal;
	padding-bottom:10px;
	text-align:center;
}

div.agentinfowrapper div.agentSummaryContent img.agentPhoto
{
	float:left;
	margin-left:38px;
}

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

/* Left content global style  - this is the main content area, not a sidebar.*/
#clearwrapper
{
	margin-left:auto;
	margin-right:auto;
	width:967px;
	padding-bottom: 20px;
}

div.leftcontent_global
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:630px;
	text-align: left;
}

div.leftcontent_global h1
{
	font-size:12pt;
	font-weight:normal;
	padding-bottom:20px;
	padding-top:35px;
	text-align:left;
	text-indent:9px;
}

div.leftcontent_global h1 span
{
	font-size:12pt;
	font-weight:normal;
	background-color:#337762;
	color:white;
	padding:10px;
}

div.leftcontent_global h1 hr
{
	background-color: #676d8f;
	height:2px;
	margin-top:11px;
	border: none;
}



/* index page styles*/

#leftcontent1 h1
{
	text-align: left;
}

/* availability */
#leftcontent2 strong
{
	text-align:center;
}

#leftcontent2 table
{
	margin: 0 auto;
}

#leftcontent2 table td
{
	font-size: 12pt;
}

/* builder profile */
#leftcontent3
{
	text-align: center;
}
/* 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;
}
/* directions */
#leftcontent5 img
{
	display:block;
	margin: 0 auto;
}

/* features & specs */
#leftcontent6 strong
{
	padding-top:22px;
}

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

#leftcontent7 .div-table img
{
	display: block;
	margin: 0 auto;
}

#leftcontent7 .div-table
{
	font-size:12pt;
}

/* individual model pages */
#leftcontent9 img,
#leftcontent10 img
{
	display: block;
	margin: 0 auto;
}

/* siteplan */
#leftcontent8 img
{
	display: block;
	margin: 0 auto;
}