/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
H1 {
	font-size: 16px;
	color: #f94202;
	font-weight: normal;
}
H2 {
	font-size: 14px;
}
H3,
P,
LI,
TD,
TH {
	font-size: 11px;
}
A {
	color: #f94202;
}
LI {
	list-style-type: none;
	border: 1px #FFF solid;
	margin: 0;
	padding: 0;
}
UL {
	padding-left: 10px;
	margin: 0;
}
TABLE {
	border-collapse: collapse;
}
TD,
TH {
	vertical-align: top;
	padding: 0;
}

.ClientDetailPage,
.ClientListHolder,
.ReferenceDetailPage,
.ReferenceListPage {
	width: 440px;
}
.ClientBoxHolder {
	border: 1px #dee4e8 solid;
	margin-bottom: 5px;
	padding: 2px;
}
.ClientBoxHolder H2 {
	margin: 0;
	background-color: #9fb6c9;
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}
.ReferenceListPage TABLE {
	width: 100%;
}
.ClientListHolder TD {
	width: 50%;
	border-bottom: 1px #cccccc dotted;
}
.ReferenceListPage TABLE TD,
.ReferenceListPage TABLE TH {
	border-bottom: 1px #cccccc dotted;
}
.ReferenceListPage TABLE TD {
	width: 60%;
}
.ReferenceListPage TABLE TH {
	width: 40%;
}
.ClientDetailPage LI A:link,
.ClientDetailPage LI A:visited,
.ClientDetailPage LI A:hover,
.ReferenceListPage TABLE TD A:link,
.ReferenceListPage TABLE TD A:visited,
.ReferenceListPage TABLE TD A:hover,
.ClientListHolder A:link,
.ClientListHolder A:visited,
.ClientListHolder A:hover {
	color: #656565;
	text-decoration: none;
	display: block;
	padding: 0px 4px 0px 4px;
	margin: 1px
}
.ReferenceListPage TABLE TD A:visited,
.ClientListHolder A:visited,
.ClientDetailPage LI A:visited {
	background: #f3f3f3 url(images/VisitedLogo.gif) center right no-repeat;
}
.ClientDetailPage LI A:hover,
.ReferenceListPage TABLE TD A:hover,
.ClientListHolder A:hover {
	color: #000;
	background-color: #e5e5e5;
}
.ReferenceListPage TH {
	text-align: left;
	color: #879bab;
}
.ReferenceListPage UL {
	margin: 0;
	padding: 0;
}
/*.ReferenceListPage LI {
	border: 1px #FFF solid;
}*/
.ClientDetailPage H2,
.ReferenceDetailPage H2 {
	background-color: #9fb6c9;
	color: #FFF;
	padding: 1px 4px 1px 4px;
}
.ReferenceGalleryBox {
	border: 1px #c0ced9 solid;
	padding: 4px;
	background-color: #edeff1;
}
.ClientDetailPage H3,
.ReferenceGalleryBox H3 {
	margin: 0;
	padding: 0;
	color: #7f91a0;
}
.ReferenceGalleryBox TABLE {
	width: 100%;
}
.ReferenceGalleryBox TD {
	width: 33%;
	text-align: center;
}
.RefPictureGallery IMG {
	border: 3px #9fb6c9 solid;
	margin: 5px;
	padding: 1px
}
