<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#topfix{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*background-color: red;*/
}
.name{
    font-family: sans-serif;
    font-size: 40px;
    font-style: oblique;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
}

#spacer{
   width: 100%;
color: black;
background-color: black;
min-width: 980px;
margin-bottom: -20px;
}
#fullwrapper{
  width: 100%;
background: url(seatpic.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/* min-width: 980px; */
/*min-height: 1420px;*/
min-width: 980px;
}
#wrapper{
   width: 980px;
height: auto;
margin-left: auto;
margin-right: auto;

/*    background: -webkit-linear-gradient(black, white, white, white); /* For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(black, white, white, white); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(black, white, white, white); /* For Firefox 3.6 to 15 */
/*    background: linear-gradient(black, white, white, white); /* Standard syntax (must be last) */
/*    background: -webkit-linear-gradient(black, white, white, white); /* For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(black, white, white, white); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(black, white, white, white); /* For Firefox 3.6 to 15 */
/*    background: linear-gradient(black, white, white, white, white); /* Standard syntax (must be last) */

}
#topbanner{
    width: 940px;;
    padding-left: 40px;
    /* padding-top: 5px; */
    color: white;
}
#topbanner2{
    width: auto;
    padding-left: 0px;
    /* padding-top: 5px; */
    color: white;
    background-color: grey;
    font-family: fantasy;
    height: 50px;
        margin-bottom: 10px;
}
#topnumber{
    float: right;
    
}
.image{
    padding-bottom: 10px;
}
#middlecontent{
    background-color: none;
    height: 265px;
}
#leftnavi{
/* background-color: white; */
height: 265px;
border: none;
border-width: 1px;
border-radius: 25px;
background-color: none;
}
#homepics{
/* left: 25px; */
float: right;
/* top: 25px; */
/* left: 25px; */
padding-top: 26px;
/* padding-right: 3px; */
/* color: white; */
text-align: center;
font-size: 19px;
font-weight: 900;
/* font-style: italic; */
width: 730px;
}
#servicemsg{
float: right;
/* top: 25px; */
left: 250px;
padding-top: 66px;
padding-right: 165px;
color: white;
text-align: center;
font-size: 19px;
font-weight: 900;
/* font-style: italic; */
width: 430px;
right: 320px;
/* position: absolute; */
}
#empiretext{    
/*    
    float: right;
/* top: 25px; */
/* left: 25px; */
/*padding-top: 44px;
padding-right: 35px;
color: white;*/
/* new from now till bottom*/
float: right;
/* top: 25px; */
/* left: 25px; */
padding-top: 13px;
/* padding-right: 3px; */
/*color: black; ---*/
color: white;
text-align: center;
font-size: 17px;
font-weight: 900;
/* font-style: italic; */
width: 730px;
}
.topleft{
    border: solid;
margin-top: 25px;
margin-right: 50px;
padding-right: 0px;
}
.topright{
    border: solid;
margin-top: 25px;
}
#middleempire{
/*background-color: white; ---*/
background-color: black;
border-radius: 25px;
}
#menuleft{
    background-color: black;
border-radius: 25px;
}

#navi{
float: left;
width: 245px;
text-align: center;
height: 240px;
background-color: #0d9343;
border-radius: 25px;
}

#navi a{
    font-size: 20px;
color: white;
text-decoration: none;

}

#navi a:hover {
    background-color: yellow;
    color:black;
}
tr {
    border-bottom: 1px solid white;
    border-top: solid;
    height: 70px;
}
td{
    border-bottom: solid;
    border-right: solid;
    border-radius: 2px;
    border-left: solid;
}
.ourfleet td{
    border-bottom: none;
}
#content{
    width: 980px;
    /*-- i changed the size to fit with the border--*/
    background-color: transparent;
    /*--float: left;--*/
    border: none;
    border-width: 1px;
    color:white;
    margin-left: auto;
    margin-right: auto;
}
.empiretable{
    width: 980px;
    border: solid;
    border-radius: 0px;
}
.empiretable td{
    border: solid;
    border-radius: 0px;
    border-color: white;
}
.tablephone{
    width: 140px;
}
.schhead{
    font-size: 35px;
}
.headcolor{
    background-color: orange;
}
.headcolor2{
    background-color: red;
}
.headcolor3{
    background-color: yellow;
    color: black;
}
#buspics{
    text-align: center;
    padding: 15px;
}
#churchpic{
    text-align: center;
    padding: 15px;
}
#toppic{
padding: 1px;
}
#text{
    text-align: center;
    font-size: 20px;
    font-family: georgia;
    margin-left: 50px;
    margin-right: 50px;
}
.servicemsg2{
    font-size: 25px;
}
.servicemsg3{
    font-size: 25px;
background-color: green;
border-radius: 20px;    
}
.servicelist{
 list-style-type: none;
padding-left: 0px;   
}
#casinotimes{
    text-align: center;
    font-size: 20px;
    font-family: georgia;
}
#botpic{
text-align: center;
}
.botpic{
    margin-left: auto;
    margin-right: auto;
}
#footer{
    text-align: center;
    padding: 20px;
    background-color: black;
    margin-top: 20px;
    margin-left: 200px;
margin-right: 200px;
}
.par{
    margin-bottom: 0px;
    margin-top: 0px;
    color: white;
    padding: 3px;
}
  /*-------- below this line is for statemanager website and printing style sheet for stateManager--- */

#printheader{
    font-size: 20px;
    color: purple;
}
th{
    border: solid;
    background-color: navy;
    color: white;
    border-color: black;
    font-family: sans-serif;
}
table{
    border-collapse: collapse;
}
.menuTOP {
    text-align: center;
    padding-left: 0px;
    /* margin-bottom: 500px; */
    /* margin-top: 10px; */
    padding-top: 10px;
    
}
.menuTOP a{
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.menuTOP li{
    display: inline;
    padding-right: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    padding: 25px;
}
.control-label{
    font-size: 20px; 
}
#insertBorder{
    width:auto;
}
#insertjobleft{
    float:left; 
    margin-right: 5px;
    border: none;
   /*  width: 400px; */
}
.form-horizontal{
    float: left;
    width: 400px;
}
#middleview{
    float: left;
}
#viewright{
    float: left;
}
#insertjobcenter{
    float:left;
    margin-right: 5px;
    border: none;
}
#insertjobright{
    float: none;
    border: none;
    margin-bottom: 75px;
}
#insertbuttonState{
    border: double;
}
#UpdateReadSide{
    float: left;
    /* margin-right: 500px; */
    width: 500px;
    border: solid;
    height: auto;
}

#UpdateForm{
    width: 500px;
    border: solid;
    /* padding-left: 00px; */
    margin-left: 10px;
}
#lowermenu a{
    background-color: red;
    border-radius: 20px;
}

/*=================================================================================
    Media Queries
=========================================================================*/
@media only screen
and (min-device-width: 321px)
and (max-device-width: 780px)
{
    #topfix{
        background-color: transparent;
    }
		
}

/*--- PRINT PRINT PRINT ------*/
@media print {
#content p {
  font-size:11pt;
  color: black;
}
#printheader{
    font-size: 20px;
}
#jobcontent{
    float: right;
}
#content img {
  display:block;
  page-break-after: avoid;
  page-break-inside: avoid;
}
 
#content ul, li {
  display:block;
  page-break-inside:avoid;
}
.menuTOP{
    display: none;
}


#header {display:none;}
#comments {display:none;}
#sidebar {display:none;}
#footer {display:none;}
 
.site-description {display:none;}
.site-title {display:none;}
 
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}</pre></body></html>