 body {
	margin: 0;
	padding: 0;
	background: #fff;
}
body, p, li, tr, thead, tfoot, th, td, dl, ol, blockquote, span, form, input, textarea, select {
	/*font-family: "Trebuchet MS", Tahoma, "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;*/
	color: #000066;
	letter-spacing: .1em;
	font-size: 10pt;
}
.xxsmall {
	font-size: 8pt;
}
/* 
------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/
div#top {
	background: #ffffff url(../images/headart2.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 170px;
	text-align: right;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
div#top p {
	color: #0052d8;
	font-weight: bold;
margin: 0;
padding: 20px 10px 10px 2px;
}
#left {
	position: absolute;
	padding: 0px 5px 0px 10px;
	top: 182px;
	left: 2px;
	width: 198px;
	background: #E5E5EF;
	line-height: 2em;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #9999C1;
	border-bottom: 3px solid #9999C1;
	border-left: 1px solid #FFFFFF;
}
#left img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#left a {
	font-size: 10pt;
	font-weight: bold;
}


#right {
	/*	position: absolute;
	width: 200px;
	overflow: hidden; */
/*	margin-left: 75%; 
	padding: 2px 5px 10px 10px;
	right: 4px;
	top: 182px;*/
	}
#center {
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 2px;
	margin-left: 215px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#centernoright {
	padding: 15px 6px 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 210px;
}
#center p {
	line-height: 1.5em;
}
#center img {
	margin: 0 12px 12px;	/*largest size 390 px 
	general size 200 px
	was at 320 px 
	small 100-150 px
	*/
}
.floorplanprint {
	height: 700px;
	width: 700px;
}

#footer {
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 9pt;
	padding: 10px;
	clear: both;
}
.clear {
	clear: both;
}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
/*a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333384;
	letter-spacing: .1em;
	text-decoration: none;
	font-size: 8pt;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	color: #333384;
	letter-spacing: .1em;
	text-decoration: none;
		font-size: 8pt;
}
a:hover {
	text-decoration: underline;
	color: #AD3333;
	background: #F4F4F4;
		font-size: 8pt;
}
a:active {
	text-decoration: underline;
}*/
h1 {
	font-size: 16pt;
	letter-spacing: .1em;
}
h2 {
	font-size: 13pt;
	margin-left: 10px;
}
h3 {
font-size: 11pt;
font-weight: bold;
}
h4 {
font-size: 10pt;
font-weight: bold;
}
h5 {
font-size: 9pt;
font-weight: bold;
}
h6 {
font-size: 8pt;
font-weight: bold;
}
.spacey {
	line-height: 2em;
}
#right h1 {
	text-align: center;
	}
#footer a {
	color: #000000;
	text-decoration: none;
	}
	#footer a:hover {
	text-decoration: underline;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
}
ul{
list-style: disc outside none;
	margin-left: 0px;
	padding-left: 20px;
}
ul ul{
list-style: circle outside none;
}
ul ul ul{
list-style: square outside none;
}
.rightfloat {
	float: right;
	margin-left: 14px;
}
#clear {
  clear: both;

/*right callout box*/
/*#right ul {
	list-style: disc inside;
	font-size: .9em;
	}
#right li {
	display: block;
	font-size: 10pt;
	} *//* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/
/* }

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #e7effa;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #ccc;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #e7effa;
	font-size: 8pt;
If you get an unwanted gap after your a block (IE-Win) try increasing the line height		
	color: #0052d8;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		
	}

ul#mainnav li a:hover {
	text-decoration: underline;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px #ccc;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 1px #925a2d;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font-size: 8pt;
	color: #0052d8;
	background-color: transparent;
	border: 0px solid #925a2d;
	}
ul#mainnav ul.subnav li a:hover {
	text-decoration: underline;
	/*end left margin navigation
}#utility a:hover {
	text-decoration: underline;
}
#homepagecenter {
	background: #fff;
			width: 49%;
}
  }
  #navigation {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	position: absolute;
	top: 147px;
	left: 40px;
	white-space: nowrap;
	padding-left: 10px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 10px 0px 15px;
	/*border-top: #E5E5EF;
	border-right: #E5E5EF;
	border-bottom: #E5E5EF;
	border-left: #E5E5EF;
	margin-right: 10px;
	white-space: nowrap;
	background: url(../images/tab.gif) no-repeat;
	margin-bottom: 0px;
	
}

#navigation a:hover{
	padding: 8px 10px 0px 15px;
	margin-right: 10px;
	white-space: nowrap;
	background: url(../images/tabfilled.gif) no-repeat;*/
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
}
.signature {
	font: bold 12pt "Lucida Handwriting", cursive, Script, serif;
	text-align: right;

}
.even {
	background: #DCDCEA;
}
th {
	color: #FFFFFF;
	background: #7F7FB2;
}
#center table {
	width: 650px;
	margin-left: 20px;
	text-align: center;
}
.urcorner {
	background: url(../images/urcorner.gif) no-repeat right top;
}
.ulcorner {
	background: url(../images/ulcorner.gif) no-repeat left top;
}
#centernoright img {
	margin: 3px;
}
#centernoright #photos img {
	margin: 5px;
}
