@charset "UTF-8";

body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #ccc;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin-bottom: 10px;
	list-style: none;
}

#contact, #download_pdf, #resume, #all_news, #work_sidebar, #mainImageDefault, #back_arrow {
  display: none;
}

#container {
	background: #fff;
	border: 0px solid #000;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
	width: 948px;
}

#header {
	background: #fff;
	padding-bottom: 20px;
	text-align:right;
}

#sidebar {
	float: right;
	width: 289px;
	background: #fff;
	margin-top: 16px;
}

#mainContent {
	background-color: #fff;
	margin: 16px 289px 0 0;
	width: 649px;
}

#mainImage, .mainImage {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 473px;
	margin: 0px;
	text-align: center;
	width: 649px;
}

#resume {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

#work_sidebar table {
  border-spacing: 0px;
  margin: -10px;
  width: 289px;
}
#work_sidebar td {
  border-bottom: 1px solid #555;
  padding: 6px 10px 6px 25px;
}
#work_sidebar .left {
  width: 140px;
}
#work_sidebar .right {
  border-left: 1px solid #555;
  width: 149px;
}
#work_sidebar .header {
  font-weight: bold;
}

.blackBox {
	background-color: #000;
	width: 269px;
	margin-top: 10px;
	max-height: 408px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.blackBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B3B3B3;
	text-transform: capitalize;
	margin: 0;
}
.blackBox a {
  color: #fff;
}

.plusSmall {
	width:289px;
	text-align:right;
	margin-top:5px;
}

.plusBig {
	width:500px;
	margin-top:5px;
}

.blackBox a:link {
	color: #B3B3B3;
	text-decoration:none;
}

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

#workMenu {
  display: none;
  margin-top: 10px;
  margin-left: 24px;
}

#workMenu li {
	margin-bottom: 5px;
}

.resumeHeader {
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000;
}

.thumbnail {
	border: solid 1px #000;
	padding: 1px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.thumbArea {
	width: 598px;
}

.loading-indicator {
  margin: -2px 4px 0px -20px;
  position: absolute;
}

.description {
  clear: both;
  margin-top: 10px;
}

/* Scroll Bar */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
  width: 10px;
  background-color: red;
}
.vscrollerbar {
  width: 8px;
  margin-left: 2px;
  background-color: blue;
}
.hscrollerbase {
  height: 10px;
  background-color: green;
}
.hscrollerbar {
  height: 8px;
  background-color: black;
}
.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto; left: auto;
  bottom: 0px; right: 0px;
  background-color: grey;
}
.thumbswArea {
  width: 649px;
}