/* CSS Document */
body{
	margin:0px;
	padding:0px;
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container{
	width:779px;
	text-align:left;
}

#row1_left, #row2_left{
	float:left;
	width:253px;
}

#row1_left{
	text-align:right;
}

#row1_mid, #row2_mid{
	float:left;
	width:507px;
}

#row1_right, {
	float: left;

}

#row2_right{
	float:left;
	height: 224px;
}

#row2_left{ 
	clear: both;
	height: 100%;
}

#row3_left{
	clear: both;
	height: 100%;
	float:left;
	width:253px;
}

#row3_mid{
	float:left;
	width:467px;
	padding:20px;
}

#row3_right{
	float: left;
}
/* NAV pop ups */


#projectsMenu {

	background-color:#1e5796;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	
	position:absolute;
	display:none;
	background-color:#333333;

	top:175px;
	left:190px;
	width:190px;
	z-index:1;
}

#projectsMenu table, #researchMenu table {
	border: none;
	border-collapse: collapse;
	width:100%;
}
	
#projectsMenu td, #researchMenu td {
	padding: 5px;
	margin: 0px;
	border: thin solid #cccccc;
	vertical-align: top;
}

#researchMenu {
	background-color:#1e5796;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	
	position:absolute;
	display:none;
	background-color:#333333;

	top:180px;
	left:190px;
	width:190px;
	z-index:1;
}

#projectsMenu a:link, #projectsMenu a:visited, #projectsMenu a:hover, #projectsMenu a:active,
#researchMenu a:link, #researchMenu a:visited, #researchMenu a:hover, #researchMenu a:active {
	color:#FFFFFF;
}


/* font styles */
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2273cc;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000082
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}

em{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}