@charset "UTF-8";
/* CSS Document */


body {
	color:#000;
	background: #222;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}

/*main navigation bar and tabs*/

#nav {
	/*padding: 10px 0 0 46px;*/
	list-style: none;
	/*background: #5d687b;*/
	float: right;
	width:auto;
	margin-top:125px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	/*font-size: 90%;*/
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #262a33;
	border-bottom: none;
	background-color: #5d687b;
	background-image: url(../images/off.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*creates the hover state on tabs and current page tab selection state*/

#nav a:hover, body#home #tHome a, body#birthday #tBirthday a, body#library #tLibrary a, body#events #tEvents a, body#fun #tFun a, body#bio #tBio a, body#contact #tContact a {
	color:#000;
	padding-bottom: 5px;
	border-color: #adb7c7;
	background-color: #ffe9a6;
	background-image: url(../images/on.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}

/*Content: main layout*/
#pageTitle {
	clear: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}



#wrapper {
	background-color: #FFF;
	padding: 5px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bkdrop.jpg);
	background-repeat: repeat-x;
}


#logo {
	width:125px;
	margin: 0px;
	padding: 0px;
}
#mainNav {
	padding: 0px;
	width: 955px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}
.annCaps {
	font-style: oblique;
	font-weight: bold;
}
/*Each tab has an <h2> page title, this styles it*/
.packageNames {
	text-align: center;
}

/*Use to style the span around names or emphasized text*/
.names {
	display: block;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
}
#mainContent .visualsHome {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
	width: 550px;
}
#mainContent #textInfoHome {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}
.noBullets {
	list-style-type: none;
}

/*side left and right are used for basic 2 column layout in the spry tabs*/
.sideLeft {
	margin: 0px;
	width: 400px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
.sideRight {
	float: right;
	width: 400px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.creditList {
	margin: 0px;
	padding: 0px;
	width: 375px;
}
.basicImage {
	border: 2px solid #000;
	height: 300px;
	width: 400px;
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.critter {
	height: 300px;
	width: 800px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sideRightCritter {
	float: right;
	height: 340px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sideLeftCritter {
	margin: 0px;
	height: 340px;
	width: 400px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colorCells {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centeredImage {
	padding: 0px;
	height: 300px;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.coloring {
	padding: 0px;
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bioImage {
	border: 2px solid #000;
	padding:0px;
	height: 418px;
	width: 294px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table {
	border: 2px solid #333;
	border-collapse:collapse;
}
td {
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
th {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.imageCenteredLarge {
	padding: 0px;
	height: 400px;
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #000;
}
.basicText {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.red {
	font-weight: bold;
	color: #F00;
}
.contactForm {
	background-color: #FFF;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.video {
	padding: 0px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

