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...*/
	/* since this site is a little wider than normal (the shadow thingies) this value isn't quite the same.*/
}

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

a:link
{
	color: blue;
}

a:visited
{
	color: #57096A;
}

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;
}

img.center
{
	margin: 0 auto;
	display: block
}

span.center
{
	display: block;
	text-align: center;
}

p.center
{
	text-align: center;
}

.nametext
{
	font-weight: bold;
	font-style: italic;
}

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 0;
	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;
	background: transparent url(bg.png) scroll repeat 0 0;
}

/* header styles */

h1 {
color:#000;
font-family:Arial;
font-size:16pt;
line-height:1em;
}

h2 {
color:#000;
font-family:Arial;
font-size:12pt;
line-height:2em;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#header
{
	background:#fffdfe;
	height:auto;
	border-top:24px solid black;
}

#header .main
{
	width: auto;
}

#header .logo
{
	padding-top: 0;
}

#header .logo img
{
	float:right;
	padding-right: 57px;
}

#header .top,
#header .menu #menu-ul
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header .top
{
	height: 214px;
}

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

#header .menu
{
	background: none;
}

#header .menu a:hover, 
#header .menu .active,
#header .menu a:active,
#header .menu a.last:hover
{ 
	background:url(menubarbg-hot.png) repeat-x;
	font-size:10pt;
	font-weight: normal;
	font-family: Arial;
}

#header .menu a
{
	background:transparent url(menu-border.png) no-repeat scroll right center;
	color: white;
	text-transform: uppercase;
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	width:114px;
	padding:12px 0 13px;
}

#header .menu a.last
{
	background: none;
}

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

#header .menu ul li:first-child ,
#header .menu ul li:first-child
{
	list-style-image: none;
}
#header .menu li
{
	background-repeat: repeat-x;
	height:43px;
	list-style-image: url(menubarbullet.png);
}
#header .menu li ul {
position: absolute;
	left: -999em;
	top: 40px;
	width: 145px;
	background: transparent url(menubarbg.png) no-repeat scroll 0 0;
}
#header li:hover ul {
	left: auto;
}
#header li li {
	float: none;
	display: block;
	text-align: left;
}
/* footer CSS */

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

#footer .main
{
	width: 959px;
}

#footer #footerdiv2
{
	background-color: #214f5c;
	height: 93px;
}

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

#footer p
{
	padding-top: 0;
}

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

div.info_sidebar
{
	float:right;
	width:293px;
	text-align: left;
	background-color: #d2d2d2;
	padding-bottom:20px;
}

/* special spacer div, which appears in various places. */

.spacerdiv
{
	background-color: white;
	height:5px;
	margin:0 24px;
	overflow:hidden;
	width:217px;
}

/* bottom sidebar under info sidebar */

div.info_sidebar div.bottom_sidebar
{
	padding-left:17px;
	width:250px;
}

div.info_sidebar div.bottom_sidebar #openhouseh1
{
	color: black;
	font-family:Arial;
	font-size:14pt;
	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;
	color:#204E5B;
}

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: left;
	font-weight: bold;
}

div.info_sidebar div.bottom_sidebar img[alt='ashwoodcompanies.jpg']
{
	display:block;
	margin: 0 auto;
	width:230px;
}
/* agent info sidebar, appears aon every page. */

div.agentinfowrapper
{
	text-align: left;
	padding:20px 0 20px 7px;
	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;
}

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

/* content wrappers */

.wrapperdiv_bk
{
	margin: 0 auto;
	/* width: 1047px; */
	background: transparent url(strip-bg.png) scroll repeat-y center top;
}
/*
#wrapperdiv2.wrapperdiv_bk
{
	background:transparent url(left-edge-gradient.png) repeat-y scroll left center;
}

#wrapperdiv3.wrapperdiv_bk
{
	background:transparent url(right-edge-gradient.png) repeat-y scroll right center;
}
*/
#clearwrapper
{
	margin-left:auto;
	margin-right:auto;
	width:959px;
	background-color: white;
	background-color: #d2d2d2;
}

/* this is used to stretch the content down to at least the height of the sidebar, then
beyond that it will appear the sidebar is stretching down the main content */
#leftwrapper
{
	min-height:782px;
	background-color: white;
	float:left;
}

/* Left content global style  - this is the main content area, not a sidebar.*/

div.leftcontent_global
{
	float:left;
	margin: 0 33px;
	width:597px;
	text-align: left;
	padding-bottom: 20px;
	padding-top:10px;
}

div.leftcontent_global h1
{
	color: #204e5b;
	font-family:Arial;
	font-size:18pt;
	font-weight:normal;
	padding-bottom:20px;
	text-align: center;
	padding-top:35px;
}

/* contact form formatting */

.row-1
{
	background: transparent url(bg.png) repeat scroll center top;
}

form
{
	background-color:white;
	border:2px solid black;
	width:380px;
	padding:20px;
	margin: 0 auto;
	padding: 20px 288px;
}

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;
}
/* index page styles*/


/* availability */

#leftcontent2 table
{
	margin: 0 auto;
	font-size: 12pt;
}

#leftcontent2 span
{
	font-size: 12pt;
}

.bold_underline
{
	text-decoration: underline; 
	font-weight: bold; 
	text-align: center;	
}

/* builder profile */

#leftcontent3 img[alt='ashwoodcompanies-whitebg.jpg']
{
	display: block;
	margin: 0 auto;
}

/* home styles styles */
#leftcontent4
{
	margin-left:12px;
	margin-right:55px;
}

#leftcontent4 div a
{
	font-size: 12pt;
}

/* features and specs styles */
#leftcontent19
{
	font-size: 12pt;
}

#leftcontent19 strong
{
	color:black;
}

/* directions page */
#leftcontent20
{
	font-size:12pt;
}

#leftcontent20 img[alt="map.jpg"]
{
	border: 1px solid black;
	display: block;
	margin: 0 auto;
}


