@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #CC6600;
	text-decoration: none;
	text-align:center;
}

hr {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	height:25px;
	background-color: #cc6600;
	color: #cc6600;
	border: 0 none;
	margin-bottom:1px;
}
body {
	background-color: #404040;
	text-decoration: none;
	height:100%;
	margin: 0;
	padding: 0;

}


.menu_bar, .menu_bar a:link, .menu_bar a:visited, .menu_bar a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.menu_bar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	text-decoration: none;	
}
table.menu_bar {
	height:50px;
	width:100%;
}

p {
    	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font_size: 18px;
	text-decoration:none;
	text-align: justify;
	text-indent: 2em;
	}
.links, .links a:link, .links a:visited, .links a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	text-decoration:none;
}

.links a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	text-decoration:none;

}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	border-collapse: collapse;
	width:90%;
}
th, td {
    text-align: center;
    padding: 2px;
    color: #CC6600;
	
}
table.parts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6600;
	text-decoration: none;
	border-collapse: collapse;
	width:60%;
}



.titleBar, .titleBar a:link, .titleBar a:visited, .titleBar a:active, .titlebar th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #404040;
	text-decoration: none;
        background-color: #CC6600;
}

.titleBar a:hover, .titlebar th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFF33;
	text-decoration: none;	
        background-color: #CC6600;

}
.firstRow {
        background-color: #F2F2F2
}
.secondRow {
        background-color: #D8D8D8
}



#tbl1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #F2F2F2;
	width:90%;
}
#tbl2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #F2F2F2;
	width:90%;
}
.imgBack {
	background-color: #FFFFFF;
	opacity:1.0;
}


table.footerTable {
	width:100%;
	padding:0px;
	color: #CC6600;
}
table.footerTable tr td:first-child {
	border: 1px solid #404040;
	padding:0px;
	text-align:left;
}
table.footerTable tr td:last-child {
	border: 1px solid #404040;
	padding:0px;
	text-align:right;
}


tr.whiteBorderR th:nth-child(1n + 1){
	border-right: 1px solid #404040;
}


ul.nav {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	text-align: center;
	margin-top: -10px;
	padding-top: 0px;

}
.nav li {
	display: inline;
}
.nav, .nav a:link, .nav a:visited, .nav a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	text-decoration: none;	
}
.nav a {
	padding-left: 8px;
	padding-right: 8px;
}	

/* Style the search box inside the navigation bar */
.nav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

td.schedholiday {
	background-color: #33FF00;
}
th.dayhead {
	width: 25px;
}
tr.cirpo td {
	width: 12.5%;
}
td.first {
	width: 8%;
}
td.second {
	width: 10%;
}

td.middle {
	width: 24.5%;
}

hr {
	height: 5px;
	background: #990000;
}


#container {
	min-height:100%;
	position:relative;
}

#mainnav {
	background-color: #CC6600;
	height: 61px;
	padding-top: 20px;
}
#adheader {
	background-color: #CC6600;
	height: 220px;
	paddign-top: 20px;
}
#logogif {
	float: left;
	height: 81px;
}
#contents {
	clear: both;
	padding:10px;
	padding-bottom:15px;
}
#footer {
    position: absolute;
	bottom:auto;
	width: 100%;
    height: 15px;
    left: 0px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px;
    border: 2px solid #7b1608;
    border-radius: 8px;
    background: #990026;
    background: -webkit-gradient(linear, left top, left bottom, from(#CC6600), to(#7b1608));
    background: -moz-linear-gradient(top, #CC6600, #7b1608);
    background: linear-gradient(to bottom, #CC6600, #7b1608);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3211), to(#941a0a));
    background: -moz-linear-gradient(top, #ff3211, #941a0a);
    background: linear-gradient(to bottom, #ff3211, #941a0a);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #7b1608;
    background: -webkit-gradient(linear, left top, left bottom, from(#7b1608), to(#7b1608));
    background: -moz-linear-gradient(top, #7b1608, #7b1608);
    background: linear-gradient(to bottom, #7b1608, #7b1608);
}
.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px;
    border: 2px solid #7b1608;
    border-radius: 8px;
    background: #990026;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.button2:hover,
.button2:focus {
    background: #778899;
    color: #ffffff;
    text-decoration: none;
}
.button2:active {
    background: #7b1608;
    background: -webkit-gradient(linear, left top, left bottom, from(#7b1608), to(#7b1608));
    background: -moz-linear-gradient(top, #7b1608, #7b1608);
    background: linear-gradient(to bottom, #7b1608, #7b1608);
}

.wrapper,
.mainContent,
.sideBar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper {
	font-size: 1em;
	padding: 1.5em;
	width: 100%;
}

.mainContent,
.sidebar {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

@media (min-width: 700ps) {
	.mainContent {
		margin-right: 5%;
		width: 60%;
	}
	.sideBar { width: 35%; }
}

.divimgleft {
	width: 100%;
	height: 400px;
	margin: 5px auto;
	align-content: center;
}
figure { 
  display: block; 
  position: relative; 
  overflow: hidden; 
}
figure.figleft {
	float: left;
}
figure.figright {
	float: right;
}

figcaption {
    position: absolute;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 10px 20px;
    left: 1px;
    top: -1px;
}
img {
	border: 0;
}
img.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.imgRight {
	float: right;
	margin: 0px 10px 10px 0px;
}
 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #404040; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 6px 6px 28px;
  text-decoration: none;
  font-size: 10px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 48px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 
.buttonside {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px;
    border: 2px solid #7b1608;
    border-radius: 8px;
    background: #990026;
    background: -webkit-gradient(linear, left top, left bottom, from(#CC6600), to(#7b1608));
    background: -moz-linear-gradient(top, #CC6600, #7b1608);
    background: linear-gradient(to bottom, #CC6600, #7b1608);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonside:hover,
.buttonside:focus {
    background: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3211), to(#941a0a));
    background: -moz-linear-gradient(top, #ff3211, #941a0a);
    background: linear-gradient(to bottom, #ff3211, #941a0a);
    color: #ffffff;
    text-decoration: none;
}
.buttonside:active {
    background: #7b1608;
    background: -webkit-gradient(linear, left top, left bottom, from(#7b1608), to(#7b1608));
    background: -moz-linear-gradient(top, #7b1608, #7b1608);
    background: linear-gradient(to bottom, #7b1608, #7b1608);
}
p.footnote {
	color: #CC6600;
}