/* stylesheet.css */

/*link styles*/
a.one:link{
	color: #ffcb00 ;
	}
a.one:link{
	font-family: sans-serif;
}
a.one:visited{
	color: #523504;
}

a.two:link{
	color: #000;
	font-size:14pt;
	text-decoration:none;
	}
a.two:visited{
	color: #fcdf2a;
	font-size: 14pt;
}

a.two:hover{
	color: #c99a1c;
	font-family:Garamond,MS Georgia,Serif;
}

/*Page header style*/
#header{
	text-align: center;
	padding-top: 20px;
	margin-bottom:3em;
}


/*Page footer style*/
#footer{
	font-size: 10pt;
	font-family: tahoma, geneva, arial,sans-serif;
	text-align: center;
	height:50px;
	width: 100%;
	clear: both;
	
}

/*wrapper*/
#wrapper{
	text-align:center;
	
	width: 1024px;
	margin: auto;
	font-family:Garamond,MS Georgia,Serif;
}
	
/*Container div*/
#container{
	width:1024px;
	position: absolute;
	top: 50%;
	margin: 0;
	height: 1px;
}


/*Map Image on background*/
#map{
	z-index:-1;
	position: absolute;
	left: 50%;top: 200px;
	margin: -439px;
	color: #fffeff;
}

/* Body text and page background */
body {
	position: relative;
 	size:900px;
	margin: 0px;
	padding: 0px;
 	font-family:Geneva,Tahoma, sans-serif;
 	color: #000;
 	background-color: #005195;
 	background-image: url("littlekeybg2.jpg");
 	background-repeat: repeat-x;
	background-position: center top;
 }
 
 #sidebar{
	position: relative;
	bottom: 10px;
	float: left;
    padding: 10px;
    display: inline;
    margin: 16px;
    margin-left:10px;
    width:225px;
    text-align: center;
    }

/* Style for sidebar column */
#links{
           padding: 10px;
           
           width:200px;
           border:5px solid black;
           background-color:#43aaf1;
           border-radius: 15px;
           opacity:0.8;
		filter:alpha(opacity=80);
           text-align: center;
           }
           
#mission{           
           padding: 10px;
           
           width:200px;
           
           border:5px solid black;
           background-color:#43aaf1;
           border-radius: 15px;
           opacity:0.8;
		filter:alpha(opacity=80);
           text-align: center;
           }
          
           
           
 /*Style for photos*/
 #photos{
	position: relative;
	top: 5px;
	width: 350px;
	text-align: center;
	padding: 10px;
	margin: 16px;
	margin-left: 310px;
	margin-right:250px;
	}
        

/*Style for main page photos*/
#info{
	display: inline;
	width: 250px;
	float: right;
	padding:10px;
	margin: 16px;
	margin-right: 40px;
	text-align: center;
	
	bottom: 10px;
	background-color:#43aaf1;
	border-radius: 15px;
	border: 5px solid black;
	opacity:0.8;
	filter:alpha(opacity=80);
	color: #000;
}

/* Style for thumbnail images */
img.thumbs{
   width:200px;
   text-align:center;
   padding:0;
   border:2px solid black;
   }

#laserdog{
font-size:8pt;
font-family:tahoma, geneva, arial,sans-serif;
}

	
