﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

img { border: none; } 

.bioBlock {
	margin-top: 20px;
}
.bioName {
	background-image: url('Src Art/Slices/BulletImage.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-variant: small-caps;
}
.bioText {
	margin-top: 16px;
}
	
/* -=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Page styling */

#headerLogo {
	background-position: center center;
	width: 295px;
	float: left;
	height: 159px;
	background-image: url('Src Art/ClipArt/ShadowLogo.png');
	background-repeat: no-repeat;
}
/*
#headerSearch {
	width: 220px;
	height: 63px;
	background-image: url('Src Art/Slices/SearchBar.png');
	background-repeat: no-repeat;
	margin-right: 15px;
}
*/
#headerSearch {
	height: 63px;
	float: right;
	width: 220px;
}
#headerNavBar {
	background-position: 8px;
	height: 53px;
	float: right;
	width: 480px;
	background-image: url('Src Art/Slices/NavLinksBG.png');
	background-repeat: no-repeat;
	margin-top: 20px;
}
#headerContainer {
	margin: 15px auto 5px auto;
	height: 159px;
	width: 960px;
}

#pageContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#footerContainer {
	margin-right: auto;
	margin-left: auto;
	width: 782px;
	height: 40px;
}
.footerText {
	color: #808080;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-top: 10px;
}
.whiteText {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: small;
}
.yellowText {
	color: #F7C700;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom:5px;
	font-size: small;
}
.headerYellow {
	color: #F7C700;
	font-size: large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	text-shadow: 1px 1px 1px black;
	margin-left: 10px;
}

/* Nav links in the top box */
.nav-links {
	padding: 0;
	margin: 16px 0px 0px 12px;
}
.nav-links li {
	list-style-image:none;
	list-style-type:none;
	display: block;
/*	font-size: 0px; */
	line-height: 0px;
}
.nav-links li a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	float: left;
	width: 110px;
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f7c700;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
/*
	border-left-width: 1px;
	border-left-color: #cecece;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #cecece;
	border-right-style: solid;
*/;
}
.nav-links li a:hover {
	color: white;
	background-image: url('Src Art/Slices/BulletImage.png');
	background-repeat: no-repeat;
	background-position: left top;
}

