﻿@charset "utf-8";
/* CSS Document */

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

a img
{border: none;}	

body
{
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
}

h2
{
font-size: 17px;
color: #CC3300;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight:bold;
}

h3{
font-size: 14px;
color: black;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight:bold;
margin-bottom: 5px;
}

ul{
margin-top: 5px;
margin-left: 12px;
}

#header
{
width: 100%;
padding: 30px 0px 10px 20px;
background-color: #999966;
color: #333300;
}

.title
{
font-size: 20px;
color: #CC3300;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight:bold;
}


.title2
{
font-size: 15px;
color: #CC3300;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight:bold;
}

.button
{
	background-color: #CC3300;
	color: white;
}

.button:hover
{
	text-decoration:none;
	color: black;	
}

#container1
{
overflow: hidden;
margin: 0 0 0 0;
}

#container2
{
overflow: hidden;
margin: 1px 0 0 0;
width: 1024px;
}

#sidebar
{
width: 230px;
height: relative;
background-color: #a4c2c2;
text-align: left;
float: left;
padding-top: 20px;
padding-bottom: 1000px;
margin-bottom: -1000px;
overflow: inherit; 
font-family: arial, helvetica, sans-serif;
}


#sidebar ul
{
margin-top: 40px;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

#sidebar a
{
color: #366;
}

#sidebar a:hover
{
color: white;
text-decoration:none
}

.current
{
color: pink;
background-color: #a4c2c2;
border-color: white;
}

#mainbody
{
float: left;
padding-left: 15px;
padding-top: 15px;
width: 400px;
padding-bottom: 1000px;
margin-bottom: -1000px;
overflow: inherit;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

#projects2
{

float: left;
padding-left: 15px;
padding-top: 15px;
width: 500px;
padding-bottom: 1000px;
margin-bottom: -1000px;
overflow: inherit;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

#partners
{
	height: 90px;
	width: 800px;
}

#projects
{

padding-top: 10px;

margin-left: 12%;
margin-right: 12%;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}


#pubbody
{
float: left;
width: 75%;
margin-bottom: 15px;
margin-left: 15px;
}

.pub
{
width: 80%;
margin-bottom: 20px;

}

#spacer
{
width: 100%;
margin-top: 25px;
margin-bottom: 25px;
}

#resumeheader
{
font-family:Georgia; 
font-size:14px; 
color: #669999; 

width: 20%;
clear: both;
float: left;
}

#resumebody
{
float: left;
width: 70%;
margin-bottom: 15px;
margin-left: 15px;
}

#resumedate
{
float:right;
font-style: italic;
}

#year
{
font-weight: bold;
font-size: 14px;
width: 10%;
float: left;
}

#quarter
{
font-style: italic;
float: left;
margin-bottom: 5px;
}

#course
{
width: 85%;
float: right;
margin-bottom: 15px;
}

.course
{
float: right;
margin-left: 10px;
border: 1px solid black;

}

#footer
{
clear: both;
background-color: #999966;
height: 600px relative;

}


/* navbar */

#navcontainer
{
width: 100%;
float: left;
background-color: #a4c2c2;
border-top: 1px solid #FFFFFF;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 5%;
color: #336666;
font-family: arial, helvetica, sans-serif;
font-size: .70em;
letter-spacing: 2px;
font-weight: bold;
text-transform: uppercase;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #a4c2c2;
color: #336666;
text-decoration: none;
float: left;
border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover
{
background-color: #a4c2c2;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
color: #336666;
background-color: #a4c2c2;
border-color: white;
}

#navlist  li a#current
{
background-color: #a4c2c2;
color: #336666;
}
