@font-face
{
	font-family: 'TradeGothic';
	src: url('/css/fonts/TradeGothicRegular.eot');
	src: local('☺'), url('/css/fonts/TradeGothicRegular.woff') format('woff'), url('/css/fonts/TradeGothicRegular.otf') format('opentype'), url('/css/fonts/TradeGothicRegular.ttf') format('truetype'), url('/css/fonts/TradeGothicRegular.svg#webfontEfKkv0qq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'TradeGothicBold';
	src: url('/css/fonts/TradeGothicBold.eot');
	src: local('☺'), url('/css/fonts/TradeGothicBold.woff') format('woff'), url('/css/fonts/TradeGothicBold.otf') format('opentype'), url('/css/fonts/TradeGothicBold.ttf') format('truetype'), url('/css/fonts/TradeGothicBold.svg#webfontnLtUPllE') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 * Claudia Hill green: #c5e2e3
 */

@media all
{
	.bordered
{
	border: 1px solid #e0e0e0;
}

h1
{
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: black;
}

h2
{
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

h3
{
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

body
{
	font-family: "TradeGothic", Helvetica, sans-serif;
	font-size: 12.5px;
	background: white;
	padding: 0 0;
	color: #444;
}

p.body
{
	text-align: justify;
	text-align-last: left;
}

div.caption
{
	font-family: "TradeGothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.inline:link
{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

a.inline:active
{
	color: inherit;
	text-decoration: none;
	background: #7fffd4;
	border-bottom: 1px none;
}

a.inline:hover
{
	color: inherit;
	text-decoration: none;
	background: #7fffd4;
	border-bottom: 1px none;
}

a.inline:visited
{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

img
{
	border: none;
}

img.large_photo
{
	border: 1px solid #f0f0f0;
}

div.photographer
{
	font-family: "TradeGothic", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	padding-top: 0px;
	margin-top: 0px;
}

span.img_container_medium
{
	width: 96px;
	height: 96px;
}

img.current_thumbnail
{
	border: 1px solid red;
}

img.thumbnail
{
	border: 1px solid #f0f0f0;
}

img.preview
{
	border: 1px solid #f0f0f0;
}

object
{
	outline: none;
}

a:link
{
	color: inherit;
	text-decoration: none;
}

a:active
{
	color: inherit;
	text-decoration: underline;
}

a:hover
{
	color: inherit;
	text-decoration: underline;
}

a:visited
{
	color: inherit;
	text-decoration: none;
}

a.unseen:link
{
	color: inherit;
	text-decoration: none;
}

a.unseen:active
{
	color: inherit;
	text-decoration: underline;
}

a.unseen:hover
{
	color: inherit;
	text-decoration: underline;
}

a.unseen:visited
{
	color: inherit;
	text-decoration: none;
}

#col_menu
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 192px;
}

ul.menu
{
	margin-left: 0px;
	padding-left: 0px;
	min-width: 138px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: right;
	letter-spacing: 3px;
	color: black;
}

div.col2
{
	position: absolute;
	top: 104px;
	left: 192px;
}

.selected
{
	color: #888 !important;
}

ul.menu
{
	position: fixed;
	top: 100px;
	left: 0px;
	width: 192px;
	margin-top: 0px;
	padding-top: 0px;
}

li.menu
{
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.submenu
{
	min-width: 128px;
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 7px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: "TradeGothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	letter-spacing: normal;
	border-right: 1px solid #e0e0e0;
}

li.submenu
{
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.subsubmenu
{
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: "TradeGothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	letter-spacing: normal;
}

li.subsubmenu
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

a.menu:active
{
	text-decoration: none;
	color: inherit;
	background: #7fffd4;
	border-bottom: none;
}

a.menu:hover
{
	text-decoration: none;
	color: inherit;
	background: #7fffd4;
	border-bottom: none;
}

a.menu span
{
	visibility: hidden;
	position: absolute;
	left: -99em;
	text-decoration: none;
	border-bottom: none;
}

a.menu:hover span, a.menu:focus span, a.menu:active span
{
	visibility: visible;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 16px;
	background: white;
	border-bottom: none;
}

img.menu
{
	border: 1px solid #f0f0f0;
	position: relative;
}
/* [if IE 5] */

a.menu span
{
	display: none;
	border-bottom: none;
}

a.menu:hover span
{
	display: block;
	border-bottom: none;
}
/* [endif] */

td.creditheading
{
	border-bottom: 1px dotted #888;
}

td.creditrole
{
	text-align: right;
}
}