/* STYLES FOR FULL CONTROL PAGES */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #AA2828;
}

.pagesheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A324B;
}

/* MAIN MENU displayed horizontally */

#hnav {
	float: left; 
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #000000;
}
#hnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#hnav a {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#hnav a:hover, #hnav a.active {
	color: #000;
	background: #eee;
}

/* MAIN MENU displayed vertically */

#vnav {
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
}
#vnav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-bottom: 1px solid #C06262;
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none; 
	text-align: left;
}
#vnav a {
	color: #FFFFFD;
	font-weight: bold;
	padding: 0 0 0 10px; 
	text-decoration: none;
}
#vnav a:hover, #vnav a.active {
	color: #E3B6B9;
	text-decoration: none;
}

/* FOOTER MENU displayed horizontally */

#fhnav {
	float: left; 
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #000000;
}
#fhnav li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	border-bottom: 1px solid black;
}
#fhnav a {
	float: left;
	font-weight: normal;
	color: #AA2828;
	padding: 2px 5px;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
#fhnav a:hover, #fhnav a.active {
	color: #000;
	text-decoration: underline;
}

/* SUBMENU displayed horizontally */

#hsubnav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
/*	border: 1px solid #ccc; */
}
#hsubnav #title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	background: #eee;
	color: #000000;
	text-decoration: none;
}
#hsubnav li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#hsubnav a {
	float: left;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #fff;
}
#hsubnav a:hover, #hsubnav a.active {
	color: #000;
	border: 1px solid #eee;
}

/* SUBMENU displayed vertically */

#vsubnav {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
#vsubnav #title {
	font-weight: bold;
	padding: 5px 10px;
	background: #ccc;
	color: #fff;
	text-decoration: none;
	list-style: none; 
}
#vsubnav li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none; 
}
#vsubnav a {
	font-weight: bold;
	padding: 0 0 0 5px; 
	text-decoration: none;
}
#vsubnav a:hover, #vsubnav a.active {
	color: #000;
	text-decoration: none;
}
