/* CSS General */
body {
	width: 95%;
	margin:10px auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	line-height: normal; 
	background: #003300;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#ParentContainer {
	background: #ffffd8; 
	width:100%; 
}
#Heading {
	/* background-color:#99ccff;  */
	background-color: #003300;
	/* background-image: url(GeneralAssets/Images/banner.gif); */
	width:100%; 
	
}
#Navigation {
	width:100%; 
	/*background-color: #ffff66;
	border-top: solid 1px;
	border-top-color: #494930; 
	border-bottom: solid 1px;
	border-bottom-color: #494930; */
}
#Footer {
	background-color: #ffff88;
	/*background-image: url(GeneralAssets/Images/footertest1.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:100%;
	height: 30px; */
	border-top: solid 1px;
	border-top-color: #494930;
	border-bottom: solid 1px;
	border-bottom-color: #494930;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Content Page Styles */
#leftbarContainer {
	float: left;
	width:240px;
	height:320px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px; 
}
#rightbodyContainer {
	padding: 10px 10px 0 0;
	text-align: left;
	/* background-color: #FFFFaa; */
	padding: 10px;

}
/* Photo Gallery Styles */
#galleryheader {
	background: #FFCCFF;
}
#thumbContainer {
	float: left;
	width:400px;
	height:400px; 
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 0;
	/* margin-right: 5px; */
	/* background: #FFCC99; */
	background-image: url(GeneralAssets/Images/thumbpanel.gif); 
	background-repeat: no-repeat;
	z-index:1;
}
#nailContainer {
	margin-left: 30px;
}
#tabContainer {
	float: right;
	/* background: #99FF99; */
	width: auto;
	height: auto;
}
#tabContainer ul {
	font-family: "Times New Roman", Times, serif; 
	font-size:.9em;
	font-stretch: condensed;
	line-height:1em;
	font-weight:bold;
	margin-top: 0px;  /*moves the whole tab set down*/ 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/* background: #0099FF; */
	/* background-image: url(GeneralAssets/Images/tab_bk.gif); */
}
#tabContainer li {
	font-family: "Times New Roman", Times, serif; 
	font-size:.9em;
	font-stretch: condensed;
	line-height:1em;
	font-weight:bold;margin-top: 0px;
	margin-bottom: 25px; /*moves the tabs apart */
	margin-left:  0px;  /*moves the tabs to the left */
	margin-right: 2px; /*moves the tabs to the right */
	padding-top: 0px;
	padding-bottom: 0px;  
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	list-style-image: none;
	/* background: #999966; */
}
#tabContainer li a {
	/* background-image: url(GeneralAssets/Images/UpTab.gif);
	background-repeat: no-repeat;
	background-position: right 0px;  */
	margin-top: 0px;
	margin-bottom: 0px;  
	margin-left:  0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 45px;
	width: auto;
	text-decoration: none;
}
#tabContainer li a:hover {
	color: #000000;
	font-weight: bold;
}
#tabContainer li span {
	background-image: url(GeneralAssets/Images/UpTab.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-top: 0px;
	margin-bottom: 0px;  
	margin-left:  0px;
	margin-right: 0px;	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	width: auto;
}
#tabContainer li a span {
	background-image: url(GeneralAssets/Images/DownTab.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-top: 0px;
	margin-bottom: 0px;  
	margin-left:  0px;
	margin-right: 0px;	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	width: auto;
}

#lgphotocontainer {
	/*float: left; 
	width:400px;
	height:400px; */ 
	margin-top: 10px 10px 0 0;
	padding: 10px 10px 0 0;
}
img.thumbs {
	float:left;
	height: 60px;
	width: 60px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	border: solid black 1px;
	background: #FFCC99;
}
/* Class Styles */
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:bold;
	color: #515100;
	letter-spacing:0.4em;
	}
.logoText1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.6em;
	font-weight: bold;
	color: #003300;
	margin: 0 0 0 135px;
}
.logoText2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #306161;
}
.sidebarText {
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
	/* line-height:1.2em; */
	color: #543232;
	text-algin: left;
	margin-left: -10px;
	}
.galleryUpdate {
	font-family: "Times New Roman", Times, serif;
	font-size:.8em;
	font-stretch: extra-condensed;
	line-height:.9em;
	color: #543232;
	text-algin: center;
	}
.smallText {
	font-family: "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:.9em;
	color: #543232;
	text-align: right;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.2em; 
	color:#283043;
	margin-top: .3em;
	margin-bottom: .3em;
	}
.pageName {
	font-family: "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height: 1.6em;
	font-weight:bold;
	color: #543232;
	letter-spacing:0.1em;
	line-height:14px;
	}
.subHeader {
	font-family: "Times New Roman", Times, serif; 
	font-size:1.1em;
	line-height:1.3em;
	font-style: italic;
	color: #283043;
	margin-top: .2em;
	margin-bottom: .4em;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
.navText {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
	letter-spacing:.1em;
	}
.calendarText {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#333333;
	}
.directionList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 25pt;
	color:#000000;
	text-align: left;
	}
.photoCaption {
	font-family: "Times New Roman", Times, serif; 
	font-size:1.1em;
	line-height:1.1em;
	margin-top: 0;
	margin-bottom: 0;
	color: #283043;
	font-weight:bold;
}
.inactiveTab {
	color: #666666;
}
