/* stylesheet for Slipstream pages */


.photoclick{
position: absolute;
		text-align : center;
	font-family: Verdana;
	font-size : 10px;
	color: blue;
	top: 20px;
	left: 300px;
}

.captions {
	font-family: Verdana;
	font-size : 10px;
	
}

.outsidepics, .pic1, .pic2, .pic3, .pic4, .pic5, .pic6, .pic7, .pic8, .pic9, .pic10, .pic11, .pic12 {
	position:absolute; 
	width:200px;
	height:152px; 
	z-index:3; 
	background-color: #3399FF; 
	border: 1px solid  blue;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	font-family: Verdana;
	font-size : 10px;
	color: maroon;
	
}

.pic1{
	left: 20px;
	top: 25px;
}
.pic2{
	left: 300px;
	top: 60px;
}
.pic3 {
left: 	560px;
top:  35px;
}
.pic4 {
left: 	20px;
top:  210px;
}
.pic5 {
left: 	300px;
top:  250px;
height: 165px;
}
.pic6 {
left: 	565px;
top:  230px;
}
.pic7 {
left: 	20px;
top:  410px;
}
.pic8 {
left: 	320px;
top:  440px;
}
.pic9 {
left: 	565px;
top: 405px;
}
.pic10 {
left: 	30px;
top:  650px;
}
.pic11 {
left: 	300px;
top:  620px;
}
.pic12 {
left: 	560px;
top:  640px;
}
.insidecaption{
	font-family : "Palatino Linotype";
	font-size : 24pt;
	color: #993333;
	}
	
.insidetext {
 font-family: Verdana;
 font-size: 10pt;
 padding-left: 10px;
 padding-right: 15px;
 padding-top: 10px;
 text-align: left;
 color: #990000;
 
}
.insidetable{
	border : 2px solid #CC6633;
    }
	
.navblue A{
	background-color : #009CCE;
	border-left-color : #639CFF;
	border-left-style : double;
	border-left-width : thin;
	border-right-color : #639CFF;
	border-right-style : double;
	border-right-width : thin;
	color : Maroon;
	font-family : Comic Sans MS;
	font-size : 7pt;
	padding-left : 2pt;
	padding-right : 2pt;
	text-decoration : none;
	width : 100%;
}

.navblue A:hover{
	color : Yellow;
}
.routetext {
	font-family : Verdana;
	font-size : 10pt;
	line-height : 14pt;
	padding-top : 5pt;
	color :  #633100;
}

.dropcap1, .dropcap2, .dropcap3 {
width: 30pt;
height: 28pt;
float: left;
font-size: 33pt;
position: relative;
top:0pt;
line-height:28pt;

}
.dropcap1 {
	width: 24pt;
}
.dropcap2 {
	width: 17pt;
}
.largecaption{
   position: absolute;
	left :10px;
	top: 10px;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 10pt;
}