body {
	color: #000;
	background: #e5e5e5;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	min-width: 760px;
}
p, td, ul, ol, li, dl, dt, dd, h1, h2, a, em {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}
b {
	text-decoration: underline;
}	
h1 {
	font-size: large;
	font-weight: bold;
	color: #272a2d;
	background: transparent;
	margin: 0 0 20px 0;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
object { 
	height: 20px; 
	width: 200px; 
}
a:link {
	color: #272A2D;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #BA2719;
	background: transparent;
}
a:hover {
	color: #BA2719;
	background: transparent;
}
ol {
	line-height: 1.5;
}
blockquote {
	color: #000;
	background: transparent;
	margin: 10px 0 0 0;
}
em {
	color: #808080;
	background: transparent;
}
p {
	line-height: 1.5;
}
hr {
	border: 0;
	height: 1px;
	background: #808080;
	margin: 10px 10px 10px 0;
}
.nowrap {
	white-space: nowrap;
}

.screenshot img {
	 border: 1px solid #000;
	 margin: 4px;
	 width: 200px;
	 height: 150px;
}
.highlight img {
	 border: 5px solid #b31102;
	 width: 200px;
	 height: 150px;
}
#portfolio-items table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #808080;
}
#portfolio-items td {
	text-align: center;
	padding: 15px;
	margin: 0;
}
#portfolio-items img {
	display: block;
}
#portfolio-items h2 {
	display: inline;
}
.date {
	color: #272a2d;
	background: transparent;
	font-size: small;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 5px;
}
.feedback {
	color: #808080;
	background: transparent;
}
.list {
	margin-left: 30px;
	line-height: 2;
}
.code {
	color: red;
	background: transparent;
	font-size: medium;
	font-weight: bold;
}
/* Form Elements */
input {
	display: block;
}
textarea {
	display: block;
}
fieldset {
	width: 315px;
	background: #e5e5e5;
	padding: 15px;
	text-align: left;
}
legend {
	font-weight: bold;
	color: #000;
	background: transparent;
	margin-bottom: 10px;
}
.button {
	height: 20px;
	margin-top: 5px;
}
.textfield {
	width: 300px;
}
.textareafield {
	width: 300px;
	height: 200px;
}
.quote {
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px;
	display: inline;
}
/* Division Elements */
#rightcol {
	float: right;
	margin: 0 0 20px 50px;
	z-index: 1;
}
#rightcol a {
	margin-left: 10px;
}
#topsection {
	background-color: #272a2d;
	width: 100%;
	height: 90px;
	border-spacing: 0;
	border-collapse: collapse;
}
#topsection td {
	padding-bottom: 0;
}
#topsection img {
	border: 0;
}
#logo {
	width: 104px;
	padding: 10px 0 0 20px;
}
#name {
	padding: 10px 0 0 10px;
}
#objective {
	color: #808691;
	background: transparent;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	/*width: 461px;*/
	width: 474px;
	line-height: 1.5;
	padding-right: 20px;
}
#objective p {
	padding-right: 10px;
}
#objective b {
	text-decoration: none;
	font-weight: normal;
}
#navbar {
	color: #e5e5e5;	
	white-space: nowrap;
	height: 20px;
	vertical-align:bottom;
}
#navlinks {
	margin-left: 10px;
	width:612px;
	padding: 5px 0;
	border-top: 1px solid #808691;
}
#navbar a { 
	color: #e5e5e5; 
	background: transparent;
	font-size: 13px;
	font-weight: bold; 
	padding-left: 20px; 
	text-decoration: none;
}
#navbar a:hover { 
	color: #BA2719;
	text-decoration: underline;
}
#navbar a.selected {
	color: #BA2719 !important;
	text-decoration: underline !important;
}
#home {
	padding-left: 0 !important;
}
#quote {
	font-size: 12px;
	background: #D9E2F4;
	border-bottom: 1px solid #c6c6c6;
	padding: 0 10px 5px 20px;
}
#quote img {
	margin-right: 5px;
}
#quote blockquote {
	display: inline;
	color: #404040;
}
#main {
	margin: 10px;
	padding: 10px;
}
#copyright {
	text-align: center;
	font-size: x-small;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	border-top: 15px solid #272a2d;
	width: 100%;
}
#copyright p {
	margin: 0;
}
#work-history table {
	width: 750px;
	border-collapse: collapse;
	border-spacing: 0;
}
#work-history td {
	border: 1px solid #808080;
	padding: 5px;
}
#map-view {
	width: 750px;
	height: 530px;
	margin-top: 10px;
	border: 1px solid #808080;
}
#map-view table {
	width: auto !important;
}
#map-view th {
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}
#map-view td {
	border: 0;
	margin: 0;
	padding: 0;
}
.icon {
	border: 0 !important;
}
.row {
	background: #fff;
}
.alt-row {
	background: #efefef;
}