/* 
	CSS Created by Jason Cornwell
	Copyright 2007 
*/

/* Basic tag styles  */

body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/background-diagram.jpg);
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color:#ff9933; /* color used to be ff0099 */
	text-decoration: underline;
}



/* component divs */

#diagramBackground {
	width:100%;
	clear;
}

#bodyCenter {
	margin-top: 25px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	margin-bottom: 30px;
	text-align: right;
}

/* My Comment */


#header {
	width:850px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#header a {
	border:none;
}








.headerMain {
	float:left;
	width:350px;
	height:120px;
}


.headerElement {
	float:left;
	width:100px;
	height:120px;
}

.headerElement span {
	display:none;
}

.headerElement a {
	display: block;
	width:100px;
	height:120px;
}




#contentSection {
	clear: both;
	float: left;
	width:850px;
	text-align:left;
	border: 0px;
	padding: 0px;
	
	background-color:#ff9900;
}

#whitespace {
	padding-top:25px;
	padding-bottom: 25px;
	background-color:#FFF;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;;
	
}



#BioPhotoContact  {
	clear:left;
	float:left;
	margin:5px 10px 0px 150px;
}

#BioText {
	float:left;
	width:335px;
	margin:0px 15px 0px 0px;
}



#Watermark {
	clear: all;
	float: right;
}


#Footer {
	width:100%;
	clear:both;
	float:left;
	background-color:#666666;
}



/* Classes */
.projects {
	float: left;
	background-color: #fff;
	margin-bottom: 1px;
	width: 650px;
	
}

.project {
	float: left;
}

.LeftColPhotoSlot  {
	clear:left;
	float:left;
	width:260px;
	margin-right:25px;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:right;
}

.RightColTextSlot {
	float:left;
	width:360px;
	margin-bottom:30px;
	padding-bottom:30px;
	background-color: #FFFFFF;
}


.ProjectName {
	color:#000000;
	/* font-size:larger; */
	font-size:36px;
	font-weight:800;
}

.ProjectNumber {
	color:#CCCCCC;
	font-weight:100;
	/* font-size:larger; */
	font-size:36px;
}


.ProjectTagLine {
	color:#ff9933;
	font-style:oblique;
}

.MethodsTitle {
	margin-top:30px;
	color:#ff9933;
	font-style:oblique;
	font-weight:400;
	text-align:right;
}

.ArtifactsTitle {
	color:#ff9933;
	font-style:oblique;
	font-weight:400;
}

.Methods {
	text-align:right;
}

.Methods li {
	color:#000000;
	list-style-type:none;
	font-weight:100;
	font-size:x-small;
}

.copyright {
	background: none;
	text-align: center;
	color:#FFFFFF;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
}

.embedded {
	margin-right: 25px;
	margin-left: 25px;
}

.bioCallout {
	color: #ff9933;
	font-size: x-large;
}

.bioCallout2 {
	color: #000000;
	font-size: large;
}

/* Resume Styles */
#Resume  {
	width:620px;
	float:left;
	margin-left: 25px;


}

.ResumeName {
	color:#000000;
	font-size:xx-large;
}

#Resume td {
	vertical-align:top;
	padding-bottom: 30px;
}

.ResumeSection {
	font-weight:bold;
	font-style:oblique;
	color:#ff9933;
}

.ResumeSubList {
	margin:0px 0px 0px 30px;
	font-size:smaller;
}

.ResumeDate {
	font-style:italic;
}
	
.ResumeTitle {
	color:#000000;
	font-weight:bold;
}

.ResumePoint {
	text-indent:-10px;
	margin-left:20px;
}

.ResumeSubHeading {
	color:#000000;
	text-indent:10px;
}

