@charset "UTF-8";
/* CSS Document */

body	{
	background-image:url(../images/BODY-BG.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #037083;
	line-height: 2.3ex;
}
h1, h2, h3, h4, ul, li, p	{
	margin: 0;
	padding: 0;
}
p	{
	margin-left: 5px;	
}
a	{
	color: #227100;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;	
}

h1	{
	border-bottom: 1px dotted #000;	
}

h2	{
	font-size: 1.2em;
	font-weight:bold;
	color:#037383;
	margin-bottom: 5px;
}
span	{
	display: none;	
}

fieldset	{
	border: none;	
}
	
#page	{
	background-image:url(../images/PAGE-BG.png);
	width: 900px;
	height: 751px;
	margin: auto;
}

#left	{
	width: 307px;
	height: 477px;
	background-image:url(../images/LEFT-BG.png);
	padding-top: 274px;
	float: left;
}
	#left_news	{
		width: 300px;
		height: 100px;
		margin: 10px 0 15px 0;
		padding: 300px 0 0 0;
	}
	#left_news p	{
		color: #fff;
		font-size: .75em;
		line-height: 1.4em;
		margin: 0 0 0 20px;
	}
	
	#left_news a,
	#left_news a:link,
	#left_news a:visited	{
		color: inherit;
		font-size: inherit;
		line-height: 1.6em;
		font-style:normal;
	}
	
	#left_news a:hover	{
		color: #227100;
	}
	
#main	{
	width:557px;
	height: 720px;
	float:left;
	padding: 25px 0 0 25px;
	font-size: .8em;	
}
#main.secondary	{
	background-image:url(../images/PUZZLE.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
}
#nav	{
	width: 565px;
	height: 27px;
	background-color: ;
}
	.current	{
		background-position: bottom !important;	
	}
	#nav ul	{
		padding: 0;
	}
	#nav ul li a	{
		height: 27px;
		background-position: top;
		text-decoration: none;
		display: block;
	}
	#nav ul li a:hover	{
		background-position: bottom;	
	}
	#nav ul li {	
		background-position: top;
		background-repeat: no-repeat;
		list-style: none;
		display: inline-block;
		margin: 0;
	}
	#nav_home	{
		width: 90px;
		background-image:url(../images/HOME-on.jpg);
		background-repeat: no-repeat;
		background-color: #ccc;
		border-right: 1px dotted #000;
	}
	#nav_who	{
		width: 135px;
		background-image:url(../images/WHO-on.jpg);
		background-repeat: no-repeat;
		background-color: #ccc;
		border-right: 1px dotted #000;
	}
	#nav_what	{
		width: 142px;
		background-image:url(../images/WHAT-on.jpg);
		background-repeat: no-repeat;
		background-color: #ccc;
		border-right: 1px dotted #000;
	}
	#nav_contact	{
		width: 162px;
		background-image:url(../images/CONTACT-on.jpg);
		background-repeat: no-repeat;
		background-color: #ccc;		
	}
#quote	{
	position: relative;
	width: 545px;
	height: 135px;
	margin: 20px 0 0 -2px;
	background-repeat:no-repeat;
}
#quote.home	{
	background-image:url(../images/QUOTE-home.gif);
	margin-bottom: 80px;
	margin-top: 30px;
}
#quote.who	{
	background-image:url(../images/QUOTE-Kingston.gif);	
}
#quote.what	{
	background-image:url(../images/QUOTE-Einstein.gif);	
}
	#quote p	{
		position:absolute;
		top:75px;
		left:300px;
		color: #227100;
		font-style:italic;
		font-size: 1.1em;
		line-height: 2.5ex;
	}
	#quote a	{
		position: absolute;
	}
	#quote.home a	{
		top:100px;
		left: 9px;
	}
	#quote p	{
		font-size:.9em;
	}
#who	{
	width: 545px;
	height: 150px;
	background-color: ;
}
#what	{
	width: 225px;
	height: 260px;
	background-color: ;
	float: left;
	padding: 0 15px 0 0;
}
#contact	{
	width: 287px;
	height: 260px;
	background-color: ;
	float: left;
	padding: 0 0 0 15px;
	border-left: 1px dotted #000;
	overflow: hidden;
}

#copy	{
	margin: 42px 0 0 10px;
	color: #227100;
	font-size: 1.1em;
}
#copy.resume	{
	padding: 55px 0 0 0;	
}

	#copy p	{
			
	}

	#copy ul	{
		margin-left: 17px;
		margin-bottom: 30px;
		font-size: 100%;
	}
	#copy img	{
		float: right;
		margin: 0 30px 0 0;
	}
	.education,
	.experience	{
		list-style: none;	
	}
	.experience	{
		padding: 0 0 0 25px;	
	}
	h2.resume	{
		margin: 0 0 30px 0;	
	}

#form	{
	margin:97px 0 0 39px;	
}

#footer	{
	width: 286px;
	text-align: center;
	font-size: .6em;
	color: #fff;
	padding-right: 19px;
}

#spacer	{
	width: 545px;
	height: 15px;
	border-bottom: 1px dotted #000;
}
.highlight	{
	color: #227100;
	font-weight: bold;
	font-style: normal;
}