@charset "UTF-8";



body  {
	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	background-image:url(../resources/Web-concept.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top; */
	
	background-image:url(../images/topBackground.png);
	background-position:top;
	background-repeat:repeat-x;
	
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #565b5b;
	
    
} 
.twoColFixLtHdr #header {
	height:298px;
	z-index: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #726F6F;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 65px;
	position: relative;
	width: 260px;
}

.twoColFixLtHdr #sidebar2 {
	float: left;
	padding-left: 0px;
	margin-top: 65px;
	position: relative;
}





.twoColFixLtHdr #mainContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #bioContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;
} 



.twoColFixLtHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.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: 1px;
    line-height: 0px;
}


/* Navigation  */



#navlist
{
padding: 0 1px 1px;
margin-left: 0;

}

#navlist li
{
list-style: none;
margin: 0;

display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;

color: #D3D5D6;
text-decoration: none;
}



#navlist li a:hover
{

color: #2fc3f3;

}

#navlist a:visited {
	
	color: #D3D5D6;
	
}



#active a:link, #active a:visited, #active a:hover
{

color: #2fc3f3;
}

#nav {
	float: none;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 270px;
	padding-top: 13px;
	height: 30px;
}
.Grey_Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #565b5b;
	font-weight: normal;
}
.georgiaitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
#leftColumnContent {
	width: 200px;
	font-size: 12px;
	padding-top: 70px;
	float: left;
}

#leftColumnContentAbout {
	width: 200px;
	font-size: 12px;
	padding-top: 0px;
	padding-left:40px;
	float: left;
}




.georgia15 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
}

.georgia17 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height: 140%;
}
#logo {
	height: 220px;
	position: absolute;
	z-index: 1000;
	top: -160px;
	margin-left: 0px;
	float: left;
	left: 0pt;
	top: -120pt;	
}



#copyright {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	text-decoration: none;
	padding-bottom: 20px;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565B5B;
	line-height: 130%;
}
#box1 {
	margin-top: 0px;
	float: right;
	padding-left: 5px;
	margin-bottom:25px;
	width: 670px;
}
#box2 {
	margin-top: 0px;
	float: right;
	padding-left: 5px;
	margin-bottom:25px;
	width: 600px;
}
#box3 {
	margin-top: 0px;
	float: right;
	padding-left: 5px;
	margin-bottom:25px;
	width: 670px;
}
.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#thumbnail1 {
	width: 260px;
	float: left;
}
#bio {
	margin-right: 0px;
	padding-top: 15px;
	padding-left: 35px;
	width: 220px;
	float: left;
}
#title {
	float: left;
	padding-top:10px;
	width: 200px;
}
.greenTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #3197A7;
}
#did_you_know {
	line-height: 150%;
	
}
#publications {
		list-style-image: url(../services/images/Web-concept_03.png);
	list-style-type: none;
}
#publications a:link {
	
		color: #3197A7;
		text-decoration:none;

}

#publications a:visited {
	
		color: #336699;
		text-decoration:none;

}


#resource {
	list-style-image: url(../services/images/Web-concept_03.png);
	list-style-type: none;
}


#case_study {
	list-style-image: url(../services/images/Web-concept_03.png);
	list-style-type: none;
	
}

#case_study a:visited {
	
		color: #336699;
		text-decoration:none;

}

#resource a:link {
	
		color: #3197A7;
		text-decoration:none;

}
#resource a:visited {
	
		color: #336699;
		text-decoration:none;

}



#case_study a:link {
	
		color: #3197A7;
		text-decoration:none;

}
				  
		
.arial15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#services {
padding-left:280px;
font-family: Arial, Helvetica, sans-serif;
	color: #565b5b;
	font-weight: normal;
	font-size:24px;
	margin-top:38px;
	margin-bottom:50px;

}
#pic1 {
	width:280px;
	height:700px;
	float:left;
	padding-left:35px;
}

#pic2 {
	width:280px;
	height:400px;
	float:left;
	padding-left:35px;
}
