/* ----- GLOBAL RESETS - FOR SOME REASON, TOPSTYLE CHOKES ON A CUT AND PASTE OF ERIC MEYER'S VERSION, BUT NOT ON A STAR SELECTOR VERSION ----- */	
* {
	border: 0;
	font: inherit inherit inherit 100% inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fff;
	color: #434348;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----- END GLOBAL RESETS ----- */	
body {
	background: #fff;
	color: #000;
	font: 100.01%/1.5em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
}

.hidden {
	display: none;
}

.skiplink {
	display: none;
}

p {
	font: .7em/1.87em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
}

acronym {
	text-decoration: none;
}

/* ----- WRAPPER ----- */	
#container {
	background: #fff;
}

/* ----- BANNER, LOWER LEFT ----- */	
#banner {
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

h1 {
	font: bold 1.4em "Goudy Old Style", georgia, "Times New Roman", serif;
	letter-spacing: 2px;
	margin-top: 20px;
	padding-left: 20px;
}

h1 a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

h2 {
	font: bold .7em "Helvetica Neue 55 Roman", "Times New Roman", serif;
	letter-spacing: 1.5px;
	padding-left: 20px;
}

/* ----- MAIN CONTENT, RIGHT SIDE ----- */	
#mainContent {
	float: left;
	height: 68%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-right: 10px;
	min-height: 300px;
	position: relative;
	top: 0;
	width: 530px;
}

#wrap {
	margin-left: 20px;
}

h3 {
	font: bold .7em/1.87em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	margin-bottom: .5em;
}

h3#index {
	display: none;
}

h4 {
	display: none;
}

#wrap p {
	clear: both;
	margin-top: .5em;
}

#wrap a {
	background: transparent;
	color: #000;
	text-decoration: underline;
}

#wrap ul {
	font: .7em/1.87em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	list-style-image: url(../img/bullet.png);
	margin-bottom: 21px;
}

#wrap ul li {
	margin-left: 18px;
}

#left {
	float: left;
	width: 200px;
}

#right {
	float: left;
	width: 200px;
}

a.lgThumb {
	background: transparent;
	border: 1px solid #000;
	display: block;
	float: left;
	height: 238px;
	margin-right: 5px;
	width: 270px;
}

a.smThumbTop {
	background: transparent;
	border: 1px solid #000;
	clear: right;
	display: block;
	float: left;
	height: 115px;
	margin-bottom: 6px;
	width: 125px;
}

a.smThumbBottom {
	background: transparent;
	border: 1px solid #000;
	display: block;
	float: left;
	height: 115px;
	width: 125px;
}

#mainContent ul#portNav {
	clear: both;
	font: 100.01%/1.5em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}

#portNav li {
	display: inline;
}

#portNav li a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

#portNav li a.here {
	background: transparent;
	color: #000;
	text-decoration: underline overline;
}

/* ----- LEFT SIDEBAR ----- */	
#blurb, #aboutPic, #portDetails, #svcDetails, #contactInfo {
	float: left;
	font: .7em/1.87em verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	height: 68%;
	letter-spacing: 1px;
	margin-bottom: 60px;
	margin-left: 20px;
	padding-right: 90px;
	width: 170px;
}

#blurb q {
	display: none;
}

#blurb cite {
	display: none;
}

#self {
	display: none;
}

#aboutPic ul {
	display: none;
}

#subNav {
	float: left;
	font-weight: bold;
}

#subNav li {
	margin-top: 0;
}

#subNav a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

#subNav a.here {
	background: transparent;
	color: #000;
	text-decoration: underline overline;
}

#projDetail {
	font-style: italic;
	margin-top: 14em;
}

#projDetail a {
	background: transparent;
	color: #000;
	text-decoration: underline;
}

#hCard {
	float: left;
	font-weight: bold;
}

#hCard a.email, #hCard a.vcarddl {
	background: transparent;
	color: #000;
	text-decoration: none;
}

/* ----- PRIMARY NAVIGATION ----- */	
#mainNav {
	display: none;
}

	
/* ----- FOOTER ----- */
#footer {
	display: none;
}
