/* General Structure */

    body{
		font-family: verdana, sans-serif;
		font-size: small;
		margin-top: 12px;
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px solid #0000FF;*/
		/*background-color: #eeeeee;*/
    }
    
    h1, h2, h3, h4, h5, h6 {
		/* margin is top, right, bottom, left */
		margin: 0 0 0.5em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	
	#content {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	
/* Navigation */

	:link { color: #039; }
	:visited { color: #636; }
	:link:hover, :visited:hover { color: #333; }
	:link:active, :link:active { color: #000; }
	
/* footer */

	hr {
		height: 1px;
		color: #aaa;
		background-color: #aaa;
		border: 0;
		width: 100%;
	}
	
/* Unit Sizes Table (http://www.somacon.com/p141.php) */

	table.units {
		border-width: 0px;
		border-spacing: 0px;
		border-style: dotted;
		border-color: black;
		border-collapse: collapse;
		background-color: white;
	}
	table.units th, td {
		border-width: 1px;
		padding: 2px;
		border-style: solid;
		border-color: gray;
		background-color: #fffff0;
	}
	
/* columns */

  .phone {
    text-align: right;
    color: #D12222;
    font-size: 21pt;
    font-weight: bold;
    float: right;
    margin-top: -5px;
  }
	
	.leftindexcolumn {
		width: 38%;
		float: left;
		padding-right: 3%;
	}
	
	.rightindexcolumn {
		width: 54%;
		float: left;
		padding-right: 0%;
	}
	
	.leftindexmapcolumn {
		float: left;
		padding-right: 1%;
	}
	
	.rightindexmapcolumn {
		float: left;
		padding-right: 0%;
	}
	
	.leftamenitiescolumn {
		width: 45%;
		float: left;
		padding-right: 5%;
		font-size: 12pt;
	}
	
	.rightamenitiescolumn {
		width: 265px;
		float: left;
		padding-left: 2%;
		padding-right: 2%;
		font-size: 12pt;
	}
	
	.twocolumnsecurity {
		width: 345px;
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		font-size: 12pt;
	}
	
	.leftdirectionscolumn {
		width: 38%;
		float: left;
		padding-right: 4%;
	}
	
	.rightdirectionscolumn {
		width: 56%;
		float: left;
		padding-right: 0%;
	}
	
	.leftsupplycolumn {
		width: 55%;
		float: left;
		padding-right: 5%;
	}
	
	.rightsupplycolumn {
		width: 35%;
		float: left;
		padding-right: 0%;
	}
	
	.leftcontactcolumn {
		width: 38%;
		font-size: 12pt;
		float: left;
		padding-right: 5%;
	}
	
	.rightcontactcolumn {
		width: 50%;
		float: left;
		padding-right: 0%;
	}

/* Header */

	#header {
		position: relative;
		/* width: 700px; this was 670 before tom fix */
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 0px;
		margin-left: auto;
		margin-right: auto;
		/*float: right;
		padding: 0px 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: right;
		min-height: 39px;*/
	} #ignored {}
	
	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		z-index: 90;
	}
	#header li {
		float: right;
		background: transparent url("images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }