body{
	padding-left: 17em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right bottom;
	margin:0;
	background-image: url(../images/side01.jpg);
	padding-top: 6em;
	padding-right: 12em;

}


.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: 99420C;
	text-decoration: none;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	
}

.textMainBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: 99420C;
	text-decoration: none;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	
}

.topleft {
	text-align: left;
	vertical-align: top;
	background-position: left top;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
}

ul.navbar {
    list-style-type: none;
	position: absolute;
	top: 1em;
	left: 2em;
	width: 140px;
	padding-top: 2em;

}
li.navbar {
	padding-top: 1em;

}


/* portfolio layout in grid */
.portf-float-left {
	float: left;
	width: 132px;
	margin: 0 2em 2em 0;
	clear: left;
  }

.portf-text {
	margin: 0px;
	float: left;
  }
  
.prop {
    height:100px;
    float:right;
    width:1px;
  }
 
 .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }



/* main links in nav bar */
a.nav:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 42B0A9;
	text-decoration: none;
	font-weight: normal;
}

a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 42B0A9;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: F0770C;
	text-decoration: none;
	font-weight: normal;
}

a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 99420c;
	text-decoration: none;
	font-weight: normal;

}

.currentNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 99420c;
	font-weight: normal;

}

/*  basic links */
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 42B0A9;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 42B0A9;
	text-decoration: none;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: F0770C;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 99420c;
	text-decoration: none;
}

.currentLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 99420c;
	font-weight: normal;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	padding-top: 4em;
}


/*for pop up images in portfolio */
/*Credits: Dynamic Drive CSS Library */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffff;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px; /*position where enlarged image should offset vertically relative to the link */
left: 75px; /*position where enlarged image should offset horizontally relative to the link */

}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
