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

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

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

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


p.leftformat
{
	text-align: left;
}

table td
{
	padding: 10px;
}

.row-1
{
	background-color: #CFCFCF;
}
/* 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: #cfcfcf;
}

/* header styles */

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

#header .main
{
	width: auto;
}

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

#header .logo img
{
	padding-left:30px;
	padding-top: 16px;
}

#header .menu #menu-ul
{
	/* width: 921px; */
	margin-left: auto;
	margin-right: auto;
	padding:10px 26px;
}

/* rounded corners on the menu space thingy */
#header #menu-wrap
{
	margin: 0pt auto; 
	width: 920px;
	background-color: black;
}

#header .menubar-corner-ul,
#header .menubar-corner-ur,
#header .menubar-corner-ll,
#header .menubar-corner-lr
{
	display: block; 
	height: 6px; 
	font-size: 1px; 
	background-repeat: no-repeat; 
}

#header .menubar-corner-ul,
#header .menubar-corner-ll
{
	background-position: 0 0;
}

#header .menubar-corner-ur,
#header .menubar-corner-lr
{
	background-position:100% 0;
}

#header .menubar-corner-ul
{
	background-image: url(header-corner-alpha-ul.png); 
}

#header .menubar-corner-ur
{
	background-image:url(header-corner-alpha-ur.png);
}

#header .menubar-corner-ll
{
	background-image:url(header-corner-alpha-ll.png);
}

#header .menubar-corner-lr
{
	background-image:url(header-corner-alpha-lr.png);
}


#header .top
{
	background:transparent url(header-top-bg.png) repeat-x scroll center top;
	height:84px;
	width:920px;
	margin-left: auto;
	margin-right: auto;
}

#header .menu
{
	background: none;
}

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

#header .menu a
{
	background:transparent none no-repeat scroll right center;
	color: white;
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	width:auto;
	padding: 0;
}

/* special corner thingy for hover ! */
#header .menu .menu-corner-ul:hover,
#header .menu .menu-corner-ul:active
{
	background: transparent url(menubarbg-hot-alpha-ul.png) no-repeat scroll top left;
}

#header .menu .menu-corner-ur:hover,
#header .menu .menu-corner-ur:active
{
	background: transparent url(menubarbg-hot-alpha-ur.png) no-repeat scroll top right;
}

#header .menu .menu-corner-ll:hover,
#header .menu .menu-corner-ll:active
{
	background: transparent url(menubarbg-hot-alpha-ll.png) no-repeat scroll bottom left;
}

#header .menu .menu-corner-lr:hover,
#header .menu .menu-corner-lr:active
{
	background: transparent url(menubarbg-hot-alpha-lr.png) no-repeat scroll bottom right;
}

#header .menu .menu-corner-lr
{
	padding:5px 13px 4px; /* this is the lowest leve one, and it makes the space for us */
}

/* end of that... */


#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
{
	padding:0 7px;
}

/* footer CSS */

#footer
{
	background-color: #cfcfcf;
	height:158px;
}

#footer .main
{
	width: 920px;
	background: #66003e;
	margin: 0 auto;
}

#footerdiv2
{
	height: 80px;
}

#footer img#footerlogo
{
	float:right;
	padding-right:30px;
}

#footer p
{
	padding-top: 0;
}

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

div.info_sidebar
{
	float:right;
	padding-bottom:20px;
	text-align:left;
	width:254px;
}

/* bottom sidebar under info sidebar */

div.info_sidebar div.top_sidebar
{
	padding: 0 17px;
}

div.info_sidebar div.top_sidebar #appointmenth1
{
	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.top_sidebar #locationh1
{
	color: black;
	font-family:Arial;
	font-size:12pt;
	font-weight:normal;
	line-height:1em;
	margin: 0 auto;
	text-align:center;
	text-transform:uppercase;
	padding-top:6px;
}

div.info_sidebar div.top_sidebar img[alt='logo-graphic.png'] /* only image in the sidebar... should match the top one. */
{
	margin-left: -10px;
}

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

div.info_sidebar div.top_sidebar ul li
{
	color:black;
	font-size:10pt;
	list-style-image:url(bullet.png);
	margin-left:20px;
	margin-right:20px;
	padding-top:0;
	text-align:center;
	background: none;
}

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

div.info_sidebar div.top_sidebar p.blocktext
{
	text-align: left;
	font-weight: bold;
}

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

div.agentinfowrapper
{
	text-align: left;
	padding:20px 0 5px 0;
	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-family:arial;
	font-size:16pt;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:15px;
	text-align:left;
}

div.agentinfowrapper div.agentSummaryContent
{
	padding-left:10px;
	padding-top: 10px;
}

div.agentinfowrapper div.agentSummaryContent img.agentPhoto
{
	float:left;
}

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

/* content wrappers */

.wrapperdiv_bk
{
	margin: 0 auto;
}

#clearwrapper
{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background:#dfdfdf url(content-border-top.png) repeat-x scroll center top;
}

/* corners for content */
.corner-ul,
.corner-ur,
.corner-ll,
.corner-lr
{
	display: block; 
	height: 12px; 
	font-size: 1px; 
	background-repeat: no-repeat; 
}
.corner-ul,
.corner-ll
{
	background-position:0 0;
}

.corner-ur,
.corner-lr
{
	background-position:100% 0;
}

.corner-ul
{
	background-image: url(corner-ul.png); 
}

.corner-ur
{
	
	background-image:url(corner-ur.png);
}

.corner-ll
{
	background-image:url(corner-ll.png);
}

.corner-lr
{
	background-image:url(corner-lr.png);
}


/* 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:549px;
	background: white url(leftwrapper-left-border.png) repeat-y scroll right top;
	float:left;
}

#leftwrapper.leftwrapper_nonindex
{
	min-height:807px;
}

#leftwrapper ul li
{
	padding-left: 20px;
	background-position: 0 7px;
	color:#50596B;
}

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

div.leftcontent_index_global,
div.leftcontent_nonindex_global
{
	float:left;
	margin: 0 33px;
	width:597px;
	text-align: left;
	padding-bottom: 20px;
	padding-top:10px;
	color: black;
}

div#clearwrapper h1.titleh1
{
	color:black;
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
	margin-right:257px;
}

div#clearwrapper h1#indextitleh1.titleh1
{
	padding-left:34px;
	text-align: left;
}

/* contact form formatting */
form
{
	width:380px;
	padding:20px;
	margin: 0 auto;
}

form h1
{
	color:black;
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	text-align:center;
}

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

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

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

form div textarea
{
	width: 170px;
	color: black;
	font-size: 9pt;
}

form div select
{
	width: 185px;
}

input
{
	color: black;
}

/* index page styles*/

.topcontent_wrapper
{
	background: black url(front-page-image.png) no-repeat scroll center top;
	margin:10px auto;
	width:920px;
}

#topcontent1 
{
	padding: 40px 0;
	height:212px;
}

#topcontent1 img
{
	float: left;
}

/* 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 ul
{
	margin-left:20px;
}

/* home styles styles */

#leftcontent6
{
	font-size: 12pt;
}

#leftcontent6 .div-table
{
	margin: 0 auto;
}

#leftcontent7, #leftcontent8
{
	font-size: 12pt;
}

/* features and specs styles */
#leftcontent5 
{
	font-size: 11pt;
}

.large_bold {
	font-size:12pt;
	font-weight:bold;
}

/* directions page */

#leftcontent9
{
	font-size: 12pt;
}

#leftcontent9 img
{
	border: 2px solid black;
	margin-top:20px;
}