/* CSS Document */

* {border:0pt none; margin:0pt; padding:0pt;}

/* Layout ============================================================= */

body {
text-align: left;
background: #FFF url(../images/bg_stripe.gif) repeat-x; 
}

.container {
position: absolute;
width: 960px;
top: 0;
}

.header {
position: relative;
top: 0px;
width: 1024px;
height: 159px;
background-image: url(../images/header_main.gif); background-repeat: no-repeat;
}

.headerhome {
position: relative;
top: 0px;
width: 1024px;
height: 130px;
background-image: url(../images/header_main.gif); background-repeat: no-repeat;
}

.logo {
position: relative;
top: 0px;
left: 59px;
clear: both;
width: 270px; 
height: 83px;
}

.main {
position: relative;
top: 0px;
left: 59px;
width: 897px;
clear: both;
}

.mainproj {
position: relative;
top: 0px;
left: 59px;
width: 897px;
clear: both;
height: 500px;
}

.peopmain {
position: relative;
top: 0px;
left: 59px;
width: 797px;
}

.colbioleft {
padding-right: 12px;
width: 200px;
}

.colbioright {
float: right;
padding-right: 12px;
width: 573px;
}

.biocontainer {
position: relative;
top: 0px;
left: 0px;
width: 797px;
height: 250px;
padding-bottom: 60px;
}


.biodivider{
position: relative;
top: 0px;
left: 0px;
width: 797px;
height: 1px;
}

.indexmain {
float: left; 
width: 958px;
height: 570px;
}

.footer {
clear: both;
text-align: center;
padding: 30px;
margin-top: 30px;
bottom: 0px;
}

/* Projects ============================================================= */

.leadRow {
float: left;
width: 960px;
margin-bottom: 20px;
}

.leadTextbox {
float: left; 
width: 400px; 
}

/* Project Lead Sliding Thumbnails ====================================== */

.imbslide {
	width: 420px;
	height: 64px;
	margin: 30px 0 0 86px;	
	float: left;
	position: relative;
}
.imbslide-slide {
	width: 375px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	left: 35px;
}
.imbslide-slide ul {
	width: 3000px;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
}
.imbslide-slide li { 
	width: 65px; 
	height: 64px;
	padding-right: 10px;
	float: left;
}
.imbslide-prev {
	width: 21px;
	height: 64px;
	background: url(../images/arrowback.gif) 0 0 no-repeat;
	position: absolute;
	cursor: pointer;
}
.imbslide-next {
	width: 21px;
	height: 64px;
	background: url(../images/arrowfwd.gif) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 410px;
	cursor: pointer;
}



/* Projects ============================================================= */

.projVertCol1 {
	clear: both;
	position: absolute;
	top: 0px;
	left: 76px;
	width: 388px;
}

.projVertCol2 {
	clear: both;
	position: absolute;
	top: 0px;
	left: 506px;
	width: 388px;
}

.imgLargeVert {
height: 440px;
}

.projHorzCol1 {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	width: 440px;
}

.projHorzCol2 {
	position: absolute;
	left: 506px;
	top: 0px;
	width: 385px;
}

.imgLargeHorz {height: 290px;}


/* Project Thumbnails Vertical ============================================================= */

ul.Projthumbs {
	clear: both;
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 0px;
	height: auto;
	list-style: none;
    display: inline;
	}

ul.Projthumbs li {
	clear: both;
	top: 0px;
	width: 65px;
	height: 65px;
	padding-bottom: 10px;
}

ul.Projthumbs li a {
	clear: both;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 65px;
	height: 0px !important;
	height /**/:65px; /*for IE5/Win only */	
}

li#Projthumbs a { height: 65px; width: 65px; clear: both;}
ul.Projthumbs li a:hover, ul.Projthumbs a.current {}


/* Project Thumbnails Horizontal ============================================================= */

ul.ProjthumbsH {
	float: left;
	margin-top: 10px;
	width: 500px;
	list-style: none;
	display: inline;
}

