@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#borderTopLeft
{
	position: absolute;
	left: 0;
	top: 0;
}

#borderTopRight
{
	position: absolute;
	right: 0;
	top: 0;
}

div#borderBottom
{
	position: relative;
	margin: 0 auto 14px;
	padding: 0;
	width: 958px;
	height: 4px;
	background: white url("file:///C|/Documents and Settings/Jules/Desktop/New Folder (2)/architecture_files/images/border_bottom.gif") repeat-x;
}

#borderBottomLeft
{
	position: absolute;
	left: 0;
	bottom: 0;
}

#borderBottomRight
{
	position: absolute;
	right: 0;
	bottom: 0;
}

div#borderLeft
{
	margin: 0;
	padding: 0 0 0 4px;
	width: 954px;
	background: white url("file:///C|/Documents and Settings/Jules/Desktop/New Folder (2)/architecture_files/images/border_left.gif") repeat-y scroll left;
}

div#borderRight
{
	margin: 0;
	padding: 0 4px 0 0;
	width: 950px;
	background: white url("file:///C|/Documents and Settings/Jules/Desktop/New Folder (2)/architecture_files/images/border_right.gif") repeat-y scroll right;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	text-align: center;
} 
#header  {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 
#header  h1  {
	margin: 0;
	height: 91px;
	width: auto;
	padding: 0px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

li {
	list-style-type: none;
	line-height: 1.35;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
}

#mainContent  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	background-color: #FFFFFF;
	padding-left: 0px;
	font-size: 0.8em;
} 

#footer  {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 9px;
	line-height: 0px;
	text-align: center;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColFixLtHdr #container #mainContent #imageholder {
	width: 500px;
}
#imageback {
	background-color: #FFF;
	height: 365px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
}
#mainContent #imgageback {
	zoom: 1;
}
#lightbox{
	position: absolute;
	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;
	}

#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/assets/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/assets/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/assets/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#mainContent      li       /* End hide from IE-mac */ 
	
 {
	list-style-type: none;
	line-height: 1.35;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #999999;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 0.8em;
}
.twoColFixLtHdr #container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.35em;
}

p {
	list-style-type: none;
	line-height: 1.35;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #FFFFFF;
	margin-left: 35px;
	margin-right: 10px;
	font-size: 0.9em;
	text-align: left;
}
ul {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	text-align: left;
}
h3 {
	list-style-type: none;
	line-height: 1.65;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}
h4 {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
h2 {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 20px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contact {
	list-style-type: none;
	line-height: 1.45;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 365px;
	width: 580px;
}


.twoColFixLtHdr #container #mainContent h2{
	background-color: #000000;
	height: 45px;
	width: 570px;
	text-align: left;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #tleft {
	height: 15px;
	width: auto;
	border-top-width: thin;
	border-left-width: thick;
	border-top-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-left-color: #996600;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 #lowerimg {
	height: 74px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 #main li {
	font-size: 1em;
	line-height: 1.65em;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #footer p {
	font-size: .6em;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #main2 p {
	width: 100px;
	height: 32px;
	margin-left: 20px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #imageback #contact .contact {
	font-size: 0.9em;
}
.twoColFixLtHdr #container #sidebar1 #main #chat_sub {
	font-size: .8em;
	margin-left: 20px;
}
#imageback p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

