body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 11px;
	height: 100%;
}

p
{
	margin: 0;
	font-family: Arial, Verdana;
	line-height: 14px;
	font-size: 11px;
	color: #999999;
	text-align: justify;
}

td
{
	margin: 0;
	font-family: Arial, Verdana;
	line-height: 14px;
	font-size: 11px;
	color: #999999;
	text-align: justify;
}

.smallNum
{
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 9px;
	color: #fff;
}

.small1
{
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 9px;
	text-align: right;
	padding-right:3px;
}

.small2
{
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 9px;
	text-align: left;
}

a
{
	color: #7f7f7f;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	text-decoration: none;
}

.dark a
{
	color: #333333;
	text-decoration: none;
}

.dark a:hover
{
	color: #000000;
	text-decoration: underline;
}


.pageTitle
{
	font-family: Verdana, Arial;
	line-height: 18px;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#casestudies ul
{
	padding-left: 30px;
	padding-top: 10px;
}

#casestudies li { line-height: 17px; }

#casestudies li a{ color: #a4a4a4; }

#casestudies li a:hover{ color: #333333; }

#photoList ul
{
	padding-left: 30px;
	padding-top: 10px;
}

#photoList li
{
	line-height: 14px;
	font-size: 9px;
	list-style-type: decimal;
	list-style-position: default;
	color: #999999;
}

li { line-height: 14px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 100;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border: 2px solid #fff;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
}

.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -90px;
	left: 120px;
	/*position where enlarged image should offset horizontally */
}
