@charset "UTF-8";
/* CSS Document containing GLOBAL rules for all browsers
   Layout markup by James Re and original concept design by James Re at Highchair designhaus */

/* Color scheme:
orange background= DFA103
hover= c00
light blue= CEF
*/

html, body, table, address, form, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, td, hr, blockquote, ul, ol, dl, li, address { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; }

body, td, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
body {
	color: #000;
	text-align: left; 
	background: repeat-x url("../cssimages/html_back.jpg") #A8D6F3;
}
img, img a, a img { border: none; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline;  color: #C00; }

h2, h4, h5, h6 { display: inline; }
h1 {
	font: italic bold 14px/21px Georgia, Times, serif;
	text-transform: lowercase; 
	padding: 0 0 12px 0; 
}
h2 {
	color: #F00;
	font: italic 14px/16px Georgia, Times, serif;
}
h4 {
	color: #F00;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h5 {
	color: #F00;
	font: italic bold 18px/21px Georgia, Times, serif;
	text-transform: lowercase;
}
h6 {
	font: bold 11px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 5px;
}

/* ----- HOMEPAGE elements ----- */
#home {
	background-color: #fff;
}
#homeflash {
	width: auto;
	text-align: center;
	padding: 60px 0px;
}
#hometxt {
	width: auto;
	margin: 8px 60px 10px 160px;
}

/* ----- LAYOUT elements ----- */
#wrapper {
	width: 729px;
	margin: 0px auto;
}

a#snipe {
	position: relative; 
	top: -12px; 
	left: -24px; 
	display: block; 
	width: 150px; 
	height: 150px;  
	overflow: visible; 
	margin: 0 0 -128px 0; 
	background: top left no-repeat url("../cssimages/snips.png") transparent; 
}
	a#snipe:hover { background-position: top right; }
#header {
	background-image: url("../cssimages/header_back.jpg");
	text-align: right;
}
	#header a#home { 
		border: none; 
		padding: 0; 
		margin: 0; 
	}
	#header a#home img { 
		width: 341px; 
	}
	ul#themenu {
		list-style-type: none; 
		height: 26px; 
		padding: 0 15px 0 0; 
	}
	ul#themenu li { 
		float: right; 
		height: 20px; 
	}
	ul#themenu li a { 
		display: block; 
		height: 20px; 
		background: top left no-repeat url("../cssimages/menuitems.png") transparent;
	}
	ul#themenu li a#loft { background-position: 0px 0px; width: 125px; }
	ul#themenu li a#loft:hover { background-position: 0px -21px; }
	ul#themenu li a#commercial { background-position: -125px 0px; width: 92px; }
	ul#themenu li a#commercial:hover { background-position: -125px -21px; }
	ul#themenu li a#projinfo { background-position: -217px 0px; width: 154px; }
	ul#themenu li a#projinfo:hover { background-position: -217px -21px; }
	ul#themenu li a#meet { background-position: -373px 0px; width: 153px; }
	ul#themenu li a#meet:hover { background-position: -373px -21px; }
	ul#themenu li a#contact { background-position: -526px 0px; width: 73px; }
	ul#themenu li a#contact:hover { background-position: -526px -21px; }

#display { /* The photo to the left on most pages */
	width: 420px;
	margin: 10px 10px 0px 41px;
	float: left;
	font: bold 12px Helvetica, Arial, sans;
	text-align: right;
	background: top left url("../cssimages/gear.gif") no-repeat;
}
	#display a {
		text-decoration: none; 
		padding: 3px 3px 1px 3px; 
		margin: 0 0 0 5px;
		background-color: #c00;
		color: #fff; 
	}
	#display a:hover { background-color: #fff; color: #c00; }
	#display img {
		padding: 5px;
		border: solid 2px #fff;
		background-image: url("../cssimages/semitrans.png");
	}

#bodytxt {
	font: 13px/15px Arial, Helvetica, sans-serif;
	margin-left: 481px;
	margin-top: 10px;
	padding-right: 25px;
}

/* --- slideshow --- */
#bodytxt.slideshow a {
	padding: 4px 6px;
	margin-right: 5px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #c00;
}
#bodytxt.slideshow a:hover {
	color: #fff;
	background-color: #000;
}

#footer {
	width: 709px;
	padding: 10px;
	text-align: right;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #A8D6F3;
}

/* ----- Alternate layout for text heavy pages ----- */
#display.heavytext {
	width: 320px;
	margin-top: 20px;
	background: none;
}
#bodytxt.heavytext {
	background: #fff repeat-x url("../cssimages/heavytext_back.jpg");
	margin-left: 380px;
	margin-top: 0px;
	padding: 10px;
}
	#bodytxt.heavytext a {
		display: inline;
		text-decoration: underline;
	}
	#bodytxt.heavytext p {
		line-height: 18px; 
	}


/* ----- The list of units on the residential page ----- */
.unit {
	padding: 5px 3px 3px 3px;
	background-color: #FFF;
	border-bottom: 1px solid #F90;
}
.unit:hover {
	background-color: #CEF;
}
#uniton {
	margin-bottom: 3px;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	background: bottom right no-repeat url("../cssimages/arrow.gif") transparent;
	padding-bottom: 24px;
}
	#bodytxt p { padding: 5px 0; }
	#bodytxt p.blurb {
		padding: 5px 10px 0 0;
	}
	#bodytxt p.notice {
		padding: 12px 0;
	}
	#bodytxt p.contact {
		padding: 0 0 15px 0;
	}


:focus { -moz-outline-style: none; }

/* ! Static positioned Armory bar - - - */
#armory_link_ring {
	font-size: 10px; 
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	background-color: #222; 
	color: #ccc; 
	padding: 4px 6px 3px 6px; 
	-webkit-border-top-left-radius: 5px; 
}
	#armory_link_ring a { color: #ccc; text-decoration: none; margin: 0 2px; }
	#armory_link_ring a:hover { text-decoration: underline; }
