/* St. Helena Cemetery CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #332B22;
}
a:link{
	color: #2E4870;
}
 a:visited{
	color: #2E4870;
}
a:hover{
	color: #6B8CC2
}
a:active{
	color: #6B8CC2
}
h1 {
	font-size: 18px;
	color: #4E4639;
	margin-top: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 14px;
	color: #4E4639;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	border-bottom-color: #948573;
}
h2 a:link {
	text-decoration: none;
	color: #4E4639;
}
h2 a:visited {
	text-decoration: none;
	color: #4E4639;
}
h2 a:hover {
	color: #FFFFFF;
	background-color: #948573;
	display: block;
}
h2 a:active {
	color: #FFFFFF;
}
h3 {
	color: #3A5C8E;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
h3 a:link {
	text-decoration: none;
	color: #3A5C8E;
}
h3 a:visited {
	text-decoration: none;
	color: #3A5C8E;
}
h3 a:hover {
	color: #FFFFFF;
	background-color: #3A5C8E;
	display: block;
}
h3 a:active {
	color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #443F39;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
.innerTable {
	/*margin-right: 20px;
	margin-left: 20px; */
}
.innerTable td {
	padding-bottom: 3px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB1A6;
}

.innerTable h3 {
	margin-left: 0px;
	margin-bottom: 0px;
}
#marker table {
	margin-left: 20px;
	margin-right: 20px;
	width: 489px;
}

#marker h2 {
	margin-bottom: 0px;
	margin-top: 40px;	
}
#directions h2 {
	margin-bottom: -5px;	
}
.asterisk {
	font-size: 10px;
	font-weight: normal;
}


#homeR p {
	margin-bottom: -5px;
	
}
.center {
	text-align: center;
}

ul.list {
	margin-left: 0px;
	padding-left: 10px;
}
ul.list li {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/bulletSQ.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #3A5C8E;
	padding-left: 17px;
	margin-left: 10px;
	line-height: 35px;
}

/* 2nd level lists, not in bold ////////*/
ul.list2 {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
}
ul.list2 li {
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	color: #3A5C8E;
	padding-left: 5px;
	margin-left: 10px;
	list-style-image: url(../images/bulletSQ.gif);
	padding-bottom: 10px;
}

.bold {
	font-weight: bold;
}
ol li {
	margin-bottom: 5px;
}

/*top nav on home page //////////// */
#topNav {
	background-image: url(../images/topNavBack.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
}
#topNav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
} 
#topNav li {
	color: #3A5C8E;
	text-transform: uppercase;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D2CAC0;
}

#topNav li a:link{
	color: #000000;
	text-decoration: none;
}
#topNav li a:visited{
	color: #4A4136;
	text-decoration: none;
}
#topNav li a:hover{
	color: #6B8CC2;
}
#topNav li a:active{
	color: #3A5C8E;
}
/* 2nd level pages //////////////*/
.topNav2 {
	background-image: url(../images/topNavBack.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
}
.topNav2 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -45px;
	margin-right: auto;
	padding-bottom: 2px;
	padding-left: 45px;
} 
.topNav2 li {
	color: #3A5C8E;
	text-transform: uppercase;
	list-style-type: none;
	display: inline;
	padding-right: 11px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D2CAC0;
}
#history.topNav2 li {
 	padding-right: 10px;
	padding-left: 10px;
}
.topNav2 li a:link{
	color: #000000;
	text-decoration: none;
}
.topNav2 li a:visited{
	color: #4A4136;
	text-decoration: none;
}
.topNav2 li a:hover{
	color: #6B8CC2;
}
.topNav2 li a:active{
	color: #3A5C8E;
}
/* bottom navigation ////////////// */
#botNav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #332B22;
}
#botNav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	margin-right: auto;
	padding-bottom: 2px;
} 
#botNav li {
	color: #CFCDCA;
	text-transform: lowercase;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #948573;
	font-size: 10px;
}

#botNav li a:link{
	color: #CFCDCA;
	text-decoration: none;
}
#botNav li a:visited{
	color: #CFCDCA;
	text-decoration: none;
}
#botNav li a:hover{
	color: #FFFFFF;
}
#botNav li a:active{
	color: #FFFFFF;
}
.brown p{
	color: #FFFFFF;
}
.brown a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.brown a:visited{
	color: #FFFFFF;
}
.brown a:hover{
	color: #91ABD2;
}
.brown a:active{
	color: #91ABD2;
}
.inText a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.inText a:visited{
	color: #FFFFFF;
}
.inText a:hover{
	color: #91ABD2;
}
.inText a:active{
	color: #91ABD2;
}
.copyright {
	font-size: 9px;
	color: #948573;
	text-align: center;
}
.copyright a:link{
	color: #CFCDCA;
	text-decoration: underline;
}
.copyright a:visited{
	color: #948573;
}
.copyright a:hover{
	color: #FFFFFF;
}
.copyright a:active{
	color: #3A5C8E;
}

