/* CSS Document */

body {
background-image:url(images/background.gif);
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}
td{

}

#content {
width: 585px;
padding: 5px;}

#content p {
padding: 0;
margin:0;
}

#content img {

border: 1px solid #999;

}


h1 {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color: #2C500A;
text-decoration:none;
font-weight:bold;
margin: 0 0 0 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #CCCCCC;

}

h2 {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
color: #000;
text-decoration: none;
font-weight:bold;
margin: 0;
padding: 0;

}

.bioHeader {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color: #000;
text-decoration: underline;
font-weight:bold;
margin: 0;
padding: 0;
}

.titleText {
font-size:16px;
color: #2C500A;
text-decoration:underline;
font-weight:bold;
}

.buttonSubmit {

}

.formEmail {
width: 100px;
}

.shadowRight {
background-image: url(images/shadow_right.jpg);
background-repeat:repeat-y;

}

.borderLeft {
border-right: solid #999 1px;

}

#bannerBorder {
border-bottom: solid #999 1px;
}


a {

color: #2C500A;
}

a:visited {
color: #2C500A;

}

a:hover {
color: #996600;
}



/*#nav ul {

font-family:Georgia, "Times New Roman", Times, serif;
		padding: 4px 13px 0 20px;

		margin: 0;

		clear: left;

		color: #2C500A;
		font-size:16px;


		}



#nav ul li {

		padding: 2px 0px 3px 0px;

		margin: 0;

		line-height: 28px;

		list-style: none;

		list-style-type: none;
		
		background-color:#00FF33;


		}



#nav li a:link {

	text-decoration: none;
	color:#2C500A;

	}



#nav li a:visited {

	text-decoration: none;

	}



#nav li a:hover {

	text-decoration: underline;
	background-color:#CCCCCC;\
	

	}

*/

#navcontainer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width: 0px;
	height: 100%;
	border-right: 1px dotted #999;
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

.nav ul {
	list-style: none;
	text-align: left;
	padding:0;
	margin: 8px 0px 0 10px;  /* top right bottom left */
	padding: 0;
	width:80px;
	}

.nav li {
	width: 65px;  /* be nice to IE */
	vertical-align: top;  /* for IE */
	}

.nav li a {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 25px;
	}

.nav li a:hover {
	display: block;
	color: #444;
	text-decoration: underline;
	/*background: #E1D3BC; */
	}
#frontRight {
	background: #B2D385;
	border-left: solid 1px #999;
}

#frontBottom {
	background: #E1D3BC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#footer {
background: #fff;
padding: 10px;
border-bottom: 1px solid #999;
}

#shows table {
border: 1px solid #000;
}

.tableStyle {
border: 1px solid #000;
}

.tableHead {
font-size:14px;
background: #E1D3Bc;
}

.tableRow {
background-color:#CCC;
}

/*for Photo Album*/

.photoHeader {
font-weight: bold;
color: #fff;
background-color: #2C500A;

}

.photoFooter {
color: #fff;
font-size: 10px;
text-align:center;
background-color: #2C500A;
}

.photoIndex {
background-color: #fff;
}

.photoIndex img {
border: 2px #2C500A solid;
}

.imgLeft {
	float:left;
	margin: 0 5px 5px 0;
}

.imgRight {
	float: right;
	margin: 0 0 5px 5px;
}