@charset "UTF-8";
/* CSS Document */

/*
	REDEFINED HTML CLASSES
*/

body {
	font-family: Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	font-size: 11px;
	line-height: 16px;
}
a {  color: #333333}

ul {

}
	
li {
	font-size: 11px;
	color: #333333;
	list-style-type: circle;

}
	
li a {
	color: #888888;
	text-decoration: none;
}
	
li a:hover {
	text-decoration: underline;
	color: #666666;
}

img {
	border: 0px;
}
/*
	CUSTOM CLASSES
*/

.contactInfo {
	font-size: 11px;
}

.breadcrumbs {
	font-size: 11px;
	color: #666666;
}
.breadcrumbs a {
	color: #888888;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #333333;
}
.title {
	color: #999999;
}
.caption {
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.greyBg {
	background-color: #999999;
}
.homeLink {
	left: 8px;
	top: 8px;
	clip: rect();
	height: 19px;
	width: 19px;
	position: absolute;
	z-index: 100;
}
.image {
	padding: 10px;
	border-top: 1px solid #DDDDDD;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #DDDDDD;
}
.roles {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 14px;
}
.roles ul {
	border: 0;
	 padding: 0; 
	/*padding-left: 14px;*/
	margin: 0;
	list-style-type: none;
}
	
.roles li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-image: url(http://grant.robinson.name/gfx/grey_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 7px;
	font-weight: normal;
	list-style-type: none;
}

.thumbnail {
	font-size: 11px;
	color: #666666;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.thumbnail img {
	margin-bottom: 6px;
}
.gallery {
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 12px;
}
.gallery img {
	margin-bottom: 10px;
}
