/* Abbey Tiling CSS */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC url('media/silver-bg.jpg');
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #00135a;
	text-align: left;}

a:link		{ color: #5b6486; text-decoration :none; }
a:visited	{ color: #5b6486; text-decoration :none; }
a:hover		{ color: #CCCCCC; background: #5b6486; }
a:active	{ color: #CCCCCC; background: #5b6486; }

h1			{ font-weight: 100;
			  font-size: 24px;
			  color: #00135a; }

h2			{ font-weight: 100;
			  font-size: 18px;
			  color: #00135a; }

h3			{ font-weight: 100;
			  font-size: 14px;
			  color: #00135a; }

img			{ border: none; }
.img-left	{ float:left; padding-right:10px; }
.img-right	{ float:right; padding-left:10px; }

hr {
	border: 0px;
	color: #00135a;
	background-color: #00135a;
	height: 1px;}

label {
	float: left;
	width: 100px;
	line-height: 22px;
	text-align: right;
	vertical-align: bottom;}

ul {
	margin-left: 30px;}

p {
	margin-left: 30px;
	padding-right: 30px;}

p.small-gap {
	margin-top: -10px;}

.italics {
	font-style: italic;}

#cell {
	width: 670px;
	height: 100%;
	margin-left: 176px;
	text-align: left;}

	#header {
		width: 480px;
		height: 153px;
		margin-top: 50px;
		margin-bottom: 50px;
		background: url('media/logo.png');}

		#header h1 {
			display: none;}

	#left-column {
		width: 480px;
		text-align: left;
		padding-right: 10px;
		border-right: 1px #00135a solid;}

	#right-column {
		float: right;
		width: 160px;
		margin-top: -15px;
		text-align: center;}


/* SideNav Code */

#right-column ul {
	margin-left: 0px;
	padding-left: 0px;}

#right-column  li {
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	list-style-type: none;
	color: #00135a;
	text-decoration: none;
	text-align: center;
	background: #CCCCCC;}
	
#right-column  li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #00135a;
	text-decoration: none;}
	
#right-column  li a:hover {
	background: #5b6486;}
	
#right-column  li.active {
	background: #5b6486;}


/* Hoverbox Code */

.hoverbox
{
	width: 460px;
	margin-left: -10px;
	cursor: default;
	list-style: none;}

.hoverbox a
{
	cursor: default;}

.hoverbox a .preview
{
	display: none;}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 10000;}

.hoverbox img
{
	background: #FFFFFF;
	border-color: #AAA #CCC #DDD #BBB;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;}

.hoverbox li
{
	background: #EEEEEE;
	border-color: #DDDDDD #BBBBBB #AAAAAA #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;}

.hoverbox .preview
{
	border-color: #999999;
	width: 200px;
	height: 150px;}


/* Slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 10;}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 11;}

.lbLoading {
	background: #FFFFFF url(media/slimbox/loading.gif) no-repeat center;}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFFF;
	background-repeat: no-repeat;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;}

#lbPrevLink {
	left: 0;}

#lbPrevLink:hover {
	background: transparent url(media/slimbox/prevlabel.gif) no-repeat 0% 15%;}

#lbNextLink {
	right: 0;}

#lbNextLink:hover {
	background: transparent url(media/slimbox/nextlabel.gif) no-repeat 100% 15%;}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFFFFF;
	border-top-style: none;}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(media/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;}

#lbCaption, #lbNumber {
	margin-right: 71px;}

#lbCaption {
	font-weight: bold;}