@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg_gray.jpg);
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	margin-left: 60px;
	background-color: #686463;
	margin-top: 0px;
}
p , table{
	font-size: .85em;
	color: #666;
	margin-top: 5px;
}
h1, h2, h3 {
	color: #4C6DA3;
	font-size: 1em;
	margin: 0;
	padding-top: 7px;
}
a {
	color: #4C6DA3;
	text-decoration: none;
}
a:visited {
	color: #666;
}
img {
	border: none;
}
table a:link {
	color: #666;
}
table a:hover {
	color: #4C6DA3;
}
#wrapper {
	width: 680px;
	position: relative;
	background-color: #FFF;
}
/*---------------Home Content styles -------------*/
#content {
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left;
}
#left {
	margin-left: 0px;
	text-align: left;
	width: 448px;
	float: left;
}
#right {
	float: right;
	margin-left: 15px;
	padding-left: 0px;
}
#right h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#rightWriting {
	float: left;
	width: 172px;
	margin-left: 39px;
	text-align: right;
}
#rightWriting h1 a {
	color: #4C6DA3;
	margin-top: 7px;
	padding-bottom: 4px;
}
#intro {
	float: left;
	width: 220px;
	text-align: left;
	padding-right: 10px;
}
#projects {
	text-align: left;
}
#projects h1 {
	padding-left: 3px;
}
#projects table#projectsHome {
	margin-top: 7px;
	padding-right: 0px;
	/*font-size: 0.85em;*/
}
#projects #projectsHome td {
	vertical-align: top;
	padding-right: 4px;
	padding-bottom: 15px;
}
#right table#booksHome {
	width: 192px;
	}
#right #booksHome th {
	color:#666;
	font-weight: normal;
	font-style: oblique;
	text-align: left;
	padding-right: 10px;
	font-size: 90%;
	vertical-align: top;
	}
#right #booksHome td {
	vertical-align: top;
	padding-bottom: 22px;
}


/*-----------Header specific styles -------------*/

#header {
	background-image: url(images/bg_header.jpg);
	height: 85px;
	position: relative;
	background-repeat: repeat-x;
}
#header img {
	float: left;
	margin-right: 15px;
}
/*--------- Main navigation menu ----------*/

#header ul {
	float:left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 43px;
	left: 356px;
	style: none;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	}
#header li {
	float:left;
	}
#header li a:link, #header li a:visited {
	color: #4f4b4b;
	text-decoration: none;
	display: block;
	padding: .2em .1em;
	font-size: 90%;
	line-height: 1.2;
	margin-right: 0.4em;
}
#header li a:hover, #header li a:active {
	color: #4D6CA5;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #787878;
	cursor: default;
	}


/* ---------------- Footer styles ---------*/
#footer {
	text-align: right;
	color: #C0C0C0;
	padding: 5px;
	margin-right: 5px;
	clear: both;
	font-size: 80%;
}
#talking {
}
/*-----------------Writing content styles -----------------*/
#articles {
	width: 172px;
	text-align: left;
}
#articles h1 {
	padding-top: 14px;
}

#articles p {
	font-size: .8em;
}
#articles a:link {
	color: #666;
}
#articles a:hover {
	color: #4C6DA3;
}
#left table#booksWriting {
}
#left #booksWriting th {
	color:#666;
	font-weight: normal;
	font-style: oblique;
	text-align: left;
	padding-right: 25px;
	font-size: 90%;
	vertical-align: top;
}
#left #booksWriting td {
	vertical-align: top;
	padding-bottom: 30px;
	padding-right: 50px;
}
/*------------------------ Teaching content styles -----------------*/
#teaching {
	text-align: left;
	display: block;
}
#teachingPhotos {
	width: 660px;
}
#teaching p {
	text-align: left;
	margin-bottom: 20px;
}
/*------------------------- Training content styles -----------------*/
#training {
	margin-right: 10px;
	text-align: left;
	width: 660px;
	height: 450px;
}
#training img {
	float: right;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 7px;
}
#photo1 {
	float: right;
	margin-left: 15px;
	width: 192px;
	margin-top: 5px;
}
#photo2 {
	float: left;
	width: 309px;
}
#photo3 {
	width: 303px;
	float: right;
}
#caption p{
	color: #4C6DA3;
	font-size: 65%;
	text-align: left;
}
/*-------------------------------Bio content styles ------------------------*/
#bio {
	text-align: left;
	width: 660px;
}
#bioCaption {
	text-align: right;
	width: 175px;
}
#bioText {
	float: left;
	width: 470px;
}
#bioPhoto {
	float: right;
	width: 175px;
	padding-left: 15px;
	margin-top: 5px;
}
/*------------------------------Contact content styles ----------------------*/
#contact {
	margin-right: 0px;
	text-align: left;
	width: 660px;
	height: 450px;
	margin-bottom: 50px;
}
#contact img {
	float: right;
	padding-right: 0px;
	margin-top: 22px;
}




.blue {
	color: #4B6AA3;
	font-weight: bold;
	text-align: left;
	
	
	
	}
.nudgedown {
	margin-top: 4px;
}
