body {
	background-color: #E9F1F4;
	color: #333;
	padding: 0;
	margin: 0;
	}

a:link, a:active {
	color: #000;
	}
	
a:hover {	
	text-decoration: none;
	}

a:visited {
	color: #999;
	}

div, p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
	
h2.title {
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, serif;
	border-bottom: 1px solid #666;
	text-align: right;
	padding: 1em 0.25em 0 0;
	margin: 0 0.5em;
	}

h4 {
	font-family: "Times New Roman", Georgia, serif;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 0.25em 0.5em 1em 0;
	}

ul {
	list-style-type: square;
	}

ul#cv {
	list-style-type: none;
	}

ul#cv li.cvHdr {
	padding-bottom: 12px;
	}

/*   slideout menu css   */
#menubar {
		position: absolute;
		left:0px;
		top:0px;
		background-color:#E9F1F4;
		border-bottom:1px solid #000;
		border-right: 1px solid #000;
		padding:5px 1em;
	}

	#menubar a {
		padding: 3px 10px;
		color:#fff;
		letter-spacing: ;
		background-color: #82735C;
		border:1px solid #000;
		text-decoration:none;
		line-height: 24px;
	}
	
	#menubar a.active {
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
	}
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #82735C;
		background-color:#dedede;
		
	}
	.menu a {
		color:#AD5800;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#F5D6AA;
		color:#333;
	}
	
	.menu p {
		color:#333;
		padding:5px 10px;
		text-decoration:none;
		background-color:transparent;
		margin: 0;
	}
	
	.menu hr {
		color:#82735C;
		height: 1px;
		}
 
 /*----------end menu styles ---------------*/

#logo {
	position: relative;
	top: 30px;
	left: 160px;
	z-index: 2;
	}

#tagline {
 	text-align: right;
	margin-right: 10%;
	margin-bottom: 0;
	padding: 0;	
	}
 
#ground {
	border: 5px solid #333;
	border-width: 5px 5px 8px 5px;
	background-image: url("../images/HPpattern.gif");
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 5%;
	z-index: -1;
	height: 500px;
	min-width: 700px;
	}

.bldg {
	position: relative;
	top: -57px;
	left: -5px;
	z-index: 1;
	}

#content {
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid #666;
	background-color: #F1E4CF;
	padding: 2em;
	margin-right: 5%;
	z-index: 2;
	min-width: 500px;
	}

#content #dropcap {
	 position: relative;
	 top: 4px;
	 float: left;
	 vertical-align: text-top; 
	}

#portrait {
	float: left;
	margin: -25px 10px 10px 0;
	border: 2px solid #333;
	position: static;
	}

#portrait a:link, a:visited {
	color: #333;
	}

#portrait a:hover {
	text-decoration: none;
	}

.about {
	margin: -15px 0 0 220px;
	}

.quote {
	position: absolute;
	top: 310px;
	left: 25px;
	width: 200px;
	color: #6C6956;
	}

.pracHdr {
	background: #E9F1F4;
	border: 1px solid #333;
	border-width: 1px 1px 2px 0;
	padding: 5px 0;
	}

.pracBody {
	border: 1px solid #333;
	border-width: 0 1px 2px 1px;
	padding: 10px 5px 25px 5px;"
	}


#footer ul {
	display: inline;
	margin: 0;
	}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0 15px;
	text-align: left;
	line-height: 24px;
	}

#footer p {
	 border-top: 1px solid #dedede;
	 padding-top: 5px;
	 text-align: right;
	 margin: 5px 10% 0 25px;
	 color: #999;
	}

#footer a {
	color: #666;
	}

#footer a:hover {
	color: #333;
	text-decoration: none;
	}
