/* General */

html {min-height: 100%;
	margin: 0;
	padding: 0;
}

a {color: #444;}
a:hover {color: #000;}

body  {
	background: #444;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
	font-family: "Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #fcfae6;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	
} 
#wrapper {
	/* background: url('images/footer.jpg') no-repeat center bottom; */
	margin:0 10px 0 10px;
	
}
	
.fltrt { 
	float: right;
	margin-left: 8px;
	color: #000000;
	text-decoration: none;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Header */
#header { 
	padding: 10px;  
} 
#header h1 {
	margin: 0;
	padding: 0;
}

#masthead {
      margin:0; padding:0;
      position:relative;
      width:630px; height:76px;
      overflow:hidden;
      }
#masthead span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:630px; height:76px;
      margin:0; padding:0;
      background:url("images/masthead.gif") top right no-repeat;
      }
/* NAV  */
 #navcontainer
{
	margin: 10px 10px;
	padding: 0;
	height: 46px;
	
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
background-image: url(images/nav_down.jpg);
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 105px;
	height: 46px;
	padding: 0;
	margin: 0;
	color: #fcfae6;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 14px/24px "Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	vertical-align: top;
	border:none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fcfae6;
	
}

#navcontainer ul li a:hover
{
	color: #fcfae6;
	background-color: #901808;
	background-image: url(images/nav_up.gif);
	border:none;
}
.current
{
	background-image:url(images/nav_up.gif);
	background-repeat:no-repeat;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 220px;
	padding: 10px;
}

#sidebar img {
	margin-top: 10px;
	padding: 1px;
}
	

/* Main Content */
#mainContent {
	margin: 0 0 0 242px;
	padding: 0 10px 20px 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
} 
.lists {
	list-style-position: outside;
	list-style-image: url(images/fleur.gif);
	font-size: 16px;
	line-height: 22px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #901808;
}
.selectedthumb {
	border: 3px solid #901808;
}

/* Projects */
.before {
	font-size: 12px;
	color: #444444;
}
.h3 {
	font-weight: bold;
}

#feature {
	color: #fcfae6;
	background-color: #444444;
	padding:2px 2px 8px 2px;
	text-align:center;
	width:368px;
}
#feature a {
	color: #fcfae6;
	text-decoration: none;
	padding:0 4px;
}
.highlight {
	background-color: #901808;
}



/* begin hover over before shots */	

.thumbnail {
	position: relative; z-index:0;}

.thumbnail:hover {
	background-color: transparent; z-index:50;}

.thumbnail span { 
	position: absolute;
	background-color: #fcfae6;
	padding: 1px;
	left: -1000px;
	border: 1px solid #444;
	visibility: hidden;
}

.thumbnail span img{ border-width:0; padding: 1px;}

.thumbnail:hover span {
	visibility: visible;
	top:34px;
	left: -206px;
}
/* end hover over before shots */

/* Home */
#home{
	background-color: #444;
	margin: 0 2px;
	height: 346px;
}
#home p,
#home h2{
	font-size: 14px;
	color: #fcfae6;
	text-align:center;
	padding:18px 10px 0px 10px;
	font-weight: normal;
}
#slideshow {
	border-right:thin #fcfae6 solid;
	margin:0 10px 0 0;
}
#home p.affiliations {
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
}
/* Footer */
#footer {
	background-color: #d3d4aa;
	margin: 0 0 0 0;
	padding: 10px;
	vertical-align:middle;
	font: normal 10px "Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	border-bottom: 1px #444 solid;
	
} 