body {
	background: white;
	color: black;
	font: normal 11pt Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	margin: 0 0 0 0;
}

a {
	background-color: white;
	color: #4C77B6;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #6699FF;
	text-decoration: underline overline;
}

hr {
	border-bottom: 1px solid white;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #bfd0d9;
}

h1 , h2 , h3 , h4 {
	background-color: white;
	color: #4C77B6;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#content li {
	line-height: 30px;
	list-style-image:url(images/bullet.png);
}

#logo {
	position: absolute;
	width: 324px;
	height: 87px;
	margin: auto;
	z-index : 50;
	background: url(images/title2.gif) no-repeat;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 87px;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	z-index : 40;
}

#menubar {
	position: absolute;
	left: 0;
	top: 87px;
	width: 100%;
	height: 23px;
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
	z-index: 40;
}

#content {
   padding-top : 130px;
   padding-bottom : 20px;
   padding-left : 70px;
   padding-right : 70px;
}

#w3cstuff {
	position: relative;
	padding: 0.5em 0 1em 0;
	float: right;
}

#signature {
	position: relative;
	top: 10px;
	width: 8em;
}

#pageheading {
	background: transparent;
	font: bold 36pt Arial, Helvetica, sans-serif;
	color: #A7BCD1;
	float: right;
	margin-right: 15px;
	margin-top: 18px;
}

#footer {
	clear: both;
	position: relative;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#leftcol {
	width: 30%;
	float: left;
}

#rightcol {
	width: 65%;
	float:right;
	padding-left: 1em;
}

table#screenshots {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
	

.companyname {
	font: italic 11pt Verdana, Arial, Helvetica, sans-serif;	
}

.centerize {
	text-align: center;
}

.indent {
	padding-left: 2px;
}

.col1 {
	width: 20%;
}

.col2 {
	width: 80%;
	padding-left: 1em;
	padding-bottom: 1em;
}

.col1undergrad {
	width: 28%;
}

.col2undergrad {
	width: 72%;
	padding-left: 1em;
	padding-bottom: 1em;
}

.col1webadmin {
	width: 50%;
}

.col2webadmin {
	width: 50%;
	padding-left: 1em;
	padding-bottom: 1em;
}

.col1resume {
	width: 21%;
}

.col2resume {
	width: 27%;
}

.col3resume {
	width: 29%;
}

.col4resume {
	width: 23%;
}

.desc {  
	font-size: 11px
}

.textsm {
	font-size: 14px; color: #000000;
}
.textbg {
	font-size: 20px; color: #000000;
}
.textreg {
	font-size: 12px; color: #979797;
}

#resumeheader {
	text-align: center;
	background-color: transparent;
	color: #000000;
	font: bold x-large Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.websitethumbs {
	float:right;
}

.thumbnails {
	background: white;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	margin: 0px 1em 1em;
}

.thumbnailsnopadding {
	background: white;
	border-color: white;
	border-style: solid;
	border-width: 2px;
}

.thumbcaption {
	font-size:9px;
}

.twopxout {
	border-color: white;
	border-style: solid;
	border-width: 2px;
	margin: 0px 1em 1em;
}

.twopxover {
	border-color: #6699FF;
	border-style: solid;
	border-width: 2px;
	margin: 0px 1em 1em;
}

.twopxoutnopadding {
	border-color: white;
	border-style: solid;
	border-width: 2px;
}

.twopxovernopadding {
	border-color: #6699FF;
	border-style: solid;
	border-width: 2px;
}


/******************************
 * Navigation System - Start  *
 ******************************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0.3em 0 0 1em;
	list-style: none;
	line-height: 1.2;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

#nav li { /* all list items */
	float: left;
	line-height : 1.25em;
	margin-bottom : -1px;  /* removed the ugly double lines in between menu items */
	position : relative;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	line-height: 1.5;
	position: absolute;
	background: black;
	width: 10em;
	w\idth: 9em;
	margin: 0 0 0 1em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
	
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 10em;
	line-height: 1.5;
}
	
#nav li a { /* Header Items */
	width: 11em;
	w\idth: 8em;
	display: block;
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-color: #6699FF;
	border: 0px solid black;
	padding: 0 0.5em;
}

#nav li a:hover {  /* Header Items Hover */
	color: yellow;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navcontact li a { /* Items */
	border: 1px solid black;
	line-height: 20px;
}

#navcontact li a:hover { /* Item Hover */
	border: 1px solid black;
	color: white;
	background-color: black;
}

#navprojects li a { /* Items */
	border: 1px solid black;
	line-height: 20px;
	width: 15em;
	w\idth: 14em;
}

#navprojects li a:hover { /* Item Hover */
	border: 1px solid black;
	color: white;
	background-color: black;
}

#navlinks li a { /* Items */
	width: 15em;
	w\idth: 14em;
	line-height: 20px;
	border: 1px solid black;
}

#navlinks li a:hover { /* Item Hover */
	border: 1px solid black;
	color: white;
	background-color: black;
}

/******************************
 * Navigation System - End    *
 ******************************/
 
.question {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

.answer {
	font-size: large;
	font-weight: bold;
	color: #009900;
}