/* 20081105 // Lucidmode Modified Shorthand CSS Reset */
/* 		http://meyerweb.com/eric/tools/css/reset/ 			*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;
	outline: 0;	font-size: 100%; vertical-align: baseline; }
	
/* Whew... Now on to the show. */
	body { line-height: 1; }
	ul { list-style: none; }
	blockquote, q {	quotes: none; }
/*	blockquote:before, blockquote:after, q:before, q:after { content: none; }*/

	/* Clear All Focus Styles */
	:focus { outline: 0; }

	/* Highlights */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {	border-collapse: collapse; border-spacing: 0;	}
	
	/* Tools */
	#reset, .reset, #clearFloats, .clearFloats, #clearBoth, .clearBoth { clear: both; font-size: 0px; height: 0px; visibility: hidden; } #lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


/* h1 {  }*/


html, body { height: 100%; }
body{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px;
	background: url(/images/20091223_krauszMainBg.jpg) top center no-repeat rgb(17,61,102); }
a, a:visited, a:link { text-decoration: underline; color: rgb(45,65,94);  }
a:hover { color: rgb(0,0,0); text-decoration: none; }

/* ---------- Main Shell and Container ------------------------------------------
-- Note: Main Shell "Brought Out" of the form for 100% height capability -------- */
#mainshell { height: 100%; width: 100%; position: absolute; z-index: 0; }
#container { width: 792px; margin: 0px auto; background: rgb(255,255,255); }
	
	/* General Content Styling */
	ul { list-style: disc; margin: 0px 0px 26px 29px; }
		ul.primary { font-size: 16px; }
		ul.primary li { margin: 0 0 10px 0; }
	ul li { color: rgb(75,106,141); font-weight: 900; }
	
	p { padding: 3px 0px 3px 0px; }
	
	h1 { color: rgb(45,65,94); font-size: 18px; line-height: 20px; margin: 0 0 10px 0; text-transform: uppercase; }
	h3 { color: rgb(75,106,141); font-size: 16px; line-height: 22px; margin: 6px 0px 0px 0px; }
	h2 { color: rgb(0,0,0); font-size: 14px; line-height: 18px; margin: 20px 0px 10px 0px; }
	
	a.pdfLink { background: url(/images/icons/pdficon.jpeg) left no-repeat; line-height: 38px; font-size: 18px; padding: 0px 0px 0px 45px; height: 38px; display: block; }
	a.pageLink { line-height: 38px; font-size: 18px; padding: 0px 0px 0px 45px; height: 38px; display: block; }

/* Navigation Block */
#navigation { /*padding: 10px 20px;*/ background:#eaeaea; border-top: solid 10px #1c4f78 }
	
	/* New Site Navi Styles (Delete this if you want?) */
	#navigation #logo { background: rgb(255,255,255) url(/images/20091221_mainLogo.png) top left no-repeat; }
	#navigation #logo #homeLink { display: block; width: 792px; height: 82px; }	
		body#pgid1 #navigation #logo { background: rgb(255,255,255) url(/images/home/logo.png) top left no-repeat; }
		body#pgid1 #navigation #logo #homeLink { display: block; width: 792px; height: 124px; }

	#navigation #menu { background: rgb(45,65,94); }
		body#pgid1 #navigation #menu { background: url(/images/20091221_mainNavBg.jpg) top center no-repeat; }
	#navigation ul {  display: inline-table;  height: 26px; margin: 0px; padding: 0px 28px 0px 28px; }
	#navigation ul li {  display: table-cell;  height: 26px; font-weight: 100; }
		#navigation ul li a { float: left; 
		color: rgb(255,255,255); font-family: "Minion Pro", "Minion Web", Georgia, "Times New Roman", Times, serif; text-transform: uppercase; text-decoration: none; font-size: 12px; 
		display: block; height: 14px; line-height: 14px; margin: 6px 0px; padding: 0px 21px; text-align: center; 
		border-right: 2px solid rgb(255,255,255); }
		#navigation ul li:hover { background: rgb(30,45,70); /*color: rgb(215,200,125);*/ }
		
		/* Remove 'Bar' from last Nav Item (Contact) */
		#navigation ul li a#navMain8 { border-right: none !important; }
		
