/* CSS - Jenn Rapp */
/* Author - Nick Gaswirth */

/* Overrides */

body{
	background-color: #000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
}

p{
	font-size: 8pt;
	line-height: 13pt;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}

td{
	overflow: hidden;
	vertical-align: top;
}

ul{
	font-size: 8pt;
}

li{
	list-style-position: inside;
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{ color: #777 }

embed{
	padding: 0px;
	margin: 0px;
}

/* Text Classes */

.navText{
	color: #fff;
	text-align: right;
	font-weight: bold;
	line-height: 15px;
}

.navTextPostcard{
	color: #fff;
	text-align: right;
	font-weight: bold;
	line-height: 15px;
	height: 350px;
}

.gray{ color: #777 }

.grayBold{
	color: #777;
	font-weight: bold;
}

.listText{
	text-align: left;
	line-height: 11pt;
}

.resumeHead{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	color: #777;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.resumeSub {
	font-size: 7pt;
	text-indent: 20px;
}

.bold { font-weight: bold;}
.italic{ font-style: italic; }

/* Layout Classes */

.col1{ 
	width: 90px;
	margin: 0px;
}

.col2{ 
	width: auto;
	margin: 0px;
}

.resumeColLeft{
	width: 320px;
	float: left;
}

.resumeColMid{
	width: 230px;
	float: left;
}

/* change width to auto */
.resumeColRight{
	width: auto;
	float: left;
}

.homeImage{width: 550px;}

.justify { text-align: justify; }

/* Layout divs */

#wrapper{
	position: absolute;
	left: 60px;
	width: auto;
	height: auto;
	overflow: hidden;
}

#titleName{
	position: static;
	width: 550px;
	height: 174px;
	overflow: visible;
	z-index: 101;
}

#titleNameFlash{
	position: static;
	height: 550px;
	z-index: 102;
}

#flashNavBar{
	position: relative;
	width: 90px;
	top: 174px;
	padding: 0px 15px 0px 0px;
}

#navBar{
	position: static;
	float: left;
	width: 90px;
	overflow: hidden;
	z-index: 103;
	padding: 0px 15px 0px 0px;
	float: left;
}

#content{
	width: 900px;
	height: auto;
	overflow: hidden;
	float: left;
	z-index: 102;
}

#textArea{
	padding-left: 5px;
	width: auto;
	overflow: visible;
}

#postcardContent{
	position: fixed;
	width: 780px;
	height: 800px;
	top: 10px;
	overflow: hidden;
	z-index: 102;
}

#resumeTable{
	width: 800px;
}