/* HTML Standards */
body	{ width:100%; height:100%; margin:0px; padding:0px; font:12px Arial, Helvetica, sans-serif; background-color: #545022; color:#3b3b3b; text-align:center; line-height:20px; }
body.home { color: #D7CFA8; font-size: 14px; }


p		{ margin: 0px; padding:5px 0px 10px 0px;  }

b		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }

li		{ padding:0px 0px 3px 0px; }
ul, ol	{ padding: 5px 20px 5px 20px; margin: 0px 0px 0px 20px;  }
ul li { list-style-image: url(../images/bullet.gif);  }

blockquote { padding: 5px 20px 5px 20px; }

h1 { font-family: "Times New Roman", Times, serif; font-size: 20px; color: #772802; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h1 a:link, h1 a:visited { color: #772802; }
h1 a:hover { color: #772802;}

h2 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #545022; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h2 a:link, h2 a:visited { color: #545022;  }
h2 a:hover { color: #545022;  }

h3 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #ece8d1; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h3 a:link, h3 a:visited { color: #ece8d1;  }
h3 a:hover { color: #ece8d1;  }

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #545022; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h4 a:link, h4 a:visited { color: #545022;  }
h4 a:hover { color: #545022;  }

/* Link Colors */
a:link, a:visited			{ color: #772802;  }
a:hover, a:visited:hover	{ color: #772802; }

.home a:link, .home a:visited, .home a:hover, .home a:visited:hover { color: #ebe7cb; }

/* PG STRUCTURE */
#MainBkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
	visibility: visible;
	background-image: url(../images/s-bkg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	background-color: #b1ae84;
}
#MainBkg.home {
	background-image: url(../images/h-bkg2.jpg);
	background-repeat:repeat-x;
	background-position: center top;
}
#MainBkg.sub {
	
} 

#Wrap {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
}


/* HEADER */
#Header {
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	z-index: 3;
	text-align: left;
	white-space: nowrap;
}


#PhotoFlash {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	z-index:5;
	text-align:left;
}

/* NAVIGATION */

#Nav {
	width: 960px;
	height: 20px;
	margin: 0px;
	padding: 4px 40px 0px 0px;
	z-index: 4;
	text-align: right;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6e1c6;
}

#Nav a:link, #Nav a:visited, #Nav a:active {
	color: #e6e1c6;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}

#Nav a:hover {	color: #ffffff; }

#TabNav {
	position: absolute;
	right: 0px;
	top: 24px;
	height: 46px;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	z-index: 4;
	background-image:url(../images/h-tabnav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#TabNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #beb16f;
	padding: 3px 0px 0px 0px;
}

#TabNavLinks a:link, #TabNavLinks a:visited, #TabNavLinks a:active {
	font-size: 14px;
	color: #e4e0c0;
	text-decoration: none;
	padding: 5px 20px 5px 20px;

}

#TabNavLinks a:hover {	background-color: #beb16f; }

/* MAIN BODY */

#Main {
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 10px 30px;	
}

#Content {
	float: left;
	width: 625px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
#Content_1Col {
	width: 940px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#Content.home h1 { font-family: "Times New Roman", Times, serif; font-size: 20px; color: #ebe7cb; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
#Content.home h1 a:link, #Content.home h1 a:visited, #Content.home h1 a:hover{ color: #ebe7cb; }

#Content.home h2 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #772802; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
#Content.home h2 a:link, #Content.home h2 a:visited, #Content.home h2 a:hover{ color: #772802;  }

#Content.home h3 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #ebe7cb; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
#Content.home h3 a:link, #Content.home h3 a:visited, #Content.home h3 a:hover{ color: #ebe7cb;  }

#Content.home h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ebe7cb; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
#Content.home h4 a:link, #Content.home h4 a:visited, #Content.home h4 a:hover { color: #ebe7cb;  }

#Content.home ul li { list-style-image: url(../images/bullet2.gif);  }

/* SideBar Styles */

#Sidebar {
	float: right;
	width: 250px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#Sidebar p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
}

#Sidebar h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px;  }
#Sidebar h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
#Sidebar h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

#LetterHome {
	background-image: url(../images/letter-boy.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ded8b4;
	padding: 190px 20px 0px 20px;
	margin: 0px;
	font-size: 12px;
	color: #373737;
}
#LetterBtmHome {
	background-image: url(../images/letter-bottom-h.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #ded8b4;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#Letter {
	background-image: url(../images/letter-boy-s.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ded8b4;
	padding: 180px 20px 0px 20px;
	margin: 0px;
	font-size: 12px;
	color: #373737;
}
#LetterGirl {
	background-image: url(../images/letter-girl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ded8b4;
	padding: 170px 20px 0px 20px;
	margin: 0px;
	font-size: 12px;
	color: #373737;
}
#LetterBtm {
	background-image: url(../images/letter-bottom-s.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #ded8b4;
	height: 10px;
	margin: 0px;
	padding: 0px;
}


/* Footer Styles */

#MainFooter {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#WrapFooter {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	z-index: 3;
	visibility: visible;
}

#PgFooter {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 5px 15px;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5e0c1;
}

/* Photo Styles */

.Photo {
	padding: 10px;
	background-color: #ebe7cb;
	border: 1px solid #67632f;
}
.PhotoRight {
	float:right;
	margin-left: 10px;
	padding: 10px;
	background-color: #ebe7cb;
	border: 1px solid #67632f;
}
.PhotoLeft {
	float:left;
	margin-right: 10px;
	padding: 10px;
	background-color: #ebe7cb;
	border: 1px solid #67632f;
}
.PhotoRightNB {
	float: right;
	margin-left: 10px;
}
.PhotoLeftNB {
	float: left;
	margin-right: 10px;
}

/* Banana */

#Banana {
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 40px 150px 0px 20px;
	
	background-image: url(../images/banana-bkg.jpg);
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ede9d3;
	line-height: 18px;
}
#Banana p { margin: 0px; padding: 0px; }

#Banana a:hover { color: #69610e; }

/* Text Styles */

.LargeText { font-size: 16px; }
.MedText { font-size: 14px; }
.SmallText { font-size: 10px; }

.Color1 {  color: #772802; }

.Color2 {  color: #545022; }

.Color3 {  color: #ece8d1; }

.error { color: #8b0b04; }

.indent { padding-left: 25px; padding-right: 20px; }