@charset "utf-8";
/* CSS Document */

/*  Header */
#header {
	padding: 1px 0 2px 20px;
	margin: 0 ;
	background-color: #fcd3c1;
	height: 110px;
	}
	
#name {
	float: left;
	width: 300px;
	}
	
.header_words {
	position: absolute;
	margin-left: 25%;
	padding-top: 30px;
	padding-left: 10px;
	float: right;
	//border-left: 2px #7de07f dotted;
	}

body {
	margin: 0;	
	background-image: url('../images/spring11.jpg');
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {font-family: 'Meddon', Arial, Helvetica, sans-serif;}
h2, h3  { font-family: 'Crushed', arial, serif; }


#main {
	background-color: white;
	width: 590px;
	float:left;
	position: relative;
	}

#green_tag {
	/*background-image: url('../images/Spring11_GreenTag.gif');*/
	padding-right: 10px;
	z-index: 2;
	position: absolute;
	text-align: center;
	margin-left: 75%;
	margin-top: 0;
	padding-top: 0;
	}
						
.title_words {
	color: white;
    font-weight: bold;
    /*padding-top: 30px; */
			  }		

/*****************************
	Subpage CSS
*****************************/
#subpage {
	width:960px;
	background-color: white;
	margin: 0 auto;
	overflow:auto;
	padding-bottom: 50px;
}

#subpage ul {
	list-style-type: none;
	margin-left: -25px;
	}

#subpage a { color: black; text-decoration:none;}
#subpage a:hover {	color: #7de07f ; text-decoration: underline;}
#subpage a:visited {color: #7de07f ;}

/*****************************
	MainContent CSS
*****************************/
#mainContent {
	width: 650px;
	float: right;
	margin-top: 20px;
	position: relative;
	padding-right: 45px;
	}

#mainContent a{color: #7de07f ;}
#mainContent h3{border-bottom: 1px solid;}
	
	
	
/*****************************
	sidebar CSS 
*****************************/
#sidebar {
	width: 200px;
	margin: 20px 0 20px 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	border: dotted pink 2px;
	}

/*****************************
	Zootool CSS 
*****************************/

#zootool-badge {
    width: 188px;
    line-height: 0px;
    overflow: hidden;
}
#zootool-badge img {
    border: 0px;
}
#zootool-badge ul {
    width: 200px;
    margin: 0px;
    padding: 5px;
}
#zootool-badge li {
    float: left;
    width: 75px;
    list-style: none;
    margin: 5px;
    border: 1px solid #9e9e9e;
    padding: 1px;
    background: #fff;
    -webkit-box-shadow: #d4d4d4 0px 0px 5px;
    -moz-box-shadow: #d4d4d4 0px 0px 5px;
}


/*****************************
	scroller_gallery
*****************************/
#scrollContainer {
position: absolute; 
width: 500; 
height: 100; 
overflow: hidden; 
border: 1px solid black;
}

#scroll {
position: absolute; 
width: 900px; 
height:100px;
}
/*****************************
	Portfolio.php Scroller CSS
*****************************/

#his3container {
position:relative; 
width:0px;
height:0px; 
overflow:hidden;
margin: 10px 0px;
}


#display_area {
position:absolute; 
left:0; 
top:0; 
width:0px; 
height:0px; 
clip:rect(0,0,0,0)
}

/*****************************
	LightBox CSS
*****************************/

#web img {
	width: 40%;
	height: 20%;
	}

#LCD img {
	width: 200px;
	height: 200px;
	}
	

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*****************************
	Google Map CSS
*****************************/

#map_canvas {
  height: auto;
  position: absolute;
	width: 500px;
	height: 500px;
}