body
{
	margin: 0px;
	font-family: arial, sans-serif;
	color: #000;
}

/* Frame structure */


#frame
{
	width: 600px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}

#footer
{
	clear: both;
	height: 55px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}


#headerIndex
{
	padding: 20px 0px 0px 0px;
}

#headerInner
{
	padding: 20px 0px 0px 0px;
}

#column245-index, #column245-bio, #column245-testy, #column245-pubs,
	#column245-contact, #column245-industry, #column245-port
{
	visibility: hidden;
	/* 	background-color: #DDD; */
}

#portNav, #portWeb, #portportNavEnclose
{
	visibility: hidden;
	height: 10px;
}


#column510
{
	float: left;
	width: 510px;
	margin: 30px 0px 40px 0px;
}





/* Text-Link Colors */

h2, #footer p { color: #000; }

h3, p, a:link, a:visited, li { color: #000; }

#nav a:link, #nav a:visited { color: #000; }

.test { color: #666; }



/* Text-Link Sizes */

#footer p { font-size: 10px; }

h3, p, .test p, li
{
	font-size: 12px;
	font-weight: normal;
}

#nav li { font-size: 12px; }

h2, #adEnclose h3 { font-size: 16px; }

h1 { font-size: 26px; }


/* Text-Link Line-Height + Margins */

p
{
	line-height: 22px;
	margin: 0px 0px 18px 0px;
}

h1
{
	line-height: 26px;
	margin: 0px 0px 10px 0px;
}

h2
{
	line-height: 16px;
	margin: 35px 0px 0px 0px;
}

h3
{
	line-height: 12px;
	margin: 5px 0px 10px 0px;
}

.test
{
	line-height: 20px;
	margin: 0px 15px 0px 20px;
}

li { line-height: 18px; }

#adEnclose h3
{
	line-height: 20px;
	margin: 20px 0px 10px 0px;
}



/* Link States/Decoration */

#nav a:hover { color: #000; }

a:link, a:visited, #nav a:link, #nav a:visited { text-decoration: none; }

a:link, a:visited { font-weight: normal; }

a:hover { text-decoration: underline; }



/* File Links image replacement

h1 { margin: 0px; }

h1 span {font-weight: normal;}

h1.swap { background-repeat: no-repeat; }

h1.swap span { display: none; }
h1.swap img { display: block; } */


/* Swap out specific h1 images

h1#welcome, h1#testimonial, h1#bio, h1#contactMe { height: 70px; }
h1#pubs, h1#market { height: 105px; }

h1#welcome { background-image: url(images/h1_welcome.gif); }
h1#testimonial { background-image: url(images/h1_testimonial.gif); }
h1#bio { background-image: url(images/h1_biography.gif); }
h1#pubs { background-image: url(images/h1_pubs.gif); }
h1#market { background-image: url(images/h1_marketing.gif); }
h1#contactMe { background-image: url(images/h1_contact.gif); } */








/* Navigation */

#navigation
{
	height: 40px;
	padding: 0px;
}

#nav
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav li
{
	display: inline;
	padding: 0px;
	margin: 0px 24px 0px 0px;
}

#home #nav-home a, #biography #nav-bio a, #portfolio #nav-portfolio a, 
	#testy #nav-testy a, #publications #nav-pubs a, #marketing #nav-marketing a, 
	#contact #nav-contact a 

{
	color: #000;
	font-weight: bold;
}



/* Etc */

.runaround
{
	float: left;
	display: inline;
}


.column245
{
	width: 245px;
	float: left;
}

ul
{
	margin: 10px 0px 10px 40px;
	padding: 0px;
}

/* #headerIndex h1 { visibility: hidden; } */