/* Body Block */
#body { padding: 46px 28px 46px 28px; }
	body#pgid1 #body { padding: 0px; }
	#body #photoColumn { float: left; width: 245px; padding: 0px 17px 0px 0px; }
		#body #photoColumn #photoThumbs { padding: 4px 0px 0px 0px; }
		
		#body #photoColumn #leftImagesBig { height: 405px; width: 245px; background: url(/images/20091221_photoColumn_mainPlaceholder.png) top left no-repeat; }
		#body #photoColumn #leftImagesSmall { height: 79px; width: 245px; background: url(/images/20091221_photoColumn_thumbsPlaceholder.png) top center no-repeat; 
			margin: 4px 0px 0px 0px; } 
			
			/* Page/Section specific left column images */
			body#pgid3 #body #photoColumn #leftImagesBig { background: url(/images/leftImage_Big_pgid3.jpg) top center no-repeat; }
			body#pgid3 #body #photoColumn #leftImagesSmall { background: url(/images/leftImage_Small_pgid3.jpg) top center no-repeat; }
			
			body#pgid4 #body #photoColumn #leftImagesBig { background: url(/images/leftImage_Big_pgid4.jpg) top center no-repeat; }
			body#pgid4 #body #photoColumn #leftImagesSmall { background: url(/images/leftImage_Small_pgid4.jpg) top center no-repeat; }
			
			body#pgid5 #body #photoColumn #leftImagesBig { background: url(/images/leftImage_Big_pgid5.jpg) top center no-repeat; }
			body#pgid5 #body #photoColumn #leftImagesSmall { background: url(/images/leftImage_Small_pgid5.jpg) top center no-repeat; }
			
			body#pgid7 #body #photoColumn #leftImagesBig { background: url(/images/leftImage_Big_pgid7.jpg) top center no-repeat; }
			body#pgid7 #body #photoColumn #leftImagesSmall { background: url(/images/leftImage_Small_pgid7.jpg) top center no-repeat; }
			
		
	#body #contentColumn { float: right; width: 474px; }

/* Footer Block */
#footer { padding: 121px 0px 0px 0px; width: 792px; background: url(/images/20091221_mainFooterBg.png) top center no-repeat; text-align: right;  }
	body#pgid1 #footer { padding: 0; background: none; }
	#footer #footerCopyright { height: 30px; background: url(/images/amies_footer.gif) top right no-repeat; line-height: 20px; }
	#footer #footerCopyright #amiesLogo { display: block; float: right; width: 60px; height: 30px; margin: 0px 0px 0px 5px; }
	#footer #footerCopyright #copyrightText { float: right; text-align: right; }

/* Page Specific Styles */
	
	/* Investment Page (pgid3) */
	#pgid3 #investmentProperty { float: left; width: 200px; padding: 0px 20px 0px 0px; }
	#pgid3 #investmentTargetPrice { float: right; width: 253px; padding: 0px; }
	
	/* Development Page (pgid4) */
	#pgid4 ul { margin: 0 0 0 29; }

	/* Bios Listing Page (pgid6) */
	#pgid6 #contentColumn table .itemThumb { float: left; margin: 0px 10px 10px 0px; }
	#pgid6 #contentColumn table h3 { margin: 0; }
	
	/* Bios Detail Page (pgid11) */
	#pgid11 img.bioDetail { float: right; border: 1px solid rgb(45,65,94) !important; margin: 0px 0px 5px 10px; }
	#pgid11 h1 { margin: 0; }
	#pgid11 h3 { margin: 0; border-bottom: 1px solid rgb(45,65,94); }
	#pgid11 p { padding: 10px 0px 0px 0px; }
	
	/* Case Studies Page (pgid7) */
	#pgid7 .itemThumb { float: right; border: 1px solid rgb(45,65,94) !important; margin: 0px 0px 10px 10px; }
	#pgid7 .title { padding: 0px 0px 5px 0px; }
	#pgid7 .title:hover h2, #pgid7 .title:hover  { color: rgb(75,106,141); }
	#pgid7 .projectItem { margin: 0px 0px 20px 0px; } 
	#pgid7 h2 { margin: 0; }
	#pgid7 h3 { margin: 10px 0 15px 0; font-size: 18px; }
	#pgid7 p { padding: 5px 0px 0px 0px; margin: 0px 130px 0px 0px; }
	
	/* Case Studies Detail Page (pgid10) */
	#pgid10 #photoColumn { display: none; }
	#pgid10 #contentColumn { width: 736px !important; }
	#pgid10 .projectDetailLeft { float: left; margin: 0px 15px 0px 0px; width: 245px !important; /*background: rgb(250,250,250); border: 1px solid rgb(45,65,94) !important;*/ padding: 4px; }
	#pgid10 .projectDetailRight { margin: 0px 0px 0px 270px; }
	#pgid10 #main_photo { margin: 0px 0px 4px 0px;  }
	#pgid10 .projectPhotoButtons img { padding: 0px 1px 0px 0px; }
	#pgid10 h1 { margin: 0; }
	#pgid10 h3 { margin: 0 0 10px 0; /*border-bottom: 1px solid rgb(45,65,94) !important;*/ }
	
	/* Contact Page (pgid8) */
	#pgid8 h2 { margin: 0; }
