﻿/* site colors

background light grey - 248,248,248
lightblue - 173,216,230
light gray text - 235,235,235
dark gray background on headings - 75,75,75
maroon - #800000
*/

body {
	background-image: url('../site_images/binary_background_light.gif');
	background-color: rgb(248,248,248);
	font-family: "Trebuchet MS", Verdana, Arial, "Sans-Serif";
}

#textblock {
	width: 500px;
	font-family: "Trebuchet MS", Verdana, Arial, "Sans-Serif";
	color: black;
}

#masthead {
}

#sidebar {
	position: absolute;
	left: 520px; 
	top: 10px; 
	width: 170px;
/*	border-right: 15px solid lightblue; */
	border-right: 15px solid #800000;
/*	border-top: 3px solid lightblue; */
	border-top: 3px solid #800000;
	font-size:10pt;
	padding-top: 90px;
	padding-right: 5px;
}

#sidebar ul {
	list-style-image: url("../site_images/square_bullet_maroon.gif");
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	font-family: "Courier New", Courier, System;
	color: rgb(235,235,235);
	background: rgb(75,75,75);
	padding: 2px 5px 2px 10px;
/*	border-left: 15px solid lightblue; */
	border-left: 15px solid #800000;
/*	border-top: 3px solid lightblue; */
	border-top: 3px solid #800000;
	font-weight: bold;
}

h4 {
	font-family: "Courier New", Courier, System;
	font-weight: bold;
	font-size: 12pt;
}

ul {
	list-style-image: url("../site_images/square_bullet_maroon.gif");
	/*list-style-type: square; */
}
.testimonial {
	font-family: "Times New Roman", Times, Serif;
	font-size: 9pt;
	font-style: italic;
}

a {
/*	color: blue; */
	color: #800000;
}

a:hover {
	text-decoration: none;
}

span.popupInfo {
	font-size: 10pt; 
	display: none;
	width: 250px;
	/* visibility: hidden; */
	position: absolute;
	margin: 3px;
	padding: 5px;
	z-index: 1;
/*	top: 300px;
	left: 300px; */
	background-color: rgb(75,75,75);
	color: rgb(235,235,235);
/*	border-right: 15px solid lightblue;
	border-bottom: 3px solid lightblue; */
	border-right: 15px solid #800000;
	border-bottom: 3px solid #800000;
}
