/*
	Main Level Items
*/

.menu1 a {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
	color: #a79786;
	text-decoration: none;
}

.menu1 a:hover {
	color: #4f2f0d;
	text-decoration: underline;
}

/*
	Selected
*/

.menu1Selected a {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
	color: #4f2f0d;
	text-decoration: none;
}

/*
	Sub Level Items
*/

.menu2 {
}

.menu2 a {
	font-size: 10px;
	color: #97a933;
	text-decoration: none;
}

.menu2 a:hover {
	color: #4f2f0d;
	text-decoration: underline;
}

.hide{
	display: none;
}

.show{
	display: block;
	padding: 2px 0px 6px 0px;
}


/*
	OLD Styles
*/

h2{
	position: relative;
	left:525px;
	top:-500px;
	color: #CCE358;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 55px;
	text-align: left;
	vertical-align: bottom;
}

h3{
	position: relative;
	left:525px;
	top:-500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	vertical-align: bottom;
}

h4{
	position: relative;
	left:685px;
	top:-545px;
	color: #B2B2B2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 55px;
	text-align: left;
	vertical-align: bottom;
}

h6{
	color: #5A3D1C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
	margin: 0px 0px 10px 0px;
}

#bullet{
	background-image: url("../images/imgBullet.jpg");
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

#bulletChild{
	position: relative;
	left: 20px;
}


#content a {color: #a79786; }
