﻿/* CSS layout */
* {box-sizing: border-box} /*The box-sizing property allows us to include the padding and border in an element's total width and height.*/
* {margin:0; padding:0; }

body {
	display:block;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana;
	font-size: 12px; 
	margin: 8px 0px 8px 0px;
	background-color: #eeeeee;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
h1 {
	color: #006600;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h2 {
	color: #CC9900;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h3 {
	color: #006600;
	font-style: italic;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h4 {
	color: #CC9900;
	font-style: italic;
	font-size: 16px;
	margin-top: 6px;	
	margin-bottom: 2px;
}
h5 {
	color: #006600;
	font-style: italic;
	font-size: 14px;
	margin-top: 6px;	
	margin-bottom: 2px;
}
h6 {
	color: black;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;	
	margin-bottom: 3px;
}
ul.usual {
	list-style: disc ! important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.usual li {
	margin-bottom: 5px;
}
ul.other 
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.other li 
{
    list-style: disc ! important;
	margin-bottom: 5px;
}
ol.usual {
	list-style: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
ol.usual li {
	margin-bottom: 5px;
}
ul.saintsmenu {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 1.1em;
}
ul.saintsmenu li {
	margin-bottom: 5px;
}

#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#quicklinks {
	width: 995px; 
	height: 50px; 
	clear: both; 
	z-index: 3; 
	position:absolute; 
	top:190px; 
	background-color: transparent;
}
#quicklinks_inner{
	float:right; 
	clear: both; 
	text-align: right; 
	margin-top: 8px;
	margin-right: 10px;
}
#quicklinks_inner a
{
	color:#333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#quicklinks_inner a:hover
{
	color: #006600;
}
#masthead {
	height: 248px; 
	width: 1024px; 
	text-align: left;
}
#centralgraphic 
{
    margin: 2px 0px 0px 0px;
    width: 1024px;
}
#quicklinks2 {
	width: 995px; 
	height: 50px; 
	clear: both; 
	z-index: 3; 
	position:absolute; 
	top:10px; 
	background-color: transparent;
}
#menu {
	width:1024px;
	padding-left:1px;
	margin:3px 0px;
	text-align:left;
	vertical-align:middle;
	background-color:#212f7a;
	list-style: none;
}
.BannerLink 
{
    font-size:1.5em;
    color:White;
}
.BannerLink a
{
    color:White;
}
.IndexInfoBox 
{
    padding:5px 10px 9px 10px;
    background-color:#212f7a;
    color:White;
    margin:5px 0px;
}
.IndexInfoBoxLight 
{
    vertical-align:top;
    padding:0px;
    background-color:transparent;
    color:Navy;
    margin:0px;
    height:660px;
}
.IndexInfoBox a 
{
    color:Navy;
}
.IndexInfoBoxTitle 
{
    font-size:2.0em;
    color:Navy;
}
.IndexInfoBoxItem 
{
    margin:5px 0px;
    position:relative;
    background-color:#89a8d8;
    height:80px;
}
.IndexInfoBoxItem:hover
{
    background-color:#f2e3c1;
    color:Black!important;
}
/*.IndexInfoBoxItemNoHover
{
    margin:15px 0px;
}*/
.IndexInfoBoxItemTitle 
{
    font-size:1.5em;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.IndexInfoBoxItemTitle a 
{
    color:Navy;
}
.IndexInfoBoxItemTitle a:hover
{
    color:Navy;
}
.IndexInfoBoxItemTitle2 
{
    font-size:1.3em;
    color:#e8ba00;
    /*color:#e6b800;*/
    margin:10px 0px 0px 0px;
}
.IndexInfoBoxItemText 
{
    font-size:1.2em;
}
.IndexInfoBoxItemText a
{
    text-decoration:underline!important;
}
#pagebody {
	min-height: 680px;
	width: 1024px;
}
#pagebody_nominheight {
	width: 1024px;
}
.PageHeader 
{
    background-color:#f2e3c1;
    color:#283891;
    font-size:1.8em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width:100%;
}
.PageContent
{
    background-color:#FFFFFF;
    padding:10px 10px;
}
.ContentSection 
{
 	display: block;
 	background-color: White;
	text-align: left; 
	color: black;
	padding:8px;
}
#footer {
	background-color:#212f7a;
	color: white; 
	vertical-align: middle;
	text-align: center;
	padding: 8px 8px 14px 8px;
	border: none;
	margin:5px 0px 0px 0px;
	width: 1024px;
}
.footerStyle  
{
	padding: 3px 0px 3px 0px;
	font-size: 14px;
}
.footerStyle a
{
	color: #FFFFFF;
}
.footerSocialIcon 
{
    width:48px;
    margin:0px 12px;
}
.ParagraphHeading {
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.tableHeading1 {
	background-color: #002222;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 3px 2px 3px 2px;
	white-space: nowrap;
}
.tableHeading2 {
	background-color: #CCCCCC;
	color: #002222;
	font-weight: bold;
	font-style: italic;
	padding: 3px 2px 3px 2px;
	white-space: nowrap;
}
#table1 {
	
	text-align: left;	
	width: auto;
}
#table1 td {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
.formSectionHeader
{
	font-size: 110%;
	font-weight: bold;
	color: #0000CC;	
	background-color:#DDDDDD;
	border-bottom: 1px navy solid;
	border-top: 1px navy solid;
	margin-top: 10px;
}
.formSubSectionHeader
{
	font-size: 100%;
	font-weight: bold;
	color:#660066;
	font-style:italic;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 600;
	color:#006600;
	background-color: #F5F5F5;
	padding: 5px;
}
.bulletinDueDateTable {
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid #003300;
	margin: 10px 5px 10px 5px;
}
.bulletinDueDateHead1 {
	padding: 3px 3px 3px 3px; 
	margin: 3px 3px 3px 3px;
	text-align: center; 
	background-color: #93C694;
	text-align: left;
}
.bulletinDueDateHead2 {
	background-color:#D0BC7D; 
	padding: 3px 3px 3px 3px;
}
.bulletinDueDateRow {
	padding: 3px 3px 3px 3px;
	border-top: 1px gray dashed;
}
.bulletinDueDateRowAlt {
	background-color: #F0F0F0;
	padding: 3px 3px 3px 3px;
	border-top: 1px gray dashed;
}
.bulletinDueDatePadding {
	padding: 3px 3px 3px 3px;
}
.pager 
{
    background-color: #f2e3c1;
    font-size: 12px;
}
.pager td
{
    padding: 0px 2px 2px 2px;
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
}
.imgshadow {
    position: relative;
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
}

.hr_gold
{
	border: 1px solid #7D692D; 
	margin-top: 8px; 
	margin-bottom: 3px;
}
.redBorder 
{   /* for testing div */
    border:1px solid red;
}
/* Make the image fit the box
#boxshadow img {
    width: 100%;
    border: 1px solid #8a4419;
    border-style: inset;
} */