﻿body {
	background-position: left top;
/*set path to background image. tiles by default*/;	font-family: "Comic Sans MS", arial, sans-serif;
	font-size: 1.2em;
	color: #003300;
	font-style: normal;
	z-index: 2;
	left: 5em;
	background-image: url('images/tile.jpg');
	background-color: #FFCCFF;
	background-repeat: repeat;
}
a:link {
	color: #663300;
}
a:visited {
	color: #884400;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #663300;
}
.h1 {
	font-size: 2em;
	visibility: visible;
	color: #663300;
	font-weight: bold;
}
.h2 {
	font-size: 1.5em;
	visibility: visible;
	margin-left: auto;
	color: #663300;
	font-weight: bold;
}
.divider {
	/* horizontal divider */
	/* having trouble getting this to display unless it is placed in a print block with a single character,
	   such as a hyphen, of a color to match the graphic.  This is a very inelegant solution, and not very CSS. 
	   However, it seems to solve the spacing problem in IE, so no additional line break is necessary. */
	background-image: url('images/squiggle.gif');
	background-repeat: repeat-x;
	z-index: 8;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: visible;
	color: #D4B1F8;
	position: relative;
}
.header {
	background-image: url('images/GreenBar.gif');
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 4;
	margin-top: 0px;
	text-indent: 5em;
	margin-bottom: 25px;
}
.footer {
	background-position: center;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	font-style: normal;
	vertical-align: top;
	line-height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 200px;
}
#content {
	margin-left: 180px;
	margin-right: 125px;
	padding-left: 10%;
	padding-right: 10px;
	margin-bottom: 5px;
}
.leftverticalgraphic {
	/* This is the holder for the left graphic overlay. */
	background-position: left top;
	margin: -10px 0px -40px -5px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	width: auto;
	height: auto;
	z-index: 3; /* Higher z- values appear closer to viewer. Negatives => errors */;
	clip: rect(0px, auto, 0px, 0px);
	background-image: url('images/cliffside.gif');
	background-repeat: repeat-y;
	position: static;
}
#leftcolumn {
	position: absolute;
	width: 150px;
	top: 300px;
	left: 10px;
	text-align: center;
}
#rightcolumn {
	position: absolute;
	width: 125px;
	top: 300px;
	right: 10px;
	text-align: center;
}
p.button {
	text-align: center;
	margin-left: 40px;
}
p.button a {/*see tlt.its.psu.edu/suggestions/accessibility/rollovers.html, which tells how to 
          embed the inline 'a' feature into a block so that the link may be displayed against 
          a fixed-width background (image). Thanks, PSU. */
	display: block;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	height: 26px;
	width: 126px;
	visibility: visible;
	line-height: 26px;
}
p.button a:link {
	background-image: url('images/Button1.gif');
	color: #663300;
}
p.button a:visited {
	background-image: url('images/Button1.gif');
	color: #9F5000;
}
p.button a:hover {
	background-image: url('images/Button2.gif');
	color: #F57603;
}
p.button a:active {
	background-image: url('images/Button1.gif');
	color: #FFFFFF;
}
#vitals {
	background-position: left center;
	z-index: 6;
	background-color: #E6B50B;
	text-align: center;
	position: relative;
}
#caption {
	color: #808080;
	font-size: .8em;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
}
.rt {
	text-align: right;
}
.creds {
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
}
#column2 {
	margin-left: 200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.leftpicturefloat {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	float: left;
	margin-bottom: 20px;
	z-index: 6;
	position: relative;
}
.rightpicturefloat {
	margin-left: 10px;
	margin-right: 5px;
	vertical-align: top;
	float: right;
	margin-bottom: 20px;
	z-index: 6; /* Higher z- values appear closer to viewer. Negatives => errors */;
	clear: both;
	position: relative;
}
.row {
	clear: both;
}
.center {
	text-align: center;
}
.spacer {/*create PRINT "." & apply this style to get empty looking line*/
	visibility: hidden;
	display: block;
	float: none;
}
.li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}
.designer {
	color: #FFCC00;
	font-size: medium;
	left: 200px;
	line-height: 60px;
	vertical-align: middle;
}
.HeaderImage {
	float: right;
	z-index: 6;
	position: absolute;
	top: 50px;
	right: 20px;
}
.logo {
	margin: 9px 10px 10px 5px;
	vertical-align: middle;
	float: left;
	z-index: 6;
	position: relative;
	top: -4px;
}
