﻿/* ------- Page Layout ------- */

body {
	position: relative;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 0.8em;
	background: #002035;
	background-image: url(images/bkgnd.png);
	}

div#sidebar {
	position: relative;
	padding: 5px;
	width: 120px;
	border: none;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	}



/* ------- Navigation Bar ------- */

div#sidebar a {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.05em;
	padding: 0 10px;
	margin: 5px 1px;
	border-width: 0;
	text-decoration: none;
	color: #C8C8C8;
	background: #002035;
	}
div#sidebar a:hover {
	background: #C8C8C8;
	color: #002035;
	}

div#sidebar a span {
	display: none;
	}
div#sidebar a:hover span {
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	width: 110px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #C8C8C8;
	background: #002035;
	font: 11px "Century Schoolbook", "Times New Roman", serif;
	text-align: center;
	}


/* ------- General Styles ------- */

p {
	text-align: left;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	line-height: 1.3em;
	margin: 0.7em 0 0.7em 0;
	color: #C8C8C8;
	letter-spacing: 0.05em;
	}

img#logo {
	border: none;
	margin: 0;
	}

img.right {
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
	}

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

p.proj {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.1em;
	text-align: left;
	line-height: 1em;
	color: #C8C8C8;
	padding-left: 10px;
	letter-spacing: 0.15em;
	}



/* ------- Headings and Footings ------- */

p.head1 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.8em;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
	color: #C8C8C8;
	letter-spacing: 0.2em;
	}

p.head2 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.4em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1em;
	color: #C8C8C8;
	letter-spacing: 0.2em;
	}

p.head2mod {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.4em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1em;
	color: #C8C8C8;
	letter-spacing: 0.2em;
	text-decoration: underline;
	}

p.head3 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.1em;
	text-align: left;
	margin: 1em 0 0.5em 0;
	line-height: 1.2em;
	color: #C8C8C8;
	letter-spacing: 0.2em;
	}

p.head3mod {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1em;
	text-align: left;
	margin: 0.2em 0 0.2em 0;
	line-height: 1.2em;
	color: #C8C8C8;
	letter-spacing: 0.15em;
	}

p.bottom {
	font-size: 0.8em;
	font-family: "Times New Roman", serif;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	color: #C8C8C8;
	}

/* ------- Special Paragraphs ------- */

p.center {
	text-align: center;
	line-height: normal;
	}

p.right {
	text-align: right;
	}

p.postal {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 1.1em;
	text-align: left;
	margin: 0 0 0 1.5em;
	line-height: 1.1em;
	color: #C8C8C8;
	letter-spacing: 0.15em;
	}

/* ------- Lists ------- */

ul {
	list-style: disc outside;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	color: #C8C8C8;
	margin-top: 0;
	}

li {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	line-height: 1em;
	color: #C8C8C8;
	letter-spacing: 0.05em;
	}


/* ------- Tables ------- */

table {
	color: #C8C8C8;
	}

td {
	padding: 5px;
	letter-spacing: 0.05em;
	}

td.projleft {
	font-weight: bold;
	vertical-align: top;
	}

.projpics {
	text-align: center;
	}

.projpics img {
	border: 0;
	}


/* ------- Anchors ------- */

a, a:link, a:active, a:visited {
	color: #C8C8C8;
	text-decoration: none;
	}

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

a.outside, a:link.outside, a:active.outside, a:visited.outside {
	color: #C8C8C8;
	text-decoration: none;
	}

a:hover.outside {
	color: #C8C8C8;
	text-decoration: underline;
	}


img.browser {
	border: none;
	margin: 0.5em;
	}

img#ie {margin-bottom: 10px}

div.browsers {
	text-align: center;
	line-height: normal;
	}

a.jt, a.jt:link, a.jt:active, a.jt:visited {
	text-decoration: underline;
	}
