/* CSS Document */
	
body {
	font-family: "Trebuchet MS", Verdana, "Univers 55", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 2em;
	background-image: url(images/background/shell.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	margin-bottom: 1em;
	background-image: url(images/background/shell_gray.jpg);
	background-position	: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #293F3F;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	font-weight: lighter;
	line-height: 2em;
	letter-spacing: 0.5em;font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h2 {
	font-size:0.8em;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 2em;
	background-image: url(images/background/shell_gray.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #293F3F;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	line-height: 2em;
}
.bluetext {
	color: #243863;
}
p {
	font-size:0.8em;
	line-height: 2em;
	padding-bottom: 2em;
	letter-spacing: 0.12em;
	font-weight: normal;
	padding-right: 1em;
	padding-left: 1em;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #293F3F;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
 
	 /* horizontal nav bar */

#chrome {
	background-image: url(images/buttons/chrome.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	margin-top: 0px;
	left: 0px;
	position: fixed;
	top: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left:20px;
}	
	
#navbar a {
	display:block;
	font-size: 0.9em;
	z-index: 30;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 60px;
	padding-left: 10px
}
#navbar a:hover {
	color: #FFFFFF;
}
#navbar ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}	
#navbar li {	
	float:left;
	text-align:left;
	letter-spacing: 0.2em;
}
#navbar li ul {
	display:none;
}
#navbar li:hover ul {
	position:absolute;
	display:block;
	width:130px;
	margin-left: -2px;
}	
#navbar li ul li a {
	color: #568481;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/background/transparent2.png);
	background-repeat: repeat;
}	
#navbar li ul li {
	float:none;
	width: auto;
	font-size:0.7em;
	line-height: 1em;
	
}				
#navbar li:hover ul li {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(images/buttons/chrome.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #7CA9A6;
	
	background-color: #10201F;
}	

	/* Body Divs */ 
	
#content {
	background-image: url(images/background/shell_black.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	height: 75%;
	overflow: scroll;
	top: 75px;
	width: 65%;
	position: fixed;
	z-index: -10;
	padding: 20px;
	float: left;
	left: 20%;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: ridge;
	border-left-style: ridge;
	border-top-color: #666666;
	border-left-color: #999999;
}
#content li {
	font-size: 0.8em;	
	margin-top: 1em
}
#content a {
	text-decoration: underline;
}
.pic_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: .8em;
	text-align: right;
	padding-top: 5px;
}
.pic_left {
	float: left;
	text-align:left;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: .8em;
}
.text {
	width: 560px;
}
.text p {
	font-size: 0.85em;
	line-height: 1.3em;
}

	/* Pop-up Frames */ 
	
#thumbs {
	background-image: url(images/background/shell_black.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	height:535px;
	width: 145px;
	overflow: scroll;
	top: 75px;
	float: right;
	position: fixed;
	left: 635px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #666666;
	border-left-width: 5px;
	border-left-style: ridge;
	border-left-color: #999999;
	z-index: -5;
}
#thumbs p {
	padding-top: 10px;
	padding-bottom: 10px;
}
img.mini {
	border:none;
} /* no border around left column images */
#minis a:hover {
	padding: 0px;
	background-attachment: fixed;
	background-color: white;
	background-image: url(images/background/shell_black.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} /* this seems to be necessary for it to work properly in IE6, I'm honestly not sure why */
#minis a img.big {
	height: 0;
	width: 0;
	border-width: 0;
} /* hide the big image by making its height and width 0 */
#minis a:hover img.big {
	position:fixed;
	top:80px;
	left:155px;
	height:450px;
	width:450px;
	border:none;
	z-index: -4;
} /* make the big image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */
#minis a span {
	display: none;
}
#minis a:hover span {
	display: block;
	position: fixed;
	left: 155px;
	top: 560px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	height: 40px;
	width: 440px;
	line-height: 1.6em;
	padding: 5px;
	letter-spacing: 0.15em;
}
#frame {
	position:absolute;
	top:75px;
	left:150px;
	height:450px;
	width:450px;
	color:#FFFFFF;
	padding:0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	background-image: url(images/background/shell_black.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 5px;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	z-index:-10;
	background-color: #000000;
} /* create an empty frame so that visitors expect something to go there */
#frame h1 {
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 100px;
}
#frame p {
	font-size: 0.8em;
	margin-right: 100px;
	margin-left: 100px;
	letter-spacing: 0.15em;
	line-height: 0em;
	display: block;
	text-align: center;
	margin-top: 3em;
	margin-bottom: -3em;
}
#frame a {
	text-decoration: underline;	
}
#photo_textbox {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 5px;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	background-attachment: fixed;
	background-position: 0px 0px;
	position: fixed;
	left: 150px;
	top: 555px;
	width: 450px;
	height: 50px;
	text-align: center;
	z-index: -15;
	background-image: url(images/background/shell_black.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

			/* home nav bar */

#home {
	position:fixed;
	height:416px;
	width:397px;
	z-index: 10;
	padding-top:0px;
	left: 364px;
	top: 381px;
}
#home img{
	border-width: 0;
	padding: 0;
	margin: 0;
}
#home_navbar a {
	display:block;
	font-size: 1em;
	padding-right: 0px;
	padding-top: 0px;
}
#home_navbar a:hover {
	color: #FF9900;
}
#home_navbar ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}	
#home_navbar li {	
	float:left;
	text-align:left;
	padding-left:0px;
}
#home_navbar li ul {
	display:none;
}
#home_navbar li:hover {
	padding-left:0px;
}
#home_navbar li:hover ul {
	position: absolute;
	display: block;
	margin: 0px;
	z-index: 50;
	top: 0px;
}	
#home_navbar li ul li a {
	color: #FFFFFF;
}	
#home_navbar li ul li {
	float:none;
	width: auto;
}				
#home_navbar li:hover ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}		
#home_text {
	position: fixed;
	left: 9999px;
	top: 9999px;
}		