ul.ProjthumbsH li {
	width: 65px;
	height: 65px;
	display: inline;
	padding-right: 6px;
}

ul.ProjthumbsH li a {
   height: 0px !important;
   height /**/:65px; /*for IE5/Win only */	
}

li#ProjthumbsH a { height: 65px; width: 65px;}
ul.ProjthumbsH li a:hover, ul.ProjthumbsH a.current {}


/* P Styles ============================================================= */

p {font-size: 12px; font-family: Georgia, serif; margin-bottom: .9em; color: #7c7979; line-height: 14.4px;}

a:link, a:hover, a:visited  {color: #606060; text-decoration: underline;}

.footer p { text-align: center; font-size: 9.5px; font-family: Geneva, Arial, sans-serif; color: #7c7979; }

h1 {
font: bold 18px Arial, sans-serif;  
color: #6f6d6d; 
text-align: left;
margin-bottom: .5em;
}

h2 {
font: bold 14px Arial, sans-serif;  
color: #a72024; 
text-align: left;
margin-bottom: .5em;
}

/* Navigation ============================================================= */

ul.navMain {
	position: absolute;
	top: 102px;
	left: 59px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	height: 12px;
	overflow: hidden;
	z-index: auto;
}

ul.navMain li {
   overflow: hidden;
   margin: 5px;
   display: inline;
}

ul.navMain li a {
   margin: 0px;
   width: 521px;
   display: block;
   float: left;
   overflow: hidden;
   padding-top: 12px;
   height: 0px !important;
   height /**/:12px; /*for IE5/Win only */	
}

li#nMain0 a {  height: 24px; width: 65px; background-image: url(../images/n.gif); }
li#nMain1 a {  height: 24px; width: 66px; background-image: url(../images/n1.gif); }
li#nMain2 a {  height: 24px; width: 94px; background-image: url(../images/n2.gif); }
li#nMain3 a {  height: 24px; width: 103px; background-image: url(../images/n3.gif); }
li#nMain4 a {  height: 24px; width: 115px; background-image: url(../images/n4.gif); }
li#nMain5 a {  height: 24px; width: 87px; background-image: url(../images/n5.gif); }

ul.navMain li a:hover, ul.navMain a.current { background-position:  0 -12px;}

/* Sub navigation ============================================================= */

ul.navSub {
   width: 386px;
   float: left;
   display: inline;
   overflow: hidden;
   height: 15px;
   margin-bottom: 24px;
}

ul.navSub li {
   overflow: hidden;
   display: inline;
}

ul.navSub li a {
   margin: 0;
   width: 400px;
   display: block;
   float: left;
   overflow: hidden;
   padding-top: 15px;
   height: 0px !important;
   height /**/:15px; /*for IE5/Win only */	
}


li#nSub1 a {  height: 31px; width: 118px; background-image: url(../images/nSub1.gif); }
li#nSub2 a {  height: 31px; width: 142px; background-image: url(../images/nSub2.gif); }
li#nSub3 a {  height: 31px; width: 118px; background-image: url(../images/nSub3.gif); }

ul.navSub li a:hover, ul.navSub a.current {background-position:  0 -15px;}

/* Previous / Next ============================================================= */

ul.navPrevNext {
   width: 420px;
   float: left;
   list-style: none;
   display: inline;
   overflow: hidden;
   height: 12px;
	 margin-bottom: 24px;
}

ul.navPrevNext li {
   overflow: hidden;
   display: inline;
}

ul.navPrevNext li a {
   margin: 0;
   width: 420px;
   display: block;
   float: left;
   overflow: hidden;
   padding-top: 12px;
   height: 0px !important;
   height /**/:12px; /*for IE5/Win only */	
}


li#nPrevNext1 a {  height: 24px; width: 189px; background-image: url(../images/nPrevNext1.gif); }
li#nPrevNext2 a {  height: 24px; width: 189px; background-image: url(../images/nPrevNext2.gif); }

ul.navPrevNext li a:hover, ul.navPrevNext a.current {background-position:  0 -12px;}


