@charset "utf-8";

#research {
	position:relative;
	z-index:1;
	left: 70px;
	top: 90px;
}
#people {
	position:relative;
	z-index:1;
	left: 310px;
	top: -190px;	
}
#activities {
	position:relative;
	z-index:1;
	left: 600px;
	top: -270px;
}
#outreach {
	position:relative;
	z-index:1;
	left: 380px;
	top: -320px;
}
#links {
	position:relative;
	z-index:1;
	left: 200px;
	top: -380px;
}
#contact {
	position:relative;
	z-index:1;
	left: 600px;
	top: -550px;
}
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 */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.cat #container {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cat #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.cat #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 */
}

.cat #logo {
	float: left;
}

.cat #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
/*	height: 450px;*/
}

.cat #frontpage {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 480px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


.cat #navbar {
	float: right;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cat #navbar li {
   float: left;
}
.cat #navbar li a {
	display: block;
	width: 70px;
	text-align: center;
	color:#999;
	padding: 3px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}
.cat #navbar li a:hover {
   color:#FC0;
}
.cat #navbar li a.active {
	color:#F93;
	font-weight:600;

}


.cat #container #seperator {
	height: 5px;
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-y;
}

/* gets rid of the border in IE */
:link img,
:visited img {
border-width: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.cat #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.cat #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 */
	font-size: 60%;
	color: #006551;
	text-align: center;
}

a:link {
	color: #006651;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006651;
}
a:hover {
	text-decoration: none;
	color: #FAB868;
}
a:active {
	text-decoration: none;
}

.clearleft {
	clear:left;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.mark {
	color: #F00;
}
