﻿/* CSS layout */

#page_container
{
/* around entire page*/
width: 744px;
margin: 1px auto;
background-color: #fff;
color: #333;
border: 15px solid #800000;
line-height: 130%;
text-align: left;
}

#masthead {
	background-image: url('../images/sirT2.jpg');
	height: 144px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	text-align: center;
	padding-top: 10px;
	/*padding-left: 200px;*/
}

#top_nav {
	/*old_background*/ /*background-color: #FFCC66;*/
	text-align: center;
	padding-left: 2px;
	height: 25px;
	background-color: #FFFFCC;
}

#page_content {
	padding-top: 15px;
	padding: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#footer {
	background-color: #FFFFCC;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-color: #800000;
	border-top-width: thin;
}

/*styles*/

body{
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.head_cap {
	color: #FFFF00;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.head_norm {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.center_text {
	text-align: center;
}

.exhib_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

.footer_text{
	font-size: xx-small;
}


/*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: 106px; /*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: 10;
	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 */

