﻿.title
{
	font-weight: bold;
}

#headspacer
{
	width: 100%; 
	height: 30px; 
	clear: both; 
	text-align: right; 
	vertical-align: top;
}

#contact
{
	text-align:center; 
	width: 500px;
	height: 400px; 
	margin-left: auto; 
	margin-right: auto;
}

#contact table
{
	text-align: left;
}

#contact table tr td
{
	padding: 3px;
	white-space: nowrap;
}

#contact textarea
{
	width: 100%;	
}

.required
{
	color: Red;
	font-style: italic;
}

#ft
{
	margin-top: 35px;
	text-align: center;
	vertical-align: bottom;
}

a, a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

span.PortfolioItemTitle
{
	font-weight: bold; 
	font-style: italic; 
	font-size: .9em;
}

span.PortfolioItemLink
{
	font-size: 9px;
}

p.PortfolioItem
{
	font-size: .8em;
	padding: 0 0 1em 0;
	/*padding: 0 0 1em 0;*/
	text-align: justify;
}

p.ResumeText
{
	padding: 0 0 1em 0;
}

h5.ResumeSectionHeading
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.ResumeSubTitle
{
	font-style: italic;
	font-weight: bold;
	color: #515151;
}

.ResumeText
{
	font-size: 90%;
}

.ResumeText li 
{
	margin-left: 30px;
	display: list-item;
	list-style-type: disc;
	list-style-image: none;
}

.ResumeText li.SubItem
{
	list-style-type: none;
	margin-left: 30px;
}

.ResumeText li .ListItemLabel
{
	font-weight: bold;
}

.ResumeText li ul li
{
	font-size: 1em;
	list-style-type: square;
	margin-left: 30px;
}

.ResumeText li ul.SiteList li
{
	list-style-type: none;
}

.PortfolioItemHeader
{
	background-color: #C3C3C3;
	cursor: pointer;
}

.TaskList
{
	margin-left: 1em;
	margin-bottom: 1em;
}

.TaskList li
{
	font-size: .8em;
	margin-left: 15px;
	list-style-type: disc;
}

#TrademarkNotice, .Trademark
{
	font-weight: bold;
}

#TrademarkNotice
{
	float: left;
}

.Trademark
{
	vertical-align: top;
}