/*
** CA Sinclair global CSS
** Copyright (c) 2006 Sniglets, Inc.
** vim:sw=4:ts=4
*/

body {
	margin: 0;
	background: #ffffff;
	font-family: 'itc garamond', garamond, georgia, 'times roman',
		'times new roman', serif;
}


/* common elements */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #c00000;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'itc garamond', garamond, georgia, 'times roman',
		'times new roman', serif;
	font-weight: bold;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

form { margin: 0; }

div.c {
	text-align: center;
	margin: 0 auto 0 auto;
}


/* bottom floater */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

/* top background */

div#top-background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

div#top-background img {
	border: none;
}

/* site bar */

div#sites-outer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 1;
}
div#sites-wrapper {
	width: 616px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#sites-left {
	float: left;
	width: 32px;
	height: 16px;
	background: url(sites-left.gif) no-repeat;
}
div#sites-middle {
	float: left;
	width: 552px;
	height: 16px;
	background: url(sites-middle.gif) repeat-x;

	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
div#sites-middle a {
	color: #000000;
	text-decoration: none;
}
div#sites-middle a:hover {
	text-decoration: none;
}
div#sites-right {
	float: left;
	width: 32px;
	height: 16px;
	background: url(sites-right.gif) no-repeat;
}

/* menu bar */

div#menu-1-middle {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 88px;
	left: 0;
	width: 100%;
	height: 24px;
	background: url(menu-1-middle.jpg) repeat-x;
	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}
div#menu-1-left {
	display: inline;
	float: left;
	width: 48px;
	height: 24px;
	margin: 0;
	padding: 0;
}
div#menu-1-middle a {
	color: #000000;
	text-decoration: none;
}
div#menu-1-middle a:hover {
	text-decoration: underline;
}
div#menu-1-right {
	display: inline;
	float: right;
	width: 48px;
	height: 24px;
	margin: 0;
	padding: 0;
}


/* main */

div#main {
	margin: 120px 12pt 120px 12pt;
	display: block;
	height: auto;
}

div#main a {
	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div#main a:hover {
	color: #c00000;
	text-decoration: underline;
}


/* full */

div.image {
	text-align: center;
}

div.image h2 {
	margin: 0;
}

div.image h3 {
	margin: 0;
}

div.image img {
	border: 1px solid black;
}


/* thumbnails */

td.thumb {
	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

img.thumb {
	border: 1px solid black;
}

a:hover img.thumb {
	border: 1px solid #c04040;
}

td.thumb a img {
	border: 1px solid black;
}

td.thumb a:hover img {
	border: 1px solid #c04040;
}

td.description {
	padding: 1em;
	vertical-align: middle;
}


/* bottom bar */

div#bottom-outer {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 112px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
div#menu-2-middle {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 24px;
	background: url(menu-2-middle.jpg) repeat-x;
	text-align: center;
	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 12pt;
}
div#menu-2-left {
	float: left;
	width: 48px;
	height: 24px;
}
div#menu-2-middle a {
	color: #000000;
	text-decoration: none;
}
div#menu-2-middle a:hover {
	color: #800000;
	text-decoration: underline;
}
div#menu-2-right {
	float: right;
	width: 48px;
	height: 24px;
}
div#bottom-background {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 88px;
	text-align: center;
}
div#bottom-text {
	padding-top: 6px;
	display: block;
	text-align: center;
	font-family: segoe, tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
div#bottom-text a {
	color: #eeeeee;
	text-decoration: none;
}
div#bottom-text a:hover {
	color: #ffffff;
	text-decoration: underline;
}

