/* begin common styles */

body {
	margin: 0; padding: 0;
	background-color: #e0e0e0;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
}

/* colors */
.color1, h1, h2, h3, #foot p {
	color: #c20106;
	background-color: inherit;
}

h1 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
}

h2 { font-size: 14px; }
h3 { font-size: 13px; }

p, ul, ol, blockquote, td, th, select, input, textarea {
	font-size: 13px;
	color: #000;
}

p {
	text-align: justify;
	line-height: 150%;
}

.centralise p { text-align: center; }

ul, ol { text-align: left; }

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #c20106;
	background-color: #f6d6d7;
}

input.button {
	text-align:center;
}

img {
	display: block;
}

.centralise img {
	margin: auto;
}

#foot p {
	text-align: center;
	font-size: 9px;
	margin: 0px;
}

a.yesl:link {
	text-decoration: none;
	color: #c20106;
}

a.yesl:hover {
	color: #c20106;
	text-decoration: underline;
}

a.yesl:active {
	color: #c20106;
	text-decoration: underline;
}

a.yesl:visited {
	color: #c20106;
	text-decoration: none;
}

/* end common styles */

/* begin layer styles */

#content {
	width: 656px; /* 760 minus padding left, right, and border width, left, right */
	padding: 25px 50px 10px 50px;
	background-color: #fff;
	border: 2px solid #c20106;
}

#masthead {
	top: 0px;
	width: 760px;
	height: 28px;
	background-color: #e0e0e0;
	background-image: url(/images/masthead.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	padding: 95px 0 0 0;
}

/* end layer styles */

/* begin menu styles */

ul#h_mainmenu {
	list-style: none;
	margin: 0; padding: 0;
	height: 16px;
}

#h_menu li {
	padding: 0; margin: 0;
}

#h_mainmenu li {
	float: left;
}

#h_menu a, #submenus a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #c20106;
	text-decoration: none;
	padding: 1px 5px;
}

#h_mainmenu a {
	border-right: 1px solid #030303;
	border-left: 1px solid #fff;
}

#h_menu a:hover, #submenus a:hover {
	color: #101054;
	background-color: #ff3333;
}

.dropdown {
	z-index: 3;
	visibility: hidden;
}

div#submenus {
	position: absolute;
	top: 77px;
	left: 0px;
	z-index: 2;
	width: 100%;
	visibility: hidden;
}

/*
// used for debugging

table#submenushelper {
	background-color: #f00;
}

#submenus {
	background-color: #ff3333;
}

#submenu {
	background-color: #00f;
}
*/

div#submenu {
	margin-left: 240px;
	width: 150px;
	visibility: hidden;
}

#submenu ul {
	list-style: none;
	margin: 0; padding: 0;
}
#submenu li {
	display: inline;
}

/* end menu styles */

.catsep, .parentcat {
	font-size: 11px;
}
a.parentcat {
	color: #c20106;
}