@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: small;
	background-image: url(images/bgd_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Trebuchet MS", Arial, "Helvetica CE", sans-serif;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #9E1D20;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 805px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mainbgd_03.jpg);
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 162px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9E1D20;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer_16.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 20;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #9E1D20;
	font-size: x-small;
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topnav {
	background-image: url(images/navbgd_05.jpg);
	background-repeat: repeat-x;
	font-size: medium;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, "Helvetica CE", sans-serif;
	background-image: url(images/navbgd_05.jpg);
	background-repeat: repeat-x;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 3px solid #333;
	font-size: 0.85em;
	color: #F9B81E;
	background-image: url(images/navbgd_05.jpg);
	background-repeat: repeat-x;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
}
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 10em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/navbgd_05.jpg);
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #F8B81F;
	background-image: url(images/navbgd_hover_current_07.jpg);
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #F8B81F;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	color: #F8B81F!important;
	background-image: url(images/navbgd_hover_current_07.jpg);
	background-repeat: repeat-x;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#inlinelist {
	text-decoration: none;
	list-style-type: none;
}
#inlinelist li {
	padding-bottom: 10px;
	padding-right: 30px;
}
#mainContent a {
	text-decoration: none;
}
#mainContent a:hover {
	color: #990000;
	text-decoration: underline;
}
img {
	border: 3px solid #000000;
	margin: 10px;
}
#frontpageimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
