﻿/* CSS layout */
#page_container
{
/* around entire page*/
width: 904px;
margin: 1px auto;
background-color: #fff;
color: #333;
border: 15px solid #800000;
line-height: 130%;
text-align: left;
}

#masthead {
	background-color: #FFFFCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom:20px;border-bottom:thin,maroon
}
#top_nav {
height:20px;

}
#page_content {
font-family:Arial, Helvetica, sans-serif, "Century Gothic";
font-size:small;
line-height: 150%;
margin-left:10px;
margin-right:10px;
border-bottom:thin,maroon;
}
#footer {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	background-color: #FFFFCC;
	text-align: center;
	height: 50px;
	border-top: thick #800000;
	top: 10px;
	clear:both;
}
h1{
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #800000;
	font-size: xx-large;
}
h2{
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #800000;
	font-size: large;
}
h3{
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #800000;
	font-size: medium;
	font-weight:bold;
}
.header_emphasis {
	font-size: larger;
}

.center_text {
	text-align: center;
}

.copyright{
	font-size:x-small;
}
.pic_caption {
	font-size: x-small;
	text-align: center;
}
.hr_colour {
	color: #800000;
}

/*MENU*/
/*Menu styles*/

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	border-left: 0 solid #202020;
	border-right: 1px solid #202020;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	display: block;
	width: 112px; /*Width of top level menu link items*/;
	padding: 2px 8px;
	text-decoration: none; /*background: url('../menubg.gif') repeat-x center;*/;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFCC;
	/*padding-right: 5px;*/
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: bold;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
	background-color: #FFFF00;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 10px;
	background: url('menuarrow.gif') no-repeat left 50%;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
