@charset "UTF-8";
/* CSS Document */

html {
	color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#a36e4c url(images/paperBg.gif);
	}

#head {
	background: #a36e4c url(images/head2.gif) no-repeat top left;
	width: 800px;
	height: 125px;
	}
	
#footer {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
#footer a:link, #footer a:active, #footer a:visited {
	color: #000000;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #d15252;
	}

p {
	margin-left:25px;
	}
	
	
ul {
	margin-left:45px;
	}
	
blockquote {
	margin-left:75px;
	}
	
h1 {
	color: #7f0009;
	}

a:link, a:visited, a:hover {
	color:#FF0000;
	}
	
.headLines {
	color: #7f0009;
	}

#nav {
	position:absolute;
	top: 75px;
	left: 0px;
	width: 170px;
	height: 300px;
	}

#content {
	background:#ffffff;
	position:absolute;
	top: 150px;
	left: 100px;
	width: 600px;
	padding: 15px;
	padding-left: 75px;
	}

/* navigation */
#navcontainer { 
	background: #ffffff url(images/navBg.gif) no-repeat top left;
	width: 170px;
	height: 300px;
	margin: 0 0 0 0;
	position: relative;
	right: 0px;
	bottom: 0px;
	left: 0px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 140px;
	}

#navcontainer a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
	}

#navcontainer a:hover {
	color: #d15252;
	}
	
#navlist {
	padding-top: 85px;
	}
	

* {margin: 0; padding: 0;}


#wrapp {
width: 710px;
text-align: left;
font-size: 1.1em;
margin: 1em auto;
padding: 1em;
color: black;
}

/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}

.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
border: 5px solid #ff0000; /* this is the border. should have the same value for the links */
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #ff0000;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background: #c50000;
color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #fff;
color: #ff0000;
}
/* end slideViewer default styles */

#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}
